Bring in the latest pkg_install sources from FreeBSD-5.
[dragonfly.git] / usr.sbin / pkg_install / lib / global.c
1 /*
2  * FreeBSD install - a package for the installation and maintainance
3  * of non-core utilities.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  * 1. Redistributions of source code must retain the above copyright
9  *    notice, this list of conditions and the following disclaimer.
10  * 2. Redistributions in binary form must reproduce the above copyright
11  *    notice, this list of conditions and the following disclaimer in the
12  *    documentation and/or other materials provided with the distribution.
13  *
14  * Jordan K. Hubbard
15  *
16  * 18 July 1993
17  *
18  * Semi-convenient place to stick some needed globals.
19  *
20  * $FreeBSD: src/usr.sbin/pkg_install/lib/global.c,v 1.9 2002/04/01 09:39:07 obrien Exp $
21  * $DragonFly: src/usr.sbin/pkg_install/lib/Attic/global.c,v 1.3 2004/07/30 04:46:13 dillon Exp $
22  */
23
24 #include "lib.h"
25
26 /* These are global for all utils */
27 Boolean Verbose         = FALSE;
28 Boolean Fake            = FALSE;
29 Boolean Force           = FALSE;
30 int AutoAnswer          = FALSE;