Fix some Savannah bugs.
[make.git] / config.h.W32.template
blobedb2f2909832cac093c412408db5f42e2d20afdb
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 your compiler conforms to the ANSI C standard. */
162 #define HAVE_ANSI_COMPILER 1
164 /* Define to 1 if you have the <stdarg.h> header file. */
165 #define HAVE_STDARG_H 1
167 /* Define if you have the ANSI C header files.  */
168 #undef STDC_HEADERS
169 #define STDC_HEADERS 1
171 /* Define on System V Release 4.  */
172 /* #undef SVR4 */
174 /* Define if `sys_siglist' is declared by <signal.h>.  */
175 /* #undef SYS_SIGLIST_DECLARED */
177 /* Define to `int' if <sys/types.h> doesn't define.  */
178 #undef uid_t
179 #define uid_t int
181 /* Define for Encore UMAX.  */
182 /* #undef UMAX */
184 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
185    instead of <sys/cpustats.h>.  */
186 /* #undef UMAX4_3 */
188 /* Define vfork as fork if vfork does not work.  */
189 /* #undef vfork */
191 /* Name of this package (needed by automake) */
192 #define PACKAGE "%PACKAGE%"
194 /* Version of this package (needed by automake) */
195 #define VERSION "%VERSION%"
197 /* Define to the name of the SCCS `get' command.  */
198 #undef SCCS_GET
199 #define SCCS_GET "echo no sccs get"
201 /* Define to 1 if NLS is requested.  */
202 /* #undef ENABLE_NLS */
204 /* Define as 1 if you have dcgettext.  */
205 /* #undef HAVE_DCGETTEXT */
207 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
208 /* #undef HAVE_GETTEXT */
210 /* Define if your locale.h file contains LC_MESSAGES.  */
211 /* #undef HAVE_LC_MESSAGES */
213 /* Define to the installation directory for locales.  */
214 #define LOCALEDIR ""
216 /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
217 /* #undef SCCS_GET_MINUS_G */
219 /* Define this to enable job server support in GNU make.  */
220 /* #undef MAKE_JOBSERVER */
222 /* Define to be the nanoseconds member of struct stat's st_mtim,
223    if it exists.  */
224 /* #undef ST_MTIM_NSEC */
226 /* Define this if the C library defines the variable `sys_siglist'.  */
227 /* #undef HAVE_SYS_SIGLIST */
229 /* Define this if the C library defines the variable `_sys_siglist'.  */
230 /* #undef HAVE__SYS_SIGLIST */
232 /* Define this if you have the `union wait' type in <sys/wait.h>.  */
233 /* #undef HAVE_UNION_WAIT */
235 /* Define if you have the dup2 function.  */
236 #undef HAVE_DUP2
237 #define HAVE_DUP2 1
239 /* Define if you have the getcwd function.  */
240 #undef HAVE_GETCWD
241 #define HAVE_GETCWD 1
243 /* Define if you have the getgroups function.  */
244 /* #undef HAVE_GETGROUPS */
246 /* Define if you have the gethostbyname function.  */
247 /* #undef HAVE_GETHOSTBYNAME */
249 /* Define if you have the gethostname function.  */
250 /* #undef HAVE_GETHOSTNAME */
252 /* Define if you have the getloadavg function.  */
253 /* #undef HAVE_GETLOADAVG */
255 /* Define if you have the memmove function.  */
256 #undef HAVE_MEMMOVE
257 #define HAVE_MEMMOVE 1
259 /* Define if you have the mktemp function.  */
260 #undef HAVE_MKTEMP
261 #define HAVE_MKTEMP 1
263 /* Define if you have the psignal function.  */
264 /* #undef HAVE_PSIGNAL */
266 /* Define if you have the pstat_getdynamic function.  */
267 /* #undef HAVE_PSTAT_GETDYNAMIC */
269 /* Define if you have the setegid function.  */
270 /* #undef HAVE_SETEGID */
272 /* Define if you have the seteuid function.  */
273 /* #undef HAVE_SETEUID */
275 /* Define if you have the setlinebuf function.  */
276 /* #undef HAVE_SETLINEBUF */
278 /* Define if you have the setregid function.  */
279 /* #undef HAVE_SETREGID */
281 /* Define if you have the setreuid function.  */
282 /* #undef HAVE_SETREUID */
284 /* Define if you have the sigsetmask function.  */
285 /* #undef HAVE_SIGSETMASK */
287 /* Define if you have the socket function.  */
288 /* #undef HAVE_SOCKET */
290 /* Define if you have the strcasecmp function.  */
291 /* #undef HAVE_STRCASECMP */
293 /* Define if you have the strerror function.  */
294 #undef HAVE_STRERROR
295 #define HAVE_STRERROR 1
297 /* Define if you have the strsignal function.  */
298 /* #undef HAVE_STRSIGNAL */
300 /* Define if you have the wait3 function.  */
301 /* #undef HAVE_WAIT3 */
303 /* Define if you have the waitpid function.  */
304 /* #undef HAVE_WAITPID */
306 /* Define if you have the <dirent.h> header file.  */
307 #undef HAVE_DIRENT_H
308 #define HAVE_DIRENT_H 1
310 /* Define if you have the <fcntl.h> header file.  */
311 #undef HAVE_FCNTL_H
312 #define HAVE_FCNTL_H 1
314 /* Define if you have the <limits.h> header file.  */
315 #undef HAVE_LIMITS_H
316 #define HAVE_LIMITS_H 1
318 /* Define if you have the <mach/mach.h> header file.  */
319 /* #undef HAVE_MACH_MACH_H */
321 /* Define if you have the <memory.h> header file.  */
322 #undef HAVE_MEMORY_H
323 #define HAVE_MEMORY_H 1
325 /* Define if you have the <ndir.h> header file.  */
326 /* #undef HAVE_NDIR_H */
328 /* Define if you have the <string.h> header file.  */
329 #undef HAVE_STRING_H
330 #define HAVE_STRING_H 1
332 /* Define if you have the <sys/dir.h> header file.  */
333 /* #undef HAVE_SYS_DIR_H */
335 /* Define if you have the <sys/ndir.h> header file.  */
336 /* #undef HAVE_SYS_NDIR_H */
338 /* Define if you have the <sys/param.h> header file.  */
339 /* #undef HAVE_SYS_PARAM_H */
341 /* Define if you have the <sys/timeb.h> header file.  */
342 #undef HAVE_SYS_TIMEB_H
343 #define HAVE_SYS_TIMEB_H 1
345 /* Define if you have the <sys/wait.h> header file.  */
346 /* #undef HAVE_SYS_WAIT_H */
348 /* Define if you have the <unistd.h> header file.  */
349 /* #undef HAVE_UNISTD_H */
351 /* Define if you have the dgc library (-ldgc).  */
352 /* #undef HAVE_LIBDGC */
354 /* Define if you have the kstat library (-lkstat).  */
355 /* #undef HAVE_LIBKSTAT */
357 /* Define if you have the sun library (-lsun).  */
358 /* #undef HAVE_LIBSUN */
360 /* Use high resolution file timestamps if nonzero. */
361 #define FILE_TIMESTAMP_HI_RES 0
363 /* Build host information. */
364 #define MAKE_HOST "Windows32"
366 /* Grok DOS paths (drive specs and backslash path element separators) */
367 #define HAVE_DOS_PATHS
370  * Refer to README.W32 for info on the following settings
371  */
374  * If you have a shell that does not grok 'sh -c quoted-command-line'
375  * correctly, you need this setting. Please see below for specific
376  * shell support.
377  */
378 #undef BATCH_MODE_ONLY_SHELL
379 #define BATCH_MODE_ONLY_SHELL 1
382  * Define if you have the Cygnus "Cygwin" GNU Windows32 tool set.
383  * Do NOT define BATCH_MODE_ONLY_SHELL if you define HAVE_CYGWIN_SHELL
384  */
385 #undef HAVE_CYGWIN_SHELL
388  * Define if you have the MKS tool set or shell. Do NOT define
389  * BATCH_MODE_ONLY_SHELL if you define HAVE_MKS_SHELL
390  */
391 #undef HAVE_MKS_SHELL
394  * Enforce the mutual exclusivity restriction.
395  */
396 #ifdef HAVE_MKS_SHELL
397 #undef BATCH_MODE_ONLY_SHELL
398 #endif
400 #ifdef HAVE_CYGWIN_SHELL
401 #undef BATCH_MODE_ONLY_SHELL
402 #endif
404 /* Define if you prefer Case Insensitive behavior */
405 #undef HAVE_CASE_INSENSITIVE_FS