Have the test driver check for the new format of the time skew error
[make.git] / config.h.W32.template
blob4e4846793b86f8b0a3e943f06c6bf6d3ecafe967
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3 /* Define if on AIX 3.
4    System headers sometimes define this.
5    We just want to avoid a redefinition error message.  */
6 #ifndef _ALL_SOURCE
7 /* #undef _ALL_SOURCE */
8 #endif
10 /* Define if using alloca.c.  */
11 /* #undef C_ALLOCA */
13 /* Define if the closedir function returns void instead of int.  */
14 /* #undef CLOSEDIR_VOID */
16 /* Define to empty if the keyword does not work.  */
17 /* #undef const */
19 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
20    This function is required for alloca.c support on those systems.  */
21 /* #undef CRAY_STACKSEG_END */
23 /* Define for DGUX with <sys/dg_sys_info.h>.  */
24 /* #undef DGUX */
26 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
27 /* #undef GETLOADAVG_PRIVILEGED */
29 /* Define to `unsigned long' or `unsigned long long'
30    if <inttypes.h> doesn't define.  */
31 #define uintmax_t unsigned long
33 /* Define to `int' if <sys/types.h> doesn't define.  */
34 #undef gid_t
35 #define gid_t int
37 /* Define if you have alloca, as a function or macro.  */
38 #undef HAVE_ALLOCA
39 #define HAVE_ALLOCA 1
41 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
42 /* #undef HAVE_ALLOCA_H */
44 /* Define if you don't have vprintf but do have _doprnt.  */
45 /* #undef HAVE_DOPRNT */
47 /* Define if your system has a working fnmatch function.  */
48 /* #undef HAVE_FNMATCH */
50 /* Define if your system has its own `getloadavg' function.  */
51 /* #undef HAVE_GETLOADAVG */
53 /* Define if you have the getmntent function.  */
54 /* #undef HAVE_GETMNTENT */
56 /* Define if the `long double' type works.  */
57 /* #undef HAVE_LONG_DOUBLE */
59 /* Define if you support file names longer than 14 characters.  */
60 #undef HAVE_LONG_FILE_NAMES
61 #define HAVE_LONG_FILE_NAMES 1
63 /* Define if you have a working `mmap' system call.  */
64 /* #undef HAVE_MMAP */
66 /* Define if system calls automatically restart after interruption
67    by a signal.  */
68 /* #undef HAVE_RESTARTABLE_SYSCALLS */
70 /* Define if your struct stat has st_blksize.  */
71 /* #undef HAVE_ST_BLKSIZE */
73 /* Define if your struct stat has st_blocks.  */
74 /* #undef HAVE_ST_BLOCKS */
76 /* Define if you have the strcoll function and it is properly defined.  */
77 #undef HAVE_STRCOLL
78 #define HAVE_STRCOLL 1
80 /* Define if your struct stat has st_rdev.  */
81 #undef HAVE_ST_RDEV
82 #define HAVE_ST_RDEV 1
84 /* Define if you have the strftime function.  */
85 #undef HAVE_STRFTIME
86 #define HAVE_STRFTIME 1
88 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
89 /* #undef HAVE_SYS_WAIT_H */
91 /* Define if your struct tm has tm_zone.  */
92 /* #undef HAVE_TM_ZONE */
94 /* Define if you don't have tm_zone but do have the external array
95    tzname.  */
96 #undef HAVE_TZNAME
97 #define HAVE_TZNAME 1
99 /* Define if you have <unistd.h>.  */
100 /* #undef HAVE_UNISTD_H */
102 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
103 #undef HAVE_UTIME_NULL
104 #define HAVE_UTIME_NULL 1
106 /* Define if you have <vfork.h>.  */
107 /* #undef HAVE_VFORK_H */
109 /* Define if you have the vprintf function.  */
110 #undef HAVE_VPRINTF
111 #define HAVE_VPRINTF 1
113 /* Define if you have the wait3 system call.  */
114 /* #undef HAVE_WAIT3 */
116 /* Define if on MINIX.  */
117 /* #undef _MINIX */
119 /* Define if your struct nlist has an n_un member.  */
120 /* #undef NLIST_NAME_UNION */
122 /* Define if you have <nlist.h>.  */
123 /* #undef NLIST_STRUCT */
125 /* Define if your C compiler doesn't accept -c and -o together.  */
126 /* #undef NO_MINUS_C_MINUS_O */
128 /* Define to `int' if <sys/types.h> doesn't define.  */
129 #undef pid_t
130 #define pid_t int
132 /* Define if the system does not provide POSIX.1 features except
133    with this defined.  */
134 /* #undef _POSIX_1_SOURCE */
136 /* Define if you need to in order for stat and other things to work.  */
137 #undef _POSIX_SOURCE
138 #define _POSIX_SOURCE 1
140 /* Define as the return type of signal handlers (int or void).  */
141 #undef RETSIGTYPE
142 #define RETSIGTYPE void
144 /* Define if the setvbuf function takes the buffering type as its second
145    argument and the buffer pointer as the third, as on System V
146    before release 3.  */
147 /* #undef SETVBUF_REVERSED */
149 /* If using the C implementation of alloca, define if you know the
150    direction of stack growth for your system; otherwise it will be
151    automatically deduced at run-time.
152         STACK_DIRECTION > 0 => grows toward higher addresses
153         STACK_DIRECTION < 0 => grows toward lower addresses
154         STACK_DIRECTION = 0 => direction of growth unknown
155  */
156 /* #undef STACK_DIRECTION */
158 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
159 /* #undef STAT_MACROS_BROKEN */
161 /* Define if you have the ANSI C header files.  */
162 #undef STDC_HEADERS
163 #define STDC_HEADERS 1
165 /* Define on System V Release 4.  */
166 /* #undef SVR4 */
168 /* Define if `sys_siglist' is declared by <signal.h>.  */
169 /* #undef SYS_SIGLIST_DECLARED */
171 /* Define to `int' if <sys/types.h> doesn't define.  */
172 #undef uid_t
173 #define uid_t int
175 /* Define for Encore UMAX.  */
176 /* #undef UMAX */
178 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
179    instead of <sys/cpustats.h>.  */
180 /* #undef UMAX4_3 */
182 /* Define vfork as fork if vfork does not work.  */
183 /* #undef vfork */
185 /* Name of this package (needed by automake) */
186 #define PACKAGE "%PACKAGE%"
188 /* Version of this package (needed by automake) */
189 #define VERSION "%VERSION%"
191 /* Define to the name of the SCCS `get' command.  */
192 #undef SCCS_GET
193 #define SCCS_GET "echo no sccs get"
195 /* Define to 1 if NLS is requested.  */
196 /* #undef ENABLE_NLS */
198 /* Define as 1 if you have dcgettext.  */
199 /* #undef HAVE_DCGETTEXT */
201 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
202 /* #undef HAVE_GETTEXT */
204 /* Define if your locale.h file contains LC_MESSAGES.  */
205 /* #undef HAVE_LC_MESSAGES */
207 /* Define to the installation directory for locales.  */
208 #define LOCALEDIR ""
210 /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
211 /* #undef SCCS_GET_MINUS_G */
213 /* Define this to enable job server support in GNU make.  */
214 /* #undef MAKE_JOBSERVER */
216 /* Define to be the nanoseconds member of struct stat's st_mtim,
217    if it exists.  */
218 /* #undef ST_MTIM_NSEC */
220 /* Define this if the C library defines the variable `sys_siglist'.  */
221 /* #undef HAVE_SYS_SIGLIST */
223 /* Define this if the C library defines the variable `_sys_siglist'.  */
224 /* #undef HAVE__SYS_SIGLIST */
226 /* Define this if you have the `union wait' type in <sys/wait.h>.  */
227 /* #undef HAVE_UNION_WAIT */
229 /* Define if you have the dup2 function.  */
230 #undef HAVE_DUP2
231 #define HAVE_DUP2 1
233 /* Define if you have the getcwd function.  */
234 #undef HAVE_GETCWD
235 #define HAVE_GETCWD 1
237 /* Define if you have the getgroups function.  */
238 /* #undef HAVE_GETGROUPS */
240 /* Define if you have the gethostbyname function.  */
241 /* #undef HAVE_GETHOSTBYNAME */
243 /* Define if you have the gethostname function.  */
244 /* #undef HAVE_GETHOSTNAME */
246 /* Define if you have the getloadavg function.  */
247 /* #undef HAVE_GETLOADAVG */
249 /* Define if you have the memmove function.  */
250 #undef HAVE_MEMMOVE
251 #define HAVE_MEMMOVE 1
253 /* Define if you have the mktemp function.  */
254 #undef HAVE_MKTEMP
255 #define HAVE_MKTEMP 1
257 /* Define if you have the psignal function.  */
258 /* #undef HAVE_PSIGNAL */
260 /* Define if you have the pstat_getdynamic function.  */
261 /* #undef HAVE_PSTAT_GETDYNAMIC */
263 /* Define if you have the setegid function.  */
264 /* #undef HAVE_SETEGID */
266 /* Define if you have the seteuid function.  */
267 /* #undef HAVE_SETEUID */
269 /* Define if you have the setlinebuf function.  */
270 /* #undef HAVE_SETLINEBUF */
272 /* Define if you have the setregid function.  */
273 /* #undef HAVE_SETREGID */
275 /* Define if you have the setreuid function.  */
276 /* #undef HAVE_SETREUID */
278 /* Define if you have the sigsetmask function.  */
279 /* #undef HAVE_SIGSETMASK */
281 /* Define if you have the socket function.  */
282 /* #undef HAVE_SOCKET */
284 /* Define if you have the strcasecmp function.  */
285 /* #undef HAVE_STRCASECMP */
287 /* Define if you have the strerror function.  */
288 #undef HAVE_STRERROR
289 #define HAVE_STRERROR 1
291 /* Define if you have the strsignal function.  */
292 /* #undef HAVE_STRSIGNAL */
294 /* Define if you have the wait3 function.  */
295 /* #undef HAVE_WAIT3 */
297 /* Define if you have the waitpid function.  */
298 /* #undef HAVE_WAITPID */
300 /* Define if you have the <dirent.h> header file.  */
301 #undef HAVE_DIRENT_H
302 #define HAVE_DIRENT_H 1
304 /* Define if you have the <fcntl.h> header file.  */
305 #undef HAVE_FCNTL_H
306 #define HAVE_FCNTL_H 1
308 /* Define if you have the <limits.h> header file.  */
309 #undef HAVE_LIMITS_H
310 #define HAVE_LIMITS_H 1
312 /* Define if you have the <mach/mach.h> header file.  */
313 /* #undef HAVE_MACH_MACH_H */
315 /* Define if you have the <memory.h> header file.  */
316 #undef HAVE_MEMORY_H
317 #define HAVE_MEMORY_H 1
319 /* Define if you have the <ndir.h> header file.  */
320 /* #undef HAVE_NDIR_H */
322 /* Define if you have the <string.h> header file.  */
323 #undef HAVE_STRING_H
324 #define HAVE_STRING_H 1
326 /* Define if you have the <sys/dir.h> header file.  */
327 /* #undef HAVE_SYS_DIR_H */
329 /* Define if you have the <sys/ndir.h> header file.  */
330 /* #undef HAVE_SYS_NDIR_H */
332 /* Define if you have the <sys/param.h> header file.  */
333 /* #undef HAVE_SYS_PARAM_H */
335 /* Define if you have the <sys/timeb.h> header file.  */
336 #undef HAVE_SYS_TIMEB_H
337 #define HAVE_SYS_TIMEB_H 1
339 /* Define if you have the <sys/wait.h> header file.  */
340 /* #undef HAVE_SYS_WAIT_H */
342 /* Define if you have the <unistd.h> header file.  */
343 /* #undef HAVE_UNISTD_H */
345 /* Define if you have the dgc library (-ldgc).  */
346 /* #undef HAVE_LIBDGC */
348 /* Define if you have the kstat library (-lkstat).  */
349 /* #undef HAVE_LIBKSTAT */
351 /* Define if you have the sun library (-lsun).  */
352 /* #undef HAVE_LIBSUN */
354 /* Use high resolution file timestamps if nonzero. */
355 #define FILE_TIMESTAMP_HI_RES 0
357 /* Build host information. */
358 #define MAKE_HOST "Windows32"
360 /* Grok DOS paths (drive specs and backslash path element separators) */
361 #define HAVE_DOS_PATHS
364  * Refer to README.W32 for info on the following settings
365  */
368  * If you have a shell that does not grok 'sh -c quoted-command-line'
369  * correctly, you need this setting. Please see below for specific
370  * shell support.
371  */
372 #undef BATCH_MODE_ONLY_SHELL
373 #define BATCH_MODE_ONLY_SHELL 1
376  * Define if you have the Cygnus "Cygwin" GNU Windows32 tool set.
377  * Do NOT define BATCH_MODE_ONLY_SHELL if you define HAVE_CYGWIN_SHELL
378  */
379 #undef HAVE_CYGWIN_SHELL
382  * Define if you have the MKS tool set or shell. Do NOT define
383  * BATCH_MODE_ONLY_SHELL if you define HAVE_MKS_SHELL
384  */
385 #undef HAVE_MKS_SHELL
388  * Enforce the mutual exclusivity restriction.
389  */
390 #ifdef HAVE_MKS_SHELL
391 #undef BATCH_MODE_ONLY_SHELL
392 #endif
394 #ifdef HAVE_CYGWIN_SHELL
395 #undef BATCH_MODE_ONLY_SHELL
396 #endif
398 /* Define if you prefer Case Insensitive behavior */
399 #undef HAVE_CASE_INSENSITIVE_FS