add a way to specify the config file (-C)
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 3 Jan 1994 02:41:47 +0000 (18:41 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 3 Jan 1994 02:41:47 +0000 (18:41 -0800)
SCCS-vsn: usr.bin/man/pathnames.h 8.3

usr/src/usr.bin/man/pathnames.h

index e44fe27..44b7e79 100644 (file)
@@ -4,14 +4,10 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 8.2 (Berkeley) %G%
+ *     @(#)pathnames.h 8.3 (Berkeley) %G%
  */
 
  */
 
-#ifdef DEBUG
-#define        _PATH_MANCONF   "./man.conf"
-#else
 #define        _PATH_MANCONF   "/etc/man.conf"
 #define        _PATH_MANCONF   "/etc/man.conf"
-#endif
 #define        _PATH_PAGER     "/usr/bin/more -s"
 #define        _PATH_PAGER     "/usr/bin/more -s"
-#define        _PATH_WHATIS    "whatis.db"
 #define        _PATH_TMP       "/tmp/man.XXXXXX"
 #define        _PATH_TMP       "/tmp/man.XXXXXX"
+#define        _PATH_WHATIS    "whatis.db"