Mercurial > hg > xemacs-beta
comparison src/s/freebsd.h @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | 376386a54a3c |
children | cc4664d4732c |
comparison
equal
deleted
inserted
replaced
23:0edd3412f124 | 24:4103f0995bd7 |
---|---|
31 #undef LDAV_SYMBOL | 31 #undef LDAV_SYMBOL |
32 | 32 |
33 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 33 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
34 | 34 |
35 #define LIBS_DEBUG | 35 #define LIBS_DEBUG |
36 /* FreeBSD 2.2 or later */ | |
37 #ifndef __FreeBSD_version | |
38 #include <osreldate.h> | |
39 #endif | |
40 #if __FreeBSD_version >= 199701 | |
41 #define LIBS_SYSTEM -lutil -lxpg4 | |
42 #else | |
36 #define LIBS_SYSTEM -lutil | 43 #define LIBS_SYSTEM -lutil |
44 #endif | |
37 /* XEmacs change: */ | 45 /* XEmacs change: */ |
38 #ifdef HAVE_NCURSES | 46 #ifdef HAVE_NCURSES |
39 #define LIBS_TERMCAP -lncurses -ltermcap | 47 #define LIBS_TERMCAP -lncurses -ltermcap |
40 #else | 48 #else |
41 #define LIBS_TERMCAP -ltermcap | 49 #define LIBS_TERMCAP -ltermcap |