VirtualBox

source: kBuild/trunk/src/gmake/config.h.linux@ 281

Last change on this file since 281 was 202, checked in by bird, 20 years ago

Win32 build.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 11.5 KB
Line 
1/* config.h. Generated by configure. */
2/* config.h.in. Generated from configure.in by autoheader. */
3
4/* Define to 1 if the `closedir' function returns void instead of `int'. */
5/* #undef CLOSEDIR_VOID */
6
7/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8 systems. This function is required for `alloca.c' support on those systems.
9 */
10/* #undef CRAY_STACKSEG_END */
11
12/* Define to 1 if using `alloca.c'. */
13/* #undef C_ALLOCA */
14
15/* Define to 1 if using `getloadavg.c'. */
16/* #undef C_GETLOADAVG */
17
18/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
19/* #undef DGUX */
20
21/* Define to 1 if translation of program messages to the user's native
22 language is requested. */
23/* #define ENABLE_NLS 1 */
24#undef ENABLE_NLS
25
26/* Use high resolution file timestamps if nonzero. */
27#define FILE_TIMESTAMP_HI_RES 1
28
29/* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
30 */
31/* #undef GETLOADAVG_PRIVILEGED */
32
33/* Define to 1 if you have `alloca', as a function or macro. */
34#define HAVE_ALLOCA 1
35
36/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
37 */
38#define HAVE_ALLOCA_H 1
39
40/* Define if your compiler conforms to the ANSI C standard. */
41#define HAVE_ANSI_COMPILER 1
42
43/* Define to 1 if you have the `bsd_signal' function. */
44#define HAVE_BSD_SIGNAL 1
45
46/* Define if you have the clock_gettime function. */
47#define HAVE_CLOCK_GETTIME 1
48
49/* Define if the GNU dcgettext() function is already present or preinstalled.
50 */
51#define HAVE_DCGETTEXT 1
52
53/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
54 don't. */
55#define HAVE_DECL_SYS_SIGLIST 0
56
57/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
58 */
59#define HAVE_DIRENT_H 1
60
61/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
62/* #undef HAVE_DOPRNT */
63
64/* Define this if your system requires backslashes or drive specs in
65 pathnames. */
66/* #undef HAVE_DOS_PATHS */
67
68/* Define to 1 if you have the `dup2' function. */
69#define HAVE_DUP2 1
70
71/* Define to 1 if you have the <fcntl.h> header file. */
72#define HAVE_FCNTL_H 1
73
74/* Define to 1 if you have the `fdopen' function. */
75#define HAVE_FDOPEN 1
76
77/* Define to 1 if you have the `fork' function. */
78#define HAVE_FORK 1
79
80/* Define to 1 if you have the `getcwd' function. */
81#define HAVE_GETCWD 1
82
83/* Define to 1 if you have the `getgroups' function. */
84#define HAVE_GETGROUPS 1
85
86/* Define to 1 if you have the `gethostbyname' function. */
87/* #undef HAVE_GETHOSTBYNAME */
88
89/* Define to 1 if you have the `gethostname' function. */
90/* #undef HAVE_GETHOSTNAME */
91
92/* Define to 1 if you have the `getloadavg' function. */
93#define HAVE_GETLOADAVG 1
94
95/* Define if the GNU gettext() function is already present or preinstalled. */
96#define HAVE_GETTEXT 1
97
98/* Define if you have a standard gettimeofday function */
99#define HAVE_GETTIMEOFDAY 1
100
101/* Define if you have the iconv() function. */
102/* #undef HAVE_ICONV */
103
104/* Define to 1 if you have the <inttypes.h> header file. */
105#define HAVE_INTTYPES_H 1
106
107/* Define to 1 if you have the `dgc' library (-ldgc). */
108/* #undef HAVE_LIBDGC */
109
110/* Define to 1 if you have the `kstat' library (-lkstat). */
111/* #undef HAVE_LIBKSTAT */
112
113/* Define to 1 if you have the <limits.h> header file. */
114#define HAVE_LIMITS_H 1
115
116/* Define to 1 if you have the <locale.h> header file. */
117#define HAVE_LOCALE_H 1
118
119/* Define to 1 if you have the <mach/mach.h> header file. */
120/* #undef HAVE_MACH_MACH_H */
121
122/* Define to 1 if you have the `memcpy' function. */
123#define HAVE_MEMCPY 1
124
125/* Define to 1 if you have the `memmove' function. */
126#define HAVE_MEMMOVE 1
127
128/* Define to 1 if you have the <memory.h> header file. */
129#define HAVE_MEMORY_H 1
130
131/* Define to 1 if you have the `mkstemp' function. */
132#define HAVE_MKSTEMP 1
133
134/* Define to 1 if you have the `mktemp' function. */
135#define HAVE_MKTEMP 1
136
137/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
138/* #undef HAVE_NDIR_H */
139
140/* Define to 1 if you have the <nlist.h> header file. */
141/* #undef HAVE_NLIST_H */
142
143/* Define to 1 if you have the `pipe' function. */
144#define HAVE_PIPE 1
145
146/* Define to 1 if you have the `pstat_getdynamic' function. */
147/* #undef HAVE_PSTAT_GETDYNAMIC */
148
149/* Define if <signal.h> defines the SA_RESTART constant. */
150#define HAVE_SA_RESTART 1
151
152/* Define to 1 if you have the `setegid' function. */
153#define HAVE_SETEGID 1
154
155/* Define to 1 if you have the `seteuid' function. */
156#define HAVE_SETEUID 1
157
158/* Define to 1 if you have the `setlinebuf' function. */
159#define HAVE_SETLINEBUF 1
160
161/* Define to 1 if you have the `setlocale' function. */
162/* #undef HAVE_SETLOCALE */
163
164/* Define to 1 if you have the `setregid' function. */
165#define HAVE_SETREGID 1
166
167/* Define to 1 if you have the `setreuid' function. */
168#define HAVE_SETREUID 1
169
170/* Define to 1 if you have the `setvbuf' function. */
171#define HAVE_SETVBUF 1
172
173/* Define to 1 if you have the `sigaction' function. */
174#define HAVE_SIGACTION 1
175
176/* Define to 1 if you have the `sigsetmask' function. */
177#define HAVE_SIGSETMASK 1
178
179/* Define to 1 if you have the `socket' function. */
180/* #undef HAVE_SOCKET */
181
182/* Define to 1 if you have the <stdarg.h> header file. */
183#define HAVE_STDARG_H 1
184
185/* Define to 1 if you have the <stdint.h> header file. */
186#define HAVE_STDINT_H 1
187
188/* Define to 1 if you have the <stdlib.h> header file. */
189#define HAVE_STDLIB_H 1
190
191/* Define to 1 if you have the `strcasecmp' function. */
192/* #undef HAVE_STRCASECMP */
193
194/* Define to 1 if you have the `strchr' function. */
195#define HAVE_STRCHR 1
196
197/* Define to 1 if you have the `strcoll' function and it is properly defined.
198 */
199#define HAVE_STRCOLL 1
200
201/* Define to 1 if you have the `strdup' function. */
202#define HAVE_STRDUP 1
203
204/* Define to 1 if you have the `strerror' function. */
205#define HAVE_STRERROR 1
206
207/* Define to 1 if you have the <strings.h> header file. */
208#define HAVE_STRINGS_H 1
209
210/* Define to 1 if you have the <string.h> header file. */
211#define HAVE_STRING_H 1
212
213/* Define to 1 if you have the `strsignal' function. */
214#define HAVE_STRSIGNAL 1
215
216/* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
217/* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
218
219/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
220 */
221/* #undef HAVE_SYS_DIR_H */
222
223/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
224 */
225/* #undef HAVE_SYS_NDIR_H */
226
227/* Define to 1 if you have the <sys/param.h> header file. */
228#define HAVE_SYS_PARAM_H 1
229
230/* Define to 1 if you have the <sys/stat.h> header file. */
231#define HAVE_SYS_STAT_H 1
232
233/* Define to 1 if you have the <sys/timeb.h> header file. */
234#define HAVE_SYS_TIMEB_H 1
235
236/* Define to 1 if you have the <sys/time.h> header file. */
237#define HAVE_SYS_TIME_H 1
238
239/* Define to 1 if you have the <sys/types.h> header file. */
240#define HAVE_SYS_TYPES_H 1
241
242/* Define to 1 if you have the <sys/wait.h> header file. */
243#define HAVE_SYS_WAIT_H 1
244
245/* Define this if you have the \`union wait' type in <sys/wait.h>. */
246/* #undef HAVE_UNION_WAIT */
247
248/* Define to 1 if you have the <unistd.h> header file. */
249#define HAVE_UNISTD_H 1
250
251/* Define to 1 if you have the <varargs.h> header file. */
252/* #undef HAVE_VARARGS_H */
253
254/* Define to 1 if you have the `vfork' function. */
255#define HAVE_VFORK 1
256
257/* Define to 1 if you have the <vfork.h> header file. */
258/* #undef HAVE_VFORK_H */
259
260/* Define to 1 if you have the `vprintf' function. */
261#define HAVE_VPRINTF 1
262
263/* Define to 1 if you have the `wait3' function. */
264#define HAVE_WAIT3 1
265
266/* Define to 1 if you have the `waitpid' function. */
267#define HAVE_WAITPID 1
268
269/* Define to 1 if `fork' works. */
270#define HAVE_WORKING_FORK 1
271
272/* Define to 1 if `vfork' works. */
273#define HAVE_WORKING_VFORK 1
274
275/* Build host information. */
276#define MAKE_HOST "i686-pc-linux-gnu"
277
278/* Define this to enable job server support in GNU make. */
279#define MAKE_JOBSERVER 1
280
281/* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
282 on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
283/* #undef NLIST_NAME_UNION */
284
285/* Define if struct nlist.n_name is a pointer rather than an array. */
286/* #undef NLIST_STRUCT */
287
288/* Define to 1 if your C compiler doesn't accept -c and -o together. */
289/* #undef NO_MINUS_C_MINUS_O */
290
291/* Name of package */
292#define PACKAGE "make"
293
294/* Define to the address where bug reports for this package should be sent. */
295#define PACKAGE_BUGREPORT "[email protected]"
296
297/* Define to the full name of this package. */
298#define PACKAGE_NAME "GNU make"
299
300/* Define to the full name and version of this package. */
301#define PACKAGE_STRING "GNU make 3.81beta1"
302
303/* Define to the one symbol short name of this package. */
304#define PACKAGE_TARNAME "make"
305
306/* Define to the version of this package. */
307#define PACKAGE_VERSION "3.81beta1"
308
309/* Define to 1 if the C compiler supports function prototypes. */
310#define PROTOTYPES 1
311
312/* Define as the return type of signal handlers (`int' or `void'). */
313#define RETSIGTYPE void
314
315/* Define to the name of the SCCS 'get' command. */
316#define SCCS_GET "get"
317
318/* Define this if the SCCS 'get' command understands the '-G<file>' option. */
319/* #undef SCCS_GET_MINUS_G */
320
321/* Define to 1 if the `setvbuf' function takes the buffering type as its
322 second argument and the buffer pointer as the third, as on System V before
323 release 3. */
324/* #undef SETVBUF_REVERSED */
325
326/* If using the C implementation of alloca, define if you know the
327 direction of stack growth for your system; otherwise it will be
328 automatically deduced at run-time.
329 STACK_DIRECTION > 0 => grows toward higher addresses
330 STACK_DIRECTION < 0 => grows toward lower addresses
331 STACK_DIRECTION = 0 => direction of growth unknown */
332/* #undef STACK_DIRECTION */
333
334/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
335/* #undef STAT_MACROS_BROKEN */
336
337/* Define to 1 if you have the ANSI C header files. */
338#define STDC_HEADERS 1
339
340/* Define if struct stat contains a nanoseconds field */
341#define ST_MTIM_NSEC tv_nsec
342
343/* Define to 1 on System V Release 4. */
344/* #undef SVR4 */
345
346/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
347#define TIME_WITH_SYS_TIME 1
348
349/* Define to 1 for Encore UMAX. */
350/* #undef UMAX */
351
352/* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
353 <sys/cpustats.h>. */
354/* #undef UMAX4_3 */
355
356/* Version number of package */
357#define VERSION "3.81beta1"
358
359/* Define if using the dmalloc debugging malloc package */
360/* #undef WITH_DMALLOC */
361
362/* Define to 1 if on AIX 3.
363 System headers sometimes define this.
364 We just want to avoid a redefinition error message. */
365#ifndef _ALL_SOURCE
366/* # undef _ALL_SOURCE */
367#endif
368
369/* Number of bits in a file offset, on hosts where this is settable. */
370#define _FILE_OFFSET_BITS 64
371
372/* Define for large files, on AIX-style hosts. */
373/* #undef _LARGE_FILES */
374
375/* Define to 1 if on MINIX. */
376/* #undef _MINIX */
377
378/* Define to 2 if the system does not provide POSIX.1 features except with
379 this defined. */
380/* #undef _POSIX_1_SOURCE */
381
382/* Define to 1 if you need to in order for `stat' and other things to work. */
383/* #undef _POSIX_SOURCE */
384
385/* Define like PROTOTYPES; this can be used by system headers. */
386#define __PROTOTYPES 1
387
388/* Define to empty if `const' does not conform to ANSI C. */
389/* #undef const */
390
391/* Define to `int' if <sys/types.h> doesn't define. */
392/* #undef gid_t */
393
394/* Define to `int' if <sys/types.h> does not define. */
395/* #undef pid_t */
396
397/* Define to `int' if <sys/types.h> doesn't define. */
398/* #undef uid_t */
399
400/* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */
401/* #undef uintmax_t */
402
403/* Define as `fork' if `vfork' does not work. */
404/* #undef vfork */
405
406
407#define LOCALEDIR ""
408#define ALIASPATH ""
409#define LIBDIR ""
410#define INCLUDEDIR ""
411
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