1997-05-26 13:34:38 +00:00
|
|
|
--- src/s/freebsd.h.orig Mon Jun 10 04:14:32 1996
|
|
|
|
+++ src/s/freebsd.h Mon May 26 21:21:55 1997
|
|
|
|
@@ -33,9 +33,16 @@
|
|
|
|
|
|
|
|
#define LIBS_DEBUG
|
|
|
|
#define LIBS_SYSTEM -lutil
|
|
|
|
-#define LIBS_TERMCAP -ltermcap
|
|
|
|
#define LIB_GCC -lgcc
|
|
|
|
|
|
|
|
+#ifdef HAVE_LIBNCURSES
|
|
|
|
+#define TERMINFO
|
|
|
|
+#define LIBS_TERMCAP -lncurses
|
|
|
|
+#else
|
|
|
|
+#define LIBS_TERMCAP -ltermcap
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+
|
|
|
|
#define SYSV_SYSTEM_DIR
|
|
|
|
|
|
|
|
/* freebsd has POSIX-style pgrp behavior. */
|
|
|
|
@@ -80,6 +87,8 @@
|
1997-04-09 07:24:35 +00:00
|
|
|
#define BSD 199103
|
|
|
|
#elif __FreeBSD__ == 2
|
|
|
|
#define BSD 199306
|
|
|
|
+#elif __FreeBSD__ == 3
|
|
|
|
+#define BSD 199506
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define WAITTYPE int
|