- New code capability: a read-only string cache. Start of solution for
[make/kirr.git] / config.h.W32.template
blobce894ed847ec4c7a631190c7e90bcd1489ee4d8d
1 /* config.h.W32                         -*-C-*-  */
3 /* Suppress some Visual C++ warnings.
4    Maybe after the code cleanup for ISO C we can remove some/all of these.  */
5 #if _MSC_VER > 1000
6 # pragma warning(disable:4100) /* unreferenced formal parameter */
7 # pragma warning(disable:4102) /* unreferenced label */
8 # pragma warning(disable:4127) /* conditional expression is constant */
9 # pragma warning(disable:4131) /* uses old-style declarator */
10 # pragma warning(disable:4702) /* unreachable code */
11 #endif
13 /* Define to 1 if the `closedir' function returns void instead of `int'. */
14 /* #undef CLOSEDIR_VOID */
16 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
17    systems. This function is required for `alloca.c' support on those systems.
18    */
19 /* #undef CRAY_STACKSEG_END */
21 /* Define to 1 if using `alloca.c'. */
22 /* #undef C_ALLOCA */
24 /* Define to 1 if using `getloadavg.c'. */
25 /*#define C_GETLOADAVG 1*/
27 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
28 /* #undef DGUX */
30 /* Define to 1 if translation of program messages to the user's native
31    language is requested. */
32 /* #undef ENABLE_NLS */
34 /* Use high resolution file timestamps if nonzero. */
35 #define FILE_TIMESTAMP_HI_RES 0
37 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
38    */
39 /* #undef GETLOADAVG_PRIVILEGED */
41 /* Define to 1 if you have `alloca', as a function or macro. */
42 #define HAVE_ALLOCA 1
44 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
45    */
46 /* #undef HAVE_ALLOCA_H */
48 /* Define if your compiler conforms to the ANSI C standard. */
49 #define HAVE_ANSI_COMPILER 1
51 /* Define to 1 if you have the `bsd_signal' function. */
52 /* #undef HAVE_BSD_SIGNAL */
54 /* Use case insensitive file names */
55 /* #undef HAVE_CASE_INSENSITIVE_FS */
57 /* Define if you have the clock_gettime function. */
58 /* #undef HAVE_CLOCK_GETTIME */
60 /* Define if the GNU dcgettext() function is already present or preinstalled.
61    */
62 /* #undef HAVE_DCGETTEXT */
64 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
65    */
66 #define HAVE_DIRENT_H 1
68 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
69 /* #undef HAVE_DOPRNT */
71 /* Use platform specific coding */
72 #define HAVE_DOS_PATHS 1
74 /* Define to 1 if you have the `dup2' function. */
75 #define HAVE_DUP2 1
77 /* Define to 1 if you have the <fcntl.h> header file. */
78 #define HAVE_FCNTL_H 1
80 /* Define to 1 if you have the `fdopen' function. */
81 /*#define HAVE_FDOPEN 1*/
83 /* Define to 1 if you have the `fork' function. */
84 /* #undef HAVE_FORK */
86 /* Define to 1 if you have the `getcwd' function.  */
87 #define HAVE_GETCWD 1
89 /* Define to 1 if you have the `getgroups' function. */
90 /* #undef HAVE_GETGROUPS */
92 /* Define to 1 if you have the `gethostbyname' function. */
93 /* #undef HAVE_GETHOSTBYNAME */
95 /* Define to 1 if you have the `gethostname' function. */
96 /* #undef HAVE_GETHOSTNAME */
98 /* Define to 1 if you have the `getloadavg' function. */
99 /* #undef HAVE_GETLOADAVG */
101 /* Define to 1 if you have the `getrlimit' function. */
102 /* #undef HAVE_GETRLIMIT */
104 /* Define if the GNU gettext() function is already present or preinstalled. */
105 /* #undef HAVE_GETTEXT */
107 /* Define if you have a standard gettimeofday function */
108 /* #undef HAVE_GETTIMEOFDAY */
110 /* Define if you have the iconv() function. */
111 /* #undef HAVE_ICONV */
113 /* Define to 1 if you have the <inttypes.h> header file. */
114 /*#define HAVE_INTTYPES_H 1*/
116 /* Define to 1 if you have the `dgc' library (-ldgc). */
117 /* #undef HAVE_LIBDGC */
119 /* Define to 1 if you have the `kstat' library (-lkstat). */
120 /* #undef HAVE_LIBKSTAT */
122 /* Define to 1 if you have the <limits.h> header file. */
123 #define HAVE_LIMITS_H 1
125 /* Define to 1 if you have the <locale.h> header file. */
126 /*#define HAVE_LOCALE_H 1*/
128 /* Define to 1 if you have the <mach/mach.h> header file. */
129 /* #undef HAVE_MACH_MACH_H */
131 /* Define to 1 if you have the `memmove' function. */
132 #define HAVE_MEMMOVE 1
134 /* Define to 1 if you have the <memory.h> header file. */
135 #define HAVE_MEMORY_H 1
137 /* Define to 1 if you have the `mkstemp' function. */
138 /* #undef HAVE_MKSTEMP */
140 /* Define to 1 if you have the `mktemp' function. */
141 #define HAVE_MKTEMP 1
143 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
144 /* #undef HAVE_NDIR_H */
146 /* Define to 1 if you have the <nlist.h> header file. */
147 /* #undef HAVE_NLIST_H */
149 /* Define to 1 if you have the `pipe' function. */
150 /* #undef HAVE_PIPE */
152 /* Define to 1 if you have the `pstat_getdynamic' function. */
153 /* #undef HAVE_PSTAT_GETDYNAMIC */
155 /* Define to 1 if you have the `realpath' function. */
156 /* #undef HAVE_REALPATH */
158 /* Define if <signal.h> defines the SA_RESTART constant. */
159 /* #undef HAVE_SA_RESTART */
161 /* Define to 1 if you have the `setegid' function. */
162 /* #undef HAVE_SETEGID */
164 /* Define to 1 if you have the `seteuid' function. */
165 /* #undef HAVE_SETEUID */
167 /* Define to 1 if you have the `setlinebuf' function. */
168 /* #undef HAVE_SETLINEBUF */
170 /* Define to 1 if you have the `setlocale' function. */
171 /*#define HAVE_SETLOCALE 1*/
173 /* Define to 1 if you have the `setregid' function. */
174 /* #undef HAVE_SETREGID */
176 /* Define to 1 if you have the `setreuid' function. */
177 /* #undef HAVE_SETREUID */
179 /* Define to 1 if you have the `setrlimit' function. */
180 /* #undef HAVE_SETRLIMIT */
182 /* Define to 1 if you have the `setvbuf' function. */
183 /*#define HAVE_SETVBUF 1 */
185 /* Define to 1 if you have the `sigaction' function. */
186 /* #undef HAVE_SIGACTION */
188 /* Define to 1 if you have the `sigsetmask' function. */
189 /* #undef HAVE_SIGSETMASK */
191 /* Define to 1 if you have the `socket' function. */
192 /* #undef HAVE_SOCKET */
194 /* Define to 1 if you have the <stdarg.h> header file. */
195 #define HAVE_STDARG_H 1
197 /* Define to 1 if you have the <stdint.h> header file. */
198 /*#define HAVE_STDINT_H 1*/
200 /* Define to 1 if you have the <stdlib.h> header file. */
201 #define HAVE_STDLIB_H 1
203 /* Define to 1 if you have the `strcasecmp' function. */
204 /* #undef HAVE_STRCASECMP */
206 /* Define to 1 if you have the `strchr' function. */
207 #define HAVE_STRCHR 1
209 /* Define to 1 if you have the `strcoll' function and it is properly defined.
210    */
211 #define HAVE_STRCOLL 1
213 /* Define to 1 if you have the `strdup' function. */
214 /* #define HAVE_STRDUP 1*/
216 /* Define to 1 if you have the `strerror' function. */
217 #define HAVE_STRERROR 1
219 /* Define to 1 if you have the <strings.h> header file. */
220 /* #define HAVE_STRINGS_H 1 */
222 /* Define to 1 if you have the <string.h> header file. */
223 #define HAVE_STRING_H 1
225 /* Define to 1 if you have the `strsignal' function. */
226 /* #undef HAVE_STRSIGNAL */
228 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
229 /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
231 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
232    */
233 /* #undef HAVE_SYS_DIR_H */
235 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
236    */
237 /* #undef HAVE_SYS_NDIR_H */
239 /* Define to 1 if you have the <sys/param.h> header file. */
240 /* #define HAVE_SYS_PARAM_H 1 */
242 /* Define to 1 if you have the <sys/resource.h> header file. */
243 /* #undef HAVE_SYS_RESOURCE_H */
245 /* Define to 1 if you have the <sys/stat.h> header file. */
246 /* #define HAVE_SYS_STAT_H 1 */
248 /* Define to 1 if you have the <sys/timeb.h> header file. */
249 /*#define HAVE_SYS_TIMEB_H 1*/
251 /* Define to 1 if you have the <sys/time.h> header file. */
252 /*#define HAVE_SYS_TIME_H 1*/
254 /* Define to 1 if you have the <sys/types.h> header file. */
255 /*#define HAVE_SYS_TYPES_H 1*/
257 /* Define to 1 if you have the <sys/wait.h> header file. */
258 /* #undef HAVE_SYS_WAIT_H */
260 /* Define this if you have the \`union wait' type in <sys/wait.h>. */
261 /* #undef HAVE_UNION_WAIT */
263 /* Define to 1 if you have the <unistd.h> header file. */
264 /* #define HAVE_UNISTD_H 1*/
266 /* Define to 1 if you have the <varargs.h> header file. */
267 /* #undef HAVE_VARARGS_H */
269 /* Define to 1 if you have the `vfork' function. */
270 /* #undef HAVE_VFORK */
272 /* Define to 1 if you have the <vfork.h> header file. */
273 /* #undef HAVE_VFORK_H */
275 /* Define to 1 if you have the `vprintf' function. */
276 #define HAVE_VPRINTF 1
279 /* Define to 1 if you have the `wait3' function. */
280 /* #undef HAVE_WAIT3 */
282 /* Define to 1 if you have the `waitpid' function. */
283 /* #undef HAVE_WAITPID */
285 /* Define to 1 if `fork' works. */
286 /* #undef HAVE_WORKING_FORK */
288 /* Define to 1 if `vfork' works. */
289 /* #undef HAVE_WORKING_VFORK */
291 /* Build host information. */
292 #define MAKE_HOST "Windows32"
294 /* Define this to enable job server support in GNU make. */
295 /* #undef MAKE_JOBSERVER */
297 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
298    on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
299 /* #undef NLIST_NAME_UNION */
301 /* Define if struct nlist.n_name is a pointer rather than an array. */
302 /* #undef NLIST_STRUCT */
304 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
305 /* #undef NO_MINUS_C_MINUS_O */
307 /* Name of this package (needed by automake) */
308 #define PACKAGE "%PACKAGE%"
310 /* Define to 1 if the C compiler supports function prototypes. */
311 #define PROTOTYPES 1
313 /* Define as the return type of signal handlers (`int' or `void'). */
314 #define RETSIGTYPE void
316 /* Define to the name of the SCCS 'get' command. */
317 #define SCCS_GET "echo no sccs get"
319 /* Define this if the SCCS 'get' command understands the '-G<file>' option. */
320 /* #undef SCCS_GET_MINUS_G */
322 /* Define to 1 if the `setvbuf' function takes the buffering type as its
323    second argument and the buffer pointer as the third, as on System V before
324    release 3. */
325 /* #undef SETVBUF_REVERSED */
327 /* If using the C implementation of alloca, define if you know the
328    direction of stack growth for your system; otherwise it will be
329    automatically deduced at run-time.
330         STACK_DIRECTION > 0 => grows toward higher addresses
331         STACK_DIRECTION < 0 => grows toward lower addresses
332         STACK_DIRECTION = 0 => direction of growth unknown */
333 /* #undef STACK_DIRECTION */
335 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
336 /* #undef STAT_MACROS_BROKEN */
338 /* Define to 1 if you have the ANSI C header files. */
339 #define STDC_HEADERS 1
341 /* Define if struct stat contains a nanoseconds field */
342 /* #undef ST_MTIM_NSEC */
344 /* Define to 1 on System V Release 4. */
345 /* #undef SVR4 */
347 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
348 /* #define TIME_WITH_SYS_TIME 1 */
350 /* Define to 1 for Encore UMAX. */
351 /* #undef UMAX */
353 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
354    <sys/cpustats.h>. */
355 /* #undef UMAX4_3 */
357 /* Version number of package */
358 #define VERSION "%VERSION%"
360 /* Define if using the dmalloc debugging malloc package */
361 /* #undef WITH_DMALLOC */
363 /* Define to 1 if on AIX 3.
364    System headers sometimes define this.
365    We just want to avoid a redefinition error message.  */
366 #ifndef _ALL_SOURCE
367 /* # undef _ALL_SOURCE */
368 #endif
370 /* Number of bits in a file offset, on hosts where this is settable. */
371 /* #undef _FILE_OFFSET_BITS */
373 /* Define for large files, on AIX-style hosts. */
374 /* #undef _LARGE_FILES */
376 /* Define to 1 if on MINIX. */
377 /* #undef _MINIX */
379 /* Define to 2 if the system does not provide POSIX.1 features except with
380    this defined. */
381 /* #undef _POSIX_1_SOURCE */
383 /* Define to 1 if you need to in order for `stat' and other things to work. */
384 #define _POSIX_SOURCE 1
386 /* Define like PROTOTYPES; this can be used by system headers. */
387 /*#define __PROTOTYPES 1*/
389 /* Define to empty if `const' does not conform to ANSI C. */
390 /* #undef const */
392 /* Define to `int' if <sys/types.h> doesn't define. */
393 #define gid_t int
395 /* Define to `int' if <sys/types.h> does not define. */
396 #define pid_t int
398 /* Define to `int' if <sys/types.h> doesn't define. */
399 #define uid_t int
401 /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */
402 #define uintmax_t unsigned long
404 /* Define as `fork' if `vfork' does not work. */
405 /*#define vfork fork*/
407 /* Define to `unsigned long' or `unsigned long long'
408    if <inttypes.h> doesn't define.  */
409 #define uintmax_t unsigned long
411 /* Define if you support file names longer than 14 characters.  */
412 #define HAVE_LONG_FILE_NAMES 1
414 /* Define if your struct stat has st_rdev.  */
415 #undef HAVE_ST_RDEV
416 #define HAVE_ST_RDEV 1
418 /* Define if you have the strftime function.  */
419 #undef HAVE_STRFTIME
420 #define HAVE_STRFTIME 1
422 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
423 /* #undef HAVE_SYS_WAIT_H */
425 /* Define if your struct tm has tm_zone.  */
426 /* #undef HAVE_TM_ZONE */
428 /* Define if you don't have tm_zone but do have the external array
429    tzname.  */
430 #undef HAVE_TZNAME
431 #define HAVE_TZNAME 1
433 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
434 #undef HAVE_UTIME_NULL
435 #define HAVE_UTIME_NULL 1
437 /* Define to the installation directory for locales.  */
438 #define LOCALEDIR ""
441  * Refer to README.W32 for info on the following settings
442  */
446  * If you have a shell that does not grok 'sh -c quoted-command-line'
447  * correctly, you need this setting. Please see below for specific
448  * shell support.
449  */
450 /*#define BATCH_MODE_ONLY_SHELL 1 */
453  * Define if you have the Cygnus "Cygwin" GNU Windows32 tool set.
454  * Do NOT define BATCH_MODE_ONLY_SHELL if you define HAVE_CYGWIN_SHELL
455  */
456 /*#define HAVE_CYGWIN_SHELL*/
459  * Define if you have the MKS tool set or shell. Do NOT define
460  * BATCH_MODE_ONLY_SHELL if you define HAVE_MKS_SHELL
461  */
462 /*#define HAVE_MKS_SHELL */
465  * Enforce the mutual exclusivity restriction.
466  */
467 #ifdef HAVE_MKS_SHELL
468 #undef BATCH_MODE_ONLY_SHELL
469 #endif
471 #ifdef HAVE_CYGWIN_SHELL
472 #undef BATCH_MODE_ONLY_SHELL
473 #endif