diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-04-05 14:08:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-04-05 14:08:47 +0000 |
| commit | a4723e41a94c4a1b7000b8651d04308d4f579ab1 (patch) | |
| tree | ac02b985aac39d049d15cea2a959286212a9b94f /usr.sbin/pkg_install/lib/lib.h | |
| parent | ceaf47d002980b5462313461987eb861adb7c8d6 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
| -rw-r--r-- | usr.sbin/pkg_install/lib/lib.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h index f84c31b92b49..4796f85873ac 100644 --- a/usr.sbin/pkg_install/lib/lib.h +++ b/usr.sbin/pkg_install/lib/lib.h @@ -1,4 +1,4 @@ -/* $Id: lib.h,v 1.3 1993/09/05 04:54:21 jkh Exp $ */ +/* $Id: lib.h,v 1.4 1993/09/18 03:39:49 jkh Exp $ */ /* * FreeBSD install - a package for the installation and maintainance @@ -47,6 +47,9 @@ #define FALSE (0) #endif +#define YES 2 +#define NO 1 + /* Usually "rm", but often "echo" during debugging! */ #define REMOVE_CMD "rm" @@ -145,5 +148,6 @@ int pkg_perform(char **); /* Externs */ extern Boolean Verbose; extern Boolean Fake; +extern int AutoAnswer; #endif /* _INST_LIB_LIB_H_ */ |
