Mercurial > hg > xemacs-beta
comparison src/s/freebsd.h @ 98:0d2f883870bc r20-1b1
Import from CVS: tag r20-1b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:13:56 +0200 |
parents | 131b0175ea99 |
children | d2f30a177268 |
comparison
equal
deleted
inserted
replaced
97:498bf5da1c90 | 98:0d2f883870bc |
---|---|
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 |