xref: /freebsd/usr.bin/bmake/config.h (revision 226192822cddc30cacecd55bccb48f39c653058c)
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 
19*22619282SSimon J. Gerraty /* 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 
23*22619282SSimon J. Gerraty /* 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 
27*22619282SSimon J. Gerraty /* Define to 1 if you have the 'dirname' function. */
28d4d90f10SMarcel Moolenaar #define HAVE_DIRNAME 1
29d4d90f10SMarcel Moolenaar 
30*22619282SSimon J. Gerraty /* Define to 1 if you don't have 'vprintf' but do have '_doprnt.' */
31d4d90f10SMarcel Moolenaar /* #undef HAVE_DOPRNT */
32d4d90f10SMarcel Moolenaar 
33*22619282SSimon J. Gerraty /* Define to 1 if you have the 'err' function. */
34d4d90f10SMarcel Moolenaar #define HAVE_ERR 1
35d4d90f10SMarcel Moolenaar 
36*22619282SSimon J. Gerraty /* 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 
45*22619282SSimon J. Gerraty /* Define to 1 if you have the 'fork' function. */
46d4d90f10SMarcel Moolenaar #define HAVE_FORK 1
47d4d90f10SMarcel Moolenaar 
48*22619282SSimon J. Gerraty /* Define to 1 if you have the 'getcwd' function. */
49d4d90f10SMarcel Moolenaar #define HAVE_GETCWD 1
50d4d90f10SMarcel Moolenaar 
51*22619282SSimon J. Gerraty /* Define to 1 if you have the 'getenv' function. */
52d4d90f10SMarcel Moolenaar #define HAVE_GETENV 1
53d4d90f10SMarcel Moolenaar 
54*22619282SSimon J. Gerraty /* Define to 1 if you have the 'getopt' function. */
55d4d90f10SMarcel Moolenaar #define HAVE_GETOPT 1
56d4d90f10SMarcel Moolenaar 
57*22619282SSimon J. Gerraty /* 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 
63*22619282SSimon J. Gerraty /* 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 
72*22619282SSimon 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 
78*22619282SSimon J. Gerraty /* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */
79d4d90f10SMarcel Moolenaar /* #undef HAVE_NDIR_H */
80d4d90f10SMarcel Moolenaar 
81d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <paths.h> header file. */
82d4d90f10SMarcel Moolenaar #define HAVE_PATHS_H 1
83d4d90f10SMarcel Moolenaar 
84d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <poll.h> header file. */
85d4d90f10SMarcel Moolenaar #define HAVE_POLL_H 1
86d4d90f10SMarcel Moolenaar 
87*22619282SSimon J. Gerraty /* Define to 1 if you have the 'putenv' function. */
88d4d90f10SMarcel Moolenaar #define HAVE_PUTENV 1
89d4d90f10SMarcel Moolenaar 
90d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <ranlib.h> header file. */
91d4d90f10SMarcel Moolenaar #define HAVE_RANLIB_H 1
92d4d90f10SMarcel Moolenaar 
93*22619282SSimon J. Gerraty /* Define to 1 if you have the 'realpath' function. */
94d4d90f10SMarcel Moolenaar #define HAVE_REALPATH 1
95d4d90f10SMarcel Moolenaar 
9651ca8a7aSSimon J. Gerraty /* Define to 1 if you have the <regex.h> header file. */
9751ca8a7aSSimon J. Gerraty #define HAVE_REGEX_H 1
9851ca8a7aSSimon J. Gerraty 
99*22619282SSimon J. Gerraty /* Define to 1 if you have the 'select' function. */
100d4d90f10SMarcel Moolenaar #define HAVE_SELECT 1
101d4d90f10SMarcel Moolenaar 
102*22619282SSimon J. Gerraty /* Define to 1 if you have the 'setenv' function. */
103d4d90f10SMarcel Moolenaar #define HAVE_SETENV 1
104d4d90f10SMarcel Moolenaar 
105*22619282SSimon J. Gerraty /* Define to 1 if you have the 'setpgid' function. */
106d4d90f10SMarcel Moolenaar #define HAVE_SETPGID 1
107d4d90f10SMarcel Moolenaar 
108*22619282SSimon J. Gerraty /* Define to 1 if you have the 'setrlimit' function. */
1091c04cf7dSSimon J. Gerraty #define HAVE_SETRLIMIT 1
1101c04cf7dSSimon J. Gerraty 
111*22619282SSimon J. Gerraty /* Define to 1 if you have the 'setsid' function. */
112d4d90f10SMarcel Moolenaar #define HAVE_SETSID 1
113d4d90f10SMarcel Moolenaar 
114*22619282SSimon J. Gerraty /* Define to 1 if you have the 'sigaction' function. */
115d4d90f10SMarcel Moolenaar #define HAVE_SIGACTION 1
116d4d90f10SMarcel Moolenaar 
117*22619282SSimon J. Gerraty /* Define to 1 if you have the 'sigaddset' function. */
1181c04cf7dSSimon J. Gerraty #define HAVE_SIGADDSET 1
1191c04cf7dSSimon J. Gerraty 
120*22619282SSimon J. Gerraty /* Define to 1 if you have the 'sigpending' function. */
1211c04cf7dSSimon J. Gerraty #define HAVE_SIGPENDING 1
1221c04cf7dSSimon J. Gerraty 
123*22619282SSimon J. Gerraty /* Define to 1 if you have the 'sigprocmask' function. */
1241c04cf7dSSimon J. Gerraty #define HAVE_SIGPROCMASK 1
1251c04cf7dSSimon J. Gerraty 
126*22619282SSimon J. Gerraty /* Define to 1 if you have the 'sigsetmask' function. */
1271c04cf7dSSimon J. Gerraty #define HAVE_SIGSETMASK 1
1281c04cf7dSSimon J. Gerraty 
129*22619282SSimon J. Gerraty /* Define to 1 if you have the 'sigsuspend' function. */
1301c04cf7dSSimon J. Gerraty #define HAVE_SIGSUSPEND 1
1311c04cf7dSSimon J. Gerraty 
132*22619282SSimon J. Gerraty /* Define to 1 if you have the 'sigvec' function. */
133d4d90f10SMarcel Moolenaar #define HAVE_SIGVEC 1
134d4d90f10SMarcel Moolenaar 
135*22619282SSimon J. Gerraty /* Define to 1 if the system has the type 'sig_atomic_t'. */
1361c04cf7dSSimon J. Gerraty #define HAVE_SIG_ATOMIC_T 1
1371c04cf7dSSimon J. Gerraty 
138*22619282SSimon J. Gerraty /* Define to 1 if you have the 'snprintf' function. */
139d4d90f10SMarcel Moolenaar #define HAVE_SNPRINTF 1
140d4d90f10SMarcel Moolenaar 
141d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <stdint.h> header file. */
142d4d90f10SMarcel Moolenaar #define HAVE_STDINT_H 1
143d4d90f10SMarcel Moolenaar 
1444fde40d9SSimon J. Gerraty /* Define to 1 if you have the <stdio.h> header file. */
1454fde40d9SSimon J. Gerraty #define HAVE_STDIO_H 1
1464fde40d9SSimon J. Gerraty 
147d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <stdlib.h> header file. */
148d4d90f10SMarcel Moolenaar #define HAVE_STDLIB_H 1
149d4d90f10SMarcel Moolenaar 
150*22619282SSimon J. Gerraty /* Define to 1 if you have the 'strerror' function. */
151d4d90f10SMarcel Moolenaar #define HAVE_STRERROR 1
152d4d90f10SMarcel Moolenaar 
153*22619282SSimon J. Gerraty /* Define to 1 if you have the 'stresep' function. */
154d4d90f10SMarcel Moolenaar /* #undef HAVE_STRESEP */
155d4d90f10SMarcel Moolenaar 
156*22619282SSimon J. Gerraty /* Define to 1 if you have the 'strftime' function. */
157d4d90f10SMarcel Moolenaar #define HAVE_STRFTIME 1
158d4d90f10SMarcel Moolenaar 
159d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <strings.h> header file. */
160d4d90f10SMarcel Moolenaar #define HAVE_STRINGS_H 1
161d4d90f10SMarcel Moolenaar 
162d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <string.h> header file. */
163d4d90f10SMarcel Moolenaar #define HAVE_STRING_H 1
164d4d90f10SMarcel Moolenaar 
165*22619282SSimon J. Gerraty /* Define to 1 if you have the 'strlcpy' function. */
166d4d90f10SMarcel Moolenaar #define HAVE_STRLCPY 1
167d4d90f10SMarcel Moolenaar 
168*22619282SSimon J. Gerraty /* Define to 1 if you have the 'strsep' function. */
169d4d90f10SMarcel Moolenaar #define HAVE_STRSEP 1
170d4d90f10SMarcel Moolenaar 
171*22619282SSimon J. Gerraty /* Define to 1 if you have the 'strtod' function. */
172d4d90f10SMarcel Moolenaar #define HAVE_STRTOD 1
173d4d90f10SMarcel Moolenaar 
174*22619282SSimon J. Gerraty /* Define to 1 if you have the 'strtol' function. */
175d4d90f10SMarcel Moolenaar #define HAVE_STRTOL 1
176d4d90f10SMarcel Moolenaar 
177*22619282SSimon J. Gerraty /* Define to 1 if you have the 'strtoll' function. */
1781c04cf7dSSimon J. Gerraty #define HAVE_STRTOLL 1
1791c04cf7dSSimon J. Gerraty 
180*22619282SSimon J. Gerraty /* Define to 1 if you have the 'strtoul' function. */
1811c04cf7dSSimon J. Gerraty #define HAVE_STRTOUL 1
1821c04cf7dSSimon J. Gerraty 
183*22619282SSimon J. Gerraty /* Define to 1 if you have the 'sysctl' function. */
1845bcb7424SSimon J. Gerraty #define HAVE_SYSCTL 1
1855bcb7424SSimon J. Gerraty 
186*22619282SSimon J. Gerraty /* Define to 1 if you have the <sys/dir.h> header file, and it defines 'DIR'.
187d4d90f10SMarcel Moolenaar    */
188d4d90f10SMarcel Moolenaar /* #undef HAVE_SYS_DIR_H */
189d4d90f10SMarcel Moolenaar 
190d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/mman.h> header file. */
191d4d90f10SMarcel Moolenaar #define HAVE_SYS_MMAN_H 1
192d4d90f10SMarcel Moolenaar 
193*22619282SSimon J. Gerraty /* Define to 1 if you have the <sys/ndir.h> header file, and it defines 'DIR'.
194d4d90f10SMarcel Moolenaar    */
195d4d90f10SMarcel Moolenaar /* #undef HAVE_SYS_NDIR_H */
196d4d90f10SMarcel Moolenaar 
197ac3446e9SSimon J. Gerraty /* Define to 1 if you have the <sys/param.h> header file. */
198ac3446e9SSimon J. Gerraty #define HAVE_SYS_PARAM_H 1
199ac3446e9SSimon J. Gerraty 
200d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/select.h> header file. */
201d4d90f10SMarcel Moolenaar #define HAVE_SYS_SELECT_H 1
202d4d90f10SMarcel Moolenaar 
203d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/socket.h> header file. */
204d4d90f10SMarcel Moolenaar #define HAVE_SYS_SOCKET_H 1
205d4d90f10SMarcel Moolenaar 
206d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/stat.h> header file. */
207d4d90f10SMarcel Moolenaar #define HAVE_SYS_STAT_H 1
208d4d90f10SMarcel Moolenaar 
2095bcb7424SSimon J. Gerraty /* Define to 1 if you have the <sys/sysctl.h> header file. */
2105bcb7424SSimon J. Gerraty #define HAVE_SYS_SYSCTL_H 1
2115bcb7424SSimon J. Gerraty 
212d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/time.h> header file. */
213d4d90f10SMarcel Moolenaar #define HAVE_SYS_TIME_H 1
214d4d90f10SMarcel Moolenaar 
215d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/types.h> header file. */
216d4d90f10SMarcel Moolenaar #define HAVE_SYS_TYPES_H 1
217d4d90f10SMarcel Moolenaar 
218d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <sys/uio.h> header file. */
219d4d90f10SMarcel Moolenaar #define HAVE_SYS_UIO_H 1
220d4d90f10SMarcel Moolenaar 
221d4d90f10SMarcel Moolenaar /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
222d4d90f10SMarcel Moolenaar #define HAVE_SYS_WAIT_H 1
223d4d90f10SMarcel Moolenaar 
224d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <unistd.h> header file. */
225d4d90f10SMarcel Moolenaar #define HAVE_UNISTD_H 1
226d4d90f10SMarcel Moolenaar 
227*22619282SSimon J. Gerraty /* Define to 1 if you have the 'unsetenv' function. */
228d4d90f10SMarcel Moolenaar #define HAVE_UNSETENV 1
229d4d90f10SMarcel Moolenaar 
230*22619282SSimon J. Gerraty /* Define to 1 if the system has the type 'unsigned long long int'. */
2311c04cf7dSSimon J. Gerraty #define HAVE_UNSIGNED_LONG_LONG_INT 1
2321c04cf7dSSimon J. Gerraty 
233d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <utime.h> header file. */
234d4d90f10SMarcel Moolenaar #define HAVE_UTIME_H 1
235d4d90f10SMarcel Moolenaar 
236*22619282SSimon J. Gerraty /* Define to 1 if you have the 'vfork' function. */
237d4d90f10SMarcel Moolenaar #define HAVE_VFORK 1
238d4d90f10SMarcel Moolenaar 
239d4d90f10SMarcel Moolenaar /* Define to 1 if you have the <vfork.h> header file. */
240d4d90f10SMarcel Moolenaar /* #undef HAVE_VFORK_H */
241d4d90f10SMarcel Moolenaar 
242*22619282SSimon J. Gerraty /* Define to 1 if you have the 'vprintf' function. */
243d4d90f10SMarcel Moolenaar #define HAVE_VPRINTF 1
244d4d90f10SMarcel Moolenaar 
245*22619282SSimon J. Gerraty /* Define to 1 if you have the 'vsnprintf' function. */
246d4d90f10SMarcel Moolenaar #define HAVE_VSNPRINTF 1
247d4d90f10SMarcel Moolenaar 
248*22619282SSimon J. Gerraty /* Define to 1 if you have the 'wait3' function. */
249d4d90f10SMarcel Moolenaar #define HAVE_WAIT3 1
250d4d90f10SMarcel Moolenaar 
251*22619282SSimon J. Gerraty /* Define to 1 if you have the 'wait4' function. */
252d4d90f10SMarcel Moolenaar #define HAVE_WAIT4 1
253d4d90f10SMarcel Moolenaar 
254*22619282SSimon J. Gerraty /* Define to 1 if you have the 'waitpid' function. */
255d4d90f10SMarcel Moolenaar #define HAVE_WAITPID 1
256d4d90f10SMarcel Moolenaar 
257*22619282SSimon J. Gerraty /* Define to 1 if you have the 'warn' function. */
258d4d90f10SMarcel Moolenaar #define HAVE_WARN 1
259d4d90f10SMarcel Moolenaar 
260*22619282SSimon J. Gerraty /* Define to 1 if you have the 'warnx' function. */
261d4d90f10SMarcel Moolenaar #define HAVE_WARNX 1
262d4d90f10SMarcel Moolenaar 
2634fde40d9SSimon J. Gerraty /* Define to 1 if you have the <wchar.h> header file. */
2644fde40d9SSimon J. Gerraty #define HAVE_WCHAR_H 1
2654fde40d9SSimon J. Gerraty 
266*22619282SSimon J. Gerraty /* Define to 1 if 'fork' works. */
267d4d90f10SMarcel Moolenaar #define HAVE_WORKING_FORK 1
268d4d90f10SMarcel Moolenaar 
269*22619282SSimon J. Gerraty /* Define to 1 if 'vfork' works. */
270d4d90f10SMarcel Moolenaar #define HAVE_WORKING_VFORK 1
271d4d90f10SMarcel Moolenaar 
272d4d90f10SMarcel Moolenaar /* define if your compiler has __attribute__ */
27350d2e745SSimon J. Gerraty #define HAVE___ATTRIBUTE__ 1
274d4d90f10SMarcel Moolenaar 
275d4d90f10SMarcel Moolenaar /* Define to the address where bug reports for this package should be sent. */
276d4d90f10SMarcel Moolenaar #define PACKAGE_BUGREPORT "sjg@NetBSD.org"
277d4d90f10SMarcel Moolenaar 
278d4d90f10SMarcel Moolenaar /* Define to the full name of this package. */
279d4d90f10SMarcel Moolenaar #define PACKAGE_NAME "bmake"
280d4d90f10SMarcel Moolenaar 
281d4d90f10SMarcel Moolenaar /* Define to the full name and version of this package. */
282*22619282SSimon J. Gerraty #define PACKAGE_STRING "bmake 20240711"
283d4d90f10SMarcel Moolenaar 
284d4d90f10SMarcel Moolenaar /* Define to the one symbol short name of this package. */
285d4d90f10SMarcel Moolenaar #define PACKAGE_TARNAME "bmake"
286d4d90f10SMarcel Moolenaar 
287d4d90f10SMarcel Moolenaar /* Define to the home page for this package. */
288d4d90f10SMarcel Moolenaar #define PACKAGE_URL ""
289d4d90f10SMarcel Moolenaar 
290d4d90f10SMarcel Moolenaar /* Define to the version of this package. */
291*22619282SSimon J. Gerraty #define PACKAGE_VERSION "20240711"
292d4d90f10SMarcel Moolenaar 
293*22619282SSimon J. Gerraty /* Define to 1 if the 'S_IS*' macros in <sys/stat.h> do not work properly. */
294d4d90f10SMarcel Moolenaar /* #undef STAT_MACROS_BROKEN */
295d4d90f10SMarcel Moolenaar 
296*22619282SSimon J. Gerraty /* Define to 1 if all of the C89 standard headers exist (not just the ones
2974fde40d9SSimon J. Gerraty    required in a freestanding environment). This macro is provided for
2984fde40d9SSimon J. Gerraty    backward compatibility; new code need not use it. */
299d4d90f10SMarcel Moolenaar #define STDC_HEADERS 1
300d4d90f10SMarcel Moolenaar 
301*22619282SSimon J. Gerraty /* Define to 1 if your <sys/time.h> declares 'struct tm'. */
302d4d90f10SMarcel Moolenaar /* #undef TM_IN_SYS_TIME */
303d4d90f10SMarcel Moolenaar 
304*22619282SSimon J. Gerraty /* Enable extensions on AIX, Interix, z/OS.  */
305d4d90f10SMarcel Moolenaar #ifndef _ALL_SOURCE
306d4d90f10SMarcel Moolenaar # define _ALL_SOURCE 1
307d4d90f10SMarcel Moolenaar #endif
3084fde40d9SSimon J. Gerraty /* Enable general extensions on macOS.  */
3094fde40d9SSimon J. Gerraty #ifndef _DARWIN_C_SOURCE
3104fde40d9SSimon J. Gerraty # define _DARWIN_C_SOURCE 1
3114fde40d9SSimon J. Gerraty #endif
3124fde40d9SSimon J. Gerraty /* Enable general extensions on Solaris.  */
3134fde40d9SSimon J. Gerraty #ifndef __EXTENSIONS__
3144fde40d9SSimon J. Gerraty # define __EXTENSIONS__ 1
3154fde40d9SSimon J. Gerraty #endif
316d4d90f10SMarcel Moolenaar /* Enable GNU extensions on systems that have them.  */
317d4d90f10SMarcel Moolenaar #ifndef _GNU_SOURCE
318d4d90f10SMarcel Moolenaar # define _GNU_SOURCE 1
319d4d90f10SMarcel Moolenaar #endif
3204fde40d9SSimon J. Gerraty /* Enable X/Open compliant socket functions that do not require linking
3214fde40d9SSimon J. Gerraty    with -lxnet on HP-UX 11.11.  */
3224fde40d9SSimon J. Gerraty #ifndef _HPUX_ALT_XOPEN_SOCKET_API
3234fde40d9SSimon J. Gerraty # define _HPUX_ALT_XOPEN_SOCKET_API 1
3244fde40d9SSimon J. Gerraty #endif
3254fde40d9SSimon J. Gerraty /* Identify the host operating system as Minix.
3264fde40d9SSimon J. Gerraty    This macro does not affect the system headers' behavior.
3274fde40d9SSimon J. Gerraty    A future release of Autoconf may stop defining this macro.  */
3284fde40d9SSimon J. Gerraty #ifndef _MINIX
3294fde40d9SSimon J. Gerraty /* # undef _MINIX */
3304fde40d9SSimon J. Gerraty #endif
3314fde40d9SSimon J. Gerraty /* Enable general extensions on NetBSD.
3324fde40d9SSimon J. Gerraty    Enable NetBSD compatibility extensions on Minix.  */
3334fde40d9SSimon J. Gerraty #ifndef _NETBSD_SOURCE
3344fde40d9SSimon J. Gerraty # define _NETBSD_SOURCE 1
3354fde40d9SSimon J. Gerraty #endif
3364fde40d9SSimon J. Gerraty /* Enable OpenBSD compatibility extensions on NetBSD.
3374fde40d9SSimon J. Gerraty    Oddly enough, this does nothing on OpenBSD.  */
3384fde40d9SSimon J. Gerraty #ifndef _OPENBSD_SOURCE
3394fde40d9SSimon J. Gerraty # define _OPENBSD_SOURCE 1
3404fde40d9SSimon J. Gerraty #endif
3414fde40d9SSimon J. Gerraty /* Define to 1 if needed for POSIX-compatible behavior.  */
3424fde40d9SSimon J. Gerraty #ifndef _POSIX_SOURCE
3434fde40d9SSimon J. Gerraty /* # undef _POSIX_SOURCE */
3444fde40d9SSimon J. Gerraty #endif
3454fde40d9SSimon J. Gerraty /* Define to 2 if needed for POSIX-compatible behavior.  */
3464fde40d9SSimon J. Gerraty #ifndef _POSIX_1_SOURCE
3474fde40d9SSimon J. Gerraty /* # undef _POSIX_1_SOURCE */
3484fde40d9SSimon J. Gerraty #endif
3494fde40d9SSimon J. Gerraty /* Enable POSIX-compatible threading on Solaris.  */
350d4d90f10SMarcel Moolenaar #ifndef _POSIX_PTHREAD_SEMANTICS
351d4d90f10SMarcel Moolenaar # define _POSIX_PTHREAD_SEMANTICS 1
352d4d90f10SMarcel Moolenaar #endif
3534fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
3544fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
3554fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3564fde40d9SSimon J. Gerraty #endif
3574fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
3584fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
3594fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3604fde40d9SSimon J. Gerraty #endif
3614fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
3624fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
3634fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3644fde40d9SSimon J. Gerraty #endif
365*22619282SSimon J. Gerraty /* Enable extensions specified by C23 Annex F.  */
366*22619282SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_EXT__
367*22619282SSimon J. Gerraty # define __STDC_WANT_IEC_60559_EXT__ 1
368*22619282SSimon J. Gerraty #endif
3694fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
3704fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
3714fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3724fde40d9SSimon J. Gerraty #endif
373*22619282SSimon J. Gerraty /* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015.  */
3744fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
3754fde40d9SSimon J. Gerraty # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3764fde40d9SSimon J. Gerraty #endif
3774fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
3784fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_LIB_EXT2__
3794fde40d9SSimon J. Gerraty # define __STDC_WANT_LIB_EXT2__ 1
3804fde40d9SSimon J. Gerraty #endif
3814fde40d9SSimon J. Gerraty /* Enable extensions specified by ISO/IEC 24747:2009.  */
3824fde40d9SSimon J. Gerraty #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
3834fde40d9SSimon J. Gerraty # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3844fde40d9SSimon J. Gerraty #endif
385d4d90f10SMarcel Moolenaar /* Enable extensions on HP NonStop.  */
386d4d90f10SMarcel Moolenaar #ifndef _TANDEM_SOURCE
387d4d90f10SMarcel Moolenaar # define _TANDEM_SOURCE 1
388d4d90f10SMarcel Moolenaar #endif
3894fde40d9SSimon J. Gerraty /* Enable X/Open extensions.  Define to 500 only if necessary
3904fde40d9SSimon J. Gerraty    to make mbstate_t available.  */
3914fde40d9SSimon J. Gerraty #ifndef _XOPEN_SOURCE
3924fde40d9SSimon J. Gerraty /* # undef _XOPEN_SOURCE */
393d4d90f10SMarcel Moolenaar #endif
394d4d90f10SMarcel Moolenaar 
395d4d90f10SMarcel Moolenaar 
396d4d90f10SMarcel Moolenaar /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
397d4d90f10SMarcel Moolenaar    significant byte first (like Motorola and SPARC, unlike Intel). */
398d4d90f10SMarcel Moolenaar #if defined AC_APPLE_UNIVERSAL_BUILD
399d4d90f10SMarcel Moolenaar # if defined __BIG_ENDIAN__
400d4d90f10SMarcel Moolenaar #  define WORDS_BIGENDIAN 1
401d4d90f10SMarcel Moolenaar # endif
402d4d90f10SMarcel Moolenaar #else
403d4d90f10SMarcel Moolenaar # ifndef WORDS_BIGENDIAN
404d4d90f10SMarcel Moolenaar /* #  undef WORDS_BIGENDIAN */
405d4d90f10SMarcel Moolenaar # endif
406d4d90f10SMarcel Moolenaar #endif
407d4d90f10SMarcel Moolenaar 
408ac3446e9SSimon J. Gerraty /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
409ac3446e9SSimon J. Gerraty    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
410ac3446e9SSimon J. Gerraty    #define below would cause a syntax error. */
411ac3446e9SSimon J. Gerraty /* #undef _UINT32_T */
412ac3446e9SSimon J. Gerraty 
4135bcb7424SSimon J. Gerraty /* C99 function name */
4145bcb7424SSimon J. Gerraty /* #undef __func__ */
4155bcb7424SSimon J. Gerraty 
416*22619282SSimon J. Gerraty /* Define to empty if 'const' does not conform to ANSI C. */
417d4d90f10SMarcel Moolenaar /* #undef const */
418d4d90f10SMarcel Moolenaar 
419*22619282SSimon J. Gerraty /* Define to '__inline__' or '__inline' if that's what the C compiler
4201c04cf7dSSimon J. Gerraty    calls it, or to nothing if 'inline' is not supported under any name.  */
4211c04cf7dSSimon J. Gerraty #ifndef __cplusplus
4221c04cf7dSSimon J. Gerraty /* #undef inline */
4231c04cf7dSSimon J. Gerraty #endif
4241c04cf7dSSimon J. Gerraty 
4251c04cf7dSSimon J. Gerraty /* Define to the type of a signed integer type of width exactly 64 bits if
4261c04cf7dSSimon J. Gerraty    such a type exists and the standard includes do not define it. */
4271c04cf7dSSimon J. Gerraty /* #undef int64_t */
4281c04cf7dSSimon J. Gerraty 
429*22619282SSimon J. Gerraty /* Define to 'int' if <sys/types.h> does not define. */
43039ac7ef4SSimon J. Gerraty /* #undef mode_t */
43139ac7ef4SSimon J. Gerraty 
432*22619282SSimon J. Gerraty /* Define to 'long int' if <sys/types.h> does not define. */
433d4d90f10SMarcel Moolenaar /* #undef off_t */
434d4d90f10SMarcel Moolenaar 
4354fde40d9SSimon J. Gerraty /* Define as a signed integer type capable of holding a process identifier. */
436d4d90f10SMarcel Moolenaar /* #undef pid_t */
437d4d90f10SMarcel Moolenaar 
438dba7b0efSSimon J. Gerraty /* type that signal handlers can safely frob */
439dba7b0efSSimon J. Gerraty /* #undef sig_atomic_t */
440dba7b0efSSimon J. Gerraty 
441*22619282SSimon J. Gerraty /* Define as 'unsigned int' if <stddef.h> doesn't define. */
442d4d90f10SMarcel Moolenaar /* #undef size_t */
443d4d90f10SMarcel Moolenaar 
444ac3446e9SSimon J. Gerraty /* Define to the type of an unsigned integer type of width exactly 32 bits if
445ac3446e9SSimon J. Gerraty    such a type exists and the standard includes do not define it. */
446ac3446e9SSimon J. Gerraty /* #undef uint32_t */
447ac3446e9SSimon J. Gerraty 
448*22619282SSimon J. Gerraty /* Define as 'fork' if 'vfork' does not work. */
449d4d90f10SMarcel Moolenaar /* #undef vfork */
450