VirtualBox

source: kBuild/branches/GNU/src/gmake/config.h.W32.template@ 54

Last change on this file since 54 was 54, checked in by (none), 21 years ago

This commit was manufactured by cvs2svn to create branch 'GNU'.

  • Property svn:eol-style set to native
File size: 10.5 KB
Line 
1/* config.h.in. Generated automatically from configure.in by autoheader. */
2
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
9
10/* Define if using alloca.c. */
11/* #undef C_ALLOCA */
12
13/* Define if the closedir function returns void instead of int. */
14/* #undef CLOSEDIR_VOID */
15
16/* Define to empty if the keyword does not work. */
17/* #undef const */
18
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 */
22
23/* Define for DGUX with <sys/dg_sys_info.h>. */
24/* #undef DGUX */
25
26/* Define if the `getloadavg' function needs to be run setuid or setgid. */
27/* #undef GETLOADAVG_PRIVILEGED */
28
29/* Define to `unsigned long' or `unsigned long long'
30 if <inttypes.h> doesn't define. */
31#define uintmax_t unsigned long
32
33/* Define to `int' if <sys/types.h> doesn't define. */
34#undef gid_t
35#define gid_t int
36
37/* Define if you have alloca, as a function or macro. */
38#undef HAVE_ALLOCA
39#define HAVE_ALLOCA 1
40
41/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
42/* #undef HAVE_ALLOCA_H */
43
44/* Define if you don't have vprintf but do have _doprnt. */
45/* #undef HAVE_DOPRNT */
46
47/* Define if your system has a working fnmatch function. */
48/* #undef HAVE_FNMATCH */
49
50/* Define if your system has its own `getloadavg' function. */
51/* #undef HAVE_GETLOADAVG */
52
53/* Define if you have the getmntent function. */
54/* #undef HAVE_GETMNTENT */
55
56/* Define if the `long double' type works. */
57/* #undef HAVE_LONG_DOUBLE */
58
59/* Define if you support file names longer than 14 characters. */
60#undef HAVE_LONG_FILE_NAMES
61#define HAVE_LONG_FILE_NAMES 1
62
63/* Define if you have a working `mmap' system call. */
64/* #undef HAVE_MMAP */
65
66/* Define if system calls automatically restart after interruption
67 by a signal. */
68/* #undef HAVE_RESTARTABLE_SYSCALLS */
69
70/* Define if your struct stat has st_blksize. */
71/* #undef HAVE_ST_BLKSIZE */
72
73/* Define if your struct stat has st_blocks. */
74/* #undef HAVE_ST_BLOCKS */
75
76/* Define if you have the strcoll function and it is properly defined. */
77#undef HAVE_STRCOLL
78#define HAVE_STRCOLL 1
79
80/* Define if your struct stat has st_rdev. */
81#undef HAVE_ST_RDEV
82#define HAVE_ST_RDEV 1
83
84/* Define if you have the strftime function. */
85#undef HAVE_STRFTIME
86#define HAVE_STRFTIME 1
87
88/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
89/* #undef HAVE_SYS_WAIT_H */
90
91/* Define if your struct tm has tm_zone. */
92/* #undef HAVE_TM_ZONE */
93
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
98
99/* Define if you have <unistd.h>. */
100/* #undef HAVE_UNISTD_H */
101
102/* Define if utime(file, NULL) sets file's timestamp to the present. */
103#undef HAVE_UTIME_NULL
104#define HAVE_UTIME_NULL 1
105
106/* Define if you have <vfork.h>. */
107/* #undef HAVE_VFORK_H */
108
109/* Define if you have the vprintf function. */
110#undef HAVE_VPRINTF
111#define HAVE_VPRINTF 1
112
113/* Define if you have the wait3 system call. */
114/* #undef HAVE_WAIT3 */
115
116/* Define if on MINIX. */
117/* #undef _MINIX */
118
119/* Define if your struct nlist has an n_un member. */
120/* #undef NLIST_NAME_UNION */
121
122/* Define if you have <nlist.h>. */
123/* #undef NLIST_STRUCT */
124
125/* Define if your C compiler doesn't accept -c and -o together. */
126/* #undef NO_MINUS_C_MINUS_O */
127
128/* Define to `int' if <sys/types.h> doesn't define. */
129#undef pid_t
130#define pid_t int
131
132/* Define if the system does not provide POSIX.1 features except
133 with this defined. */
134/* #undef _POSIX_1_SOURCE */
135
136/* Define if you need to in order for stat and other things to work. */
137#undef _POSIX_SOURCE
138#define _POSIX_SOURCE 1
139
140/* Define as the return type of signal handlers (int or void). */
141#undef RETSIGTYPE
142#define RETSIGTYPE void
143
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 */
148
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 */
157
158/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
159/* #undef STAT_MACROS_BROKEN */
160
161/* Define if you have the ANSI C header files. */
162#undef STDC_HEADERS
163#define STDC_HEADERS 1
164
165/* Define on System V Release 4. */
166/* #undef SVR4 */
167
168/* Define if `sys_siglist' is declared by <signal.h>. */
169/* #undef SYS_SIGLIST_DECLARED */
170
171/* Define to `int' if <sys/types.h> doesn't define. */
172#undef uid_t
173#define uid_t int
174
175/* Define for Encore UMAX. */
176/* #undef UMAX */
177
178/* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
179 instead of <sys/cpustats.h>. */
180/* #undef UMAX4_3 */
181
182/* Define vfork as fork if vfork does not work. */
183/* #undef vfork */
184
185/* Name of this package (needed by automake) */
186#define PACKAGE "%PACKAGE%"
187
188/* Version of this package (needed by automake) */
189#define VERSION "%VERSION%"
190
191/* Define to the name of the SCCS `get' command. */
192#undef SCCS_GET
193#define SCCS_GET "echo no sccs get"
194
195/* Define to 1 if NLS is requested. */
196/* #undef ENABLE_NLS */
197
198/* Define as 1 if you have dcgettext. */
199/* #undef HAVE_DCGETTEXT */
200
201/* Define as 1 if you have gettext and don't want to use GNU gettext. */
202/* #undef HAVE_GETTEXT */
203
204/* Define if your locale.h file contains LC_MESSAGES. */
205/* #undef HAVE_LC_MESSAGES */
206
207/* Define to the installation directory for locales. */
208#define LOCALEDIR ""
209
210/* Define this if the SCCS `get' command understands the `-G<file>' option. */
211/* #undef SCCS_GET_MINUS_G */
212
213/* Define this to enable job server support in GNU make. */
214/* #undef MAKE_JOBSERVER */
215
216/* Define to be the nanoseconds member of struct stat's st_mtim,
217 if it exists. */
218/* #undef ST_MTIM_NSEC */
219
220/* Define this if the C library defines the variable `sys_siglist'. */
221/* #undef HAVE_SYS_SIGLIST */
222
223/* Define this if the C library defines the variable `_sys_siglist'. */
224/* #undef HAVE__SYS_SIGLIST */
225
226/* Define this if you have the `union wait' type in <sys/wait.h>. */
227/* #undef HAVE_UNION_WAIT */
228
229/* Define if you have the dup2 function. */
230#undef HAVE_DUP2
231#define HAVE_DUP2 1
232
233/* Define if you have the getcwd function. */
234#undef HAVE_GETCWD
235#define HAVE_GETCWD 1
236
237/* Define if you have the getgroups function. */
238/* #undef HAVE_GETGROUPS */
239
240/* Define if you have the gethostbyname function. */
241/* #undef HAVE_GETHOSTBYNAME */
242
243/* Define if you have the gethostname function. */
244/* #undef HAVE_GETHOSTNAME */
245
246/* Define if you have the getloadavg function. */
247/* #undef HAVE_GETLOADAVG */
248
249/* Define if you have the memmove function. */
250#undef HAVE_MEMMOVE
251#define HAVE_MEMMOVE 1
252
253/* Define if you have the mktemp function. */
254#undef HAVE_MKTEMP
255#define HAVE_MKTEMP 1
256
257/* Define if you have the psignal function. */
258/* #undef HAVE_PSIGNAL */
259
260/* Define if you have the pstat_getdynamic function. */
261/* #undef HAVE_PSTAT_GETDYNAMIC */
262
263/* Define if you have the setegid function. */
264/* #undef HAVE_SETEGID */
265
266/* Define if you have the seteuid function. */
267/* #undef HAVE_SETEUID */
268
269/* Define if you have the setlinebuf function. */
270/* #undef HAVE_SETLINEBUF */
271
272/* Define if you have the setregid function. */
273/* #undef HAVE_SETREGID */
274
275/* Define if you have the setreuid function. */
276/* #undef HAVE_SETREUID */
277
278/* Define if you have the sigsetmask function. */
279/* #undef HAVE_SIGSETMASK */
280
281/* Define if you have the socket function. */
282/* #undef HAVE_SOCKET */
283
284/* Define if you have the strcasecmp function. */
285/* #undef HAVE_STRCASECMP */
286
287/* Define if you have the strerror function. */
288#undef HAVE_STRERROR
289#define HAVE_STRERROR 1
290
291/* Define if you have the strsignal function. */
292/* #undef HAVE_STRSIGNAL */
293
294/* Define if you have the wait3 function. */
295/* #undef HAVE_WAIT3 */
296
297/* Define if you have the waitpid function. */
298/* #undef HAVE_WAITPID */
299
300/* Define if you have the <dirent.h> header file. */
301#undef HAVE_DIRENT_H
302#define HAVE_DIRENT_H 1
303
304/* Define if you have the <fcntl.h> header file. */
305#undef HAVE_FCNTL_H
306#define HAVE_FCNTL_H 1
307
308/* Define if you have the <limits.h> header file. */
309#undef HAVE_LIMITS_H
310#define HAVE_LIMITS_H 1
311
312/* Define if you have the <mach/mach.h> header file. */
313/* #undef HAVE_MACH_MACH_H */
314
315/* Define if you have the <memory.h> header file. */
316#undef HAVE_MEMORY_H
317#define HAVE_MEMORY_H 1
318
319/* Define if you have the <ndir.h> header file. */
320/* #undef HAVE_NDIR_H */
321
322/* Define if you have the <string.h> header file. */
323#undef HAVE_STRING_H
324#define HAVE_STRING_H 1
325
326/* Define if you have the <sys/dir.h> header file. */
327/* #undef HAVE_SYS_DIR_H */
328
329/* Define if you have the <sys/ndir.h> header file. */
330/* #undef HAVE_SYS_NDIR_H */
331
332/* Define if you have the <sys/param.h> header file. */
333/* #undef HAVE_SYS_PARAM_H */
334
335/* Define if you have the <sys/timeb.h> header file. */
336#undef HAVE_SYS_TIMEB_H
337#define HAVE_SYS_TIMEB_H 1
338
339/* Define if you have the <sys/wait.h> header file. */
340/* #undef HAVE_SYS_WAIT_H */
341
342/* Define if you have the <unistd.h> header file. */
343/* #undef HAVE_UNISTD_H */
344
345/* Define if you have the dgc library (-ldgc). */
346/* #undef HAVE_LIBDGC */
347
348/* Define if you have the kstat library (-lkstat). */
349/* #undef HAVE_LIBKSTAT */
350
351/* Define if you have the sun library (-lsun). */
352/* #undef HAVE_LIBSUN */
353
354/* Use high resolution file timestamps if nonzero. */
355#define FILE_TIMESTAMP_HI_RES 0
356
357/* Build host information. */
358#define MAKE_HOST "Windows32"
359
360/* Grok DOS paths (drive specs and backslash path element separators) */
361#define HAVE_DOS_PATHS
362
363/*
364 * Refer to README.W32 for info on the following settings
365 */
366
367/*
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
374
375/*
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
380
381/*
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
386
387/*
388 * Enforce the mutual exclusivity restriction.
389 */
390#ifdef HAVE_MKS_SHELL
391#undef BATCH_MODE_ONLY_SHELL
392#endif
393
394#ifdef HAVE_CYGWIN_SHELL
395#undef BATCH_MODE_ONLY_SHELL
396#endif
397
398/* Define if you prefer Case Insensitive behavior */
399#undef HAVE_CASE_INSENSITIVE_FS
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette