xref: /freebsd/usr.bin/bmake/config.h (revision 51ca8a7a7da752d41bd91818169fc764dc8b1a42)
1d4d90f10SMarcel Moolenaar /* config.h.  Generated from config.h.in by configure.  */
2d4d90f10SMarcel Moolenaar /* config.h.in.  Generated from configure.in by autoheader.  */
3d4d90f10SMarcel Moolenaar 
4d4d90f10SMarcel Moolenaar /* Define if building universal (internal helper macro) */
5d4d90f10SMarcel Moolenaar /* #undef AC_APPLE_UNIVERSAL_BUILD */
6d4d90f10SMarcel Moolenaar 
7d4d90f10SMarcel Moolenaar /* Path of default shell */
8d4d90f10SMarcel Moolenaar /* #undef DEFSHELL_CUSTOM */
9d4d90f10SMarcel Moolenaar 
10d4d90f10SMarcel Moolenaar /* Shell spec to use by default */
11d4d90f10SMarcel Moolenaar /* #undef DEFSHELL_INDEX */
12d4d90f10SMarcel Moolenaar 
131c04cf7dSSimon J. Gerraty /* Path of default shell */
141c04cf7dSSimon J. Gerraty /* #undef DEFSHELL_PATH */
151c04cf7dSSimon J. Gerraty 
16d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <ar.h> header file. */
17d4d90f10SMarcel Moolenaar #define HAVE_AR_H 1
18d4d90f10SMarcel Moolenaar 
19d4d90f10SMarcel Moolenaar /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
20d4d90f10SMarcel Moolenaar    don't. */
21d4d90f10SMarcel Moolenaar #define HAVE_DECL_SYS_SIGLIST 1
22d4d90f10SMarcel Moolenaar 
23d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
24d4d90f10SMarcel Moolenaar    */
25d4d90f10SMarcel Moolenaar #define HAVE_DIRENT_H 1
26d4d90f10SMarcel Moolenaar 
27d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `dirname' function. */
28d4d90f10SMarcel Moolenaar #define HAVE_DIRNAME 1
29d4d90f10SMarcel Moolenaar 
30d4d90f10SMarcel Moolenaar /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
31d4d90f10SMarcel Moolenaar /* #undef HAVE_DOPRNT */
32d4d90f10SMarcel Moolenaar 
33d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `err' function. */
34d4d90f10SMarcel Moolenaar #define HAVE_ERR 1
35d4d90f10SMarcel Moolenaar 
36d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `errx' function. */
37d4d90f10SMarcel Moolenaar #define HAVE_ERRX 1
38d4d90f10SMarcel Moolenaar 
39d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <err.h> header file. */
40d4d90f10SMarcel Moolenaar #define HAVE_ERR_H 1
41d4d90f10SMarcel Moolenaar 
42d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <fcntl.h> header file. */
43d4d90f10SMarcel Moolenaar #define HAVE_FCNTL_H 1
44d4d90f10SMarcel Moolenaar 
45d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `fork' function. */
46d4d90f10SMarcel Moolenaar #define HAVE_FORK 1
47d4d90f10SMarcel Moolenaar 
48d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `getcwd' function. */
49d4d90f10SMarcel Moolenaar #define HAVE_GETCWD 1
50d4d90f10SMarcel Moolenaar 
51d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `getenv' function. */
52d4d90f10SMarcel Moolenaar #define HAVE_GETENV 1
53d4d90f10SMarcel Moolenaar 
54d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `getopt' function. */
55d4d90f10SMarcel Moolenaar #define HAVE_GETOPT 1
56d4d90f10SMarcel Moolenaar 
57d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `getwd' function. */
58d4d90f10SMarcel Moolenaar #define HAVE_GETWD 1
59d4d90f10SMarcel Moolenaar 
60d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <inttypes.h> header file. */
61d4d90f10SMarcel Moolenaar #define HAVE_INTTYPES_H 1
62d4d90f10SMarcel Moolenaar 
63d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `killpg' function. */
64d4d90f10SMarcel Moolenaar #define HAVE_KILLPG 1
65d4d90f10SMarcel Moolenaar 
66ac3446e9SSimon J. Gerraty /* Define to 1 if you have the <libgen.h> header file. */
67ac3446e9SSimon J. Gerraty #define HAVE_LIBGEN_H 1
68ac3446e9SSimon J. Gerraty 
69ac3446e9SSimon J. Gerraty /* Define to 1 if you have the <limits.h> header file. */
70ac3446e9SSimon J. Gerraty #define HAVE_LIMITS_H 1
71ac3446e9SSimon J. Gerraty 
721c04cf7dSSimon J. Gerraty /* Define to 1 if the system has the type `long long int'. */
731c04cf7dSSimon J. Gerraty #define HAVE_LONG_LONG_INT 1
741c04cf7dSSimon J. Gerraty 
754fde40d9SSimon J. Gerraty /* Define to 1 if you have the <minix/config.h> header file. */
764fde40d9SSimon J. Gerraty /* #undef HAVE_MINIX_CONFIG_H */
77d4d90f10SMarcel Moolenaar 
78d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `mmap' function. */
79d4d90f10SMarcel Moolenaar #define HAVE_MMAP 1
80d4d90f10SMarcel Moolenaar 
81d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
82d4d90f10SMarcel Moolenaar /* #undef HAVE_NDIR_H */
83d4d90f10SMarcel Moolenaar 
84d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <paths.h> header file. */
85d4d90f10SMarcel Moolenaar #define HAVE_PATHS_H 1
86d4d90f10SMarcel Moolenaar 
87d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <poll.h> header file. */
88d4d90f10SMarcel Moolenaar #define HAVE_POLL_H 1
89d4d90f10SMarcel Moolenaar 
90d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `putenv' function. */
91d4d90f10SMarcel Moolenaar #define HAVE_PUTENV 1
92d4d90f10SMarcel Moolenaar 
93d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <ranlib.h> header file. */
94d4d90f10SMarcel Moolenaar #define HAVE_RANLIB_H 1
95d4d90f10SMarcel Moolenaar 
96d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `realpath' function. */
97d4d90f10SMarcel Moolenaar #define HAVE_REALPATH 1
98d4d90f10SMarcel Moolenaar 
99*51ca8a7aSSimon J. Gerraty /* Define to 1 if you have the <regex.h> header file. */
100*51ca8a7aSSimon J. Gerraty #define HAVE_REGEX_H 1
101*51ca8a7aSSimon J. Gerraty 
102d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `select' function. */
103d4d90f10SMarcel Moolenaar #define HAVE_SELECT 1
104d4d90f10SMarcel Moolenaar 
105d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `setenv' function. */
106d4d90f10SMarcel Moolenaar #define HAVE_SETENV 1
107d4d90f10SMarcel Moolenaar 
108d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `setpgid' function. */
109d4d90f10SMarcel Moolenaar #define HAVE_SETPGID 1
110d4d90f10SMarcel Moolenaar 
1111c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `setrlimit' function. */
1121c04cf7dSSimon J. Gerraty #define HAVE_SETRLIMIT 1
1131c04cf7dSSimon J. Gerraty 
114d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `setsid' function. */
115d4d90f10SMarcel Moolenaar #define HAVE_SETSID 1
116d4d90f10SMarcel Moolenaar 
117d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `sigaction' function. */
118d4d90f10SMarcel Moolenaar #define HAVE_SIGACTION 1
119d4d90f10SMarcel Moolenaar 
1201c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `sigaddset' function. */
1211c04cf7dSSimon J. Gerraty #define HAVE_SIGADDSET 1
1221c04cf7dSSimon J. Gerraty 
1231c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `sigpending' function. */
1241c04cf7dSSimon J. Gerraty #define HAVE_SIGPENDING 1
1251c04cf7dSSimon J. Gerraty 
1261c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `sigprocmask' function. */
1271c04cf7dSSimon J. Gerraty #define HAVE_SIGPROCMASK 1
1281c04cf7dSSimon J. Gerraty 
1291c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `sigsetmask' function. */
1301c04cf7dSSimon J. Gerraty #define HAVE_SIGSETMASK 1
1311c04cf7dSSimon J. Gerraty 
1321c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `sigsuspend' function. */
1331c04cf7dSSimon J. Gerraty #define HAVE_SIGSUSPEND 1
1341c04cf7dSSimon J. Gerraty 
135d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `sigvec' function. */
136d4d90f10SMarcel Moolenaar #define HAVE_SIGVEC 1
137d4d90f10SMarcel Moolenaar 
1381c04cf7dSSimon J. Gerraty /* Define to 1 if the system has the type `sig_atomic_t'. */
1391c04cf7dSSimon J. Gerraty #define HAVE_SIG_ATOMIC_T 1
1401c04cf7dSSimon J. Gerraty 
141d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `snprintf' function. */
142d4d90f10SMarcel Moolenaar #define HAVE_SNPRINTF 1
143d4d90f10SMarcel Moolenaar 
144d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <stdint.h> header file. */
145d4d90f10SMarcel Moolenaar #define HAVE_STDINT_H 1
146d4d90f10SMarcel Moolenaar 
1474fde40d9SSimon J. Gerraty /* Define to 1 if you have the <stdio.h> header file. */
1484fde40d9SSimon J. Gerraty #define HAVE_STDIO_H 1
1494fde40d9SSimon J. Gerraty 
150d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <stdlib.h> header file. */
151d4d90f10SMarcel Moolenaar #define HAVE_STDLIB_H 1
152d4d90f10SMarcel Moolenaar 
153d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strerror' function. */
154d4d90f10SMarcel Moolenaar #define HAVE_STRERROR 1
155d4d90f10SMarcel Moolenaar 
156d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `stresep' function. */
157d4d90f10SMarcel Moolenaar /* #undef HAVE_STRESEP */
158d4d90f10SMarcel Moolenaar 
159d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strftime' function. */
160d4d90f10SMarcel Moolenaar #define HAVE_STRFTIME 1
161d4d90f10SMarcel Moolenaar 
162d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <strings.h> header file. */
163d4d90f10SMarcel Moolenaar #define HAVE_STRINGS_H 1
164d4d90f10SMarcel Moolenaar 
165d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <string.h> header file. */
166d4d90f10SMarcel Moolenaar #define HAVE_STRING_H 1
167d4d90f10SMarcel Moolenaar 
168d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strlcpy' function. */
169d4d90f10SMarcel Moolenaar #define HAVE_STRLCPY 1
170d4d90f10SMarcel Moolenaar 
171d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strsep' function. */
172d4d90f10SMarcel Moolenaar #define HAVE_STRSEP 1
173d4d90f10SMarcel Moolenaar 
174d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strtod' function. */
175d4d90f10SMarcel Moolenaar #define HAVE_STRTOD 1
176d4d90f10SMarcel Moolenaar 
177d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `strtol' function. */
178d4d90f10SMarcel Moolenaar #define HAVE_STRTOL 1
179d4d90f10SMarcel Moolenaar 
1801c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `strtoll' function. */
1811c04cf7dSSimon J. Gerraty #define HAVE_STRTOLL 1
1821c04cf7dSSimon J. Gerraty 
1831c04cf7dSSimon J. Gerraty /* Define to 1 if you have the `strtoul' function. */
1841c04cf7dSSimon J. Gerraty #define HAVE_STRTOUL 1
1851c04cf7dSSimon J. Gerraty 
1865bcb7424SSimon J. Gerraty /* Define to 1 if you have the `sysctl' function. */
1875bcb7424SSimon J. Gerraty #define HAVE_SYSCTL 1
1885bcb7424SSimon J. Gerraty 
189d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
190d4d90f10SMarcel Moolenaar    */
191d4d90f10SMarcel Moolenaar /* #undef HAVE_SYS_DIR_H */
192d4d90f10SMarcel Moolenaar 
193d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/mman.h> header file. */
194d4d90f10SMarcel Moolenaar #define HAVE_SYS_MMAN_H 1
195d4d90f10SMarcel Moolenaar 
196d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
197d4d90f10SMarcel Moolenaar    */
198d4d90f10SMarcel Moolenaar /* #undef HAVE_SYS_NDIR_H */
199d4d90f10SMarcel Moolenaar 
200ac3446e9SSimon J. Gerraty /* Define to 1 if you have the <sys/param.h> header file. */
201ac3446e9SSimon J. Gerraty #define HAVE_SYS_PARAM_H 1
202ac3446e9SSimon J. Gerraty 
203d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/select.h> header file. */
204d4d90f10SMarcel Moolenaar #define HAVE_SYS_SELECT_H 1
205d4d90f10SMarcel Moolenaar 
206d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/socket.h> header file. */
207d4d90f10SMarcel Moolenaar #define HAVE_SYS_SOCKET_H 1
208d4d90f10SMarcel Moolenaar 
209d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/stat.h> header file. */
210d4d90f10SMarcel Moolenaar #define HAVE_SYS_STAT_H 1
211d4d90f10SMarcel Moolenaar 
2125bcb7424SSimon J. Gerraty /* Define to 1 if you have the <sys/sysctl.h> header file. */
2135bcb7424SSimon J. Gerraty #define HAVE_SYS_SYSCTL_H 1
2145bcb7424SSimon J. Gerraty 
215d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/time.h> header file. */
216d4d90f10SMarcel Moolenaar #define HAVE_SYS_TIME_H 1
217d4d90f10SMarcel Moolenaar 
218d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/types.h> header file. */
219d4d90f10SMarcel Moolenaar #define HAVE_SYS_TYPES_H 1
220d4d90f10SMarcel Moolenaar 
221d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/uio.h> header file. */
222d4d90f10SMarcel Moolenaar #define HAVE_SYS_UIO_H 1
223d4d90f10SMarcel Moolenaar 
224d4d90f10SMarcel Moolenaar /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
225d4d90f10SMarcel Moolenaar #define HAVE_SYS_WAIT_H 1
226d4d90f10SMarcel Moolenaar 
227d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <unistd.h> header file. */
228d4d90f10SMarcel Moolenaar #define HAVE_UNISTD_H 1
229d4d90f10SMarcel Moolenaar 
230d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `unsetenv' function. */
231d4d90f10SMarcel Moolenaar #define HAVE_UNSETENV 1
232d4d90f10SMarcel Moolenaar 
2331c04cf7dSSimon J. Gerraty /* Define to 1 if the system has the type `unsigned long long int'. */
2341c04cf7dSSimon J. Gerraty #define HAVE_UNSIGNED_LONG_LONG_INT 1
2351c04cf7dSSimon J. Gerraty 
236d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <utime.h> header file. */
237d4d90f10SMarcel Moolenaar #define HAVE_UTIME_H 1
238d4d90f10SMarcel Moolenaar 
239d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `vfork' function. */
240d4d90f10SMarcel Moolenaar #define HAVE_VFORK 1
241d4d90f10SMarcel Moolenaar 
242d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <vfork.h> header file. */
243d4d90f10SMarcel Moolenaar /* #undef HAVE_VFORK_H */
244d4d90f10SMarcel Moolenaar 
245d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `vprintf' function. */
246d4d90f10SMarcel Moolenaar #define HAVE_VPRINTF 1
247d4d90f10SMarcel Moolenaar 
248d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `vsnprintf' function. */
249d4d90f10SMarcel Moolenaar #define HAVE_VSNPRINTF 1
250d4d90f10SMarcel Moolenaar 
251d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `wait3' function. */
252d4d90f10SMarcel Moolenaar #define HAVE_WAIT3 1
253d4d90f10SMarcel Moolenaar 
254d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `wait4' function. */
255d4d90f10SMarcel Moolenaar #define HAVE_WAIT4 1
256d4d90f10SMarcel Moolenaar 
257d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `waitpid' function. */
258d4d90f10SMarcel Moolenaar #define HAVE_WAITPID 1
259d4d90f10SMarcel Moolenaar 
260d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `warn' function. */
261d4d90f10SMarcel Moolenaar #define HAVE_WARN 1
262d4d90f10SMarcel Moolenaar 
263d4d90f10SMarcel Moolenaar /* Define to 1 if you have the `warnx' function. */
264d4d90f10SMarcel Moolenaar #define HAVE_WARNX 1
265d4d90f10SMarcel Moolenaar 
2664fde40d9SSimon J. Gerraty /* Define to 1 if you have the <wchar.h> header file. */
2674fde40d9SSimon J. Gerraty #define HAVE_WCHAR_H 1
2684fde40d9SSimon J. Gerraty 
269d4d90f10SMarcel Moolenaar /* Define to 1 if `fork' works. */
270d4d90f10SMarcel Moolenaar #define HAVE_WORKING_FORK 1
271d4d90f10SMarcel Moolenaar 
272d4d90f10SMarcel Moolenaar /* Define to 1 if `vfork' works. */
273d4d90f10SMarcel Moolenaar #define HAVE_WORKING_VFORK 1
274d4d90f10SMarcel Moolenaar 
275d4d90f10SMarcel Moolenaar /* define if your compiler has __attribute__ */
27650d2e745SSimon J. Gerraty #define HAVE___ATTRIBUTE__ 1
277d4d90f10SMarcel Moolenaar 
278d4d90f10SMarcel Moolenaar /* Define to the address where bug reports for this package should be sent. */
279d4d90f10SMarcel Moolenaar #define PACKAGE_BUGREPORT "sjg@NetBSD.org"
280d4d90f10SMarcel Moolenaar 
281d4d90f10SMarcel Moolenaar /* Define to the full name of this package. */
282d4d90f10SMarcel Moolenaar #define PACKAGE_NAME "bmake"
283d4d90f10SMarcel Moolenaar 
284d4d90f10SMarcel Moolenaar /* Define to the full name and version of this package. */
285*51ca8a7aSSimon J. Gerraty #define PACKAGE_STRING "bmake 20240212"
286d4d90f10SMarcel Moolenaar 
287d4d90f10SMarcel Moolenaar /* Define to the one symbol short name of this package. */
288d4d90f10SMarcel Moolenaar #define PACKAGE_TARNAME "bmake"
289d4d90f10SMarcel Moolenaar 
290d4d90f10SMarcel Moolenaar /* Define to the home page for this package. */
291d4d90f10SMarcel Moolenaar #define PACKAGE_URL ""
292d4d90f10SMarcel Moolenaar 
293d4d90f10SMarcel Moolenaar /* Define to the version of this package. */
294*51ca8a7aSSimon J. Gerraty #define PACKAGE_VERSION "20240212"
295d4d90f10SMarcel Moolenaar 
296d4d90f10SMarcel Moolenaar /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
297d4d90f10SMarcel Moolenaar /* #undef STAT_MACROS_BROKEN */
298d4d90f10SMarcel Moolenaar 
2994fde40d9SSimon J. Gerraty /* Define to 1 if all of the C90 standard headers exist (not just the ones
3004fde40d9SSimon J. Gerraty    required in a freestanding environment). This macro is provided for
3014fde40d9SSimon J. Gerraty    backward compatibility; new code need not use it. */
302d4d90f10SMarcel Moolenaar #define STDC_HEADERS 1
303d4d90f10SMarcel Moolenaar 
304d4d90f10SMarcel Moolenaar /* Define to 1 if your <sys/time.h> declares `struct tm'. */
305d4d90f10SMarcel Moolenaar /* #undef TM_IN_SYS_TIME */
306d4d90f10SMarcel Moolenaar 
307d4d90f10SMarcel Moolenaar /* Enable extensions on AIX 3, Interix.  */
308d4d90f10SMarcel Moolenaar #ifndef _ALL_SOURCE
309d4d90f10SMarcel Moolenaar # define _ALL_SOURCE 1
310d4d90f10SMarcel Moolenaar #endif
3114fde40d9SSimon J. Gerraty /* Enable general extensions on macOS.  */
3124fde40d9SSimon J. Gerraty #ifndef _DARWIN_C_SOURCE
3134fde40d9SSimon J. Gerraty # define _DARWIN_C_SOURCE 1
3144fde40d9SSimon J. Gerraty #endif
3154fde40d9SSimon J. Gerraty /* Enable general extensions on Solaris.  */
3164fde40d9SSimon J. Gerraty #ifndef __EXTENSIONS__
3174fde40d9SSimon J. Gerraty # define __EXTENSIONS__ 1
3184fde40d9SSimon J. Gerraty #endif
319d4d90f10SMarcel Moolenaar /* Enable GNU extensions on systems that have them.  */
320d4d90f10SMarcel Moolenaar #ifndef _GNU_SOURCE
321d4d90f10SMarcel Moolenaar # define _GNU_SOURCE 1
322d4d90f10SMarcel Moolenaar #endif
3234fde40d9SSimon J. Gerraty /* Enable X/Open compliant socket functions that do not require linking
3244fde40d9SSimon J. Gerraty    with -lxnet on HP-UX 11.11.  */
3254fde40d9SSimon J. Gerraty #ifndef _HPUX_ALT_XOPEN_SOCKET_API
3264fde40d9SSimon J. Gerraty # define _HPUX_ALT_XOPEN_SOCKET_API 1
3274fde40d9SSimon J. Gerraty #endif
3284fde40d9SSimon J. Gerraty /* Identify the host operating system as Minix.
3294fde40d9SSimon J. Gerraty    This macro does not affect the system headers' behavior.
3304fde40d9SSimon J. Gerraty    A future release of Autoconf may stop defining this macro.  */
3314fde40d9SSimon J. Gerraty #ifndef _MINIX
3324fde40d9SSimon J. Gerraty /* # undef _MINIX */
3334fde40d9SSimon J. Gerraty #endif
3344fde40d9SSimon J. Gerraty /* Enable general extensions on NetBSD.
3354fde40d9SSimon J. Gerraty    Enable NetBSD compatibility extensions on Minix.  */
3364fde40d9SSimon J. Gerraty #ifndef _NETBSD_SOURCE
3374fde40d9SSimon J. Gerraty # define _NETBSD_SOURCE 1
3384fde40d9SSimon J. Gerraty #endif
3394fde40d9SSimon J. Gerraty /* Enable OpenBSD compatibility extensions on NetBSD.
3404fde40d9SSimon J. Gerraty    Oddly enough, this does nothing on OpenBSD.  */
3414fde40d9SSimon J. Gerraty #ifndef _OPENBSD_SOURCE
3424fde40d9SSimon J. Gerraty # define _OPENBSD_SOURCE 1
3434fde40d9SSimon J. Gerraty #endif
3444fde40d9SSimon J. Gerraty /* Define to 1 if needed for POSIX-compatible behavior.  */
3454fde40d9SSimon J. Gerraty #ifndef _POSIX_SOURCE
3464fde40d9SSimon J. Gerraty /* # undef _POSIX_SOURCE */
3474fde40d9SSimon J. Gerraty #endif
3484fde40d9SSimon J. Gerraty /* Define to 2 if needed for POSIX-compatible behavior.  */
3494fde40d9SSimon J. Gerraty #ifndef _POSIX_1_SOURCE
3504fde40d9SSimon J. Gerraty /* # undef _POSIX_1_SOURCE */
3514fde40d9SSimon J. Gerraty #endif
3524fde40d9SSimon J. Gerraty /* Enable POSIX-compatible threading on Solaris.  */
353d4d90f10SMarcel Moolenaar #ifndef _POSIX_PTHREAD_SEMANTICS
354d4d90f10SMarcel Moolenaar # define _POSIX_PTHREAD_SEMANTICS 1
355d4d90f10SMarcel Moolenaar #endif
3564fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
3574fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
3584fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3594fde40d9SSimon J. Gerraty #endif
3604fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
3614fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
3624fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3634fde40d9SSimon J. Gerraty #endif
3644fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
3654fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
3664fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3674fde40d9SSimon J. Gerraty #endif
3684fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
3694fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
3704fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3714fde40d9SSimon J. Gerraty #endif
3724fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
3734fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
3744fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3754fde40d9SSimon J. Gerraty #endif
3764fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
3774fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_LIB_EXT2__
3784fde40d9SSimon J. Gerraty # define __STDC_WANT_LIB_EXT2__ 1
3794fde40d9SSimon J. Gerraty #endif
3804fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC 24747:2009.  */
3814fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
3824fde40d9SSimon J. Gerraty # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3834fde40d9SSimon J. Gerraty #endif
384d4d90f10SMarcel Moolenaar /* Enable extensions on HP NonStop.  */
385d4d90f10SMarcel Moolenaar #ifndef _TANDEM_SOURCE
386d4d90f10SMarcel Moolenaar # define _TANDEM_SOURCE 1
387d4d90f10SMarcel Moolenaar #endif
3884fde40d9SSimon J. Gerraty /* Enable X/Open extensions.  Define to 500 only if necessary
3894fde40d9SSimon J. Gerraty    to make mbstate_t available.  */
3904fde40d9SSimon J. Gerraty #ifndef _XOPEN_SOURCE
3914fde40d9SSimon J. Gerraty /* # undef _XOPEN_SOURCE */
392d4d90f10SMarcel Moolenaar #endif
393d4d90f10SMarcel Moolenaar 
394d4d90f10SMarcel Moolenaar 
395d4d90f10SMarcel Moolenaar /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
396d4d90f10SMarcel Moolenaar    significant byte first (like Motorola and SPARC, unlike Intel). */
397d4d90f10SMarcel Moolenaar #if defined AC_APPLE_UNIVERSAL_BUILD
398d4d90f10SMarcel Moolenaar # if defined __BIG_ENDIAN__
399d4d90f10SMarcel Moolenaar #  define WORDS_BIGENDIAN 1
400d4d90f10SMarcel Moolenaar # endif
401d4d90f10SMarcel Moolenaar #else
402d4d90f10SMarcel Moolenaar # ifndef WORDS_BIGENDIAN
403d4d90f10SMarcel Moolenaar /* #  undef WORDS_BIGENDIAN */
404d4d90f10SMarcel Moolenaar # endif
405d4d90f10SMarcel Moolenaar #endif
406d4d90f10SMarcel Moolenaar 
407ac3446e9SSimon J. Gerraty /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
408ac3446e9SSimon J. Gerraty    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
409ac3446e9SSimon J. Gerraty    #define below would cause a syntax error. */
410ac3446e9SSimon J. Gerraty /* #undef _UINT32_T */
411ac3446e9SSimon J. Gerraty 
4125bcb7424SSimon J. Gerraty /* C99 function name */
4135bcb7424SSimon J. Gerraty /* #undef __func__ */
4145bcb7424SSimon J. Gerraty 
415d4d90f10SMarcel Moolenaar /* Define to empty if `const' does not conform to ANSI C. */
416d4d90f10SMarcel Moolenaar /* #undef const */
417d4d90f10SMarcel Moolenaar 
4181c04cf7dSSimon J. Gerraty /* Define to `__inline__' or `__inline' if that's what the C compiler
4191c04cf7dSSimon J. Gerraty    calls it, or to nothing if 'inline' is not supported under any name.  */
4201c04cf7dSSimon J. Gerraty #ifndef __cplusplus
4211c04cf7dSSimon J. Gerraty /* #undef inline */
4221c04cf7dSSimon J. Gerraty #endif
4231c04cf7dSSimon J. Gerraty 
4241c04cf7dSSimon J. Gerraty /* Define to the type of a signed integer type of width exactly 64 bits if
4251c04cf7dSSimon J. Gerraty    such a type exists and the standard includes do not define it. */
4261c04cf7dSSimon J. Gerraty /* #undef int64_t */
4271c04cf7dSSimon J. Gerraty 
42839ac7ef4SSimon J. Gerraty /* Define to `int' if <sys/types.h> does not define. */
42939ac7ef4SSimon J. Gerraty /* #undef mode_t */
43039ac7ef4SSimon J. Gerraty 
431d4d90f10SMarcel Moolenaar /* Define to `long int' if <sys/types.h> does not define. */
432d4d90f10SMarcel Moolenaar /* #undef off_t */
433d4d90f10SMarcel Moolenaar 
4344fde40d9SSimon J. Gerraty /* Define as a signed integer type capable of holding a process identifier. */
435d4d90f10SMarcel Moolenaar /* #undef pid_t */
436d4d90f10SMarcel Moolenaar 
437dba7b0efSSimon J. Gerraty /* type that signal handlers can safely frob */
438dba7b0efSSimon J. Gerraty /* #undef sig_atomic_t */
439dba7b0efSSimon J. Gerraty 
440d4d90f10SMarcel Moolenaar /* Define to `unsigned int' if <sys/types.h> does not define. */
441d4d90f10SMarcel Moolenaar /* #undef size_t */
442d4d90f10SMarcel Moolenaar 
443ac3446e9SSimon J. Gerraty /* Define to the type of an unsigned integer type of width exactly 32 bits if
444ac3446e9SSimon J. Gerraty    such a type exists and the standard includes do not define it. */
445ac3446e9SSimon J. Gerraty /* #undef uint32_t */
446ac3446e9SSimon J. Gerraty 
447d4d90f10SMarcel Moolenaar /* Define as `fork' if `vfork' does not work. */
448d4d90f10SMarcel Moolenaar /* #undef vfork */
449