Mercurial > hg > xemacs-beta
comparison src/s/usg5-4.h @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:38:25 +0200 |
parents | 376386a54a3c |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
152:4c132ee2d62b | 153:25f70ba0133c |
---|---|
53 #endif | 53 #endif |
54 | 54 |
55 /* there are no -lg libraries on this system, and no libPW */ | 55 /* there are no -lg libraries on this system, and no libPW */ |
56 | 56 |
57 #define LIBS_DEBUG | 57 #define LIBS_DEBUG |
58 /* This is turned off because nobody actually uses LIBS_STANDARD (Nov 1995). | |
59 That name is a typo. The next step is to delete this entirely. */ | |
60 /* #define LIBS_STANDARD -lc */ | |
61 | 58 |
62 /* No <sioctl.h> */ | 59 /* No <sioctl.h> */ |
63 | 60 |
64 #define NO_SIOCTL_H | 61 #define NO_SIOCTL_H |
65 | 62 |
174 #undef LIBX10_SYSTEM | 171 #undef LIBX10_SYSTEM |
175 #undef LIBX11_SYSTEM | 172 #undef LIBX11_SYSTEM |
176 | 173 |
177 /* Tell x11term.c and keyboard.c we have the system V streams feature. */ | 174 /* Tell x11term.c and keyboard.c we have the system V streams feature. */ |
178 #define SYSV_STREAMS | 175 #define SYSV_STREAMS |
176 /* On Some SysV System , w3 freeze. If freeze your xemacs , Add below definition */ | |
177 /* This definition added by Shogo Fujii(shogo@bsd1.kbnes.nec.co.jp) */ | |
178 #define PROCESS_IO_BLOCKING |