Mercurial > hg > xemacs-beta
comparison src/s/usg5-4.h @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | c5d627a313b1 |
children |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
152 if (ioctl (xforkin, I_PUSH, "ldterm") == -1) \ | 152 if (ioctl (xforkin, I_PUSH, "ldterm") == -1) \ |
153 fatal ("ioctl I_PUSH ldterm: errno %d\n", errno); \ | 153 fatal ("ioctl I_PUSH ldterm: errno %d\n", errno); \ |
154 if (ioctl (xforkin, I_PUSH, "ttcompat") == -1) \ | 154 if (ioctl (xforkin, I_PUSH, "ttcompat") == -1) \ |
155 fatal ("ioctl I_PUSH ttcompat: errno %d\n", errno); | 155 fatal ("ioctl I_PUSH ttcompat: errno %d\n", errno); |
156 | 156 |
157 /* Undo the SVr3 X11 library definition */ | |
158 #undef LIB_X11_LIB | |
159 | |
160 /* The definition of this in s-usg5-3.h is not needed in 5.4. */ | |
161 /* liblnsl_s should never be used. The _s suffix implies a shared | |
162 library, as opposed to a DLL. Share libraries were used in SVR3, and are | |
163 available only in order to allow SVR3 binaries to run. They should not be | |
164 linked in to new binaries. -- caraway!pinkas@caraway.intel.com. */ | |
165 #undef LIBX10_SYSTEM | |
166 #undef LIBX11_SYSTEM | |
167 | |
168 /* Tell x11term.c and keyboard.c we have the system V streams feature. */ | 157 /* Tell x11term.c and keyboard.c we have the system V streams feature. */ |
169 #define SYSV_STREAMS | 158 #define SYSV_STREAMS |
170 /* On Some SysV System , w3 freeze. If freeze your xemacs , Add below definition */ | 159 /* On Some SysV System , w3 freeze. If freeze your xemacs , Add below definition */ |
171 /* This definition added by Shogo Fujii(shogo@bsd1.kbnes.nec.co.jp) */ | 160 /* This definition added by Shogo Fujii(shogo@bsd1.kbnes.nec.co.jp) */ |
172 #define PROCESS_IO_BLOCKING | 161 #define PROCESS_IO_BLOCKING |