Mercurial > hg > xemacs-beta
diff src/s/usg5-3.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/usg5-3.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/s/usg5-3.h Mon Aug 13 09:43:35 2007 +0200 @@ -43,12 +43,12 @@ /* AT&T SVr3 X wants to be linked with shared libraries */ -#define LIB_X11_LIB -lX11_s +#define LIB_X11_LIB "-lX11_s" /* X needs to talk on the network, so search the network library. */ -#define LIBX10_SYSTEM -lnsl_s -#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s +#define LIBX10_SYSTEM "-lnsl_s" +#define LIBX11_SYSTEM "-lpt -lnls -lnsl_s -lc_s" /* Some variants have TIOCGWINSZ, but the structures to go with it are not declared. */