Mercurial > hg > xemacs-beta
comparison nt/config.h @ 460:223736d75acb r21-2-45
Import from CVS: tag r21-2-45
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:43:24 +0200 |
parents | 576fb035e263 |
children | 0784d089fdc9 |
comparison
equal
deleted
inserted
replaced
459:9d4fd877b885 | 460:223736d75acb |
---|---|
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_TIMEB_H | 151 #undef HAVE_SYS_TIMEB_H |
152 #undef HAVE_UNISTD_H | 152 #undef HAVE_UNISTD_H |
153 #undef HAVE_UTIME_H | |
154 #undef HAVE_SYS_WAIT_H | 153 #undef HAVE_SYS_WAIT_H |
155 #undef HAVE_LIBGEN_H | 154 #undef HAVE_LIBGEN_H |
156 #undef WORDS_BIGENDIAN | 155 #undef WORDS_BIGENDIAN |
157 #undef TIME_WITH_SYS_TIME | 156 #undef TIME_WITH_SYS_TIME |
158 | 157 |
172 #undef HAVE_LIBDNET | 171 #undef HAVE_LIBDNET |
173 #undef HAVE_LIBRESOLV | 172 #undef HAVE_LIBRESOLV |
174 | 173 |
175 /* Define if `sys_siglist' is declared by <signal.h>. */ | 174 /* Define if `sys_siglist' is declared by <signal.h>. */ |
176 #undef SYS_SIGLIST_DECLARED | 175 #undef SYS_SIGLIST_DECLARED |
177 | |
178 /* Define if `struct utimbuf' is declared by <utime.h>. */ | |
179 #undef HAVE_STRUCT_UTIMBUF | |
180 | 176 |
181 /* Define if `struct timeval' is declared by <sys/time.h>. */ | 177 /* Define if `struct timeval' is declared by <sys/time.h>. */ |
182 #define HAVE_TIMEVAL | 178 #define HAVE_TIMEVAL |
183 | 179 |
184 #undef TM_IN_SYS_TIME | 180 #undef TM_IN_SYS_TIME |
256 #undef HAVE_SIGHOLD | 252 #undef HAVE_SIGHOLD |
257 #undef HAVE_SIGPROCMASK | 253 #undef HAVE_SIGPROCMASK |
258 #undef HAVE_SIGSETJMP | 254 #undef HAVE_SIGSETJMP |
259 #define HAVE_STRERROR | 255 #define HAVE_STRERROR |
260 #undef HAVE_TZSET | 256 #undef HAVE_TZSET |
257 #undef HAVE_UTIME | |
261 #undef HAVE_UTIMES | 258 #undef HAVE_UTIMES |
262 #undef HAVE_WAITPID | 259 #undef HAVE_WAITPID |
263 #undef HAVE_VSNPRINTF | 260 #undef HAVE_VSNPRINTF |
264 | 261 |
265 /* PTY support functions */ | 262 /* PTY support functions */ |