Mercurial > hg > xemacs-beta
comparison src/s/ptx.h @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | 0132846995bd |
children |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
28 /* Use the SysVr3 file for base configuration even though much is changed. */ | 28 /* Use the SysVr3 file for base configuration even though much is changed. */ |
29 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */ | 29 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */ |
30 #include "usg5-3.h" | 30 #include "usg5-3.h" |
31 | 31 |
32 /* Undo these defines because they are incorrect or need to be changed. */ | 32 /* Undo these defines because they are incorrect or need to be changed. */ |
33 #undef LIB_X11_LIB | |
34 #undef LIBX10_SYSTEM | |
35 #undef LIBX11_SYSTEM | |
36 #undef USG_SHARED_LIBRARIES | 33 #undef USG_SHARED_LIBRARIES |
37 | 34 |
38 /* PTX has System V streams. */ | 35 /* PTX has System V streams. */ |
39 #define SYSV_STREAMS | 36 #define SYSV_STREAMS |
40 | 37 |
46 #define NO_SUBPROCESSES | 43 #define NO_SUBPROCESSES |
47 #endif | 44 #endif |
48 | 45 |
49 #ifdef HAVE_X_WINDOWS | 46 #ifdef HAVE_X_WINDOWS |
50 | 47 |
51 #define LIBX11_SYSTEM "-lsocket -linet -lnsl" | |
52 /* This is also defined so that lib-src/profile can link. */ | 48 /* This is also defined so that lib-src/profile can link. */ |
53 #define LIBS_SYSTEM "-lseq" | 49 #define LIBS_SYSTEM "-lseq" |
54 | 50 |
55 #else /* ! HAVE_X_WINDOWS */ | 51 #else /* ! HAVE_X_WINDOWS */ |
56 | 52 |