Mercurial > hg > xemacs-beta
comparison src/s/ptx.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | 6330739388db |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
38 /* PTX has System V streams. */ | 38 /* PTX has System V streams. */ |
39 #define SYSV_STREAMS | 39 #define SYSV_STREAMS |
40 | 40 |
41 /* Leave out -lPW since it conflicts with term.o and because we're not sure | 41 /* Leave out -lPW since it conflicts with term.o and because we're not sure |
42 if the alloca found there by autoconf should be trusted on PTX. */ | 42 if the alloca found there by autoconf should be trusted on PTX. */ |
43 #define LIB_STANDARD -lc | 43 #define LIB_STANDARD "-lc" |
44 | 44 |
45 #ifndef HAVE_SOCKETS /* determined by configure */ | 45 #ifndef HAVE_SOCKETS /* determined by configure */ |
46 #define NO_SUBPROCESSES | 46 #define NO_SUBPROCESSES |
47 #endif | 47 #endif |
48 | 48 |
49 #ifdef HAVE_X_WINDOWS | 49 #ifdef HAVE_X_WINDOWS |
50 | 50 |
51 #define LIBX11_SYSTEM -lsocket -linet -lnsl | 51 #define LIBX11_SYSTEM "-lsocket -linet -lnsl" |
52 /* This is also defined so that lib-src/profile can link. */ | 52 /* This is also defined so that lib-src/profile can link. */ |
53 #define LIBS_SYSTEM -lseq | 53 #define LIBS_SYSTEM "-lseq" |
54 | 54 |
55 #else /* ! HAVE_X_WINDOWS */ | 55 #else /* ! HAVE_X_WINDOWS */ |
56 | 56 |
57 #ifdef HAVE_SOCKETS | 57 #ifdef HAVE_SOCKETS |
58 #define LIBS_SYSTEM -lsocket -linet -lnsl -lseq | 58 #define LIBS_SYSTEM "-lsocket -linet -lnsl -lseq" |
59 #else | 59 #else |
60 #define LIBS_SYSTEM -lseq | 60 #define LIBS_SYSTEM "-lseq" |
61 #endif | 61 #endif |
62 | 62 |
63 #endif /* ! HAVE_X_WINDOWS */ | 63 #endif /* ! HAVE_X_WINDOWS */ |
64 | 64 |
65 /* No <sioctl.h> */ | 65 /* No <sioctl.h> */ |