Deleted Added
full compact
lib.h (33427) lib.h (41866)
1/* $Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp $ */
1/* $Id: lib.h,v 1.26 1998/02/16 17:16:47 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:

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

61/* just in case we change the environment variable name */
62#define PKG_DBDIR "PKG_DBDIR"
63
64/* The names of our "special" files */
65#define CONTENTS_FNAME "+CONTENTS"
66#define COMMENT_FNAME "+COMMENT"
67#define DESC_FNAME "+DESC"
68#define INSTALL_FNAME "+INSTALL"
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:

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

61/* just in case we change the environment variable name */
62#define PKG_DBDIR "PKG_DBDIR"
63
64/* The names of our "special" files */
65#define CONTENTS_FNAME "+CONTENTS"
66#define COMMENT_FNAME "+COMMENT"
67#define DESC_FNAME "+DESC"
68#define INSTALL_FNAME "+INSTALL"
69#define POST_INSTALL_FNAME "+POST-INSTALL"
69#define DEINSTALL_FNAME "+DEINSTALL"
70#define DEINSTALL_FNAME "+DEINSTALL"
71#define POST_DEINSTALL_FNAME "+POST-DEINSTALL"
70#define REQUIRE_FNAME "+REQUIRE"
71#define REQUIRED_BY_FNAME "+REQUIRED_BY"
72#define DISPLAY_FNAME "+DISPLAY"
73#define MTREE_FNAME "+MTREE_DIRS"
74
75#define CMD_CHAR '@' /* prefix for extended PLIST cmd */
76
77/* The name of the "prefix" environment variable given to scripts */

--- 99 unchanged lines hidden ---
72#define REQUIRE_FNAME "+REQUIRE"
73#define REQUIRED_BY_FNAME "+REQUIRED_BY"
74#define DISPLAY_FNAME "+DISPLAY"
75#define MTREE_FNAME "+MTREE_DIRS"
76
77#define CMD_CHAR '@' /* prefix for extended PLIST cmd */
78
79/* The name of the "prefix" environment variable given to scripts */

--- 99 unchanged lines hidden ---