Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/s/ptx.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/s/ptx.h Mon Aug 13 09:43:35 2007 +0200 @@ -40,7 +40,7 @@ /* Leave out -lPW since it conflicts with term.o and because we're not sure if the alloca found there by autoconf should be trusted on PTX. */ -#define LIB_STANDARD -lc +#define LIB_STANDARD "-lc" #ifndef HAVE_SOCKETS /* determined by configure */ #define NO_SUBPROCESSES @@ -48,16 +48,16 @@ #ifdef HAVE_X_WINDOWS -#define LIBX11_SYSTEM -lsocket -linet -lnsl +#define LIBX11_SYSTEM "-lsocket -linet -lnsl" /* This is also defined so that lib-src/profile can link. */ -#define LIBS_SYSTEM -lseq +#define LIBS_SYSTEM "-lseq" #else /* ! HAVE_X_WINDOWS */ #ifdef HAVE_SOCKETS -#define LIBS_SYSTEM -lsocket -linet -lnsl -lseq +#define LIBS_SYSTEM "-lsocket -linet -lnsl -lseq" #else -#define LIBS_SYSTEM -lseq +#define LIBS_SYSTEM "-lseq" #endif #endif /* ! HAVE_X_WINDOWS */