Mercurial > hg > xemacs-beta
diff src/s/linux.h @ 159:3bb7ccffb0c0 r20-3b6
Import from CVS: tag r20-3b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:41:43 +0200 |
parents | 6b37e6ddd302 |
children | 0132846995bd |
line wrap: on
line diff
--- a/src/s/linux.h Mon Aug 13 09:40:48 2007 +0200 +++ b/src/s/linux.h Mon Aug 13 09:41:43 2007 +0200 @@ -173,7 +173,8 @@ At least XawScrollbarSetThumb needs this. */ #define C_SWITCH_SYSTEM -DFUNCPROTO=11 -DNARROWPROTO -D_BSD_SOURCE #endif -#define C_SWITCH_SYSTEM -DNARROWPROTO -D_BSD_SOURCE + /* #define C_SWITCH_SYSTEM -DNARROWPROTO -D_BSD_SOURCE */ +#define _BSD_SOURCE 1 #endif @@ -287,11 +288,10 @@ # define GETPGRP_NEEDS_ARG #endif -/*#ifdef __ELF__*/ -#if 0 /* This is broken -sb */ +#ifdef __ELF__ /* mrb - Ordinary link is simple and effective */ #define ORDINARY_LINK +#undef LIB_STANDARD #undef START_FILES -#undef LIB_STANDARD #undef LIB_GCC #endif /* __ELF__ */