4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.sbin / update / pathnames.h
index ef6a8f5..81a545d 100644 (file)
@@ -4,13 +4,10 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 5.2 (Berkeley) %G%
+ *     @(#)pathnames.h 5.3 (Berkeley) %G%
  */
 
  */
 
-char *fillst[] = {
-       "/bin",
-       "/usr",
-       "/usr/bin",
-       "/usr/lib",
-       NULL,
-};
+#define        _PATH_BIN       "/bin"
+#define        _PATH_USR       "/usr"
+#define        _PATH_USRBIN    "/usr/bin"
+#define        _PATH_USRLIB    "/usr/lib"