Mercurial > hg > xemacs-beta
comparison src/s/dgux5-4r4.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 0293115a14e9 |
children |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
29 /* Some things won't compile for me with these (in dgux.h): */ | 29 /* Some things won't compile for me with these (in dgux.h): */ |
30 #undef setpgrp | 30 #undef setpgrp |
31 /*#undef getpgrp*/ | 31 /*#undef getpgrp*/ |
32 | 32 |
33 /* Symbols missing - I suspect this is the culprit... */ | 33 /* Symbols missing - I suspect this is the culprit... */ |
34 #define LIBS_SYSTEM -lsocket -lnsl -lelf -lgen | 34 #define LIBS_SYSTEM "-lsocket -lnsl -lelf -lgen" |
35 | 35 |
36 /* Prevent use of a (non-existent) debugging library. */ | 36 /* Prevent use of a (non-existent) debugging library. */ |
37 #define LIBS_DEBUG | 37 #define LIBS_DEBUG |