changeset 28745:b04dc1778dee

(TERMCAP_OBJ): Removed. (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 27 Apr 2000 19:09:58 +0000
parents 73ccde125a6d
children 42f2ded9d9db
files src/s/freebsd.h
diffstat 1 files changed, 2 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/freebsd.h	Thu Apr 27 19:09:43 2000 +0000
+++ b/src/s/freebsd.h	Thu Apr 27 19:09:58 2000 +0000
@@ -45,7 +45,9 @@
 
 #define LIBS_DEBUG
 #define LIBS_SYSTEM -lutil
+#if __FreeBSD_version < 400000
 #define LIBS_TERMCAP -ltermcap
+#endif
 
 #define SYSV_SYSTEM_DIR
 
@@ -180,10 +182,3 @@
 
 #define GC_SETJMP_WORKS 1
 
-/* In FreeBSD 4, we must use terminfo.o instead of tparam.o.  Termcap
-   capabilities use %-specifiers that tparm.o cannot handle.
-   Libtermcap.a contains a `tparm' that terminfo.c can use.  */
-
-#if __FreeBSD__ >= 4
-#define TERMCAP_OBJ terminfo.o
-#endif