xref: /freebsd/usr.bin/bmake/config.h (revision dba7b0ef928af88caa38728a73657b837aeeac93)
13cbdda60SSimon J. Gerraty /* $FreeBSD$ */
2d4d90f10SMarcel Moolenaar /* config.h.  Generated from config.h.in by configure.  */
3d4d90f10SMarcel Moolenaar /* config.h.in.  Generated from configure.in by autoheader.  */
4d4d90f10SMarcel Moolenaar 
5d4d90f10SMarcel Moolenaar /* Define if building universal (internal helper macro) */
6d4d90f10SMarcel Moolenaar /* #undef AC_APPLE_UNIVERSAL_BUILD */
7d4d90f10SMarcel Moolenaar 
8d4d90f10SMarcel Moolenaar /* Path of default shell */
9d4d90f10SMarcel Moolenaar /* #undef DEFSHELL_CUSTOM */
10d4d90f10SMarcel Moolenaar 
11d4d90f10SMarcel Moolenaar /* Shell spec to use by default */
12d4d90f10SMarcel Moolenaar /* #undef DEFSHELL_INDEX */
13d4d90f10SMarcel Moolenaar 
14d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <ar.h> header file. */
15d4d90f10SMarcel Moolenaar #define HAVE_AR_H 1
16d4d90f10SMarcel Moolenaar 
17d4d90f10SMarcel Moolenaar /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
18d4d90f10SMarcel Moolenaar    don't. */
19d4d90f10SMarcel Moolenaar #define HAVE_DECL_SYS_SIGLIST 1
20d4d90f10SMarcel Moolenaar 
21d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
22d4d90f10SMarcel Moolenaar    */
23d4d90f10SMarcel Moolenaar #define HAVE_DIRENT_H 1
24d4d90f10SMarcel Moolenaar 
25d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `dirname' function. */
26d4d90f10SMarcel Moolenaar #define HAVE_DIRNAME 1
27d4d90f10SMarcel Moolenaar 
28d4d90f10SMarcel Moolenaar /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
29d4d90f10SMarcel Moolenaar /* #undef HAVE_DOPRNT */
30d4d90f10SMarcel Moolenaar 
31d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `err' function. */
32d4d90f10SMarcel Moolenaar #define HAVE_ERR 1
33d4d90f10SMarcel Moolenaar 
34d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `errx' function. */
35d4d90f10SMarcel Moolenaar #define HAVE_ERRX 1
36d4d90f10SMarcel Moolenaar 
37d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <err.h> header file. */
38d4d90f10SMarcel Moolenaar #define HAVE_ERR_H 1
39d4d90f10SMarcel Moolenaar 
40d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <fcntl.h> header file. */
41d4d90f10SMarcel Moolenaar #define HAVE_FCNTL_H 1
42d4d90f10SMarcel Moolenaar 
43d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `fork' function. */
44d4d90f10SMarcel Moolenaar #define HAVE_FORK 1
45d4d90f10SMarcel Moolenaar 
46d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `getcwd' function. */
47d4d90f10SMarcel Moolenaar #define HAVE_GETCWD 1
48d4d90f10SMarcel Moolenaar 
49d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `getenv' function. */
50d4d90f10SMarcel Moolenaar #define HAVE_GETENV 1
51d4d90f10SMarcel Moolenaar 
52d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `getopt' function. */
53d4d90f10SMarcel Moolenaar #define HAVE_GETOPT 1
54d4d90f10SMarcel Moolenaar 
55d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `getwd' function. */
56d4d90f10SMarcel Moolenaar #define HAVE_GETWD 1
57d4d90f10SMarcel Moolenaar 
58d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <inttypes.h> header file. */
59d4d90f10SMarcel Moolenaar #define HAVE_INTTYPES_H 1
60d4d90f10SMarcel Moolenaar 
61d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `killpg' function. */
62d4d90f10SMarcel Moolenaar #define HAVE_KILLPG 1
63d4d90f10SMarcel Moolenaar 
64ac3446e9SSimon J. Gerraty /* Define to 1 if you have the <libgen.h> header file. */
65ac3446e9SSimon J. Gerraty #define HAVE_LIBGEN_H 1
66ac3446e9SSimon J. Gerraty 
67ac3446e9SSimon J. Gerraty /* Define to 1 if you have the <limits.h> header file. */
68ac3446e9SSimon J. Gerraty #define HAVE_LIMITS_H 1
69ac3446e9SSimon J. Gerraty 
70d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <memory.h> header file. */
71d4d90f10SMarcel Moolenaar #define HAVE_MEMORY_H 1
72d4d90f10SMarcel Moolenaar 
73d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `mmap' function. */
74d4d90f10SMarcel Moolenaar #define HAVE_MMAP 1
75d4d90f10SMarcel Moolenaar 
76d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
77d4d90f10SMarcel Moolenaar /* #undef HAVE_NDIR_H */
78d4d90f10SMarcel Moolenaar 
79d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <paths.h> header file. */
80d4d90f10SMarcel Moolenaar #define HAVE_PATHS_H 1
81d4d90f10SMarcel Moolenaar 
82d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <poll.h> header file. */
83d4d90f10SMarcel Moolenaar #define HAVE_POLL_H 1
84d4d90f10SMarcel Moolenaar 
85d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `putenv' function. */
86d4d90f10SMarcel Moolenaar #define HAVE_PUTENV 1
87d4d90f10SMarcel Moolenaar 
88d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <ranlib.h> header file. */
89d4d90f10SMarcel Moolenaar #define HAVE_RANLIB_H 1
90d4d90f10SMarcel Moolenaar 
91d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `realpath' function. */
92d4d90f10SMarcel Moolenaar #define HAVE_REALPATH 1
93d4d90f10SMarcel Moolenaar 
94d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `select' function. */
95d4d90f10SMarcel Moolenaar #define HAVE_SELECT 1
96d4d90f10SMarcel Moolenaar 
97d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `setenv' function. */
98d4d90f10SMarcel Moolenaar #define HAVE_SETENV 1
99d4d90f10SMarcel Moolenaar 
100d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `setpgid' function. */
101d4d90f10SMarcel Moolenaar #define HAVE_SETPGID 1
102d4d90f10SMarcel Moolenaar 
103d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `setsid' function. */
104d4d90f10SMarcel Moolenaar #define HAVE_SETSID 1
105d4d90f10SMarcel Moolenaar 
106d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `sigaction' function. */
107d4d90f10SMarcel Moolenaar #define HAVE_SIGACTION 1
108d4d90f10SMarcel Moolenaar 
109d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `sigvec' function. */
110d4d90f10SMarcel Moolenaar #define HAVE_SIGVEC 1
111d4d90f10SMarcel Moolenaar 
112d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `snprintf' function. */
113d4d90f10SMarcel Moolenaar #define HAVE_SNPRINTF 1
114d4d90f10SMarcel Moolenaar 
115d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <stdint.h> header file. */
116d4d90f10SMarcel Moolenaar #define HAVE_STDINT_H 1
117d4d90f10SMarcel Moolenaar 
118d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <stdlib.h> header file. */
119d4d90f10SMarcel Moolenaar #define HAVE_STDLIB_H 1
120d4d90f10SMarcel Moolenaar 
121d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strerror' function. */
122d4d90f10SMarcel Moolenaar #define HAVE_STRERROR 1
123d4d90f10SMarcel Moolenaar 
124d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `stresep' function. */
125d4d90f10SMarcel Moolenaar /* #undef HAVE_STRESEP */
126d4d90f10SMarcel Moolenaar 
127d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strftime' function. */
128d4d90f10SMarcel Moolenaar #define HAVE_STRFTIME 1
129d4d90f10SMarcel Moolenaar 
130d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <strings.h> header file. */
131d4d90f10SMarcel Moolenaar #define HAVE_STRINGS_H 1
132d4d90f10SMarcel Moolenaar 
133d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <string.h> header file. */
134d4d90f10SMarcel Moolenaar #define HAVE_STRING_H 1
135d4d90f10SMarcel Moolenaar 
136d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strlcpy' function. */
137d4d90f10SMarcel Moolenaar #define HAVE_STRLCPY 1
138d4d90f10SMarcel Moolenaar 
139d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strsep' function. */
140d4d90f10SMarcel Moolenaar #define HAVE_STRSEP 1
141d4d90f10SMarcel Moolenaar 
142d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strtod' function. */
143d4d90f10SMarcel Moolenaar #define HAVE_STRTOD 1
144d4d90f10SMarcel Moolenaar 
145d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strtol' function. */
146d4d90f10SMarcel Moolenaar #define HAVE_STRTOL 1
147d4d90f10SMarcel Moolenaar 
14849caa483SSimon J. Gerraty /* Define to 1 if `st_rdev' is a member of `struct stat'. */
149d4d90f10SMarcel Moolenaar #define HAVE_STRUCT_STAT_ST_RDEV 1
150d4d90f10SMarcel Moolenaar 
151d4d90f10SMarcel Moolenaar /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
152d4d90f10SMarcel Moolenaar    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
153d4d90f10SMarcel Moolenaar #define HAVE_ST_RDEV 1
154d4d90f10SMarcel Moolenaar 
1555bcb7424SSimon J. Gerraty /* Define to 1 if you have the `sysctl' function. */
1565bcb7424SSimon J. Gerraty #define HAVE_SYSCTL 1
1575bcb7424SSimon J. Gerraty 
158d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
159d4d90f10SMarcel Moolenaar    */
160d4d90f10SMarcel Moolenaar /* #undef HAVE_SYS_DIR_H */
161d4d90f10SMarcel Moolenaar 
162d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/mman.h> header file. */
163d4d90f10SMarcel Moolenaar #define HAVE_SYS_MMAN_H 1
164d4d90f10SMarcel Moolenaar 
165d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
166d4d90f10SMarcel Moolenaar    */
167d4d90f10SMarcel Moolenaar /* #undef HAVE_SYS_NDIR_H */
168d4d90f10SMarcel Moolenaar 
169ac3446e9SSimon J. Gerraty /* Define to 1 if you have the <sys/param.h> header file. */
170ac3446e9SSimon J. Gerraty #define HAVE_SYS_PARAM_H 1
171ac3446e9SSimon J. Gerraty 
172d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/select.h> header file. */
173d4d90f10SMarcel Moolenaar #define HAVE_SYS_SELECT_H 1
174d4d90f10SMarcel Moolenaar 
175d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/socket.h> header file. */
176d4d90f10SMarcel Moolenaar #define HAVE_SYS_SOCKET_H 1
177d4d90f10SMarcel Moolenaar 
178d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/stat.h> header file. */
179d4d90f10SMarcel Moolenaar #define HAVE_SYS_STAT_H 1
180d4d90f10SMarcel Moolenaar 
1815bcb7424SSimon J. Gerraty /* Define to 1 if you have the <sys/sysctl.h> header file. */
1825bcb7424SSimon J. Gerraty #define HAVE_SYS_SYSCTL_H 1
1835bcb7424SSimon J. Gerraty 
184d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/time.h> header file. */
185d4d90f10SMarcel Moolenaar #define HAVE_SYS_TIME_H 1
186d4d90f10SMarcel Moolenaar 
187d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/types.h> header file. */
188d4d90f10SMarcel Moolenaar #define HAVE_SYS_TYPES_H 1
189d4d90f10SMarcel Moolenaar 
190d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/uio.h> header file. */
191d4d90f10SMarcel Moolenaar #define HAVE_SYS_UIO_H 1
192d4d90f10SMarcel Moolenaar 
193d4d90f10SMarcel Moolenaar /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
194d4d90f10SMarcel Moolenaar #define HAVE_SYS_WAIT_H 1
195d4d90f10SMarcel Moolenaar 
196d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <unistd.h> header file. */
197d4d90f10SMarcel Moolenaar #define HAVE_UNISTD_H 1
198d4d90f10SMarcel Moolenaar 
199d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `unsetenv' function. */
200d4d90f10SMarcel Moolenaar #define HAVE_UNSETENV 1
201d4d90f10SMarcel Moolenaar 
202d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <utime.h> header file. */
203d4d90f10SMarcel Moolenaar #define HAVE_UTIME_H 1
204d4d90f10SMarcel Moolenaar 
205d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `vfork' function. */
206d4d90f10SMarcel Moolenaar #define HAVE_VFORK 1
207d4d90f10SMarcel Moolenaar 
208d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <vfork.h> header file. */
209d4d90f10SMarcel Moolenaar /* #undef HAVE_VFORK_H */
210d4d90f10SMarcel Moolenaar 
211d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `vprintf' function. */
212d4d90f10SMarcel Moolenaar #define HAVE_VPRINTF 1
213d4d90f10SMarcel Moolenaar 
214d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `vsnprintf' function. */
215d4d90f10SMarcel Moolenaar #define HAVE_VSNPRINTF 1
216d4d90f10SMarcel Moolenaar 
217d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `wait3' function. */
218d4d90f10SMarcel Moolenaar #define HAVE_WAIT3 1
219d4d90f10SMarcel Moolenaar 
220d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `wait4' function. */
221d4d90f10SMarcel Moolenaar #define HAVE_WAIT4 1
222d4d90f10SMarcel Moolenaar 
223d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `waitpid' function. */
224d4d90f10SMarcel Moolenaar #define HAVE_WAITPID 1
225d4d90f10SMarcel Moolenaar 
226d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `warn' function. */
227d4d90f10SMarcel Moolenaar #define HAVE_WARN 1
228d4d90f10SMarcel Moolenaar 
229d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `warnx' function. */
230d4d90f10SMarcel Moolenaar #define HAVE_WARNX 1
231d4d90f10SMarcel Moolenaar 
232d4d90f10SMarcel Moolenaar /* Define to 1 if `fork' works. */
233d4d90f10SMarcel Moolenaar #define HAVE_WORKING_FORK 1
234d4d90f10SMarcel Moolenaar 
235d4d90f10SMarcel Moolenaar /* Define to 1 if `vfork' works. */
236d4d90f10SMarcel Moolenaar #define HAVE_WORKING_VFORK 1
237d4d90f10SMarcel Moolenaar 
238d4d90f10SMarcel Moolenaar /* define if your compiler has __attribute__ */
23950d2e745SSimon J. Gerraty #define HAVE___ATTRIBUTE__ 1
240d4d90f10SMarcel Moolenaar 
241d4d90f10SMarcel Moolenaar /* Define to the address where bug reports for this package should be sent. */
242d4d90f10SMarcel Moolenaar #define PACKAGE_BUGREPORT "sjg@NetBSD.org"
243d4d90f10SMarcel Moolenaar 
244d4d90f10SMarcel Moolenaar /* Define to the full name of this package. */
245d4d90f10SMarcel Moolenaar #define PACKAGE_NAME "bmake"
246d4d90f10SMarcel Moolenaar 
247d4d90f10SMarcel Moolenaar /* Define to the full name and version of this package. */
248*dba7b0efSSimon J. Gerraty #define PACKAGE_STRING "bmake 20210201"
249d4d90f10SMarcel Moolenaar 
250d4d90f10SMarcel Moolenaar /* Define to the one symbol short name of this package. */
251d4d90f10SMarcel Moolenaar #define PACKAGE_TARNAME "bmake"
252d4d90f10SMarcel Moolenaar 
253d4d90f10SMarcel Moolenaar /* Define to the home page for this package. */
254d4d90f10SMarcel Moolenaar #define PACKAGE_URL ""
255d4d90f10SMarcel Moolenaar 
256d4d90f10SMarcel Moolenaar /* Define to the version of this package. */
257*dba7b0efSSimon J. Gerraty #define PACKAGE_VERSION "20210201"
258d4d90f10SMarcel Moolenaar 
259d4d90f10SMarcel Moolenaar /* Define as the return type of signal handlers (`int' or `void'). */
260d4d90f10SMarcel Moolenaar #define RETSIGTYPE void
261d4d90f10SMarcel Moolenaar 
262d4d90f10SMarcel Moolenaar /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
263d4d90f10SMarcel Moolenaar /* #undef STAT_MACROS_BROKEN */
264d4d90f10SMarcel Moolenaar 
265d4d90f10SMarcel Moolenaar /* Define to 1 if you have the ANSI C header files. */
266d4d90f10SMarcel Moolenaar #define STDC_HEADERS 1
267d4d90f10SMarcel Moolenaar 
268d4d90f10SMarcel Moolenaar /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
269d4d90f10SMarcel Moolenaar #define TIME_WITH_SYS_TIME 1
270d4d90f10SMarcel Moolenaar 
271d4d90f10SMarcel Moolenaar /* Define to 1 if your <sys/time.h> declares `struct tm'. */
272d4d90f10SMarcel Moolenaar /* #undef TM_IN_SYS_TIME */
273d4d90f10SMarcel Moolenaar 
274d4d90f10SMarcel Moolenaar /* Enable extensions on AIX 3, Interix.  */
275d4d90f10SMarcel Moolenaar #ifndef _ALL_SOURCE
276d4d90f10SMarcel Moolenaar # define _ALL_SOURCE 1
277d4d90f10SMarcel Moolenaar #endif
278d4d90f10SMarcel Moolenaar /* Enable GNU extensions on systems that have them.  */
279d4d90f10SMarcel Moolenaar #ifndef _GNU_SOURCE
280d4d90f10SMarcel Moolenaar # define _GNU_SOURCE 1
281d4d90f10SMarcel Moolenaar #endif
282d4d90f10SMarcel Moolenaar /* Enable threading extensions on Solaris.  */
283d4d90f10SMarcel Moolenaar #ifndef _POSIX_PTHREAD_SEMANTICS
284d4d90f10SMarcel Moolenaar # define _POSIX_PTHREAD_SEMANTICS 1
285d4d90f10SMarcel Moolenaar #endif
286d4d90f10SMarcel Moolenaar /* Enable extensions on HP NonStop.  */
287d4d90f10SMarcel Moolenaar #ifndef _TANDEM_SOURCE
288d4d90f10SMarcel Moolenaar # define _TANDEM_SOURCE 1
289d4d90f10SMarcel Moolenaar #endif
290d4d90f10SMarcel Moolenaar /* Enable general extensions on Solaris.  */
291d4d90f10SMarcel Moolenaar #ifndef __EXTENSIONS__
292d4d90f10SMarcel Moolenaar # define __EXTENSIONS__ 1
293d4d90f10SMarcel Moolenaar #endif
294d4d90f10SMarcel Moolenaar 
295d4d90f10SMarcel Moolenaar 
296d4d90f10SMarcel Moolenaar /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
297d4d90f10SMarcel Moolenaar    significant byte first (like Motorola and SPARC, unlike Intel). */
298d4d90f10SMarcel Moolenaar #if defined AC_APPLE_UNIVERSAL_BUILD
299d4d90f10SMarcel Moolenaar # if defined __BIG_ENDIAN__
300d4d90f10SMarcel Moolenaar #  define WORDS_BIGENDIAN 1
301d4d90f10SMarcel Moolenaar # endif
302d4d90f10SMarcel Moolenaar #else
303d4d90f10SMarcel Moolenaar # ifndef WORDS_BIGENDIAN
304d4d90f10SMarcel Moolenaar /* #  undef WORDS_BIGENDIAN */
305d4d90f10SMarcel Moolenaar # endif
306d4d90f10SMarcel Moolenaar #endif
307d4d90f10SMarcel Moolenaar 
308d4d90f10SMarcel Moolenaar /* Define to 1 if on MINIX. */
309d4d90f10SMarcel Moolenaar /* #undef _MINIX */
310d4d90f10SMarcel Moolenaar 
311d4d90f10SMarcel Moolenaar /* Define to 2 if the system does not provide POSIX.1 features except with
312d4d90f10SMarcel Moolenaar    this defined. */
313d4d90f10SMarcel Moolenaar /* #undef _POSIX_1_SOURCE */
314d4d90f10SMarcel Moolenaar 
315d4d90f10SMarcel Moolenaar /* Define to 1 if you need to in order for `stat' and other things to work. */
316d4d90f10SMarcel Moolenaar /* #undef _POSIX_SOURCE */
317d4d90f10SMarcel Moolenaar 
318ac3446e9SSimon J. Gerraty /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
319ac3446e9SSimon J. Gerraty    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
320ac3446e9SSimon J. Gerraty    #define below would cause a syntax error. */
321ac3446e9SSimon J. Gerraty /* #undef _UINT32_T */
322ac3446e9SSimon J. Gerraty 
3235bcb7424SSimon J. Gerraty /* C99 function name */
3245bcb7424SSimon J. Gerraty /* #undef __func__ */
3255bcb7424SSimon J. Gerraty 
326d4d90f10SMarcel Moolenaar /* Define to empty if `const' does not conform to ANSI C. */
327d4d90f10SMarcel Moolenaar /* #undef const */
328d4d90f10SMarcel Moolenaar 
32939ac7ef4SSimon J. Gerraty /* Define to `int' if <sys/types.h> does not define. */
33039ac7ef4SSimon J. Gerraty /* #undef mode_t */
33139ac7ef4SSimon J. Gerraty 
332d4d90f10SMarcel Moolenaar /* Define to `long int' if <sys/types.h> does not define. */
333d4d90f10SMarcel Moolenaar /* #undef off_t */
334d4d90f10SMarcel Moolenaar 
335d4d90f10SMarcel Moolenaar /* Define to `int' if <sys/types.h> does not define. */
336d4d90f10SMarcel Moolenaar /* #undef pid_t */
337d4d90f10SMarcel Moolenaar 
338*dba7b0efSSimon J. Gerraty /* type that signal handlers can safely frob */
339*dba7b0efSSimon J. Gerraty /* #undef sig_atomic_t */
340*dba7b0efSSimon J. Gerraty 
341d4d90f10SMarcel Moolenaar /* Define to `unsigned int' if <sys/types.h> does not define. */
342d4d90f10SMarcel Moolenaar /* #undef size_t */
343d4d90f10SMarcel Moolenaar 
344ac3446e9SSimon J. Gerraty /* Define to the type of an unsigned integer type of width exactly 32 bits if
345ac3446e9SSimon J. Gerraty    such a type exists and the standard includes do not define it. */
346ac3446e9SSimon J. Gerraty /* #undef uint32_t */
347ac3446e9SSimon J. Gerraty 
348d4d90f10SMarcel Moolenaar /* Define as `fork' if `vfork' does not work. */
349d4d90f10SMarcel Moolenaar /* #undef vfork */
350