Mercurial > hg > xemacs-beta
comparison nt/config.h @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | abe6d1db359e |
children | 223736d75acb |
comparison
equal
deleted
inserted
replaced
443:a8296e22da4e | 444:576fb035e263 |
---|---|
90 #endif | 90 #endif |
91 #ifndef FUNCPROTO | 91 #ifndef FUNCPROTO |
92 #define FUNCPROTO 15 | 92 #define FUNCPROTO 15 |
93 #endif | 93 #endif |
94 | 94 |
95 /* Define this if you're using XFree386. */ | 95 #define HAVE_XREGISTERIMINSTANTIATECALLBACK |
96 #undef HAVE_XFREE386 | 96 #undef XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE |
97 | 97 |
98 #undef THIS_IS_X11R4 | 98 #undef THIS_IS_X11R4 |
99 #undef THIS_IS_X11R5 | 99 #undef THIS_IS_X11R5 |
100 #define THIS_IS_X11R6 | 100 #define THIS_IS_X11R6 |
101 | 101 |
146 #undef AMPERSAND_FULL_NAME | 146 #undef AMPERSAND_FULL_NAME |
147 | 147 |
148 /* Some things figured out by the configure script, grouped as they are in | 148 /* Some things figured out by the configure script, grouped as they are in |
149 configure.in. */ | 149 configure.in. */ |
150 #undef HAVE_MACH_MACH_H | 150 #undef HAVE_MACH_MACH_H |
151 #undef HAVE_SYS_STROPTS_H | |
152 #undef HAVE_SYS_TIMEB_H | 151 #undef HAVE_SYS_TIMEB_H |
153 #undef HAVE_UNISTD_H | 152 #undef HAVE_UNISTD_H |
154 #undef HAVE_UTIME_H | 153 #undef HAVE_UTIME_H |
155 #undef HAVE_SYS_WAIT_H | 154 #undef HAVE_SYS_WAIT_H |
156 #undef HAVE_LIBGEN_H | 155 #undef HAVE_LIBGEN_H |
259 #undef HAVE_SIGSETJMP | 258 #undef HAVE_SIGSETJMP |
260 #define HAVE_STRERROR | 259 #define HAVE_STRERROR |
261 #undef HAVE_TZSET | 260 #undef HAVE_TZSET |
262 #undef HAVE_UTIMES | 261 #undef HAVE_UTIMES |
263 #undef HAVE_WAITPID | 262 #undef HAVE_WAITPID |
263 #undef HAVE_VSNPRINTF | |
264 | |
265 /* PTY support functions */ | |
266 #undef HAVE_GETPT /* glibc's easy pty allocation function */ | |
267 #undef HAVE__GETPTY /* SGI's easy pty allocation function */ | |
268 #undef HAVE_OPENPTY /* BSD's easy pty allocation function */ | |
269 #undef HAVE_GRANTPT /* Unix98 */ | |
270 #undef HAVE_UNLOCKPT /* Unix98 */ | |
271 #undef HAVE_PTSNAME /* Unix98 */ | |
272 #undef HAVE_KILLPG /* BSD */ | |
273 #undef HAVE_TCGETPGRP /* Posix 1 */ | |
274 #undef HAVE_ISASTREAM /* SysV streams */ | |
275 #undef HAVE_PTY_H /* Linux, Tru64 openpty */ | |
276 #undef HAVE_LIBUTIL_H /* BSD openpty */ | |
277 #undef HAVE_STROPTS_H /* SysV streams */ | |
278 #undef HAVE_STRTIO_H /* SysV streams TIOCSIGNAL */ | |
264 | 279 |
265 #define HAVE_SOCKETS | 280 #define HAVE_SOCKETS |
266 #undef HAVE_SOCKADDR_SUN_LEN | 281 #undef HAVE_SOCKADDR_SUN_LEN |
267 #undef HAVE_SYSVIPC | 282 #undef HAVE_SYSVIPC |
268 | 283 |