2000-02-13 11:02:49 -05:00
|
|
|
--- config.h.orig Fri Oct 29 18:25:35 1993
|
2000-08-25 10:07:35 -04:00
|
|
|
+++ config.h Tue Aug 15 09:04:26 2000
|
2000-02-13 11:02:49 -05:00
|
|
|
@@ -35,14 +35,16 @@
|
|
|
|
* files instead.
|
|
|
|
* Note that "~" is not expanded in this directory name.
|
|
|
|
*/
|
|
|
|
+#ifndef SYSTEM_DIR
|
2000-08-25 10:07:35 -04:00
|
|
|
#define SYSTEM_DIR "/home/diagnostix3/ida/tompa/pmf-1.13.1/pmfdir/system_dir"
|
2000-02-13 11:02:49 -05:00
|
|
|
+#endif
|
|
|
|
|
|
|
|
/* These are the names of some files, usually in the system directory
|
|
|
|
* SYSTEM_DIR that is #defined above.
|
|
|
|
* If these names start with a "/" they are considered
|
|
|
|
* relative to the root directory, otherwise to SYSTEM_DIR.
|
|
|
|
*/
|
|
|
|
-#define SYSTEM_DEFAULT_INIT_FILE ".pmfrc.default"
|
|
|
|
+#define SYSTEM_DEFAULT_INIT_FILE "pmfrc.default"
|
|
|
|
#define SYSTEM_NEWS_FILE "NEWS"
|
|
|
|
#define SYSTEM_HELP_DIR "helpfiles"
|
|
|
|
#define SYSTEM_SOUND_DIR "soundfiles"
|
|
|
|
@@ -63,7 +65,9 @@
|
|
|
|
#define X_OUTPUT_PROGRAM "cat"
|
|
|
|
|
|
|
|
/* What system? Define one either BSD or SYSV:*/
|
|
|
|
+#ifndef BSD
|
|
|
|
#define BSD
|
|
|
|
+#endif
|
|
|
|
/* #define SYSV */
|
|
|
|
|
|
|
|
/* What ioctl do we use for the ttys? */
|
|
|
|
@@ -71,6 +75,10 @@
|
|
|
|
# define USE_TIOCGETP
|
|
|
|
#else
|
|
|
|
# define USE_TCGETA
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifdef BSD
|
|
|
|
+#define _cnt _r
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* The prompt to print after doing a builtin command. 0 means no prompt.
|