Mercurial > hg > xemacs-beta
comparison src/s/usg5-4-2.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 |
---|---|
4 | 4 |
5 #include "usg5-4.h" | 5 #include "usg5-4.h" |
6 | 6 |
7 /* Motif needs -lgen. */ | 7 /* Motif needs -lgen. */ |
8 #undef LIBS_SYSTEM | 8 #undef LIBS_SYSTEM |
9 #define LIBS_SYSTEM -lsocket -lnsl -lelf -lgen | 9 #define LIBS_SYSTEM "-lsocket -lnsl -lelf -lgen" |
10 | 10 |
11 /* Use libw.a along with X11R6 Xt. */ | 11 /* Use libw.a along with X11R6 Xt. */ |
12 #define NEED_LIBW | 12 #define NEED_LIBW |
13 | 13 |
14 /* ryanr@ellingtn.ftc.nrcs.usda.gov (Richard Anthony Ryan) says -lXimp | 14 /* ryanr@ellingtn.ftc.nrcs.usda.gov (Richard Anthony Ryan) says -lXimp |
15 is needed in UNIX_SV ... 4.2 1.1.2. */ | 15 is needed in UNIX_SV ... 4.2 1.1.2. */ |
16 #define LIB_MOTIF -lXm -lXimp | 16 #define LIB_MOTIF "-lXm -lXimp" |
17 | 17 |
18 #define VFORK_RETURN_TYPE pid_t | 18 #define VFORK_RETURN_TYPE pid_t |
19 | 19 |
20 /* XEmacs change (since getwd is auto-determined) */ | 20 /* XEmacs change (since getwd is auto-determined) */ |
21 #undef HAVE_GETWD /* (appears to be buggy on SVR4.2) */ | 21 #undef HAVE_GETWD /* (appears to be buggy on SVR4.2) */ |