Deleted Added
full compact
lib.h (479) lib.h (1338)
1/* $Id: lib.h,v 1.3 1993/09/05 04:54:21 jkh Exp $ */
1/* $Id: lib.h,v 1.4 1993/09/18 03:39:49 jkh Exp $ */
2
3/*
4 * FreeBSD install - a package for the installation and maintainance
5 * of non-core utilities.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 32 unchanged lines hidden (view full) ---

42#ifndef TRUE
43#define TRUE (1)
44#endif
45
46#ifndef FALSE
47#define FALSE (0)
48#endif
49
2
3/*
4 * FreeBSD install - a package for the installation and maintainance
5 * of non-core utilities.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 32 unchanged lines hidden (view full) ---

42#ifndef TRUE
43#define TRUE (1)
44#endif
45
46#ifndef FALSE
47#define FALSE (0)
48#endif
49
50#define YES 2
51#define NO 1
52
50/* Usually "rm", but often "echo" during debugging! */
51#define REMOVE_CMD "rm"
52
53/* Usually "rm", but often "echo" during debugging! */
54#define RMDIR_CMD "rmdir"
55
56/* Where we put logging information */
57#define LOG_DIR "/var/db/pkg"

--- 82 unchanged lines hidden (view full) ---

140
141/* For all */
142void usage(const char *, const char *, ...);
143int pkg_perform(char **);
144
145/* Externs */
146extern Boolean Verbose;
147extern Boolean Fake;
53/* Usually "rm", but often "echo" during debugging! */
54#define REMOVE_CMD "rm"
55
56/* Usually "rm", but often "echo" during debugging! */
57#define RMDIR_CMD "rmdir"
58
59/* Where we put logging information */
60#define LOG_DIR "/var/db/pkg"

--- 82 unchanged lines hidden (view full) ---

143
144/* For all */
145void usage(const char *, const char *, ...);
146int pkg_perform(char **);
147
148/* Externs */
149extern Boolean Verbose;
150extern Boolean Fake;
151extern int AutoAnswer;
148
149#endif /* _INST_LIB_LIB_H_ */
152
153#endif /* _INST_LIB_LIB_H_ */