global.c revision 81048
1#ifndef lint
2static const char rcsid[] =
3  "$FreeBSD: head/usr.sbin/pkg_install/lib/global.c 81048 2001-08-02 13:08:43Z sobomax $";
4#endif
5
6/*
7 * FreeBSD install - a package for the installation and maintainance
8 * of non-core utilities.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
12 * are met:
13 * 1. Redistributions of source code must retain the above copyright
14 *    notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 *    notice, this list of conditions and the following disclaimer in the
17 *    documentation and/or other materials provided with the distribution.
18 *
19 * Jordan K. Hubbard
20
21 * 18 July 1993
22 *
23 * Semi-convenient place to stick some needed globals.
24 *
25 */
26
27#include "lib.h"
28
29/* These are global for all utils */
30Boolean	Verbose		= FALSE;
31Boolean	Fake		= FALSE;
32Boolean	Force		= FALSE;
33int AutoAnswer		= FALSE;
34