Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[make.git] / config.h.in
blobcc2f1afe0206c67cb4bbfd520d552c39fcd445ab
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
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
10 /* Define if using alloca.c. */
11 #undef C_ALLOCA
13 /* Define to empty if the keyword does not work. */
14 #undef const
16 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
17 This function is required for alloca.c support on those systems. */
18 #undef CRAY_STACKSEG_END
20 /* Define for DGUX with <sys/dg_sys_info.h>. */
21 #undef DGUX
23 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
24 #undef GETLOADAVG_PRIVILEGED
26 /* Define to `int' if <sys/types.h> doesn't define. */
27 #undef gid_t
29 /* Define if you have alloca, as a function or macro. */
30 #undef HAVE_ALLOCA
32 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
33 #undef HAVE_ALLOCA_H
35 /* Define if you don't have vprintf but do have _doprnt. */
36 #undef HAVE_DOPRNT
38 /* Define if your system has its own `getloadavg' function. */
39 #undef HAVE_GETLOADAVG
41 /* Define if you have the getmntent function. */
42 #undef HAVE_GETMNTENT
44 /* Define if the `long double' type works. */
45 #undef HAVE_LONG_DOUBLE
47 /* Define if you support file names longer than 14 characters. */
48 #undef HAVE_LONG_FILE_NAMES
50 /* Define if you have a working `mmap' system call. */
51 #undef HAVE_MMAP
53 /* Define if system calls automatically restart after interruption
54 by a signal. */
55 #undef HAVE_RESTARTABLE_SYSCALLS
57 /* Define if your struct stat has st_blksize. */
58 #undef HAVE_ST_BLKSIZE
60 /* Define if your struct stat has st_blocks. */
61 #undef HAVE_ST_BLOCKS
63 /* Define if you have the strcoll function and it is properly defined. */
64 #undef HAVE_STRCOLL
66 /* Define if your struct stat has st_rdev. */
67 #undef HAVE_ST_RDEV
69 /* Define if you have the strftime function. */
70 #undef HAVE_STRFTIME
72 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
73 #undef HAVE_SYS_WAIT_H
75 /* Define if your struct tm has tm_zone. */
76 #undef HAVE_TM_ZONE
78 /* Define if you don't have tm_zone but do have the external array
79 tzname. */
80 #undef HAVE_TZNAME
82 /* Define if you have <unistd.h>. */
83 #undef HAVE_UNISTD_H
85 /* Define if utime(file, NULL) sets file's timestamp to the present. */
86 #undef HAVE_UTIME_NULL
88 /* Define if you have <vfork.h>. */
89 #undef HAVE_VFORK_H
91 /* Define if you have the vprintf function. */
92 #undef HAVE_VPRINTF
94 /* Define if you have the wait3 system call. */
95 #undef HAVE_WAIT3
97 /* Define if on MINIX. */
98 #undef _MINIX
100 /* Define if your struct nlist has an n_un member. */
101 #undef NLIST_NAME_UNION
103 /* Define if you have <nlist.h>. */
104 #undef NLIST_STRUCT
106 /* Define if your C compiler doesn't accept -c and -o together. */
107 #undef NO_MINUS_C_MINUS_O
109 /* Define to `int' if <sys/types.h> doesn't define. */
110 #undef pid_t
112 /* Define if the system does not provide POSIX.1 features except
113 with this defined. */
114 #undef _POSIX_1_SOURCE
116 /* Define if you need to in order for stat and other things to work. */
117 #undef _POSIX_SOURCE
119 /* Define as the return type of signal handlers (int or void). */
120 #undef RETSIGTYPE
122 /* Define if the setvbuf function takes the buffering type as its second
123 argument and the buffer pointer as the third, as on System V
124 before release 3. */
125 #undef SETVBUF_REVERSED
127 /* If using the C implementation of alloca, define if you know the
128 direction of stack growth for your system; otherwise it will be
129 automatically deduced at run-time.
130 STACK_DIRECTION > 0 => grows toward higher addresses
131 STACK_DIRECTION < 0 => grows toward lower addresses
132 STACK_DIRECTION = 0 => direction of growth unknown
134 #undef STACK_DIRECTION
136 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
137 #undef STAT_MACROS_BROKEN
139 /* Define if you have the ANSI C header files. */
140 #undef STDC_HEADERS
142 /* Define on System V Release 4. */
143 #undef SVR4
145 /* Define if `sys_siglist' is declared by <signal.h>. */
146 #undef SYS_SIGLIST_DECLARED
148 /* Define to `int' if <sys/types.h> doesn't define. */
149 #undef uid_t
151 /* Define for Encore UMAX. */
152 #undef UMAX
154 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
155 instead of <sys/cpustats.h>. */
156 #undef UMAX4_3
158 /* Define vfork as fork if vfork does not work. */
159 #undef vfork
161 /* Define to the name of the SCCS `get' command. */
162 #undef SCCS_GET
164 /* Define this if the SCCS `get' command understands the `-G<file>' option. */
165 #undef SCCS_GET_MINUS_G
167 /* Define this if the C library defines the variable `sys_siglist'. */
168 #undef HAVE_SYS_SIGLIST
170 /* Define this if the C library defines the variable `_sys_siglist'. */
171 #undef HAVE__SYS_SIGLIST
173 /* Define this if you have the `union wait' type in <sys/wait.h>. */
174 #undef HAVE_UNION_WAIT
176 /* Define if you have the dup2 function. */
177 #undef HAVE_DUP2
179 /* Define if you have the getcwd function. */
180 #undef HAVE_GETCWD
182 /* Define if you have the getgroups function. */
183 #undef HAVE_GETGROUPS
185 /* Define if you have the mktemp function. */
186 #undef HAVE_MKTEMP
188 /* Define if you have the psignal function. */
189 #undef HAVE_PSIGNAL
191 /* Define if you have the setegid function. */
192 #undef HAVE_SETEGID
194 /* Define if you have the seteuid function. */
195 #undef HAVE_SETEUID
197 /* Define if you have the setlinebuf function. */
198 #undef HAVE_SETLINEBUF
200 /* Define if you have the setregid function. */
201 #undef HAVE_SETREGID
203 /* Define if you have the setreuid function. */
204 #undef HAVE_SETREUID
206 /* Define if you have the sigsetmask function. */
207 #undef HAVE_SIGSETMASK
209 /* Define if you have the strerror function. */
210 #undef HAVE_STRERROR
212 /* Define if you have the strsignal function. */
213 #undef HAVE_STRSIGNAL
215 /* Define if you have the wait3 function. */
216 #undef HAVE_WAIT3
218 /* Define if you have the waitpid function. */
219 #undef HAVE_WAITPID
221 /* Define if you have the <dirent.h> header file. */
222 #undef HAVE_DIRENT_H
224 /* Define if you have the <fcntl.h> header file. */
225 #undef HAVE_FCNTL_H
227 /* Define if you have the <limits.h> header file. */
228 #undef HAVE_LIMITS_H
230 /* Define if you have the <mach/mach.h> header file. */
231 #undef HAVE_MACH_MACH_H
233 /* Define if you have the <memory.h> header file. */
234 #undef HAVE_MEMORY_H
236 /* Define if you have the <ndir.h> header file. */
237 #undef HAVE_NDIR_H
239 /* Define if you have the <string.h> header file. */
240 #undef HAVE_STRING_H
242 /* Define if you have the <sys/dir.h> header file. */
243 #undef HAVE_SYS_DIR_H
245 /* Define if you have the <sys/ndir.h> header file. */
246 #undef HAVE_SYS_NDIR_H
248 /* Define if you have the <sys/param.h> header file. */
249 #undef HAVE_SYS_PARAM_H
251 /* Define if you have the <sys/timeb.h> header file. */
252 #undef HAVE_SYS_TIMEB_H
254 /* Define if you have the <sys/wait.h> header file. */
255 #undef HAVE_SYS_WAIT_H
257 /* Define if you have the <unistd.h> header file. */
258 #undef HAVE_UNISTD_H
260 /* Define if you have the dgc library (-ldgc). */
261 #undef HAVE_LIBDGC
263 /* Define if you have the sun library (-lsun). */
264 #undef HAVE_LIBSUN