Updated from libc
[make.git] / config.ami.template
blobd480b0adf0385e19e2ace5da2cab3a08af656c19
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 #define 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 #define gid_t int
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 #define 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 #define HAVE_STRCOLL
66 /* Define if your struct stat has st_rdev.  */
67 #define HAVE_ST_RDEV
69 /* Define if you have the strftime function.  */
70 #define 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 #define HAVE_TZNAME
81 /* #define tzname __tzname */
83 /* Define if you have <unistd.h>.  */
84 #define HAVE_UNISTD_H
86 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
87 #undef HAVE_UTIME_NULL
89 /* Define if you have <vfork.h>.  */
90 #undef HAVE_VFORK_H
92 /* Define if you have the vprintf function.  */
93 #define HAVE_VPRINTF
95 /* Define if you have the wait3 system call.  */
96 #undef HAVE_WAIT3
98 /* Define if on MINIX.  */
99 #undef _MINIX
101 /* Define if your struct nlist has an n_un member.  */
102 #undef NLIST_NAME_UNION
104 /* Define if you have <nlist.h>.  */
105 #undef NLIST_STRUCT
107 /* Define if your C compiler doesn't accept -c and -o together.  */
108 #undef NO_MINUS_C_MINUS_O
110 /* Define to `int' if <sys/types.h> doesn't define.  */
111 #define pid_t int
113 /* Define if the system does not provide POSIX.1 features except
114    with this defined.  */
115 #undef _POSIX_1_SOURCE
117 /* Define if you need to in order for stat and other things to work.  */
118 #undef _POSIX_SOURCE
120 /* Define as the return type of signal handlers (int or void).  */
121 #define RETSIGTYPE void
123 /* Define if the setvbuf function takes the buffering type as its second
124    argument and the buffer pointer as the third, as on System V
125    before release 3.  */
126 #undef SETVBUF_REVERSED
128 /* If using the C implementation of alloca, define if you know the
129    direction of stack growth for your system; otherwise it will be
130    automatically deduced at run-time.
131         STACK_DIRECTION > 0 => grows toward higher addresses
132         STACK_DIRECTION < 0 => grows toward lower addresses
133         STACK_DIRECTION = 0 => direction of growth unknown
134  */
135 #define STACK_DIRECTION -1
137 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
138 #undef STAT_MACROS_BROKEN
140 /* Define if you have the ANSI C header files.  */
141 #define STDC_HEADERS
143 /* Define on System V Release 4.  */
144 #undef SVR4
146 /* Define if `sys_siglist' is declared by <signal.h>.  */
147 #undef SYS_SIGLIST_DECLARED
149 /* Define to `int' if <sys/types.h> doesn't define.  */
150 #define uid_t int
152 /* Define for Encore UMAX.  */
153 #undef UMAX
155 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
156    instead of <sys/cpustats.h>.  */
157 #undef UMAX4_3
159 /* Define vfork as fork if vfork does not work.  */
160 #undef vfork
162 /* Define to the name of the SCCS `get' command.  */
163 #define SCCS_GET "get"
165 /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
166 #undef SCCS_GET_MINUS_G
168 /* Define this if the C library defines the variable `sys_siglist'.  */
169 #undef HAVE_SYS_SIGLIST
171 /* Define this if the C library defines the variable `_sys_siglist'.  */
172 #undef HAVE__SYS_SIGLIST
174 /* Define this if you have the `union wait' type in <sys/wait.h>.  */
175 #undef HAVE_UNION_WAIT
177 /* Define this if the POSIX.1 call `sysconf (_SC_OPEN_MAX)' works properly.  */
178 #undef HAVE_SYSCONF_OPEN_MAX
180 /* Define if you have the dup2 function.  */
181 #undef HAVE_DUP2
183 /* Define if you have the getcwd function.  */
184 #define HAVE_GETCWD
186 /* Define if you have the getdtablesize function.  */
187 #undef HAVE_GETDTABLESIZE
189 /* Define if you have the getgroups function.  */
190 #undef HAVE_GETGROUPS
192 /* Define if you have the mktemp function.  */
193 #define HAVE_MKTEMP
195 /* Define if you have the psignal function.  */
196 #undef HAVE_PSIGNAL
198 /* Define if you have the setegid function.  */
199 #undef HAVE_SETEGID
201 /* Define if you have the seteuid function.  */
202 #undef HAVE_SETEUID
204 /* Define if you have the setlinebuf function.  */
205 #undef HAVE_SETLINEBUF
207 /* Define if you have the setregid function.  */
208 #undef HAVE_SETREGID
210 /* Define if you have the setreuid function.  */
211 #undef HAVE_SETREUID
213 /* Define if you have the sigsetmask function.  */
214 #undef HAVE_SIGSETMASK
216 /* Define if you have the strerror function.  */
217 #define HAVE_STRERROR
219 /* Define if you have the strsignal function.  */
220 #undef HAVE_STRSIGNAL
222 /* Define if you have the wait3 function.  */
223 #undef HAVE_WAIT3
225 /* Define if you have the waitpid function.  */
226 #undef HAVE_WAITPID
228 /* Define if you have the <dirent.h> header file.  */
229 #define HAVE_DIRENT_H
231 /* Define if you have the <fcntl.h> header file.  */
232 #define HAVE_FCNTL_H
234 /* Define if you have the <limits.h> header file.  */
235 #define HAVE_LIMITS_H
237 /* Define if you have the <mach/mach.h> header file.  */
238 #undef HAVE_MACH_MACH_H
240 /* Define if you have the <memory.h> header file.  */
241 #undef HAVE_MEMORY_H
243 /* Define if you have the <ndir.h> header file.  */
244 #undef HAVE_NDIR_H
246 /* Define if you have the <string.h> header file.  */
247 #define HAVE_STRING_H
249 /* Define if you have the <sys/dir.h> header file.  */
250 #define HAVE_SYS_DIR_H
252 /* Define if you have the <sys/ndir.h> header file.  */
253 #undef HAVE_SYS_NDIR_H
255 /* Define if you have the <sys/param.h> header file.  */
256 #undef HAVE_SYS_PARAM_H
258 /* Define if you have the <sys/timeb.h> header file.  */
259 #undef HAVE_SYS_TIMEB_H
261 /* Define if you have the <sys/wait.h> header file.  */
262 #undef HAVE_SYS_WAIT_H
264 /* Define if you have the <unistd.h> header file.  */
265 #define HAVE_UNISTD_H
267 /* Define if you have the dgc library (-ldgc).  */
268 #undef HAVE_LIBDGC
270 /* Define if you have the sun library (-lsun).  */
271 #undef HAVE_LIBSUN