Avoid certificate checks when getting PO files from translationproject.org
[make.git] / config.h.W32.template
blob9b4138e3f3cd43035e6fe331d1301764ed10da4d
1 /* config.h.W32 -- hand-massaged config.h file for Windows builds       -*-C-*-
3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
4 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5 This file is part of GNU Make.
7 GNU Make is free software; you can redistribute it and/or modify it under the
8 terms of the GNU General Public License as published by the Free Software
9 Foundation; either version 3 of the License, or (at your option) any later
10 version.
12 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
13 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14 A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License along with
17 this program.  If not, see <http://www.gnu.org/licenses/>.  */
19 /* Suppress some Visual C++ warnings.
20    Maybe after the code cleanup for ISO C we can remove some/all of these.  */
21 #if _MSC_VER > 1000
22 # pragma warning(disable:4100) /* unreferenced formal parameter */
23 # pragma warning(disable:4102) /* unreferenced label */
24 # pragma warning(disable:4127) /* conditional expression is constant */
25 # pragma warning(disable:4131) /* uses old-style declarator */
26 # pragma warning(disable:4702) /* unreachable code */
27 # define _CRT_SECURE_NO_WARNINGS  /* function or variable may be unsafe */
28 # define _CRT_NONSTDC_NO_WARNINGS /* functions w/o a leading underscore */
29 #endif
31 /* Define to 1 if the `closedir' function returns void instead of `int'. */
32 /* #undef CLOSEDIR_VOID */
34 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
35    systems. This function is required for `alloca.c' support on those systems.
36    */
37 /* #undef CRAY_STACKSEG_END */
39 /* Define to 1 if using `alloca.c'. */
40 /* #undef C_ALLOCA */
42 /* Define to 1 if using `getloadavg.c'. */
43 /*#define C_GETLOADAVG 1*/
45 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
46 /* #undef DGUX */
48 /* Define to 1 if translation of program messages to the user's native
49    language is requested. */
50 /* #undef ENABLE_NLS */
52 /* Use high resolution file timestamps if nonzero. */
53 #define FILE_TIMESTAMP_HI_RES 0
55 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
56    */
57 /* #undef GETLOADAVG_PRIVILEGED */
59 /* Define to 1 if you have `alloca', as a function or macro. */
60 #define HAVE_ALLOCA 1
62 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
63    */
64 /* #undef HAVE_ALLOCA_H */
66 /* Define if your compiler conforms to the ANSI C standard. */
67 #define HAVE_ANSI_COMPILER 1
69 /* Define to 1 if you have the `bsd_signal' function. */
70 /* #undef HAVE_BSD_SIGNAL */
72 /* Use case insensitive file names */
73 /* #undef HAVE_CASE_INSENSITIVE_FS */
75 /* Define if you have the clock_gettime function. */
76 /* #undef HAVE_CLOCK_GETTIME */
78 /* Define if the GNU dcgettext() function is already present or preinstalled.
79    */
80 /* #undef HAVE_DCGETTEXT */
82 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
83    */
84 #define HAVE_DIRENT_H 1
86 /* Define to 1 if you have the <direct.h> header file, and it defines getcwd()
87    and chdir().
88    */
89 #if (defined(_MSC_VER) || defined(__BORLANDC__)) && !defined(__INTERIX)
90 # define HAVE_DIRECT_H 1
91 #endif
93 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
94 /* #undef HAVE_DOPRNT */
96 /* Use platform specific coding */
97 #define HAVE_DOS_PATHS 1
99 /* Define to 1 if you have the `dup2' function. */
100 #define HAVE_DUP2 1
102 /* Define to 1 if you have the <fcntl.h> header file. */
103 #define HAVE_FCNTL_H 1
105 /* Define to 1 if you have the `fdopen' function. */
106 /*#define HAVE_FDOPEN 1*/
108 /* Define to 1 if you have the `fork' function. */
109 /* #undef HAVE_FORK */
111 /* Define to 1 if you have the `getcwd' function.  */
112 #define HAVE_GETCWD 1
114 /* Define to 1 if you have the `getgroups' function. */
115 /* #undef HAVE_GETGROUPS */
117 /* Define to 1 if you have the `gethostbyname' function. */
118 /* #undef HAVE_GETHOSTBYNAME */
120 /* Define to 1 if you have the `gethostname' function. */
121 /* #undef HAVE_GETHOSTNAME */
123 /* Define to 1 if you have the `getloadavg' function. */
124 /* #undef HAVE_GETLOADAVG */
126 /* Define to 1 if you have the `getrlimit' function. */
127 /* #undef HAVE_GETRLIMIT */
129 /* Define if the GNU gettext() function is already present or preinstalled. */
130 /* #undef HAVE_GETTEXT */
132 /* Define if you have a standard gettimeofday function */
133 /* #undef HAVE_GETTIMEOFDAY */
135 /* Define if you have the iconv() function. */
136 /* #undef HAVE_ICONV */
138 /* Define to 1 if you have the <inttypes.h> header file. */
139 /*#define HAVE_INTTYPES_H 1*/
141 /* Define to 1 if you have the `dgc' library (-ldgc). */
142 /* #undef HAVE_LIBDGC */
144 /* Define to 1 if you have the `kstat' library (-lkstat). */
145 /* #undef HAVE_LIBKSTAT */
147 /* Define to 1 if you have the <limits.h> header file. */
148 #define HAVE_LIMITS_H 1
150 /* Define to 1 if you have the <locale.h> header file. */
151 /*#define HAVE_LOCALE_H 1*/
153 /* Define to 1 if you have the <mach/mach.h> header file. */
154 /* #undef HAVE_MACH_MACH_H */
156 /* Define to 1 if you have the `memmove' function. */
157 #define HAVE_MEMMOVE 1
159 /* Define to 1 if you have the <memory.h> header file. */
160 #define HAVE_MEMORY_H 1
162 /* Define to 1 if you have the `mkstemp' function. */
163 /* #undef HAVE_MKSTEMP */
165 /* Define to 1 if you have the `mktemp' function. */
166 #define HAVE_MKTEMP 1
168 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
169 /* #undef HAVE_NDIR_H */
171 /* Define to 1 if you have the <nlist.h> header file. */
172 /* #undef HAVE_NLIST_H */
174 /* Define to 1 if you have the `pipe' function. */
175 /* #undef HAVE_PIPE */
177 /* Define to 1 if you have the `pstat_getdynamic' function. */
178 /* #undef HAVE_PSTAT_GETDYNAMIC */
180 /* Define to 1 if you have the `realpath' function. */
181 /* #undef HAVE_REALPATH */
183 /* Define if <signal.h> defines the SA_RESTART constant. */
184 /* #undef HAVE_SA_RESTART */
186 /* Define to 1 if you have the `setegid' function. */
187 /* #undef HAVE_SETEGID */
189 /* Define to 1 if you have the `seteuid' function. */
190 /* #undef HAVE_SETEUID */
192 /* Define to 1 if you have the `setlinebuf' function. */
193 /* #undef HAVE_SETLINEBUF */
195 /* Define to 1 if you have the `setlocale' function. */
196 /*#define HAVE_SETLOCALE 1*/
198 /* Define to 1 if you have the `setregid' function. */
199 /* #undef HAVE_SETREGID */
201 /* Define to 1 if you have the `setreuid' function. */
202 /* #undef HAVE_SETREUID */
204 /* Define to 1 if you have the `setrlimit' function. */
205 /* #undef HAVE_SETRLIMIT */
207 /* Define to 1 if you have the `setvbuf' function. */
208 /*#define HAVE_SETVBUF 1 */
210 /* Define to 1 if you have the `sigaction' function. */
211 /* #undef HAVE_SIGACTION */
213 /* Define to 1 if you have the `sigsetmask' function. */
214 /* #undef HAVE_SIGSETMASK */
216 /* Define to 1 if you have the `socket' function. */
217 /* #undef HAVE_SOCKET */
219 /* Define to 1 if you have the <stdarg.h> header file. */
220 #define HAVE_STDARG_H 1
222 /* Define to 1 if you have the <stdint.h> header file. */
223 /*#define HAVE_STDINT_H 1*/
225 /* Define to 1 if you have the <stdlib.h> header file. */
226 #define HAVE_STDLIB_H 1
228 /* Define to 1 if you have the `strcasecmp' function. */
229 /* #undef HAVE_STRCASECMP */
231 /* Define to 1 if you have the `strcmpi' function. */
232 /* #undef HAVE_STRCMPI */
234 /* Define to 1 if you have the `stricmp' function. */
235 #define HAVE_STRICMP 1
237 /* Define to 1 if you have the `strncasecmp' function. */
238 /* #undef HAVE_STRNCASECMP */
240 /* Define to 1 if you have the `strncmpi' function. */
241 /* #undef HAVE_STRNCMPI */
243 /* Define to 1 if you have the `strnicmp' function. */
244 #define HAVE_STRNICMP 1
246 /* Define to 1 if you have the `strchr' function. */
247 #define HAVE_STRCHR 1
249 /* Define to 1 if you have the `strcoll' function and it is properly defined.
250    */
251 #define HAVE_STRCOLL 1
253 /* Define to 1 if you have the `strdup' function. */
254 /* #define HAVE_STRDUP 1*/
256 /* Define to 1 if you have the `strerror' function. */
257 #define HAVE_STRERROR 1
259 /* Define to 1 if you have the <strings.h> header file. */
260 /* #define HAVE_STRINGS_H 1 */
262 /* Define to 1 if you have the <string.h> header file. */
263 #define HAVE_STRING_H 1
265 /* Define to 1 if you have the `strsignal' function. */
266 /* #undef HAVE_STRSIGNAL */
268 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
269 /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
271 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
272    */
273 /* #undef HAVE_SYS_DIR_H */
275 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
276    */
277 /* #undef HAVE_SYS_NDIR_H */
279 /* Define to 1 if you have the <sys/param.h> header file. */
280 /* #define HAVE_SYS_PARAM_H 1 */
282 /* Define to 1 if you have the <sys/resource.h> header file. */
283 /* #undef HAVE_SYS_RESOURCE_H */
285 /* Define to 1 if you have the <sys/stat.h> header file. */
286 /* #define HAVE_SYS_STAT_H 1 */
288 /* Define to 1 if you have the <sys/timeb.h> header file. */
289 /*#define HAVE_SYS_TIMEB_H 1*/
291 /* Define to 1 if you have the <sys/time.h> header file. */
292 /*#define HAVE_SYS_TIME_H 1*/
294 /* Define to 1 if you have the <sys/types.h> header file. */
295 /*#define HAVE_SYS_TYPES_H 1*/
297 /* Define to 1 if you have the <sys/wait.h> header file. */
298 /* #undef HAVE_SYS_WAIT_H */
300 /* Define this if you have the \`union wait' type in <sys/wait.h>. */
301 /* #undef HAVE_UNION_WAIT */
303 /* Define to 1 if you have the <unistd.h> header file. */
304 /* #define HAVE_UNISTD_H 1*/
306 /* Define to 1 if you have the <varargs.h> header file. */
307 /* #undef HAVE_VARARGS_H */
309 /* Define to 1 if you have the `vfork' function. */
310 /* #undef HAVE_VFORK */
312 /* Define to 1 if you have the <vfork.h> header file. */
313 /* #undef HAVE_VFORK_H */
315 /* Define to 1 if you have the `vprintf' function. */
316 #define HAVE_VPRINTF 1
319 /* Define to 1 if you have the `wait3' function. */
320 /* #undef HAVE_WAIT3 */
322 /* Define to 1 if you have the `waitpid' function. */
323 /* #undef HAVE_WAITPID */
325 /* Define to 1 if `fork' works. */
326 /* #undef HAVE_WORKING_FORK */
328 /* Define to 1 if `vfork' works. */
329 /* #undef HAVE_WORKING_VFORK */
331 /* Build host information. */
332 #define MAKE_HOST "Windows32"
334 /* Define this to enable job server support in GNU make. */
335 /* #undef MAKE_JOBSERVER */
337 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
338    on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
339 /* #undef NLIST_NAME_UNION */
341 /* Define if struct nlist.n_name is a pointer rather than an array. */
342 /* #undef NLIST_STRUCT */
344 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
345 /* #undef NO_MINUS_C_MINUS_O */
347 /* Name of this package (needed by automake) */
348 #define PACKAGE "%PACKAGE%"
350 /* Define to 1 if the C compiler supports function prototypes. */
351 #define PROTOTYPES 1
353 /* Define as the return type of signal handlers (`int' or `void'). */
354 #define RETSIGTYPE void
356 /* Define to the name of the SCCS 'get' command. */
357 #define SCCS_GET "echo no sccs get"
359 /* Define this if the SCCS 'get' command understands the '-G<file>' option. */
360 /* #undef SCCS_GET_MINUS_G */
362 /* Define to 1 if the `setvbuf' function takes the buffering type as its
363    second argument and the buffer pointer as the third, as on System V before
364    release 3. */
365 /* #undef SETVBUF_REVERSED */
367 /* If using the C implementation of alloca, define if you know the
368    direction of stack growth for your system; otherwise it will be
369    automatically deduced at run-time.
370         STACK_DIRECTION > 0 => grows toward higher addresses
371         STACK_DIRECTION < 0 => grows toward lower addresses
372         STACK_DIRECTION = 0 => direction of growth unknown */
373 /* #undef STACK_DIRECTION */
375 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
376 /* #undef STAT_MACROS_BROKEN */
378 /* Define to 1 if you have the ANSI C header files. */
379 #define STDC_HEADERS 1
381 /* Define if struct stat contains a nanoseconds field */
382 /* #undef ST_MTIM_NSEC */
384 /* Define to 1 on System V Release 4. */
385 /* #undef SVR4 */
387 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
388 /* #define TIME_WITH_SYS_TIME 1 */
390 /* Define to 1 for Encore UMAX. */
391 /* #undef UMAX */
393 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
394    <sys/cpustats.h>. */
395 /* #undef UMAX4_3 */
397 /* Version number of package */
398 #define VERSION "%VERSION%"
400 /* Define if using the dmalloc debugging malloc package */
401 /* #undef WITH_DMALLOC */
403 /* Define to 1 if on AIX 3.
404    System headers sometimes define this.
405    We just want to avoid a redefinition error message.  */
406 #ifndef _ALL_SOURCE
407 /* # undef _ALL_SOURCE */
408 #endif
410 /* Number of bits in a file offset, on hosts where this is settable. */
411 /* #undef _FILE_OFFSET_BITS */
413 /* Define for large files, on AIX-style hosts. */
414 /* #undef _LARGE_FILES */
416 /* Define to 1 if on MINIX. */
417 /* #undef _MINIX */
419 /* Define to 2 if the system does not provide POSIX.1 features except with
420    this defined. */
421 /* #undef _POSIX_1_SOURCE */
423 /* Define to 1 if you need to in order for `stat' and other things to work. */
424 #define _POSIX_SOURCE 1
426 /* Define like PROTOTYPES; this can be used by system headers. */
427 /*#define __PROTOTYPES 1*/
429 /* Define to empty if `const' does not conform to ANSI C. */
430 /* #undef const */
432 #include <sys/types.h>
434 /* Define to `int' if <sys/types.h> doesn't define. */
435 #define gid_t int
437 /* Define to `int' if <sys/types.h> does not define. */
438 /* GCC 4.x reportedly defines pid_t.  */
439 #ifndef _PID_T_
440 #ifdef _WIN64
441 #define pid_t __int64
442 #else
443 #define pid_t int
444 #endif
445 #endif
447 /* Define to `int' if <sys/types.h> doesn't define. */
448 #define uid_t int
450 /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */
451 #define uintmax_t unsigned long
453 /* Define as `fork' if `vfork' does not work. */
454 /*#define vfork fork*/
456 /* Define to `unsigned long' or `unsigned long long'
457    if <inttypes.h> doesn't define.  */
458 #define uintmax_t unsigned long
460 /* Define if you support file names longer than 14 characters.  */
461 #define HAVE_LONG_FILE_NAMES 1
463 /* Define if your struct stat has st_rdev.  */
464 #undef HAVE_ST_RDEV
465 #define HAVE_ST_RDEV 1
467 /* Define if you have the strftime function.  */
468 #undef HAVE_STRFTIME
469 #define HAVE_STRFTIME 1
471 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
472 /* #undef HAVE_SYS_WAIT_H */
474 /* Define if your struct tm has tm_zone.  */
475 /* #undef HAVE_TM_ZONE */
477 /* Define if you don't have tm_zone but do have the external array
478    tzname.  */
479 #undef HAVE_TZNAME
480 #define HAVE_TZNAME 1
482 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
483 #undef HAVE_UTIME_NULL
484 #define HAVE_UTIME_NULL 1
486 /* Define to the installation directory for locales.  */
487 #define LOCALEDIR ""
490  * Refer to README.W32 for info on the following settings
491  */
495  * If you have a shell that does not grok 'sh -c quoted-command-line'
496  * correctly, you need this setting. Please see below for specific
497  * shell support.
498  */
499 /*#define BATCH_MODE_ONLY_SHELL 1 */
502  * Define if you have the Cygnus "Cygwin" GNU Windows32 tool set.
503  * Do NOT define BATCH_MODE_ONLY_SHELL if you define HAVE_CYGWIN_SHELL
504  */
505 /*#define HAVE_CYGWIN_SHELL 1 */
508  * Define if you have the MKS tool set or shell. Do NOT define
509  * BATCH_MODE_ONLY_SHELL if you define HAVE_MKS_SHELL
510  */
511 /*#define HAVE_MKS_SHELL 1 */
514  * Enforce the mutual exclusivity restriction.
515  */
516 #ifdef HAVE_MKS_SHELL
517 #undef BATCH_MODE_ONLY_SHELL
518 #endif
520 #ifdef HAVE_CYGWIN_SHELL
521 #undef BATCH_MODE_ONLY_SHELL
522 #endif