diff src/s/freebsd.h @ 151:59463afc5666 r20-3b2

Import from CVS: tag r20-3b2
author cvs
date Mon, 13 Aug 2007 09:37:19 +0200
parents 538048ae2ab8
children 43dd3413c7c7
line wrap: on
line diff
--- a/src/s/freebsd.h	Mon Aug 13 09:36:20 2007 +0200
+++ b/src/s/freebsd.h	Mon Aug 13 09:37:19 2007 +0200
@@ -10,16 +10,6 @@
 #define NO_SHARED_LIBS
 #endif
 
-#if 0 /* This much, alone, seemed sufficient as of 19.23.
-	 But it seems better to be independent of netbsd.h.  */
-#include "netbsd.h"
-
-#undef LIB_GCC
-#define LIB_GCC -lgcc
-#undef NEED_ERRNO
-#endif /* 0 */
-
-
 /* Get most of the stuff from bsd4.3 */
 #include "bsd4-3.h"
 
@@ -42,12 +32,8 @@
 #else
 #define LIBS_SYSTEM -lutil
 #endif
-/* XEmacs change: */
-#ifdef HAVE_NCURSES
-#define LIBS_TERMCAP -lncurses -ltermcap
-#else
+
 #define LIBS_TERMCAP -ltermcap
-#endif
 #define LIB_GCC -lgcc
 
 /* freebsd has POSIX-style pgrp behavior. */