source: trunk/third/gmake/config.h.in @ 15972

Revision 15972, 10.1 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15971, which included commits to RCS files with non-trunk default branches.
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 `int' if <sys/types.h> doesn't define.  */
30#undef gid_t
31
32/* Define if you have alloca, as a function or macro.  */
33#undef HAVE_ALLOCA
34
35/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
36#undef HAVE_ALLOCA_H
37
38/* Define if you don't have vprintf but do have _doprnt.  */
39#undef HAVE_DOPRNT
40
41/* Define if your system has a working fnmatch function.  */
42#undef HAVE_FNMATCH
43
44/* Define if your system has its own `getloadavg' function.  */
45#undef HAVE_GETLOADAVG
46
47/* Define if you have the getmntent function.  */
48#undef HAVE_GETMNTENT
49
50/* Define if the `long double' type works.  */
51#undef HAVE_LONG_DOUBLE
52
53/* Define if you support file names longer than 14 characters.  */
54#undef HAVE_LONG_FILE_NAMES
55
56/* Define if you have a working `mmap' system call.  */
57#undef HAVE_MMAP
58
59/* Define if system calls automatically restart after interruption
60   by a signal.  */
61#undef HAVE_RESTARTABLE_SYSCALLS
62
63/* Define if your struct stat has st_blksize.  */
64#undef HAVE_ST_BLKSIZE
65
66/* Define if your struct stat has st_blocks.  */
67#undef HAVE_ST_BLOCKS
68
69/* Define if you have the strcoll function and it is properly defined.  */
70#undef HAVE_STRCOLL
71
72/* Define if your struct stat has st_rdev.  */
73#undef HAVE_ST_RDEV
74
75/* Define if you have the strftime function.  */
76#undef HAVE_STRFTIME
77
78/* Define if you have the ANSI # stringizing operator in cpp. */
79#undef HAVE_STRINGIZE
80
81/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
82#undef HAVE_SYS_WAIT_H
83
84/* Define if your struct tm has tm_zone.  */
85#undef HAVE_TM_ZONE
86
87/* Define if you don't have tm_zone but do have the external array
88   tzname.  */
89#undef HAVE_TZNAME
90
91/* Define if you have <unistd.h>.  */
92#undef HAVE_UNISTD_H
93
94/* Define if utime(file, NULL) sets file's timestamp to the present.  */
95#undef HAVE_UTIME_NULL
96
97/* Define if you have <vfork.h>.  */
98#undef HAVE_VFORK_H
99
100/* Define if you have the vprintf function.  */
101#undef HAVE_VPRINTF
102
103/* Define if you have the wait3 system call.  */
104#undef HAVE_WAIT3
105
106/* Define as __inline if that's what the C compiler calls it.  */
107#undef inline
108
109/* Define if on MINIX.  */
110#undef _MINIX
111
112/* Define if your struct nlist has an n_un member.  */
113#undef NLIST_NAME_UNION
114
115/* Define if you have <nlist.h>.  */
116#undef NLIST_STRUCT
117
118/* Define if your C compiler doesn't accept -c and -o together.  */
119#undef NO_MINUS_C_MINUS_O
120
121/* Define to `int' if <sys/types.h> doesn't define.  */
122#undef pid_t
123
124/* Define if the system does not provide POSIX.1 features except
125   with this defined.  */
126#undef _POSIX_1_SOURCE
127
128/* Define if you need to in order for stat and other things to work.  */
129#undef _POSIX_SOURCE
130
131/* Define as the return type of signal handlers (int or void).  */
132#undef RETSIGTYPE
133
134/* Define if the setvbuf function takes the buffering type as its second
135   argument and the buffer pointer as the third, as on System V
136   before release 3.  */
137#undef SETVBUF_REVERSED
138
139/* If using the C implementation of alloca, define if you know the
140   direction of stack growth for your system; otherwise it will be
141   automatically deduced at run-time.
142 STACK_DIRECTION > 0 => grows toward higher addresses
143 STACK_DIRECTION < 0 => grows toward lower addresses
144 STACK_DIRECTION = 0 => direction of growth unknown
145 */
146#undef STACK_DIRECTION
147
148/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
149#undef STAT_MACROS_BROKEN
150
151/* Define if you have the ANSI C header files.  */
152#undef STDC_HEADERS
153
154/* Define on System V Release 4.  */
155#undef SVR4
156
157/* Define if `sys_siglist' is declared by <signal.h>.  */
158#undef SYS_SIGLIST_DECLARED
159
160/* Define if you can safely include both <sys/time.h> and <time.h>.  */
161#undef TIME_WITH_SYS_TIME
162
163/* Define to `int' if <sys/types.h> doesn't define.  */
164#undef uid_t
165
166/* Define for Encore UMAX.  */
167#undef UMAX
168
169/* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
170   instead of <sys/cpustats.h>.  */
171#undef UMAX4_3
172
173/* Define vfork as fork if vfork does not work.  */
174#undef vfork
175
176/* Define if your locale.h file contains LC_MESSAGES.  */
177#undef HAVE_LC_MESSAGES
178
179/* Define to the installation directory for locales.  */
180#undef LOCALEDIR
181
182/* Define to the name of the SCCS `get' command.  */
183#undef SCCS_GET
184
185/* Define to be the nanoseconds member of struct stat's st_mtim,
186   if it exists.  */
187#undef ST_MTIM_NSEC
188
189/* Define this if the C library defines the variable `sys_siglist'.  */
190#undef HAVE_SYS_SIGLIST
191
192/* Define this if the C library defines the variable `_sys_siglist'.  */
193#undef HAVE__SYS_SIGLIST
194
195/* Define to `unsigned long' or `unsigned long long'
196   if <inttypes.h> doesn't define.  */
197#undef uintmax_t
198
199/* Define if you have the INTTYPES_H function.  */
200#undef HAVE_INTTYPES_H
201
202/* Define if you have the dup2 function.  */
203#undef HAVE_DUP2
204
205/* Define if you have the fdopen function.  */
206#undef HAVE_FDOPEN
207
208/* Define if you have the getcwd function.  */
209#undef HAVE_GETCWD
210
211/* Define if you have the getgroups function.  */
212#undef HAVE_GETGROUPS
213
214/* Define if you have the gethostbyname function.  */
215#undef HAVE_GETHOSTBYNAME
216
217/* Define if you have the gethostname function.  */
218#undef HAVE_GETHOSTNAME
219
220/* Define if you have the getloadavg function.  */
221#undef HAVE_GETLOADAVG
222
223/* Define if you have the memcpy function.  */
224#undef HAVE_MEMCPY
225
226/* Define if you have the memmove function.  */
227#undef HAVE_MEMMOVE
228
229/* Define if you have the mkstemp function.  */
230#undef HAVE_MKSTEMP
231
232/* Define if you have the mktemp function.  */
233#undef HAVE_MKTEMP
234
235/* Define if you have the pipe function.  */
236#undef HAVE_PIPE
237
238/* Define if you have the psignal function.  */
239#undef HAVE_PSIGNAL
240
241/* Define if you have the pstat_getdynamic function.  */
242#undef HAVE_PSTAT_GETDYNAMIC
243
244/* Define if you have the setegid function.  */
245#undef HAVE_SETEGID
246
247/* Define if you have the seteuid function.  */
248#undef HAVE_SETEUID
249
250/* Define if you have the setlinebuf function.  */
251#undef HAVE_SETLINEBUF
252
253/* Define if you have the setlocale function.  */
254#undef HAVE_SETLOCALE
255
256/* Define if you have the setregid function.  */
257#undef HAVE_SETREGID
258
259/* Define if you have the setreuid function.  */
260#undef HAVE_SETREUID
261
262/* Define if you have the sigaction function.  */
263#undef HAVE_SIGACTION
264
265/* Define if you have the sigsetmask function.  */
266#undef HAVE_SIGSETMASK
267
268/* Define if you have the socket function.  */
269#undef HAVE_SOCKET
270
271/* Define if you have the stpcpy function.  */
272#undef HAVE_STPCPY
273
274/* Define if you have the strcasecmp function.  */
275#undef HAVE_STRCASECMP
276
277/* Define if you have the strchr function.  */
278#undef HAVE_STRCHR
279
280/* Define if you have the strdup function.  */
281#undef HAVE_STRDUP
282
283/* Define if you have the strerror function.  */
284#undef HAVE_STRERROR
285
286/* Define if you have the strsignal function.  */
287#undef HAVE_STRSIGNAL
288
289/* Define if you have the wait3 function.  */
290#undef HAVE_WAIT3
291
292/* Define if you have the waitpid function.  */
293#undef HAVE_WAITPID
294
295/* Define if you have the <dirent.h> header file.  */
296#undef HAVE_DIRENT_H
297
298/* Define if you have the <dmalloc.h> header file.  */
299#undef HAVE_DMALLOC_H
300
301/* Define if you have the <fcntl.h> header file.  */
302#undef HAVE_FCNTL_H
303
304/* Define if you have the <limits.h> header file.  */
305#undef HAVE_LIMITS_H
306
307/* Define if you have the <locale.h> header file.  */
308#undef HAVE_LOCALE_H
309
310/* Define if you have the <mach/mach.h> header file.  */
311#undef HAVE_MACH_MACH_H
312
313/* Define if you have the <memory.h> header file.  */
314#undef HAVE_MEMORY_H
315
316/* Define if you have the <ndir.h> header file.  */
317#undef HAVE_NDIR_H
318
319/* Define if you have the <stdlib.h> header file.  */
320#undef HAVE_STDLIB_H
321
322/* Define if you have the <string.h> header file.  */
323#undef HAVE_STRING_H
324
325/* Define if you have the <sys/dir.h> header file.  */
326#undef HAVE_SYS_DIR_H
327
328/* Define if you have the <sys/ndir.h> header file.  */
329#undef HAVE_SYS_NDIR_H
330
331/* Define if you have the <sys/param.h> header file.  */
332#undef HAVE_SYS_PARAM_H
333
334/* Define if you have the <sys/time.h> header file.  */
335#undef HAVE_SYS_TIME_H
336
337/* Define if you have the <sys/timeb.h> header file.  */
338#undef HAVE_SYS_TIMEB_H
339
340/* Define if you have the <sys/wait.h> header file.  */
341#undef HAVE_SYS_WAIT_H
342
343/* Define if you have the <unistd.h> header file.  */
344#undef HAVE_UNISTD_H
345
346/* Define if you have the dgc library (-ldgc).  */
347#undef HAVE_LIBDGC
348
349/* Define if you have the dmalloc library (-ldmalloc).  */
350#undef HAVE_LIBDMALLOC
351
352/* Define if you have the kstat library (-lkstat).  */
353#undef HAVE_LIBKSTAT
354
355/* Name of package */
356#undef PACKAGE
357
358/* Version number of package */
359#undef VERSION
360
361/* Number of bits in a file offset, on hosts where this is settable. */
362#undef _FILE_OFFSET_BITS
363
364/* Define to make fseeko etc. visible, on some hosts. */
365#undef _LARGEFILE_SOURCE
366
367/* Define for large files, on AIX-style hosts. */
368#undef _LARGE_FILES
369
370/* Define if NLS is requested. */
371#undef ENABLE_NLS
372
373/* Define if you have <libintl.h>. */
374#undef HAVE_LIBINTL_H
375
376/* Define if you have the gettext function. */
377#undef HAVE_GETTEXT
378
379/* Define if you have the dcgettext function. */
380#undef HAVE_DCGETTEXT
381
382/* Define if you have the clock_gettime function. */
383#undef HAVE_CLOCK_GETTIME
384
385/* Define if you have a standard gettimeofday function */
386#undef HAVE_GETTIMEOFDAY
387
388/* Define this if you have the `union wait' type in <sys/wait.h>. */
389#undef HAVE_UNION_WAIT
390
391/* Define this to enable job server support in GNU make. */
392#undef MAKE_JOBSERVER
393
394/* Define this if the SCCS `get' command understands the `-G<file>' option. */
395#undef SCCS_GET_MINUS_G
396
397/* Build host information. */
398#undef MAKE_HOST
399
Note: See TracBrowser for help on using the repository browser.