xref: /freebsd/usr.bin/bmake/config.h (revision 4fde40d9b540ea1a544cb4378a14f2f6da85ca6d)
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 
141c04cf7dSSimon J. Gerraty /* Path of default shell */
151c04cf7dSSimon J. Gerraty /* #undef DEFSHELL_PATH */
161c04cf7dSSimon J. Gerraty 
17d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <ar.h> header file. */
18d4d90f10SMarcel Moolenaar #define HAVE_AR_H 1
19d4d90f10SMarcel Moolenaar 
20d4d90f10SMarcel Moolenaar /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
21d4d90f10SMarcel Moolenaar    don't. */
22d4d90f10SMarcel Moolenaar #define HAVE_DECL_SYS_SIGLIST 1
23d4d90f10SMarcel Moolenaar 
24d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
25d4d90f10SMarcel Moolenaar    */
26d4d90f10SMarcel Moolenaar #define HAVE_DIRENT_H 1
27d4d90f10SMarcel Moolenaar 
28d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `dirname' function. */
29d4d90f10SMarcel Moolenaar #define HAVE_DIRNAME 1
30d4d90f10SMarcel Moolenaar 
31d4d90f10SMarcel Moolenaar /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
32d4d90f10SMarcel Moolenaar /* #undef HAVE_DOPRNT */
33d4d90f10SMarcel Moolenaar 
34d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `err' function. */
35d4d90f10SMarcel Moolenaar #define HAVE_ERR 1
36d4d90f10SMarcel Moolenaar 
37d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `errx' function. */
38d4d90f10SMarcel Moolenaar #define HAVE_ERRX 1
39d4d90f10SMarcel Moolenaar 
40d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <err.h> header file. */
41d4d90f10SMarcel Moolenaar #define HAVE_ERR_H 1
42d4d90f10SMarcel Moolenaar 
43d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <fcntl.h> header file. */
44d4d90f10SMarcel Moolenaar #define HAVE_FCNTL_H 1
45d4d90f10SMarcel Moolenaar 
46d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `fork' function. */
47d4d90f10SMarcel Moolenaar #define HAVE_FORK 1
48d4d90f10SMarcel Moolenaar 
49d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `getcwd' function. */
50d4d90f10SMarcel Moolenaar #define HAVE_GETCWD 1
51d4d90f10SMarcel Moolenaar 
52d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `getenv' function. */
53d4d90f10SMarcel Moolenaar #define HAVE_GETENV 1
54d4d90f10SMarcel Moolenaar 
55d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `getopt' function. */
56d4d90f10SMarcel Moolenaar #define HAVE_GETOPT 1
57d4d90f10SMarcel Moolenaar 
58d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `getwd' function. */
59d4d90f10SMarcel Moolenaar #define HAVE_GETWD 1
60d4d90f10SMarcel Moolenaar 
61d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <inttypes.h> header file. */
62d4d90f10SMarcel Moolenaar #define HAVE_INTTYPES_H 1
63d4d90f10SMarcel Moolenaar 
64d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `killpg' function. */
65d4d90f10SMarcel Moolenaar #define HAVE_KILLPG 1
66d4d90f10SMarcel Moolenaar 
67ac3446e9SSimon J. Gerraty /* Define to 1 if you have the <libgen.h> header file. */
68ac3446e9SSimon J. Gerraty #define HAVE_LIBGEN_H 1
69ac3446e9SSimon J. Gerraty 
70ac3446e9SSimon J. Gerraty /* Define to 1 if you have the <limits.h> header file. */
71ac3446e9SSimon J. Gerraty #define HAVE_LIMITS_H 1
72ac3446e9SSimon J. Gerraty 
731c04cf7dSSimon J. Gerraty /* Define to 1 if the system has the type `long long int'. */
741c04cf7dSSimon J. Gerraty #define HAVE_LONG_LONG_INT 1
751c04cf7dSSimon J. Gerraty 
76*4fde40d9SSimon J. Gerraty /* Define to 1 if you have the <minix/config.h> header file. */
77*4fde40d9SSimon J. Gerraty /* #undef HAVE_MINIX_CONFIG_H */
78d4d90f10SMarcel Moolenaar 
79d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `mmap' function. */
80d4d90f10SMarcel Moolenaar #define HAVE_MMAP 1
81d4d90f10SMarcel Moolenaar 
82d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
83d4d90f10SMarcel Moolenaar /* #undef HAVE_NDIR_H */
84d4d90f10SMarcel Moolenaar 
85d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <paths.h> header file. */
86d4d90f10SMarcel Moolenaar #define HAVE_PATHS_H 1
87d4d90f10SMarcel Moolenaar 
88d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <poll.h> header file. */
89d4d90f10SMarcel Moolenaar #define HAVE_POLL_H 1
90d4d90f10SMarcel Moolenaar 
91d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `putenv' function. */
92d4d90f10SMarcel Moolenaar #define HAVE_PUTENV 1
93d4d90f10SMarcel Moolenaar 
94d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <ranlib.h> header file. */
95d4d90f10SMarcel Moolenaar #define HAVE_RANLIB_H 1
96d4d90f10SMarcel Moolenaar 
97d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `realpath' function. */
98d4d90f10SMarcel Moolenaar #define HAVE_REALPATH 1
99d4d90f10SMarcel Moolenaar 
100d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `select' function. */
101d4d90f10SMarcel Moolenaar #define HAVE_SELECT 1
102d4d90f10SMarcel Moolenaar 
103d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `setenv' function. */
104d4d90f10SMarcel Moolenaar #define HAVE_SETENV 1
105d4d90f10SMarcel Moolenaar 
106d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `setpgid' function. */
107d4d90f10SMarcel Moolenaar #define HAVE_SETPGID 1
108d4d90f10SMarcel Moolenaar 
1091c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `setrlimit' function. */
1101c04cf7dSSimon J. Gerraty #define HAVE_SETRLIMIT 1
1111c04cf7dSSimon J. Gerraty 
112d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `setsid' function. */
113d4d90f10SMarcel Moolenaar #define HAVE_SETSID 1
114d4d90f10SMarcel Moolenaar 
115d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `sigaction' function. */
116d4d90f10SMarcel Moolenaar #define HAVE_SIGACTION 1
117d4d90f10SMarcel Moolenaar 
1181c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `sigaddset' function. */
1191c04cf7dSSimon J. Gerraty #define HAVE_SIGADDSET 1
1201c04cf7dSSimon J. Gerraty 
1211c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `sigpending' function. */
1221c04cf7dSSimon J. Gerraty #define HAVE_SIGPENDING 1
1231c04cf7dSSimon J. Gerraty 
1241c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `sigprocmask' function. */
1251c04cf7dSSimon J. Gerraty #define HAVE_SIGPROCMASK 1
1261c04cf7dSSimon J. Gerraty 
1271c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `sigsetmask' function. */
1281c04cf7dSSimon J. Gerraty #define HAVE_SIGSETMASK 1
1291c04cf7dSSimon J. Gerraty 
1301c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `sigsuspend' function. */
1311c04cf7dSSimon J. Gerraty #define HAVE_SIGSUSPEND 1
1321c04cf7dSSimon J. Gerraty 
133d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `sigvec' function. */
134d4d90f10SMarcel Moolenaar #define HAVE_SIGVEC 1
135d4d90f10SMarcel Moolenaar 
1361c04cf7dSSimon J. Gerraty /* Define to 1 if the system has the type `sig_atomic_t'. */
1371c04cf7dSSimon J. Gerraty #define HAVE_SIG_ATOMIC_T 1
1381c04cf7dSSimon J. Gerraty 
139d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `snprintf' function. */
140d4d90f10SMarcel Moolenaar #define HAVE_SNPRINTF 1
141d4d90f10SMarcel Moolenaar 
142d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <stdint.h> header file. */
143d4d90f10SMarcel Moolenaar #define HAVE_STDINT_H 1
144d4d90f10SMarcel Moolenaar 
145*4fde40d9SSimon J. Gerraty /* Define to 1 if you have the <stdio.h> header file. */
146*4fde40d9SSimon J. Gerraty #define HAVE_STDIO_H 1
147*4fde40d9SSimon J. Gerraty 
148d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <stdlib.h> header file. */
149d4d90f10SMarcel Moolenaar #define HAVE_STDLIB_H 1
150d4d90f10SMarcel Moolenaar 
151d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strerror' function. */
152d4d90f10SMarcel Moolenaar #define HAVE_STRERROR 1
153d4d90f10SMarcel Moolenaar 
154d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `stresep' function. */
155d4d90f10SMarcel Moolenaar /* #undef HAVE_STRESEP */
156d4d90f10SMarcel Moolenaar 
157d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strftime' function. */
158d4d90f10SMarcel Moolenaar #define HAVE_STRFTIME 1
159d4d90f10SMarcel Moolenaar 
160d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <strings.h> header file. */
161d4d90f10SMarcel Moolenaar #define HAVE_STRINGS_H 1
162d4d90f10SMarcel Moolenaar 
163d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <string.h> header file. */
164d4d90f10SMarcel Moolenaar #define HAVE_STRING_H 1
165d4d90f10SMarcel Moolenaar 
166d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strlcpy' function. */
167d4d90f10SMarcel Moolenaar #define HAVE_STRLCPY 1
168d4d90f10SMarcel Moolenaar 
169d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strsep' function. */
170d4d90f10SMarcel Moolenaar #define HAVE_STRSEP 1
171d4d90f10SMarcel Moolenaar 
172d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strtod' function. */
173d4d90f10SMarcel Moolenaar #define HAVE_STRTOD 1
174d4d90f10SMarcel Moolenaar 
175d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strtol' function. */
176d4d90f10SMarcel Moolenaar #define HAVE_STRTOL 1
177d4d90f10SMarcel Moolenaar 
1781c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `strtoll' function. */
1791c04cf7dSSimon J. Gerraty #define HAVE_STRTOLL 1
1801c04cf7dSSimon J. Gerraty 
1811c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `strtoul' function. */
1821c04cf7dSSimon J. Gerraty #define HAVE_STRTOUL 1
1831c04cf7dSSimon J. Gerraty 
1845bcb7424SSimon J. Gerraty /* Define to 1 if you have the `sysctl' function. */
1855bcb7424SSimon J. Gerraty #define HAVE_SYSCTL 1
1865bcb7424SSimon J. Gerraty 
187d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
188d4d90f10SMarcel Moolenaar    */
189d4d90f10SMarcel Moolenaar /* #undef HAVE_SYS_DIR_H */
190d4d90f10SMarcel Moolenaar 
191d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/mman.h> header file. */
192d4d90f10SMarcel Moolenaar #define HAVE_SYS_MMAN_H 1
193d4d90f10SMarcel Moolenaar 
194d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
195d4d90f10SMarcel Moolenaar    */
196d4d90f10SMarcel Moolenaar /* #undef HAVE_SYS_NDIR_H */
197d4d90f10SMarcel Moolenaar 
198ac3446e9SSimon J. Gerraty /* Define to 1 if you have the <sys/param.h> header file. */
199ac3446e9SSimon J. Gerraty #define HAVE_SYS_PARAM_H 1
200ac3446e9SSimon J. Gerraty 
201d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/select.h> header file. */
202d4d90f10SMarcel Moolenaar #define HAVE_SYS_SELECT_H 1
203d4d90f10SMarcel Moolenaar 
204d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/socket.h> header file. */
205d4d90f10SMarcel Moolenaar #define HAVE_SYS_SOCKET_H 1
206d4d90f10SMarcel Moolenaar 
207d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/stat.h> header file. */
208d4d90f10SMarcel Moolenaar #define HAVE_SYS_STAT_H 1
209d4d90f10SMarcel Moolenaar 
2105bcb7424SSimon J. Gerraty /* Define to 1 if you have the <sys/sysctl.h> header file. */
2115bcb7424SSimon J. Gerraty #define HAVE_SYS_SYSCTL_H 1
2125bcb7424SSimon J. Gerraty 
213d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/time.h> header file. */
214d4d90f10SMarcel Moolenaar #define HAVE_SYS_TIME_H 1
215d4d90f10SMarcel Moolenaar 
216d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/types.h> header file. */
217d4d90f10SMarcel Moolenaar #define HAVE_SYS_TYPES_H 1
218d4d90f10SMarcel Moolenaar 
219d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/uio.h> header file. */
220d4d90f10SMarcel Moolenaar #define HAVE_SYS_UIO_H 1
221d4d90f10SMarcel Moolenaar 
222d4d90f10SMarcel Moolenaar /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
223d4d90f10SMarcel Moolenaar #define HAVE_SYS_WAIT_H 1
224d4d90f10SMarcel Moolenaar 
225d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <unistd.h> header file. */
226d4d90f10SMarcel Moolenaar #define HAVE_UNISTD_H 1
227d4d90f10SMarcel Moolenaar 
228d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `unsetenv' function. */
229d4d90f10SMarcel Moolenaar #define HAVE_UNSETENV 1
230d4d90f10SMarcel Moolenaar 
2311c04cf7dSSimon J. Gerraty /* Define to 1 if the system has the type `unsigned long long int'. */
2321c04cf7dSSimon J. Gerraty #define HAVE_UNSIGNED_LONG_LONG_INT 1
2331c04cf7dSSimon J. Gerraty 
234d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <utime.h> header file. */
235d4d90f10SMarcel Moolenaar #define HAVE_UTIME_H 1
236d4d90f10SMarcel Moolenaar 
237d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `vfork' function. */
238d4d90f10SMarcel Moolenaar #define HAVE_VFORK 1
239d4d90f10SMarcel Moolenaar 
240d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <vfork.h> header file. */
241d4d90f10SMarcel Moolenaar /* #undef HAVE_VFORK_H */
242d4d90f10SMarcel Moolenaar 
243d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `vprintf' function. */
244d4d90f10SMarcel Moolenaar #define HAVE_VPRINTF 1
245d4d90f10SMarcel Moolenaar 
246d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `vsnprintf' function. */
247d4d90f10SMarcel Moolenaar #define HAVE_VSNPRINTF 1
248d4d90f10SMarcel Moolenaar 
249d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `wait3' function. */
250d4d90f10SMarcel Moolenaar #define HAVE_WAIT3 1
251d4d90f10SMarcel Moolenaar 
252d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `wait4' function. */
253d4d90f10SMarcel Moolenaar #define HAVE_WAIT4 1
254d4d90f10SMarcel Moolenaar 
255d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `waitpid' function. */
256d4d90f10SMarcel Moolenaar #define HAVE_WAITPID 1
257d4d90f10SMarcel Moolenaar 
258d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `warn' function. */
259d4d90f10SMarcel Moolenaar #define HAVE_WARN 1
260d4d90f10SMarcel Moolenaar 
261d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `warnx' function. */
262d4d90f10SMarcel Moolenaar #define HAVE_WARNX 1
263d4d90f10SMarcel Moolenaar 
264*4fde40d9SSimon J. Gerraty /* Define to 1 if you have the <wchar.h> header file. */
265*4fde40d9SSimon J. Gerraty #define HAVE_WCHAR_H 1
266*4fde40d9SSimon J. Gerraty 
267d4d90f10SMarcel Moolenaar /* Define to 1 if `fork' works. */
268d4d90f10SMarcel Moolenaar #define HAVE_WORKING_FORK 1
269d4d90f10SMarcel Moolenaar 
270d4d90f10SMarcel Moolenaar /* Define to 1 if `vfork' works. */
271d4d90f10SMarcel Moolenaar #define HAVE_WORKING_VFORK 1
272d4d90f10SMarcel Moolenaar 
273d4d90f10SMarcel Moolenaar /* define if your compiler has __attribute__ */
27450d2e745SSimon J. Gerraty #define HAVE___ATTRIBUTE__ 1
275d4d90f10SMarcel Moolenaar 
276d4d90f10SMarcel Moolenaar /* Define to the address where bug reports for this package should be sent. */
277d4d90f10SMarcel Moolenaar #define PACKAGE_BUGREPORT "sjg@NetBSD.org"
278d4d90f10SMarcel Moolenaar 
279d4d90f10SMarcel Moolenaar /* Define to the full name of this package. */
280d4d90f10SMarcel Moolenaar #define PACKAGE_NAME "bmake"
281d4d90f10SMarcel Moolenaar 
282d4d90f10SMarcel Moolenaar /* Define to the full name and version of this package. */
283*4fde40d9SSimon J. Gerraty #define PACKAGE_STRING "bmake 20220909"
284d4d90f10SMarcel Moolenaar 
285d4d90f10SMarcel Moolenaar /* Define to the one symbol short name of this package. */
286d4d90f10SMarcel Moolenaar #define PACKAGE_TARNAME "bmake"
287d4d90f10SMarcel Moolenaar 
288d4d90f10SMarcel Moolenaar /* Define to the home page for this package. */
289d4d90f10SMarcel Moolenaar #define PACKAGE_URL ""
290d4d90f10SMarcel Moolenaar 
291d4d90f10SMarcel Moolenaar /* Define to the version of this package. */
292*4fde40d9SSimon J. Gerraty #define PACKAGE_VERSION "20220909"
293d4d90f10SMarcel Moolenaar 
294d4d90f10SMarcel Moolenaar /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
295d4d90f10SMarcel Moolenaar /* #undef STAT_MACROS_BROKEN */
296d4d90f10SMarcel Moolenaar 
297*4fde40d9SSimon J. Gerraty /* Define to 1 if all of the C90 standard headers exist (not just the ones
298*4fde40d9SSimon J. Gerraty    required in a freestanding environment). This macro is provided for
299*4fde40d9SSimon J. Gerraty    backward compatibility; new code need not use it. */
300d4d90f10SMarcel Moolenaar #define STDC_HEADERS 1
301d4d90f10SMarcel Moolenaar 
302d4d90f10SMarcel Moolenaar /* Define to 1 if your <sys/time.h> declares `struct tm'. */
303d4d90f10SMarcel Moolenaar /* #undef TM_IN_SYS_TIME */
304d4d90f10SMarcel Moolenaar 
305d4d90f10SMarcel Moolenaar /* Enable extensions on AIX 3, Interix.  */
306d4d90f10SMarcel Moolenaar #ifndef _ALL_SOURCE
307d4d90f10SMarcel Moolenaar # define _ALL_SOURCE 1
308d4d90f10SMarcel Moolenaar #endif
309*4fde40d9SSimon J. Gerraty /* Enable general extensions on macOS.  */
310*4fde40d9SSimon J. Gerraty #ifndef _DARWIN_C_SOURCE
311*4fde40d9SSimon J. Gerraty # define _DARWIN_C_SOURCE 1
312*4fde40d9SSimon J. Gerraty #endif
313*4fde40d9SSimon J. Gerraty /* Enable general extensions on Solaris.  */
314*4fde40d9SSimon J. Gerraty #ifndef __EXTENSIONS__
315*4fde40d9SSimon J. Gerraty # define __EXTENSIONS__ 1
316*4fde40d9SSimon J. Gerraty #endif
317d4d90f10SMarcel Moolenaar /* Enable GNU extensions on systems that have them.  */
318d4d90f10SMarcel Moolenaar #ifndef _GNU_SOURCE
319d4d90f10SMarcel Moolenaar # define _GNU_SOURCE 1
320d4d90f10SMarcel Moolenaar #endif
321*4fde40d9SSimon J. Gerraty /* Enable X/Open compliant socket functions that do not require linking
322*4fde40d9SSimon J. Gerraty    with -lxnet on HP-UX 11.11.  */
323*4fde40d9SSimon J. Gerraty #ifndef _HPUX_ALT_XOPEN_SOCKET_API
324*4fde40d9SSimon J. Gerraty # define _HPUX_ALT_XOPEN_SOCKET_API 1
325*4fde40d9SSimon J. Gerraty #endif
326*4fde40d9SSimon J. Gerraty /* Identify the host operating system as Minix.
327*4fde40d9SSimon J. Gerraty    This macro does not affect the system headers' behavior.
328*4fde40d9SSimon J. Gerraty    A future release of Autoconf may stop defining this macro.  */
329*4fde40d9SSimon J. Gerraty #ifndef _MINIX
330*4fde40d9SSimon J. Gerraty /* # undef _MINIX */
331*4fde40d9SSimon J. Gerraty #endif
332*4fde40d9SSimon J. Gerraty /* Enable general extensions on NetBSD.
333*4fde40d9SSimon J. Gerraty    Enable NetBSD compatibility extensions on Minix.  */
334*4fde40d9SSimon J. Gerraty #ifndef _NETBSD_SOURCE
335*4fde40d9SSimon J. Gerraty # define _NETBSD_SOURCE 1
336*4fde40d9SSimon J. Gerraty #endif
337*4fde40d9SSimon J. Gerraty /* Enable OpenBSD compatibility extensions on NetBSD.
338*4fde40d9SSimon J. Gerraty    Oddly enough, this does nothing on OpenBSD.  */
339*4fde40d9SSimon J. Gerraty #ifndef _OPENBSD_SOURCE
340*4fde40d9SSimon J. Gerraty # define _OPENBSD_SOURCE 1
341*4fde40d9SSimon J. Gerraty #endif
342*4fde40d9SSimon J. Gerraty /* Define to 1 if needed for POSIX-compatible behavior.  */
343*4fde40d9SSimon J. Gerraty #ifndef _POSIX_SOURCE
344*4fde40d9SSimon J. Gerraty /* # undef _POSIX_SOURCE */
345*4fde40d9SSimon J. Gerraty #endif
346*4fde40d9SSimon J. Gerraty /* Define to 2 if needed for POSIX-compatible behavior.  */
347*4fde40d9SSimon J. Gerraty #ifndef _POSIX_1_SOURCE
348*4fde40d9SSimon J. Gerraty /* # undef _POSIX_1_SOURCE */
349*4fde40d9SSimon J. Gerraty #endif
350*4fde40d9SSimon J. Gerraty /* Enable POSIX-compatible threading on Solaris.  */
351d4d90f10SMarcel Moolenaar #ifndef _POSIX_PTHREAD_SEMANTICS
352d4d90f10SMarcel Moolenaar # define _POSIX_PTHREAD_SEMANTICS 1
353d4d90f10SMarcel Moolenaar #endif
354*4fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
355*4fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
356*4fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
357*4fde40d9SSimon J. Gerraty #endif
358*4fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
359*4fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
360*4fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
361*4fde40d9SSimon J. Gerraty #endif
362*4fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
363*4fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
364*4fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
365*4fde40d9SSimon J. Gerraty #endif
366*4fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
367*4fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
368*4fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
369*4fde40d9SSimon J. Gerraty #endif
370*4fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
371*4fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
372*4fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
373*4fde40d9SSimon J. Gerraty #endif
374*4fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
375*4fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_LIB_EXT2__
376*4fde40d9SSimon J. Gerraty # define __STDC_WANT_LIB_EXT2__ 1
377*4fde40d9SSimon J. Gerraty #endif
378*4fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC 24747:2009.  */
379*4fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
380*4fde40d9SSimon J. Gerraty # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
381*4fde40d9SSimon J. Gerraty #endif
382d4d90f10SMarcel Moolenaar /* Enable extensions on HP NonStop.  */
383d4d90f10SMarcel Moolenaar #ifndef _TANDEM_SOURCE
384d4d90f10SMarcel Moolenaar # define _TANDEM_SOURCE 1
385d4d90f10SMarcel Moolenaar #endif
386*4fde40d9SSimon J. Gerraty /* Enable X/Open extensions.  Define to 500 only if necessary
387*4fde40d9SSimon J. Gerraty    to make mbstate_t available.  */
388*4fde40d9SSimon J. Gerraty #ifndef _XOPEN_SOURCE
389*4fde40d9SSimon J. Gerraty /* # undef _XOPEN_SOURCE */
390d4d90f10SMarcel Moolenaar #endif
391d4d90f10SMarcel Moolenaar 
392d4d90f10SMarcel Moolenaar 
393d4d90f10SMarcel Moolenaar /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
394d4d90f10SMarcel Moolenaar    significant byte first (like Motorola and SPARC, unlike Intel). */
395d4d90f10SMarcel Moolenaar #if defined AC_APPLE_UNIVERSAL_BUILD
396d4d90f10SMarcel Moolenaar # if defined __BIG_ENDIAN__
397d4d90f10SMarcel Moolenaar #  define WORDS_BIGENDIAN 1
398d4d90f10SMarcel Moolenaar # endif
399d4d90f10SMarcel Moolenaar #else
400d4d90f10SMarcel Moolenaar # ifndef WORDS_BIGENDIAN
401d4d90f10SMarcel Moolenaar /* #  undef WORDS_BIGENDIAN */
402d4d90f10SMarcel Moolenaar # endif
403d4d90f10SMarcel Moolenaar #endif
404d4d90f10SMarcel Moolenaar 
405ac3446e9SSimon J. Gerraty /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
406ac3446e9SSimon J. Gerraty    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
407ac3446e9SSimon J. Gerraty    #define below would cause a syntax error. */
408ac3446e9SSimon J. Gerraty /* #undef _UINT32_T */
409ac3446e9SSimon J. Gerraty 
4105bcb7424SSimon J. Gerraty /* C99 function name */
4115bcb7424SSimon J. Gerraty /* #undef __func__ */
4125bcb7424SSimon J. Gerraty 
413d4d90f10SMarcel Moolenaar /* Define to empty if `const' does not conform to ANSI C. */
414d4d90f10SMarcel Moolenaar /* #undef const */
415d4d90f10SMarcel Moolenaar 
4161c04cf7dSSimon J. Gerraty /* Define to `__inline__' or `__inline' if that's what the C compiler
4171c04cf7dSSimon J. Gerraty    calls it, or to nothing if 'inline' is not supported under any name.  */
4181c04cf7dSSimon J. Gerraty #ifndef __cplusplus
4191c04cf7dSSimon J. Gerraty /* #undef inline */
4201c04cf7dSSimon J. Gerraty #endif
4211c04cf7dSSimon J. Gerraty 
4221c04cf7dSSimon J. Gerraty /* Define to the type of a signed integer type of width exactly 64 bits if
4231c04cf7dSSimon J. Gerraty    such a type exists and the standard includes do not define it. */
4241c04cf7dSSimon J. Gerraty /* #undef int64_t */
4251c04cf7dSSimon J. Gerraty 
42639ac7ef4SSimon J. Gerraty /* Define to `int' if <sys/types.h> does not define. */
42739ac7ef4SSimon J. Gerraty /* #undef mode_t */
42839ac7ef4SSimon J. Gerraty 
429d4d90f10SMarcel Moolenaar /* Define to `long int' if <sys/types.h> does not define. */
430d4d90f10SMarcel Moolenaar /* #undef off_t */
431d4d90f10SMarcel Moolenaar 
432*4fde40d9SSimon J. Gerraty /* Define as a signed integer type capable of holding a process identifier. */
433d4d90f10SMarcel Moolenaar /* #undef pid_t */
434d4d90f10SMarcel Moolenaar 
435dba7b0efSSimon J. Gerraty /* type that signal handlers can safely frob */
436dba7b0efSSimon J. Gerraty /* #undef sig_atomic_t */
437dba7b0efSSimon J. Gerraty 
438d4d90f10SMarcel Moolenaar /* Define to `unsigned int' if <sys/types.h> does not define. */
439d4d90f10SMarcel Moolenaar /* #undef size_t */
440d4d90f10SMarcel Moolenaar 
441ac3446e9SSimon J. Gerraty /* Define to the type of an unsigned integer type of width exactly 32 bits if
442ac3446e9SSimon J. Gerraty    such a type exists and the standard includes do not define it. */
443ac3446e9SSimon J. Gerraty /* #undef uint32_t */
444ac3446e9SSimon J. Gerraty 
445d4d90f10SMarcel Moolenaar /* Define as `fork' if `vfork' does not work. */
446d4d90f10SMarcel Moolenaar /* #undef vfork */
447