blob: b4339e620af92b9e2822930ad9a0a903405b2b5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- include/config.h.dist.orig Tue Sep 26 23:17:23 2000
+++ include/config.h.dist Sun Mar 4 20:51:50 2001
@@ -52,7 +52,7 @@
/* UNIX_MAIL is the normal unix mail format. */
#ifndef UNIX_MAIL
-#define UNIX_MAIL "/usr/spool/mail" /* */
+#define UNIX_MAIL "/var/mail" /* */
#endif
/*
@@ -69,7 +69,7 @@
* If you undefine this you will spare some code, though, so better only
* set if you are sure you are going to keep your help-files compressed.
*/
-#define ZCAT "/bin/zcat"
+#define ZCAT "/usr/bin/zcat"
/* Define ZSUFFIX in case we are using ZCAT */
#ifdef ZCAT
@@ -170,7 +170,7 @@
#define DEFAULT_HACKED_IDENTD NULL
#define DEFAULT_HELP_PAGER 1
/*
-#define DEFAULT_HELP_PATH "/usr/local/lib/ninja/help:/usr/local/lib/irc/help:~/.ninja"
+#define DEFAULT_HELP_PATH "%%IRCLIB%%/help:~/.ninja"
*/
#define DEFAULT_HELP_PROMPT 1
#define DEFAULT_HELP_WINDOW 0
|