Mercurial > hg > xemacs-beta
comparison src/s/sco4.h @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | c5d627a313b1 |
children |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
55 /* Must use 'cc' to link when build with motif toolkit. */ | 55 /* Must use 'cc' to link when build with motif toolkit. */ |
56 #ifndef __GNUC__ | 56 #ifndef __GNUC__ |
57 #define LINKER "cc" | 57 #define LINKER "cc" |
58 #endif | 58 #endif |
59 | 59 |
60 /* This is safe since we already assumed HAVE_SOCKETS | |
61 if using X windows. */ | |
62 #undef LIBX11_SYSTEM | |
63 #define LIBX11_SYSTEM "-lpt -lnls -lnsl_s -lc_s -lsocket" | |
64 | |
65 #ifdef HAVE_SOCKETS | 60 #ifdef HAVE_SOCKETS |
66 #define LIBS_SYSTEM "-lsocket -lPW" | 61 #define LIBS_SYSTEM "-lsocket -lPW" |
67 | 62 |
68 /* SCO has gettimeofday in socket library */ | 63 /* SCO has gettimeofday in socket library */ |
69 /* Autoconf should determine this, but for now, | 64 /* Autoconf should determine this, but for now, |