comparison src/s/netbsd.h @ 151:59463afc5666 r20-3b2

Import from CVS: tag r20-3b2
author cvs
date Mon, 13 Aug 2007 09:37:19 +0200
parents 376386a54a3c
children 43dd3413c7c7
comparison
equal deleted inserted replaced
150:8ebb1c0f0f6f 151:59463afc5666
27 27
28 #define LIBS_DEBUG 28 #define LIBS_DEBUG
29 /* -lutil is not needed for NetBSD >0.9. */ 29 /* -lutil is not needed for NetBSD >0.9. */
30 /* #define LIBS_SYSTEM -lutil */ 30 /* #define LIBS_SYSTEM -lutil */
31 /* XEmacs change */ 31 /* XEmacs change */
32 #ifdef HAVE_NCURSES
33 #define LIBS_TERMCAP -lncurses -ltermcap
34 #else
35 #define LIBS_TERMCAP -ltermcap 32 #define LIBS_TERMCAP -ltermcap
36 #endif
37 33
38 #define NEED_ERRNO 34 #define NEED_ERRNO
39 35
40 #define GETPGRP_NO_ARG 36 #define GETPGRP_NO_ARG
41 37