Commit | Line | Data |
---|---|---|
9f28af37 FC |
1 | #!/bin/sh |
2 | # | |
43dddb59 MB |
3 | # THIS IS A GENERATED FILE |
4 | # DO NOT HAND-EDIT | |
5 | # | |
6 | # See Porting/config_h.pl | |
7 | ||
34f1896b | 8 | : Set up for generating config_h.SH |
12ae5dfc | 9 | case "$CONFIG_SH" in |
776a38e3 | 10 | '') CONFIG_SH=config.sh;; |
12ae5dfc JH |
11 | esac |
12 | case "$CONFIG_H" in | |
776a38e3 | 13 | '') CONFIG_H=config.h;; |
12ae5dfc | 14 | esac |
a02608de | 15 | case $PERL_CONFIG_SH in |
8d063cd8 | 16 | '') |
12ae5dfc JH |
17 | if test -f $CONFIG_SH; then TOP=.; |
18 | elif test -f ../$CONFIG_SH; then TOP=..; | |
19 | elif test -f ../../$CONFIG_SH; then TOP=../..; | |
20 | elif test -f ../../../$CONFIG_SH; then TOP=../../..; | |
21 | elif test -f ../../../../$CONFIG_SH; then TOP=../../../..; | |
2304df62 | 22 | else |
12ae5dfc | 23 | echo "Can't find $CONFIG_SH."; exit 1 |
2304df62 | 24 | fi |
12ae5dfc | 25 | . $TOP/$CONFIG_SH |
2304df62 AD |
26 | ;; |
27 | esac | |
28 | case "$0" in | |
29 | */*) cd `expr X$0 : 'X\(.*\)/'` ;; | |
8d063cd8 | 30 | esac |
11e2f395 RGS |
31 | case "$CONFIG_H" in |
32 | already-done) echo "Not re-extracting config.h" ;; | |
33 | *) | |
43dddb59 MB |
34 | echo "Extracting $CONFIG_H (with variable substitutions)" |
35 | sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-def!#undef!' | |
aa86d596 | 36 | /* This file was produced by running the config_h.SH script, which |
12ae5dfc | 37 | * gets its values from $CONFIG_SH, which is generally produced by |
8d063cd8 LW |
38 | * running Configure. |
39 | * | |
40 | * Feel free to modify any of this as the need arises. Note, however, | |
1aef975c | 41 | * that running config_h.SH again will wipe out any changes you've made. |
12ae5dfc | 42 | * For a more permanent change edit $CONFIG_SH and rerun config_h.SH. |
8d063cd8 LW |
43 | */ |
44 | ||
cd95ead5 | 45 | /* Package name : $package |
dfe9444c AD |
46 | * Source directory : $src |
47 | * Configuration time: $cf_time | |
48 | * Configured by : $cf_by | |
49 | * Target system : $myuname | |
2304df62 | 50 | */ |
8d063cd8 | 51 | |
2304df62 AD |
52 | #ifndef _config_h_ |
53 | #define _config_h_ | |
54 | ||
dfe9444c AD |
55 | /* LOC_SED: |
56 | * This symbol holds the complete pathname to the sed program. | |
774d564b | 57 | */ |
dfe9444c | 58 | #define LOC_SED "$full_sed" /**/ |
774d564b | 59 | |
88fdc172 SB |
60 | /* HAS_ALARM: |
61 | * This symbol, if defined, indicates that the alarm routine is | |
62 | * available. | |
a0d0e21e | 63 | */ |
88fdc172 | 64 | #$d_alarm HAS_ALARM /**/ |
a0d0e21e | 65 | |
f40bbcbf MB |
66 | /* HAS_CBRT: |
67 | * This symbol, if defined, indicates that the cbrt() (cube root) | |
68 | * function is available. | |
69 | */ | |
70 | #$d_cbrt HAS_CBRT /**/ | |
71 | ||
88fdc172 SB |
72 | /* HAS_CHOWN: |
73 | * This symbol, if defined, indicates that the chown routine is | |
74 | * available. | |
a0d0e21e | 75 | */ |
88fdc172 | 76 | #$d_chown HAS_CHOWN /**/ |
a0d0e21e | 77 | |
88fdc172 SB |
78 | /* HAS_CHROOT: |
79 | * This symbol, if defined, indicates that the chroot routine is | |
80 | * available. | |
a0d0e21e | 81 | */ |
88fdc172 | 82 | #$d_chroot HAS_CHROOT /**/ |
a0d0e21e | 83 | |
88fdc172 SB |
84 | /* HAS_CHSIZE: |
85 | * This symbol, if defined, indicates that the chsize routine is available | |
86 | * to truncate files. You might need a -lx to get this routine. | |
87250799 | 87 | */ |
88fdc172 | 88 | #$d_chsize HAS_CHSIZE /**/ |
87250799 | 89 | |
1d8eaf8c MB |
90 | /* HAS_CRYPT: |
91 | * This symbol, if defined, indicates that the crypt routine is available | |
92 | * to encrypt passwords and the like. | |
93 | */ | |
94 | #$d_crypt HAS_CRYPT /**/ | |
95 | ||
13cfc98d MB |
96 | /* HAS_CTERMID: |
97 | * This symbol, if defined, indicates that the ctermid routine is | |
98 | * available to generate filename for terminal. | |
99 | */ | |
100 | #$d_ctermid HAS_CTERMID /**/ | |
101 | ||
88fdc172 SB |
102 | /* HAS_CUSERID: |
103 | * This symbol, if defined, indicates that the cuserid routine is | |
104 | * available to get character login names. | |
13281fa4 | 105 | */ |
88fdc172 | 106 | #$d_cuserid HAS_CUSERID /**/ |
a0d0e21e | 107 | |
88fdc172 SB |
108 | /* HAS_DIFFTIME: |
109 | * This symbol, if defined, indicates that the difftime routine is | |
110 | * available. | |
a0d0e21e | 111 | */ |
88fdc172 | 112 | #$d_difftime HAS_DIFFTIME /**/ |
13281fa4 | 113 | |
88fdc172 SB |
114 | /* HAS_DLERROR: |
115 | * This symbol, if defined, indicates that the dlerror routine is | |
116 | * available to return a string describing the last error that | |
117 | * occurred from a call to dlopen(), dlclose() or dlsym(). | |
ecfc5424 | 118 | */ |
88fdc172 | 119 | #$d_dlerror HAS_DLERROR /**/ |
ecfc5424 | 120 | |
88fdc172 SB |
121 | /* HAS_DUP2: |
122 | * This symbol, if defined, indicates that the dup2 routine is | |
123 | * available to duplicate file descriptors. | |
a687059c | 124 | */ |
88fdc172 | 125 | #$d_dup2 HAS_DUP2 /**/ |
a687059c | 126 | |
88fdc172 SB |
127 | /* HAS_FCHMOD: |
128 | * This symbol, if defined, indicates that the fchmod routine is available | |
129 | * to change mode of opened files. If unavailable, use chmod(). | |
378cc40b | 130 | */ |
88fdc172 | 131 | #$d_fchmod HAS_FCHMOD /**/ |
378cc40b | 132 | |
88fdc172 SB |
133 | /* HAS_FCHOWN: |
134 | * This symbol, if defined, indicates that the fchown routine is available | |
135 | * to change ownership of opened files. If unavailable, use chown(). | |
378cc40b | 136 | */ |
88fdc172 | 137 | #$d_fchown HAS_FCHOWN /**/ |
378cc40b | 138 | |
88fdc172 SB |
139 | /* HAS_FCNTL: |
140 | * This symbol, if defined, indicates to the C program that | |
141 | * the fcntl() function exists. | |
a687059c | 142 | */ |
88fdc172 | 143 | #$d_fcntl HAS_FCNTL /**/ |
a687059c | 144 | |
88fdc172 SB |
145 | /* HAS_FGETPOS: |
146 | * This symbol, if defined, indicates that the fgetpos routine is | |
147 | * available to get the file position indicator, similar to ftell(). | |
a0d0e21e | 148 | */ |
88fdc172 | 149 | #$d_fgetpos HAS_FGETPOS /**/ |
a0d0e21e | 150 | |
88fdc172 SB |
151 | /* HAS_FLOCK: |
152 | * This symbol, if defined, indicates that the flock routine is | |
153 | * available to do file locking. | |
a687059c | 154 | */ |
88fdc172 | 155 | #$d_flock HAS_FLOCK /**/ |
a687059c | 156 | |
88fdc172 SB |
157 | /* HAS_FORK: |
158 | * This symbol, if defined, indicates that the fork routine is | |
159 | * available. | |
a0d0e21e | 160 | */ |
88fdc172 | 161 | #$d_fork HAS_FORK /**/ |
a0d0e21e | 162 | |
88fdc172 SB |
163 | /* HAS_FSETPOS: |
164 | * This symbol, if defined, indicates that the fsetpos routine is | |
165 | * available to set the file position indicator, similar to fseek(). | |
a0d0e21e | 166 | */ |
88fdc172 | 167 | #$d_fsetpos HAS_FSETPOS /**/ |
a0d0e21e | 168 | |
88fdc172 SB |
169 | /* HAS_GETTIMEOFDAY: |
170 | * This symbol, if defined, indicates that the gettimeofday() system | |
171 | * call is available for a sub-second accuracy clock. Usually, the file | |
172 | * <sys/resource.h> needs to be included (see I_SYS_RESOURCE). | |
173 | * The type "Timeval" should be used to refer to "struct timeval". | |
5f05dabc | 174 | */ |
88fdc172 SB |
175 | #$d_gettimeod HAS_GETTIMEOFDAY /**/ |
176 | #ifdef HAS_GETTIMEOFDAY | |
177 | #define Timeval struct timeval /* Structure used by gettimeofday() */ | |
178 | #endif | |
5f05dabc | 179 | |
88fdc172 SB |
180 | /* HAS_GETGROUPS: |
181 | * This symbol, if defined, indicates that the getgroups() routine is | |
182 | * available to get the list of process groups. If unavailable, multiple | |
183 | * groups are probably not supported. | |
378cc40b | 184 | */ |
88fdc172 | 185 | #$d_getgrps HAS_GETGROUPS /**/ |
378cc40b | 186 | |
88fdc172 SB |
187 | /* HAS_GETLOGIN: |
188 | * This symbol, if defined, indicates that the getlogin routine is | |
189 | * available to get the login name. | |
dfe9444c | 190 | */ |
88fdc172 | 191 | #$d_getlogin HAS_GETLOGIN /**/ |
dfe9444c | 192 | |
88fdc172 | 193 | /* HAS_GETPGID: |
bd4dc887 | 194 | * This symbol, if defined, indicates to the C program that |
88fdc172 SB |
195 | * the getpgid(pid) function is available to get the |
196 | * process group id. | |
a0d0e21e | 197 | */ |
88fdc172 | 198 | #$d_getpgid HAS_GETPGID /**/ |
a0d0e21e | 199 | |
88fdc172 SB |
200 | /* HAS_GETPGRP2: |
201 | * This symbol, if defined, indicates that the getpgrp2() (as in DG/UX) | |
202 | * routine is available to get the current process group. | |
a687059c | 203 | */ |
88fdc172 | 204 | #$d_getpgrp2 HAS_GETPGRP2 /**/ |
ecfc5424 | 205 | |
88fdc172 SB |
206 | /* HAS_GETPPID: |
207 | * This symbol, if defined, indicates that the getppid routine is | |
208 | * available to get the parent process ID. | |
378cc40b | 209 | */ |
88fdc172 | 210 | #$d_getppid HAS_GETPPID /**/ |
378cc40b | 211 | |
88fdc172 SB |
212 | /* HAS_GETPRIORITY: |
213 | * This symbol, if defined, indicates that the getpriority routine is | |
214 | * available to get a process's priority. | |
0d3e774c | 215 | */ |
88fdc172 | 216 | #$d_getprior HAS_GETPRIORITY /**/ |
0d3e774c | 217 | |
88fdc172 SB |
218 | /* HAS_INET_ATON: |
219 | * This symbol, if defined, indicates to the C program that the | |
220 | * inet_aton() function is available to parse IP address "dotted-quad" | |
221 | * strings. | |
a0d0e21e | 222 | */ |
88fdc172 | 223 | #$d_inetaton HAS_INET_ATON /**/ |
a0d0e21e | 224 | |
88fdc172 SB |
225 | /* HAS_KILLPG: |
226 | * This symbol, if defined, indicates that the killpg routine is available | |
227 | * to kill process groups. If unavailable, you probably should use kill | |
228 | * with a negative process number. | |
a687059c | 229 | */ |
88fdc172 | 230 | #$d_killpg HAS_KILLPG /**/ |
a687059c | 231 | |
88fdc172 SB |
232 | /* HAS_LINK: |
233 | * This symbol, if defined, indicates that the link routine is | |
234 | * available to create hard links. | |
a0d0e21e | 235 | */ |
88fdc172 | 236 | #$d_link HAS_LINK /**/ |
a0d0e21e | 237 | |
88fdc172 SB |
238 | /* HAS_LOCALECONV: |
239 | * This symbol, if defined, indicates that the localeconv routine is | |
240 | * available for numeric and monetary formatting conventions. | |
a0d0e21e | 241 | */ |
88fdc172 | 242 | #$d_locconv HAS_LOCALECONV /**/ |
a0d0e21e | 243 | |
88fdc172 SB |
244 | /* HAS_LOCKF: |
245 | * This symbol, if defined, indicates that the lockf routine is | |
246 | * available to do file locking. | |
a0d0e21e | 247 | */ |
88fdc172 | 248 | #$d_lockf HAS_LOCKF /**/ |
a0d0e21e | 249 | |
88fdc172 SB |
250 | /* HAS_LSTAT: |
251 | * This symbol, if defined, indicates that the lstat routine is | |
252 | * available to do file stats on symbolic links. | |
378cc40b | 253 | */ |
88fdc172 | 254 | #$d_lstat HAS_LSTAT /**/ |
2304df62 | 255 | |
88fdc172 SB |
256 | /* HAS_MBLEN: |
257 | * This symbol, if defined, indicates that the mblen routine is available | |
258 | * to find the number of bytes in a multibye character. | |
9f971974 | 259 | */ |
88fdc172 | 260 | #$d_mblen HAS_MBLEN /**/ |
9f971974 | 261 | |
88fdc172 SB |
262 | /* HAS_MBSTOWCS: |
263 | * This symbol, if defined, indicates that the mbstowcs routine is | |
9cdcdad1 | 264 | * available to convert a multibyte string into a wide character string. |
9f971974 | 265 | */ |
88fdc172 | 266 | #$d_mbstowcs HAS_MBSTOWCS /**/ |
9f971974 | 267 | |
88fdc172 SB |
268 | /* HAS_MBTOWC: |
269 | * This symbol, if defined, indicates that the mbtowc routine is available | |
9cdcdad1 | 270 | * to convert a multibyte to a wide character. |
9f971974 | 271 | */ |
88fdc172 | 272 | #$d_mbtowc HAS_MBTOWC /**/ |
378cc40b | 273 | |
88fdc172 SB |
274 | /* HAS_MKDIR: |
275 | * This symbol, if defined, indicates that the mkdir routine is available | |
276 | * to create directories. Otherwise you should fork off a new process to | |
277 | * exec /bin/mkdir. | |
fe749a9f | 278 | */ |
88fdc172 | 279 | #$d_mkdir HAS_MKDIR /**/ |
fe749a9f | 280 | |
88fdc172 SB |
281 | /* HAS_MKFIFO: |
282 | * This symbol, if defined, indicates that the mkfifo routine is | |
283 | * available to create FIFOs. Otherwise, mknod should be able to | |
284 | * do it for you. However, if mkfifo is there, mknod might require | |
285 | * super-user privileges which mkfifo will not. | |
fe14fcc3 | 286 | */ |
88fdc172 | 287 | #$d_mkfifo HAS_MKFIFO /**/ |
a687059c | 288 | |
88fdc172 SB |
289 | /* HAS_MKTIME: |
290 | * This symbol, if defined, indicates that the mktime routine is | |
291 | * available. | |
ecfc5424 | 292 | */ |
88fdc172 | 293 | #$d_mktime HAS_MKTIME /**/ |
ecfc5424 | 294 | |
c94a4d04 MB |
295 | /* HAS_MSG: |
296 | * This symbol, if defined, indicates that the entire msg*(2) library is | |
297 | * supported (IPC mechanism based on message queues). | |
298 | */ | |
299 | #$d_msg HAS_MSG /**/ | |
300 | ||
88fdc172 SB |
301 | /* HAS_MSYNC: |
302 | * This symbol, if defined, indicates that the msync system call is | |
303 | * available to synchronize a mapped file. | |
a687059c | 304 | */ |
88fdc172 | 305 | #$d_msync HAS_MSYNC /**/ |
a687059c | 306 | |
88fdc172 SB |
307 | /* HAS_MUNMAP: |
308 | * This symbol, if defined, indicates that the munmap system call is | |
309 | * available to unmap a region, usually mapped by mmap(). | |
fe14fcc3 | 310 | */ |
88fdc172 | 311 | #$d_munmap HAS_MUNMAP /**/ |
a0d0e21e | 312 | |
88fdc172 SB |
313 | /* HAS_NICE: |
314 | * This symbol, if defined, indicates that the nice routine is | |
315 | * available. | |
8e07c86e | 316 | */ |
88fdc172 | 317 | #$d_nice HAS_NICE /**/ |
8e07c86e | 318 | |
88fdc172 SB |
319 | /* HAS_PATHCONF: |
320 | * This symbol, if defined, indicates that pathconf() is available | |
321 | * to determine file-system related limits and options associated | |
322 | * with a given filename. | |
a0d0e21e | 323 | */ |
88fdc172 SB |
324 | /* HAS_FPATHCONF: |
325 | * This symbol, if defined, indicates that pathconf() is available | |
326 | * to determine file-system related limits and options associated | |
327 | * with a given open file descriptor. | |
a0d0e21e | 328 | */ |
88fdc172 SB |
329 | #$d_pathconf HAS_PATHCONF /**/ |
330 | #$d_fpathconf HAS_FPATHCONF /**/ | |
a0d0e21e | 331 | |
88fdc172 SB |
332 | /* HAS_PAUSE: |
333 | * This symbol, if defined, indicates that the pause routine is | |
334 | * available to suspend a process until a signal is received. | |
a0d0e21e | 335 | */ |
88fdc172 | 336 | #$d_pause HAS_PAUSE /**/ |
a0d0e21e | 337 | |
88fdc172 SB |
338 | /* HAS_PIPE: |
339 | * This symbol, if defined, indicates that the pipe routine is | |
340 | * available to create an inter-process channel. | |
a0d0e21e | 341 | */ |
88fdc172 | 342 | #$d_pipe HAS_PIPE /**/ |
fe14fcc3 | 343 | |
1d8eaf8c MB |
344 | /* HAS_POLL: |
345 | * This symbol, if defined, indicates that the poll routine is | |
346 | * available to poll active file descriptors. Please check I_POLL and | |
347 | * I_SYS_POLL to know which header should be included as well. | |
348 | */ | |
349 | #$d_poll HAS_POLL /**/ | |
350 | ||
88fdc172 SB |
351 | /* HAS_READDIR: |
352 | * This symbol, if defined, indicates that the readdir routine is | |
353 | * available to read directory entries. You may have to include | |
354 | * <dirent.h>. See I_DIRENT. | |
378cc40b | 355 | */ |
88fdc172 | 356 | #$d_readdir HAS_READDIR /**/ |
378cc40b | 357 | |
88fdc172 SB |
358 | /* HAS_SEEKDIR: |
359 | * This symbol, if defined, indicates that the seekdir routine is | |
360 | * available. You may have to include <dirent.h>. See I_DIRENT. | |
378cc40b | 361 | */ |
88fdc172 | 362 | #$d_seekdir HAS_SEEKDIR /**/ |
2304df62 | 363 | |
88fdc172 SB |
364 | /* HAS_TELLDIR: |
365 | * This symbol, if defined, indicates that the telldir routine is | |
366 | * available. You may have to include <dirent.h>. See I_DIRENT. | |
a0d0e21e | 367 | */ |
88fdc172 | 368 | #$d_telldir HAS_TELLDIR /**/ |
a0d0e21e | 369 | |
88fdc172 SB |
370 | /* HAS_REWINDDIR: |
371 | * This symbol, if defined, indicates that the rewinddir routine is | |
372 | * available. You may have to include <dirent.h>. See I_DIRENT. | |
a0d0e21e | 373 | */ |
88fdc172 | 374 | #$d_rewinddir HAS_REWINDDIR /**/ |
a0d0e21e | 375 | |
88fdc172 SB |
376 | /* HAS_READLINK: |
377 | * This symbol, if defined, indicates that the readlink routine is | |
378 | * available to read the value of a symbolic link. | |
dfe9444c | 379 | */ |
88fdc172 | 380 | #$d_readlink HAS_READLINK /**/ |
dfe9444c | 381 | |
f40bbcbf MB |
382 | /* HAS_REGCOMP: |
383 | * This symbol, if defined, indicates that the regcomp() routine is | |
4357af6c | 384 | * available to do some regular pattern matching (usually on POSIX.2 |
f40bbcbf | 385 | * conforming systems). |
427d28ce | 386 | */ |
f40bbcbf | 387 | #$d_regcomp HAS_REGCOMP /* POSIX.2 */ |
427d28ce | 388 | |
88fdc172 SB |
389 | /* HAS_RENAME: |
390 | * This symbol, if defined, indicates that the rename routine is available | |
391 | * to rename files. Otherwise you should do the unlink(), link(), unlink() | |
392 | * trick. | |
d8f2e4cc | 393 | */ |
88fdc172 | 394 | #$d_rename HAS_RENAME /**/ |
d8f2e4cc | 395 | |
88fdc172 SB |
396 | /* HAS_RMDIR: |
397 | * This symbol, if defined, indicates that the rmdir routine is | |
398 | * available to remove directories. Otherwise you should fork off a | |
399 | * new process to exec /bin/rmdir. | |
a687059c | 400 | */ |
88fdc172 | 401 | #$d_rmdir HAS_RMDIR /**/ |
a687059c | 402 | |
88fdc172 SB |
403 | /* HAS_SELECT: |
404 | * This symbol, if defined, indicates that the select routine is | |
405 | * available to select active file descriptors. If the timeout field | |
406 | * is used, <sys/time.h> may need to be included. | |
a687059c | 407 | */ |
88fdc172 | 408 | #$d_select HAS_SELECT /**/ |
a687059c | 409 | |
c94a4d04 MB |
410 | /* HAS_SEM: |
411 | * This symbol, if defined, indicates that the entire sem*(2) library is | |
412 | * supported. | |
413 | */ | |
414 | #$d_sem HAS_SEM /**/ | |
415 | ||
88fdc172 SB |
416 | /* HAS_SETEGID: |
417 | * This symbol, if defined, indicates that the setegid routine is available | |
418 | * to change the effective gid of the current program. | |
a687059c | 419 | */ |
88fdc172 | 420 | #$d_setegid HAS_SETEGID /**/ |
a687059c | 421 | |
88fdc172 SB |
422 | /* HAS_SETEUID: |
423 | * This symbol, if defined, indicates that the seteuid routine is available | |
424 | * to change the effective uid of the current program. | |
378cc40b | 425 | */ |
88fdc172 | 426 | #$d_seteuid HAS_SETEUID /**/ |
378cc40b | 427 | |
1d8eaf8c MB |
428 | /* HAS_SETGROUPS: |
429 | * This symbol, if defined, indicates that the setgroups() routine is | |
430 | * available to set the list of process groups. If unavailable, multiple | |
431 | * groups are probably not supported. | |
432 | */ | |
433 | #$d_setgrps HAS_SETGROUPS /**/ | |
434 | ||
88fdc172 SB |
435 | /* HAS_SETLINEBUF: |
436 | * This symbol, if defined, indicates that the setlinebuf routine is | |
437 | * available to change stderr or stdout from block-buffered or unbuffered | |
438 | * to a line-buffered mode. | |
378cc40b | 439 | */ |
88fdc172 | 440 | #$d_setlinebuf HAS_SETLINEBUF /**/ |
2304df62 | 441 | |
88fdc172 SB |
442 | /* HAS_SETPGID: |
443 | * This symbol, if defined, indicates that the setpgid(pid, gpid) | |
444 | * routine is available to set process group ID. | |
c2960299 | 445 | */ |
88fdc172 | 446 | #$d_setpgid HAS_SETPGID /**/ |
dfe9444c | 447 | |
88fdc172 SB |
448 | /* HAS_SETPGRP2: |
449 | * This symbol, if defined, indicates that the setpgrp2() (as in DG/UX) | |
450 | * routine is available to set the current process group. | |
16d20bd9 | 451 | */ |
88fdc172 | 452 | #$d_setpgrp2 HAS_SETPGRP2 /**/ |
dfe9444c | 453 | |
88fdc172 SB |
454 | /* HAS_SETPRIORITY: |
455 | * This symbol, if defined, indicates that the setpriority routine is | |
456 | * available to set a process's priority. | |
c2960299 | 457 | */ |
88fdc172 | 458 | #$d_setprior HAS_SETPRIORITY /**/ |
8d063cd8 | 459 | |
88fdc172 SB |
460 | /* HAS_SETREGID: |
461 | * This symbol, if defined, indicates that the setregid routine is | |
462 | * available to change the real and effective gid of the current | |
463 | * process. | |
a89d8a78 | 464 | */ |
88fdc172 SB |
465 | /* HAS_SETRESGID: |
466 | * This symbol, if defined, indicates that the setresgid routine is | |
467 | * available to change the real, effective and saved gid of the current | |
468 | * process. | |
a89d8a78 | 469 | */ |
88fdc172 SB |
470 | #$d_setregid HAS_SETREGID /**/ |
471 | #$d_setresgid HAS_SETRESGID /**/ | |
a89d8a78 | 472 | |
88fdc172 SB |
473 | /* HAS_SETREUID: |
474 | * This symbol, if defined, indicates that the setreuid routine is | |
475 | * available to change the real and effective uid of the current | |
476 | * process. | |
a0d0e21e | 477 | */ |
88fdc172 SB |
478 | /* HAS_SETRESUID: |
479 | * This symbol, if defined, indicates that the setresuid routine is | |
480 | * available to change the real, effective and saved uid of the current | |
481 | * process. | |
2e1b3b7e | 482 | */ |
88fdc172 SB |
483 | #$d_setreuid HAS_SETREUID /**/ |
484 | #$d_setresuid HAS_SETRESUID /**/ | |
2e1b3b7e | 485 | |
88fdc172 SB |
486 | /* HAS_SETRGID: |
487 | * This symbol, if defined, indicates that the setrgid routine is available | |
488 | * to change the real gid of the current program. | |
a687059c | 489 | */ |
88fdc172 | 490 | #$d_setrgid HAS_SETRGID /**/ |
e5d73d77 | 491 | |
88fdc172 SB |
492 | /* HAS_SETRUID: |
493 | * This symbol, if defined, indicates that the setruid routine is available | |
494 | * to change the real uid of the current program. | |
ecfc5424 | 495 | */ |
88fdc172 | 496 | #$d_setruid HAS_SETRUID /**/ |
ecfc5424 | 497 | |
88fdc172 SB |
498 | /* HAS_SETSID: |
499 | * This symbol, if defined, indicates that the setsid routine is | |
500 | * available to set the process group ID. | |
9f971974 | 501 | */ |
88fdc172 | 502 | #$d_setsid HAS_SETSID /**/ |
9f971974 | 503 | |
f40bbcbf MB |
504 | /* HAS_STAT: |
505 | * This symbol, if defined, indicates that the stat routine is | |
506 | * available to get file status. | |
507 | */ | |
508 | #$d_stat HAS_STAT /**/ | |
509 | ||
88fdc172 SB |
510 | /* HAS_STRCOLL: |
511 | * This symbol, if defined, indicates that the strcoll routine is | |
512 | * available to compare strings using collating information. | |
87250799 | 513 | */ |
88fdc172 | 514 | #$d_strcoll HAS_STRCOLL /**/ |
87250799 | 515 | |
88fdc172 SB |
516 | /* HAS_STRTOD: |
517 | * This symbol, if defined, indicates that the strtod routine is | |
518 | * available to provide better numeric string conversion than atof(). | |
a0d0e21e | 519 | */ |
88fdc172 | 520 | #$d_strtod HAS_STRTOD /**/ |
a0d0e21e | 521 | |
88fdc172 SB |
522 | /* HAS_STRTOL: |
523 | * This symbol, if defined, indicates that the strtol routine is available | |
524 | * to provide better numeric string conversion than atoi() and friends. | |
85e6fe83 | 525 | */ |
88fdc172 | 526 | #$d_strtol HAS_STRTOL /**/ |
d8f2e4cc | 527 | |
88fdc172 SB |
528 | /* HAS_STRXFRM: |
529 | * This symbol, if defined, indicates that the strxfrm() routine is | |
530 | * available to transform strings. | |
d8f2e4cc | 531 | */ |
88fdc172 | 532 | #$d_strxfrm HAS_STRXFRM /**/ |
d8f2e4cc | 533 | |
88fdc172 SB |
534 | /* HAS_SYMLINK: |
535 | * This symbol, if defined, indicates that the symlink routine is available | |
536 | * to create symbolic links. | |
dfe9444c | 537 | */ |
88fdc172 | 538 | #$d_symlink HAS_SYMLINK /**/ |
dfe9444c | 539 | |
88fdc172 SB |
540 | /* HAS_SYSCALL: |
541 | * This symbol, if defined, indicates that the syscall routine is | |
542 | * available to call arbitrary system calls. If undefined, that's tough. | |
a0d0e21e | 543 | */ |
88fdc172 | 544 | #$d_syscall HAS_SYSCALL /**/ |
a687059c | 545 | |
88fdc172 SB |
546 | /* HAS_SYSCONF: |
547 | * This symbol, if defined, indicates that sysconf() is available | |
548 | * to determine system related limits and options. | |
aaacdc8b | 549 | */ |
88fdc172 SB |
550 | #$d_sysconf HAS_SYSCONF /**/ |
551 | ||
552 | /* HAS_SYSTEM: | |
553 | * This symbol, if defined, indicates that the system routine is | |
554 | * available to issue a shell command. | |
aaacdc8b | 555 | */ |
88fdc172 | 556 | #$d_system HAS_SYSTEM /**/ |
aaacdc8b | 557 | |
88fdc172 SB |
558 | /* HAS_TCGETPGRP: |
559 | * This symbol, if defined, indicates that the tcgetpgrp routine is | |
560 | * available to get foreground process group ID. | |
aaacdc8b | 561 | */ |
88fdc172 | 562 | #$d_tcgetpgrp HAS_TCGETPGRP /**/ |
aaacdc8b | 563 | |
88fdc172 SB |
564 | /* HAS_TCSETPGRP: |
565 | * This symbol, if defined, indicates that the tcsetpgrp routine is | |
566 | * available to set foreground process group ID. | |
a22e52b9 | 567 | */ |
88fdc172 | 568 | #$d_tcsetpgrp HAS_TCSETPGRP /**/ |
a22e52b9 | 569 | |
88fdc172 SB |
570 | /* HAS_TRUNCATE: |
571 | * This symbol, if defined, indicates that the truncate routine is | |
572 | * available to truncate files. | |
5ff3f7a4 | 573 | */ |
88fdc172 | 574 | #$d_truncate HAS_TRUNCATE /**/ |
5ff3f7a4 | 575 | |
88fdc172 SB |
576 | /* HAS_TZNAME: |
577 | * This symbol, if defined, indicates that the tzname[] array is | |
578 | * available to access timezone names. | |
5ff3f7a4 | 579 | */ |
88fdc172 | 580 | #$d_tzname HAS_TZNAME /**/ |
5ff3f7a4 | 581 | |
88fdc172 SB |
582 | /* HAS_UMASK: |
583 | * This symbol, if defined, indicates that the umask routine is | |
584 | * available to set and get the value of the file creation mask. | |
5ff3f7a4 | 585 | */ |
88fdc172 | 586 | #$d_umask HAS_UMASK /**/ |
5ff3f7a4 | 587 | |
88fdc172 SB |
588 | /* HAS_USLEEP: |
589 | * This symbol, if defined, indicates that the usleep routine is | |
590 | * available to let the process sleep on a sub-second accuracy. | |
5ff3f7a4 | 591 | */ |
88fdc172 | 592 | #$d_usleep HAS_USLEEP /**/ |
5ff3f7a4 | 593 | |
88fdc172 SB |
594 | /* HAS_WAIT4: |
595 | * This symbol, if defined, indicates that wait4() exists. | |
8e07c86e | 596 | */ |
88fdc172 | 597 | #$d_wait4 HAS_WAIT4 /**/ |
8e07c86e | 598 | |
88fdc172 SB |
599 | /* HAS_WAITPID: |
600 | * This symbol, if defined, indicates that the waitpid routine is | |
601 | * available to wait for child process. | |
1aef975c | 602 | */ |
88fdc172 | 603 | #$d_waitpid HAS_WAITPID /**/ |
85e6fe83 | 604 | |
88fdc172 SB |
605 | /* HAS_WCSTOMBS: |
606 | * This symbol, if defined, indicates that the wcstombs routine is | |
607 | * available to convert wide character strings to multibyte strings. | |
bccf77a5 | 608 | */ |
88fdc172 | 609 | #$d_wcstombs HAS_WCSTOMBS /**/ |
dfe9444c | 610 | |
88fdc172 SB |
611 | /* HAS_WCTOMB: |
612 | * This symbol, if defined, indicates that the wctomb routine is available | |
9cdcdad1 | 613 | * to convert a wide character to a multibyte. |
bccf77a5 | 614 | */ |
88fdc172 | 615 | #$d_wctomb HAS_WCTOMB /**/ |
bccf77a5 | 616 | |
1d8eaf8c MB |
617 | /* Groups_t: |
618 | * This symbol holds the type used for the second argument to | |
619 | * getgroups() and setgroups(). Usually, this is the same as | |
620 | * gidtype (gid_t) , but sometimes it isn't. | |
bd4dc887 AC |
621 | * It can be int, ushort, gid_t, etc... |
622 | * It may be necessary to include <sys/types.h> to get any | |
1d8eaf8c MB |
623 | * typedef'ed information. This is only required if you have |
624 | * getgroups() or setgroups().. | |
625 | */ | |
626 | #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS) | |
627 | #define Groups_t $groupstype /* Type for 2nd arg to [sg]etgroups() */ | |
628 | #endif | |
629 | ||
88fdc172 SB |
630 | /* I_ARPA_INET: |
631 | * This symbol, if defined, indicates to the C program that it should | |
632 | * include <arpa/inet.h> to get inet_addr and friends declarations. | |
ff935051 | 633 | */ |
88fdc172 | 634 | #$i_arpainet I_ARPA_INET /**/ |
ff935051 | 635 | |
88fdc172 SB |
636 | /* I_DBM: |
637 | * This symbol, if defined, indicates that <dbm.h> exists and should | |
638 | * be included. | |
ff935051 | 639 | */ |
88fdc172 SB |
640 | /* I_RPCSVC_DBM: |
641 | * This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and | |
642 | * should be included. | |
10bc17b6 | 643 | */ |
88fdc172 SB |
644 | #$i_dbm I_DBM /**/ |
645 | #$i_rpcsvcdbm I_RPCSVC_DBM /**/ | |
10bc17b6 | 646 | |
88fdc172 SB |
647 | /* I_DLFCN: |
648 | * This symbol, if defined, indicates that <dlfcn.h> exists and should | |
649 | * be included. | |
78a7c709 | 650 | */ |
88fdc172 | 651 | #$i_dlfcn I_DLFCN /**/ |
78a7c709 | 652 | |
88fdc172 SB |
653 | /* I_FCNTL: |
654 | * This manifest constant tells the C program to include <fcntl.h>. | |
c7aff470 | 655 | */ |
88fdc172 | 656 | #$i_fcntl I_FCNTL /**/ |
44b94491 | 657 | |
13cfc98d MB |
658 | /* I_GDBM: |
659 | * This symbol, if defined, indicates that <gdbm.h> exists and should | |
660 | * be included. | |
661 | */ | |
662 | #$i_gdbm I_GDBM /**/ | |
663 | ||
88fdc172 SB |
664 | /* I_LOCALE: |
665 | * This symbol, if defined, indicates to the C program that it should | |
666 | * include <locale.h>. | |
a845a0d4 | 667 | */ |
88fdc172 | 668 | #$i_locale I_LOCALE /**/ |
a845a0d4 | 669 | |
88fdc172 SB |
670 | /* I_NETINET_IN: |
671 | * This symbol, if defined, indicates to the C program that it should | |
672 | * include <netinet/in.h>. Otherwise, you may try <sys/in.h>. | |
a845a0d4 | 673 | */ |
88fdc172 SB |
674 | #$i_niin I_NETINET_IN /**/ |
675 | ||
88fdc172 SB |
676 | /* I_SYS_DIR: |
677 | * This symbol, if defined, indicates to the C program that it should | |
678 | * include <sys/dir.h>. | |
a845a0d4 | 679 | */ |
88fdc172 SB |
680 | #$i_sysdir I_SYS_DIR /**/ |
681 | ||
682 | /* I_SYS_FILE: | |
683 | * This symbol, if defined, indicates to the C program that it should | |
684 | * include <sys/file.h> to get definition of R_OK and friends. | |
a845a0d4 | 685 | */ |
88fdc172 | 686 | #$i_sysfile I_SYS_FILE /**/ |
a845a0d4 | 687 | |
88fdc172 SB |
688 | /* I_SYS_IOCTL: |
689 | * This symbol, if defined, indicates that <sys/ioctl.h> exists and should | |
690 | * be included. Otherwise, include <sgtty.h> or <termio.h>. | |
a845a0d4 | 691 | */ |
88fdc172 SB |
692 | /* I_SYS_SOCKIO: |
693 | * This symbol, if defined, indicates the <sys/sockio.h> should be included | |
694 | * to get socket ioctl options, like SIOCATMARK. | |
a845a0d4 | 695 | */ |
88fdc172 SB |
696 | #$i_sysioctl I_SYS_IOCTL /**/ |
697 | #$i_syssockio I_SYS_SOCKIO /**/ | |
698 | ||
699 | /* I_SYS_NDIR: | |
700 | * This symbol, if defined, indicates to the C program that it should | |
701 | * include <sys/ndir.h>. | |
a845a0d4 | 702 | */ |
88fdc172 | 703 | #$i_sysndir I_SYS_NDIR /**/ |
a845a0d4 | 704 | |
88fdc172 SB |
705 | /* I_SYS_PARAM: |
706 | * This symbol, if defined, indicates to the C program that it should | |
707 | * include <sys/param.h>. | |
a845a0d4 | 708 | */ |
88fdc172 SB |
709 | #$i_sysparam I_SYS_PARAM /**/ |
710 | ||
216dac04 MB |
711 | /* I_SYS_POLL: |
712 | * This symbol, if defined, indicates that the program may include | |
713 | * <sys/poll.h>. When I_POLL is also defined, it's probably safest | |
714 | * to only include <poll.h>. | |
715 | */ | |
716 | #$i_syspoll I_SYS_POLL /**/ | |
717 | ||
88fdc172 SB |
718 | /* I_SYS_RESOURCE: |
719 | * This symbol, if defined, indicates to the C program that it should | |
720 | * include <sys/resource.h>. | |
a845a0d4 | 721 | */ |
88fdc172 | 722 | #$i_sysresrc I_SYS_RESOURCE /**/ |
a845a0d4 | 723 | |
88fdc172 SB |
724 | /* I_SYS_SELECT: |
725 | * This symbol, if defined, indicates to the C program that it should | |
726 | * include <sys/select.h> in order to get definition of struct timeval. | |
a845a0d4 | 727 | */ |
88fdc172 | 728 | #$i_sysselct I_SYS_SELECT /**/ |
a845a0d4 | 729 | |
88fdc172 | 730 | /* I_SYS_STAT: |
a845a0d4 | 731 | * This symbol, if defined, indicates to the C program that it should |
88fdc172 | 732 | * include <sys/stat.h>. |
a845a0d4 | 733 | */ |
88fdc172 SB |
734 | #$i_sysstat I_SYS_STAT /**/ |
735 | ||
736 | /* I_SYS_TIMES: | |
a845a0d4 | 737 | * This symbol, if defined, indicates to the C program that it should |
88fdc172 | 738 | * include <sys/times.h>. |
a845a0d4 | 739 | */ |
88fdc172 SB |
740 | #$i_systimes I_SYS_TIMES /**/ |
741 | ||
742 | /* I_SYS_TYPES: | |
a845a0d4 | 743 | * This symbol, if defined, indicates to the C program that it should |
88fdc172 | 744 | * include <sys/types.h>. |
a845a0d4 | 745 | */ |
88fdc172 SB |
746 | #$i_systypes I_SYS_TYPES /**/ |
747 | ||
748 | /* I_SYS_UN: | |
749 | * This symbol, if defined, indicates to the C program that it should | |
750 | * include <sys/un.h> to get UNIX domain socket definitions. | |
a845a0d4 | 751 | */ |
88fdc172 SB |
752 | #$i_sysun I_SYS_UN /**/ |
753 | ||
754 | /* I_SYS_WAIT: | |
755 | * This symbol, if defined, indicates to the C program that it should | |
756 | * include <sys/wait.h>. | |
a845a0d4 | 757 | */ |
88fdc172 | 758 | #$i_syswait I_SYS_WAIT /**/ |
a845a0d4 | 759 | |
88fdc172 SB |
760 | /* I_UNISTD: |
761 | * This symbol, if defined, indicates to the C program that it should | |
762 | * include <unistd.h>. | |
a845a0d4 | 763 | */ |
88fdc172 | 764 | #$i_unistd I_UNISTD /**/ |
a845a0d4 | 765 | |
88fdc172 SB |
766 | /* I_UTIME: |
767 | * This symbol, if defined, indicates to the C program that it should | |
768 | * include <utime.h>. | |
a845a0d4 | 769 | */ |
88fdc172 | 770 | #$i_utime I_UTIME /**/ |
a845a0d4 | 771 | |
88fdc172 SB |
772 | /* I_VFORK: |
773 | * This symbol, if defined, indicates to the C program that it should | |
774 | * include vfork.h. | |
a845a0d4 | 775 | */ |
88fdc172 SB |
776 | #$i_vfork I_VFORK /**/ |
777 | ||
7e69463d AC |
778 | /* STDCHAR: |
779 | * This symbol is defined to be the type of char used in stdio.h. | |
780 | * It has the values "unsigned char" or "char". | |
781 | */ | |
782 | #define STDCHAR $stdchar /**/ | |
783 | ||
7e69463d AC |
784 | /* INTSIZE: |
785 | * This symbol contains the value of sizeof(int) so that the C | |
786 | * preprocessor can make decisions based on it. | |
a845a0d4 | 787 | */ |
7e69463d AC |
788 | /* LONGSIZE: |
789 | * This symbol contains the value of sizeof(long) so that the C | |
790 | * preprocessor can make decisions based on it. | |
eaf812ae | 791 | */ |
7e69463d AC |
792 | /* SHORTSIZE: |
793 | * This symbol contains the value of sizeof(short) so that the C | |
794 | * preprocessor can make decisions based on it. | |
795 | */ | |
796 | #define INTSIZE $intsize /**/ | |
797 | #define LONGSIZE $longsize /**/ | |
798 | #define SHORTSIZE $shortsize /**/ | |
eaf812ae | 799 | |
6e89a33a MB |
800 | /* MULTIARCH: |
801 | * This symbol, if defined, signifies that the build | |
802 | * process will produce some binary files that are going to be | |
803 | * used in a cross-platform environment. This is the case for | |
804 | * example with the NeXT "fat" binaries that contain executables | |
805 | * for several CPUs. | |
806 | */ | |
807 | #$multiarch MULTIARCH /**/ | |
808 | ||
7e69463d AC |
809 | /* HAS_QUAD: |
810 | * This symbol, if defined, tells that there's a 64-bit integer type, | |
811 | * Quad_t, and its unsigned counterpart, Uquad_t. QUADKIND will be one | |
812 | * of QUAD_IS_INT, QUAD_IS_LONG, QUAD_IS_LONG_LONG, QUAD_IS_INT64_T, | |
813 | * or QUAD_IS___INT64. | |
b8677e3b | 814 | */ |
7e69463d AC |
815 | #$d_quad HAS_QUAD /**/ |
816 | #ifdef HAS_QUAD | |
817 | # define Quad_t $quadtype /**/ | |
818 | # define Uquad_t $uquadtype /**/ | |
819 | # define QUADKIND $quadkind /**/ | |
820 | # define QUAD_IS_INT 1 | |
821 | # define QUAD_IS_LONG 2 | |
822 | # define QUAD_IS_LONG_LONG 3 | |
823 | # define QUAD_IS_INT64_T 4 | |
824 | # define QUAD_IS___INT64 5 | |
825 | #endif | |
08c92000 | 826 | |
7e69463d AC |
827 | /* HAS_ACCESSX: |
828 | * This symbol, if defined, indicates that the accessx routine is | |
829 | * available to do extended access checks. | |
08c92000 | 830 | */ |
7e69463d | 831 | #$d_accessx HAS_ACCESSX /**/ |
08c92000 | 832 | |
7e69463d AC |
833 | /* HAS_EACCESS: |
834 | * This symbol, if defined, indicates that the eaccess routine is | |
835 | * available to do extended access checks. | |
08c92000 | 836 | */ |
7e69463d | 837 | #$d_eaccess HAS_EACCESS /**/ |
08c92000 | 838 | |
7e69463d | 839 | /* I_SYS_ACCESS: |
dfaa7b30 MB |
840 | * This symbol, if defined, indicates to the C program that it should |
841 | * include <sys/access.h>. | |
f3f1a2d8 | 842 | */ |
7e69463d | 843 | #$i_sysaccess I_SYS_ACCESS /**/ |
08c92000 | 844 | |
7e69463d | 845 | /* I_SYS_SECURITY: |
dfaa7b30 MB |
846 | * This symbol, if defined, indicates to the C program that it should |
847 | * include <sys/security.h>. | |
06501368 | 848 | */ |
7e69463d AC |
849 | #$i_syssecrt I_SYS_SECURITY /**/ |
850 | ||
851 | /* MEM_ALIGNBYTES: | |
852 | * This symbol contains the number of bytes required to align a | |
853 | * double, or a long double when applicable. Usual values are 2, | |
854 | * 4 and 8. The default is eight, for safety. For cross-compiling | |
dfaa7b30 | 855 | * or multiarch support, Configure will set a minimum of 8. |
06501368 | 856 | */ |
7e69463d | 857 | #define MEM_ALIGNBYTES $alignbytes |
06501368 | 858 | |
b8677e3b MB |
859 | /* BYTEORDER: |
860 | * This symbol holds the hexadecimal constant defined in byteorder, | |
861 | * in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, etc... | |
862 | * If the compiler supports cross-compiling or multiple-architecture | |
f05550c0 | 863 | * binaries, use compiler-defined macros to |
b8677e3b | 864 | * determine the byte order. |
08c92000 | 865 | */ |
c9d1bf8e | 866 | #if defined(MULTIARCH) |
b8677e3b MB |
867 | # ifdef __LITTLE_ENDIAN__ |
868 | # if LONGSIZE == 4 | |
869 | # define BYTEORDER 0x1234 | |
870 | # else | |
871 | # if LONGSIZE == 8 | |
872 | # define BYTEORDER 0x12345678 | |
873 | # endif | |
874 | # endif | |
875 | # else | |
876 | # ifdef __BIG_ENDIAN__ | |
877 | # if LONGSIZE == 4 | |
878 | # define BYTEORDER 0x4321 | |
879 | # else | |
880 | # if LONGSIZE == 8 | |
881 | # define BYTEORDER 0x87654321 | |
882 | # endif | |
883 | # endif | |
884 | # endif | |
885 | # endif | |
b8677e3b MB |
886 | #else |
887 | #define BYTEORDER 0x$byteorder /* large digits for MSB */ | |
f05550c0 | 888 | #endif |
08c92000 | 889 | |
b8677e3b MB |
890 | /* CHARBITS: |
891 | * This symbol contains the size of a char, so that the C preprocessor | |
892 | * can make decisions based on it. | |
08c92000 | 893 | */ |
b8677e3b | 894 | #define CHARBITS $charbits /**/ |
08c92000 | 895 | |
b8677e3b MB |
896 | /* CASTI32: |
897 | * This symbol is defined if the C compiler can cast negative | |
898 | * or large floating point numbers to 32-bit ints. | |
eaf812ae | 899 | */ |
b8677e3b MB |
900 | #$d_casti32 CASTI32 /**/ |
901 | ||
902 | /* CASTNEGFLOAT: | |
903 | * This symbol is defined if the C compiler can cast negative | |
904 | * numbers to unsigned longs, ints and shorts. | |
fcdf39cf | 905 | */ |
b8677e3b MB |
906 | /* CASTFLAGS: |
907 | * This symbol contains flags that say what difficulties the compiler | |
908 | * has casting odd floating values to unsigned long: | |
909 | * 0 = ok | |
910 | * 1 = couldn't cast < 0 | |
911 | * 2 = couldn't cast >= 0x80000000 | |
912 | * 4 = couldn't cast in argument expression list | |
eaf812ae | 913 | */ |
b8677e3b MB |
914 | #$d_castneg CASTNEGFLOAT /**/ |
915 | #define CASTFLAGS $castflags /**/ | |
eaf812ae | 916 | |
b8677e3b MB |
917 | /* VOID_CLOSEDIR: |
918 | * This symbol, if defined, indicates that the closedir() routine | |
919 | * does not return a value. | |
f244a502 | 920 | */ |
b8677e3b | 921 | #$d_void_closedir VOID_CLOSEDIR /**/ |
f244a502 | 922 | |
7e69463d AC |
923 | /* HAS_FD_SET: |
924 | * This symbol, when defined, indicates presence of the fd_set typedef | |
925 | * in <sys/types.h> | |
06501368 | 926 | */ |
7e69463d | 927 | #$d_fd_set HAS_FD_SET /**/ |
06501368 | 928 | |
7e69463d AC |
929 | /* Gconvert: |
930 | * This preprocessor macro is defined to convert a floating point | |
931 | * number to a string without a trailing decimal point. This | |
932 | * emulates the behavior of sprintf("%g"), but is sometimes much more | |
933 | * efficient. If gconvert() is not available, but gcvt() drops the | |
934 | * trailing decimal point, then gcvt() is used. If all else fails, | |
935 | * a macro using sprintf("%g") is used. Arguments for the Gconvert | |
936 | * macro are: value, number of digits, whether trailing zeros should | |
937 | * be retained, and the output buffer. | |
938 | * The usual values are: | |
939 | * d_Gconvert='gconvert((x),(n),(t),(b))' | |
940 | * d_Gconvert='gcvt((x),(n),(b))' | |
941 | * d_Gconvert='sprintf((b),"%.*g",(n),(x))' | |
942 | * The last two assume trailing zeros should not be kept. | |
a845a0d4 | 943 | */ |
7e69463d | 944 | #define Gconvert(x,n,t,b) $d_Gconvert |
a845a0d4 | 945 | |
7e69463d AC |
946 | /* HAS_GETPAGESIZE: |
947 | * This symbol, if defined, indicates that the getpagesize system call | |
948 | * is available to get system page size, which is the granularity of | |
949 | * many memory management calls. | |
06501368 | 950 | */ |
7e69463d AC |
951 | #$d_getpagsz HAS_GETPAGESIZE /**/ |
952 | ||
953 | /* HAS_GNULIBC: | |
954 | * This symbol, if defined, indicates to the C program that | |
955 | * the GNU C library is being used. A better check is to use | |
956 | * the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc. | |
06501368 | 957 | */ |
dfaa7b30 | 958 | #$d_gnulibc HAS_GNULIBC /**/ |
7e69463d AC |
959 | #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE) |
960 | # define _GNU_SOURCE | |
06501368 MB |
961 | #endif |
962 | ||
7e69463d AC |
963 | /* HAS_ISASCII: |
964 | * This manifest constant lets the C program know that isascii | |
965 | * is available. | |
eaf812ae | 966 | */ |
7e69463d | 967 | #$d_isascii HAS_ISASCII /**/ |
eaf812ae | 968 | |
7e69463d AC |
969 | /* HAS_LCHOWN: |
970 | * This symbol, if defined, indicates that the lchown routine is | |
971 | * available to operate on a symbolic link (instead of following the | |
972 | * link). | |
a845a0d4 | 973 | */ |
7e69463d | 974 | #$d_lchown HAS_LCHOWN /**/ |
a845a0d4 | 975 | |
7e69463d AC |
976 | /* HAS_OPEN3: |
977 | * This manifest constant lets the C program know that the three | |
978 | * argument form of open(2) is available. | |
0e0c5f82 | 979 | */ |
7e69463d | 980 | #$d_open3 HAS_OPEN3 /**/ |
0e0c5f82 | 981 | |
7e69463d AC |
982 | /* HAS_SIGACTION: |
983 | * This symbol, if defined, indicates that Vr4's sigaction() routine | |
984 | * is available. | |
ed140128 | 985 | */ |
7e69463d | 986 | #$d_sigaction HAS_SIGACTION /**/ |
ed140128 | 987 | |
7e69463d AC |
988 | /* HAS_SIGINFO_SI_ERRNO: |
989 | * This symbol, if defined, indicates that siginfo_t has the | |
990 | * si_errno member | |
06501368 | 991 | */ |
7e69463d AC |
992 | /* HAS_SIGINFO_SI_PID: |
993 | * This symbol, if defined, indicates that siginfo_t has the | |
994 | * si_pid member | |
88fdc172 | 995 | */ |
7e69463d AC |
996 | /* HAS_SIGINFO_SI_UID: |
997 | * This symbol, if defined, indicates that siginfo_t has the | |
998 | * si_uid member | |
88fdc172 | 999 | */ |
7e69463d AC |
1000 | /* HAS_SIGINFO_SI_ADDR: |
1001 | * This symbol, if defined, indicates that siginfo_t has the | |
1002 | * si_addr member | |
06501368 | 1003 | */ |
7e69463d AC |
1004 | /* HAS_SIGINFO_SI_STATUS: |
1005 | * This symbol, if defined, indicates that siginfo_t has the | |
1006 | * si_status member | |
eaf812ae | 1007 | */ |
7e69463d AC |
1008 | /* HAS_SIGINFO_SI_BAND: |
1009 | * This symbol, if defined, indicates that siginfo_t has the | |
1010 | * si_band member | |
eaf812ae | 1011 | */ |
7e69463d AC |
1012 | /* HAS_SIGINFO_SI_VALUE: |
1013 | * This symbol, if defined, indicates that siginfo_t has the | |
1014 | * si_value member | |
06501368 | 1015 | */ |
7e69463d AC |
1016 | #$d_siginfo_si_errno HAS_SIGINFO_SI_ERRNO /**/ |
1017 | #$d_siginfo_si_pid HAS_SIGINFO_SI_PID /**/ | |
1018 | #$d_siginfo_si_uid HAS_SIGINFO_SI_UID /**/ | |
1019 | #$d_siginfo_si_addr HAS_SIGINFO_SI_ADDR /**/ | |
1020 | #$d_siginfo_si_status HAS_SIGINFO_SI_STATUS /**/ | |
1021 | #$d_siginfo_si_band HAS_SIGINFO_SI_BAND /**/ | |
1022 | #$d_siginfo_si_value HAS_SIGINFO_SI_VALUE /**/ | |
06501368 | 1023 | |
7e69463d AC |
1024 | /* HAS_SIGSETJMP: |
1025 | * This variable indicates to the C program that the sigsetjmp() | |
1026 | * routine is available to save the calling process's registers | |
1027 | * and stack environment for later use by siglongjmp(), and | |
1028 | * to optionally save the process's signal mask. See | |
1029 | * Sigjmp_buf, Sigsetjmp, and Siglongjmp. | |
eaf812ae | 1030 | */ |
7e69463d AC |
1031 | /* Sigjmp_buf: |
1032 | * This is the buffer type to be used with Sigsetjmp and Siglongjmp. | |
06501368 | 1033 | */ |
7e69463d AC |
1034 | /* Sigsetjmp: |
1035 | * This macro is used in the same way as sigsetjmp(), but will invoke | |
1036 | * traditional setjmp() if sigsetjmp isn't available. | |
1037 | * See HAS_SIGSETJMP. | |
eaf812ae | 1038 | */ |
7e69463d AC |
1039 | /* Siglongjmp: |
1040 | * This macro is used in the same way as siglongjmp(), but will invoke | |
1041 | * traditional longjmp() if siglongjmp isn't available. | |
1042 | * See HAS_SIGSETJMP. | |
eaf812ae | 1043 | */ |
7e69463d AC |
1044 | #$d_sigsetjmp HAS_SIGSETJMP /**/ |
1045 | #ifdef HAS_SIGSETJMP | |
1046 | #define Sigjmp_buf sigjmp_buf | |
1047 | #define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask)) | |
1048 | #define Siglongjmp(buf,retval) siglongjmp((buf),(retval)) | |
1049 | #else | |
1050 | #define Sigjmp_buf jmp_buf | |
1051 | #define Sigsetjmp(buf,save_mask) setjmp((buf)) | |
1052 | #define Siglongjmp(buf,retval) longjmp((buf),(retval)) | |
1053 | #endif | |
06501368 | 1054 | |
7e69463d AC |
1055 | /* HAS_STATIC_INLINE: |
1056 | * This symbol, if defined, indicates that the C compiler supports | |
1057 | * C99-style static inline. That is, the function can't be called | |
1058 | * from another translation unit. | |
88fdc172 | 1059 | */ |
7e69463d AC |
1060 | /* PERL_STATIC_INLINE: |
1061 | * This symbol gives the best-guess incantation to use for static | |
1062 | * inline functions. If HAS_STATIC_INLINE is defined, this will | |
1063 | * give C99-style inline. If HAS_STATIC_INLINE is not defined, | |
1064 | * this will give a plain 'static'. It will always be defined | |
1065 | * to something that gives static linkage. | |
1066 | * Possibilities include | |
1067 | * static inline (c99) | |
1068 | * static __inline__ (gcc -ansi) | |
1069 | * static __inline (MSVC) | |
1070 | * static _inline (older MSVC) | |
1071 | * static (c89 compilers) | |
88fdc172 | 1072 | */ |
7e69463d AC |
1073 | #$d_static_inline HAS_STATIC_INLINE /**/ |
1074 | #define PERL_STATIC_INLINE $perl_static_inline /**/ | |
08c92000 | 1075 | |
7e69463d AC |
1076 | /* USE_STDIO_PTR: |
1077 | * This symbol is defined if the _ptr and _cnt fields (or similar) | |
1078 | * of the stdio FILE structure can be used to access the stdio buffer | |
1079 | * for a file handle. If this is defined, then the FILE_ptr(fp) | |
1080 | * and FILE_cnt(fp) macros will also be defined and should be used | |
1081 | * to access these fields. | |
06501368 | 1082 | */ |
7e69463d AC |
1083 | /* FILE_ptr: |
1084 | * This macro is used to access the _ptr field (or equivalent) of the | |
1085 | * FILE structure pointed to by its argument. This macro will always be | |
1086 | * defined if USE_STDIO_PTR is defined. | |
06501368 | 1087 | */ |
7e69463d AC |
1088 | /* STDIO_PTR_LVALUE: |
1089 | * This symbol is defined if the FILE_ptr macro can be used as an | |
1090 | * lvalue. | |
eaf812ae | 1091 | */ |
7e69463d AC |
1092 | /* FILE_cnt: |
1093 | * This macro is used to access the _cnt field (or equivalent) of the | |
1094 | * FILE structure pointed to by its argument. This macro will always be | |
1095 | * defined if USE_STDIO_PTR is defined. | |
a845a0d4 | 1096 | */ |
7e69463d AC |
1097 | /* STDIO_CNT_LVALUE: |
1098 | * This symbol is defined if the FILE_cnt macro can be used as an | |
1099 | * lvalue. | |
06501368 | 1100 | */ |
7e69463d AC |
1101 | /* STDIO_PTR_LVAL_SETS_CNT: |
1102 | * This symbol is defined if using the FILE_ptr macro as an lvalue | |
1103 | * to increase the pointer by n has the side effect of decreasing the | |
1104 | * value of File_cnt(fp) by n. | |
a845a0d4 | 1105 | */ |
7e69463d AC |
1106 | /* STDIO_PTR_LVAL_NOCHANGE_CNT: |
1107 | * This symbol is defined if using the FILE_ptr macro as an lvalue | |
1108 | * to increase the pointer by n leaves File_cnt(fp) unchanged. | |
06501368 | 1109 | */ |
dfaa7b30 | 1110 | #$d_stdstdio USE_STDIO_PTR /**/ |
7e69463d AC |
1111 | #ifdef USE_STDIO_PTR |
1112 | #define FILE_ptr(fp) $stdio_ptr | |
dfaa7b30 | 1113 | #$d_stdio_ptr_lval STDIO_PTR_LVALUE /**/ |
7e69463d | 1114 | #define FILE_cnt(fp) $stdio_cnt |
dfaa7b30 | 1115 | #$d_stdio_cnt_lval STDIO_CNT_LVALUE /**/ |
7e69463d AC |
1116 | #$d_stdio_ptr_lval_sets_cnt STDIO_PTR_LVAL_SETS_CNT /**/ |
1117 | #$d_stdio_ptr_lval_nochange_cnt STDIO_PTR_LVAL_NOCHANGE_CNT /**/ | |
1118 | #endif | |
06501368 | 1119 | |
7e69463d AC |
1120 | /* USE_STDIO_BASE: |
1121 | * This symbol is defined if the _base field (or similar) of the | |
1122 | * stdio FILE structure can be used to access the stdio buffer for | |
1123 | * a file handle. If this is defined, then the FILE_base(fp) macro | |
1124 | * will also be defined and should be used to access this field. | |
1125 | * Also, the FILE_bufsiz(fp) macro will be defined and should be used | |
1126 | * to determine the number of bytes in the buffer. USE_STDIO_BASE | |
1127 | * will never be defined unless USE_STDIO_PTR is. | |
08c92000 | 1128 | */ |
7e69463d AC |
1129 | /* FILE_base: |
1130 | * This macro is used to access the _base field (or equivalent) of the | |
1131 | * FILE structure pointed to by its argument. This macro will always be | |
1132 | * defined if USE_STDIO_BASE is defined. | |
a845a0d4 | 1133 | */ |
7e69463d AC |
1134 | /* FILE_bufsiz: |
1135 | * This macro is used to determine the number of bytes in the I/O | |
1136 | * buffer pointed to by _base field (or equivalent) of the FILE | |
1137 | * structure pointed to its argument. This macro will always be defined | |
1138 | * if USE_STDIO_BASE is defined. | |
a845a0d4 | 1139 | */ |
dfaa7b30 | 1140 | #$d_stdiobase USE_STDIO_BASE /**/ |
7e69463d AC |
1141 | #ifdef USE_STDIO_BASE |
1142 | #define FILE_base(fp) $stdio_base | |
1143 | #define FILE_bufsiz(fp) $stdio_bufsiz | |
1144 | #endif | |
a845a0d4 | 1145 | |
7e69463d AC |
1146 | /* DOUBLESIZE: |
1147 | * This symbol contains the size of a double, so that the C preprocessor | |
1148 | * can make decisions based on it. | |
06501368 | 1149 | */ |
7e69463d | 1150 | #define DOUBLESIZE $doublesize /**/ |
06501368 | 1151 | |
7e69463d | 1152 | /* I_TIME: |
9245da2a AC |
1153 | * This symbol is always defined, and indicates to the C program that |
1154 | * it should include <time.h>. | |
06501368 | 1155 | */ |
7e69463d AC |
1156 | /* I_SYS_TIME: |
1157 | * This symbol, if defined, indicates to the C program that it should | |
1158 | * include <sys/time.h>. | |
06501368 | 1159 | */ |
7e69463d AC |
1160 | /* I_SYS_TIME_KERNEL: |
1161 | * This symbol, if defined, indicates to the C program that it should | |
1162 | * include <sys/time.h> with KERNEL defined. | |
06501368 | 1163 | */ |
7e69463d AC |
1164 | /* HAS_TM_TM_ZONE: |
1165 | * This symbol, if defined, indicates to the C program that | |
1166 | * the struct tm has a tm_zone field. | |
06501368 | 1167 | */ |
7e69463d AC |
1168 | /* HAS_TM_TM_GMTOFF: |
1169 | * This symbol, if defined, indicates to the C program that | |
1170 | * the struct tm has a tm_gmtoff field. | |
06501368 | 1171 | */ |
7e69463d AC |
1172 | #$i_time I_TIME /**/ |
1173 | #$i_systime I_SYS_TIME /**/ | |
1174 | #$i_systimek I_SYS_TIME_KERNEL /**/ | |
1175 | #$d_tm_tm_zone HAS_TM_TM_ZONE /**/ | |
1176 | #$d_tm_tm_gmtoff HAS_TM_TM_GMTOFF /**/ | |
06501368 | 1177 | |
7e69463d AC |
1178 | /* VAL_O_NONBLOCK: |
1179 | * This symbol is to be used during open() or fcntl(F_SETFL) to turn on | |
1180 | * non-blocking I/O for the file descriptor. Note that there is no way | |
1181 | * back, i.e. you cannot turn it blocking again this way. If you wish to | |
1182 | * alternatively switch between blocking and non-blocking, use the | |
1183 | * ioctl(FIOSNBIO) call instead, but that is not supported by all devices. | |
a845a0d4 | 1184 | */ |
7e69463d AC |
1185 | /* VAL_EAGAIN: |
1186 | * This symbol holds the errno error code set by read() when no data was | |
1187 | * present on the non-blocking file descriptor. | |
a845a0d4 | 1188 | */ |
7e69463d AC |
1189 | /* RD_NODATA: |
1190 | * This symbol holds the return code from read() when no data is present | |
1191 | * on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is | |
1192 | * not defined, then you can't distinguish between no data and EOF by | |
1193 | * issuing a read(). You'll have to find another way to tell for sure! | |
eaf812ae | 1194 | */ |
7e69463d AC |
1195 | /* EOF_NONBLOCK: |
1196 | * This symbol, if defined, indicates to the C program that a read() on | |
1197 | * a non-blocking file descriptor will return 0 on EOF, and not the value | |
1198 | * held in RD_NODATA (-1 usually, in that case!). | |
eaf812ae | 1199 | */ |
7e69463d AC |
1200 | #define VAL_O_NONBLOCK $o_nonblock |
1201 | #define VAL_EAGAIN $eagain | |
1202 | #define RD_NODATA $rd_nodata | |
1203 | #$d_eofnblk EOF_NONBLOCK | |
eaf812ae | 1204 | |
7e69463d AC |
1205 | /* PTRSIZE: |
1206 | * This symbol contains the size of a pointer, so that the C preprocessor | |
1207 | * can make decisions based on it. It will be sizeof(void *) if | |
1208 | * the compiler supports (void *); otherwise it will be | |
1209 | * sizeof(char *). | |
06501368 | 1210 | */ |
7e69463d | 1211 | #define PTRSIZE $ptrsize /**/ |
06501368 | 1212 | |
7e69463d AC |
1213 | /* Drand01: |
1214 | * This macro is to be used to generate uniformly distributed | |
1215 | * random numbers over the range [0., 1.[. You may have to supply | |
1216 | * an 'extern double drand48();' in your program since SunOS 4.1.3 | |
1217 | * doesn't provide you with anything relevant in its headers. | |
1218 | * See HAS_DRAND48_PROTO. | |
eaf812ae | 1219 | */ |
7e69463d AC |
1220 | /* Rand_seed_t: |
1221 | * This symbol defines the type of the argument of the | |
1222 | * random seed function. | |
eaf812ae | 1223 | */ |
7e69463d AC |
1224 | /* seedDrand01: |
1225 | * This symbol defines the macro to be used in seeding the | |
1226 | * random number generator (see Drand01). | |
06501368 | 1227 | */ |
7e69463d AC |
1228 | /* RANDBITS: |
1229 | * This symbol indicates how many bits are produced by the | |
1230 | * function used to generate normalized random numbers. | |
1231 | * Values include 15, 16, 31, and 48. | |
06501368 | 1232 | */ |
7e69463d AC |
1233 | #define Drand01() $drand01 /**/ |
1234 | #define Rand_seed_t $randseedtype /**/ | |
1235 | #define seedDrand01(x) $seedfunc((Rand_seed_t)x) /**/ | |
1236 | #define RANDBITS $randbits /**/ | |
06501368 | 1237 | |
7e69463d AC |
1238 | /* SSize_t: |
1239 | * This symbol holds the type used by functions that return | |
1240 | * a count of bytes or an error condition. It must be a signed type. | |
1241 | * It is usually ssize_t, but may be long or int, etc. | |
1242 | * It may be necessary to include <sys/types.h> or <unistd.h> | |
1243 | * to get any typedef'ed information. | |
1244 | * We will pick a type such that sizeof(SSize_t) == sizeof(Size_t). | |
06501368 | 1245 | */ |
dfaa7b30 | 1246 | #define SSize_t $ssizetype /* signed count of bytes */ |
06501368 | 1247 | |
7e69463d AC |
1248 | /* EBCDIC: |
1249 | * This symbol, if defined, indicates that this system uses | |
1250 | * EBCDIC encoding. | |
eaf812ae | 1251 | */ |
dfaa7b30 | 1252 | #$ebcdic EBCDIC /**/ |
eaf812ae | 1253 | |
7e69463d AC |
1254 | /* ARCHLIB: |
1255 | * This variable, if defined, holds the name of the directory in | |
1256 | * which the user wants to put architecture-dependent public | |
1257 | * library files for $package. It is most often a local directory | |
1258 | * such as /usr/local/lib. Programs using this variable must be | |
1259 | * prepared to deal with filename expansion. If ARCHLIB is the | |
1260 | * same as PRIVLIB, it is not defined, since presumably the | |
1261 | * program already searches PRIVLIB. | |
eaf812ae | 1262 | */ |
7e69463d AC |
1263 | /* ARCHLIB_EXP: |
1264 | * This symbol contains the ~name expanded version of ARCHLIB, to be used | |
1265 | * in programs that are not prepared to deal with ~ expansion at run-time. | |
eaf812ae | 1266 | */ |
7e69463d AC |
1267 | #$d_archlib ARCHLIB "$archlib" /**/ |
1268 | #$d_archlib ARCHLIB_EXP "$archlibexp" /**/ | |
eaf812ae | 1269 | |
7e69463d AC |
1270 | /* BIN: |
1271 | * This symbol holds the path of the bin directory where the package will | |
1272 | * be installed. Program must be prepared to deal with ~name substitution. | |
eaf812ae | 1273 | */ |
7e69463d AC |
1274 | /* BIN_EXP: |
1275 | * This symbol is the filename expanded version of the BIN symbol, for | |
1276 | * programs that do not want to deal with that at run-time. | |
eaf812ae | 1277 | */ |
7e69463d AC |
1278 | /* PERL_RELOCATABLE_INC: |
1279 | * This symbol, if defined, indicates that we'd like to relocate entries | |
1280 | * in @INC at run time based on the location of the perl binary. | |
1281 | */ | |
1282 | #define BIN "$bin" /**/ | |
1283 | #define BIN_EXP "$binexp" /**/ | |
dfaa7b30 | 1284 | #define PERL_RELOCATABLE_INC "$userelocatableinc" /**/ |
eaf812ae | 1285 | |
7e69463d AC |
1286 | /* PERL_INC_VERSION_LIST: |
1287 | * This variable specifies the list of subdirectories in over | |
1288 | * which perl.c:incpush() and lib/lib.pm will automatically | |
1289 | * search when adding directories to @INC, in a format suitable | |
1290 | * for a C initialization string. See the inc_version_list entry | |
1291 | * in Porting/Glossary for more details. | |
06501368 | 1292 | */ |
7e69463d | 1293 | #$d_inc_version_list PERL_INC_VERSION_LIST $inc_version_list_init /**/ |
06501368 | 1294 | |
7e69463d AC |
1295 | /* INSTALL_USR_BIN_PERL: |
1296 | * This symbol, if defined, indicates that Perl is to be installed | |
dfaa7b30 | 1297 | * also as /usr/bin/perl. |
a845a0d4 | 1298 | */ |
7e69463d | 1299 | #$installusrbinperl INSTALL_USR_BIN_PERL /**/ |
a845a0d4 | 1300 | |
7e69463d AC |
1301 | /* PERL_OTHERLIBDIRS: |
1302 | * This variable contains a colon-separated set of paths for the perl | |
1303 | * binary to search for additional library files or modules. | |
1304 | * These directories will be tacked to the end of @INC. | |
1305 | * Perl will automatically search below each path for version- | |
1306 | * and architecture-specific directories. See PERL_INC_VERSION_LIST | |
1307 | * for more details. | |
06501368 | 1308 | */ |
7e69463d | 1309 | #$d_perl_otherlibdirs PERL_OTHERLIBDIRS "$otherlibdirs" /**/ |
06501368 | 1310 | |
7e69463d AC |
1311 | /* PRIVLIB: |
1312 | * This symbol contains the name of the private library for this package. | |
1313 | * The library is private in the sense that it needn't be in anyone's | |
1314 | * execution path, but it should be accessible by the world. The program | |
1315 | * should be prepared to do ~ expansion. | |
06501368 | 1316 | */ |
7e69463d AC |
1317 | /* PRIVLIB_EXP: |
1318 | * This symbol contains the ~name expanded version of PRIVLIB, to be used | |
1319 | * in programs that are not prepared to deal with ~ expansion at run-time. | |
06501368 | 1320 | */ |
7e69463d AC |
1321 | #define PRIVLIB "$privlib" /**/ |
1322 | #define PRIVLIB_EXP "$privlibexp" /**/ | |
06501368 | 1323 | |
7e69463d AC |
1324 | /* SITEARCH: |
1325 | * This symbol contains the name of the private library for this package. | |
1326 | * The library is private in the sense that it needn't be in anyone's | |
1327 | * execution path, but it should be accessible by the world. The program | |
1328 | * should be prepared to do ~ expansion. | |
1329 | * The standard distribution will put nothing in this directory. | |
1330 | * After perl has been installed, users may install their own local | |
1331 | * architecture-dependent modules in this directory with | |
1332 | * MakeMaker Makefile.PL | |
1333 | * or equivalent. See INSTALL for details. | |
06501368 | 1334 | */ |
7e69463d AC |
1335 | /* SITEARCH_EXP: |
1336 | * This symbol contains the ~name expanded version of SITEARCH, to be used | |
1337 | * in programs that are not prepared to deal with ~ expansion at run-time. | |
06501368 | 1338 | */ |
7e69463d AC |
1339 | #$d_sitearch SITEARCH "$sitearch" /**/ |
1340 | #$d_sitearch SITEARCH_EXP "$sitearchexp" /**/ | |
06501368 | 1341 | |
7e69463d AC |
1342 | /* SITELIB: |
1343 | * This symbol contains the name of the private library for this package. | |
1344 | * The library is private in the sense that it needn't be in anyone's | |
1345 | * execution path, but it should be accessible by the world. The program | |
1346 | * should be prepared to do ~ expansion. | |
1347 | * The standard distribution will put nothing in this directory. | |
1348 | * After perl has been installed, users may install their own local | |
1349 | * architecture-independent modules in this directory with | |
1350 | * MakeMaker Makefile.PL | |
1351 | * or equivalent. See INSTALL for details. | |
eaf812ae | 1352 | */ |
7e69463d AC |
1353 | /* SITELIB_EXP: |
1354 | * This symbol contains the ~name expanded version of SITELIB, to be used | |
1355 | * in programs that are not prepared to deal with ~ expansion at run-time. | |
eaf812ae | 1356 | */ |
7e69463d AC |
1357 | /* SITELIB_STEM: |
1358 | * This define is SITELIB_EXP with any trailing version-specific component | |
1359 | * removed. The elements in inc_version_list (inc_version_list.U) can | |
1360 | * be tacked onto this variable to generate a list of directories to search. | |
eaf812ae | 1361 | */ |
7e69463d AC |
1362 | #define SITELIB "$sitelib" /**/ |
1363 | #define SITELIB_EXP "$sitelibexp" /**/ | |
1364 | #define SITELIB_STEM "$sitelib_stem" /**/ | |
eaf812ae | 1365 | |
7e69463d AC |
1366 | /* PERL_VENDORARCH: |
1367 | * If defined, this symbol contains the name of a private library. | |
1368 | * The library is private in the sense that it needn't be in anyone's | |
1369 | * execution path, but it should be accessible by the world. | |
1370 | * It may have a ~ on the front. | |
1371 | * The standard distribution will put nothing in this directory. | |
1372 | * Vendors who distribute perl may wish to place their own | |
1373 | * architecture-dependent modules and extensions in this directory with | |
1374 | * MakeMaker Makefile.PL INSTALLDIRS=vendor | |
1375 | * or equivalent. See INSTALL for details. | |
eaf812ae | 1376 | */ |
7e69463d AC |
1377 | /* PERL_VENDORARCH_EXP: |
1378 | * This symbol contains the ~name expanded version of PERL_VENDORARCH, to be used | |
1379 | * in programs that are not prepared to deal with ~ expansion at run-time. | |
eaf812ae | 1380 | */ |
7e69463d AC |
1381 | #$d_vendorarch PERL_VENDORARCH "$vendorarch" /**/ |
1382 | #$d_vendorarch PERL_VENDORARCH_EXP "$vendorarchexp" /**/ | |
eaf812ae | 1383 | |
7e69463d AC |
1384 | /* PERL_VENDORLIB_EXP: |
1385 | * This symbol contains the ~name expanded version of VENDORLIB, to be used | |
1386 | * in programs that are not prepared to deal with ~ expansion at run-time. | |
06501368 | 1387 | */ |
7e69463d AC |
1388 | /* PERL_VENDORLIB_STEM: |
1389 | * This define is PERL_VENDORLIB_EXP with any trailing version-specific component | |
1390 | * removed. The elements in inc_version_list (inc_version_list.U) can | |
1391 | * be tacked onto this variable to generate a list of directories to search. | |
06501368 | 1392 | */ |
7e69463d AC |
1393 | #$d_vendorlib PERL_VENDORLIB_EXP "$vendorlibexp" /**/ |
1394 | #$d_vendorlib PERL_VENDORLIB_STEM "$vendorlib_stem" /**/ | |
06501368 | 1395 | |
7e69463d AC |
1396 | /* OSNAME: |
1397 | * This symbol contains the name of the operating system, as determined | |
1398 | * by Configure. You shouldn't rely on it too much; the specific | |
1399 | * feature tests from Configure are generally more reliable. | |
a845a0d4 | 1400 | */ |
7e69463d AC |
1401 | /* OSVERS: |
1402 | * This symbol contains the version of the operating system, as determined | |
1403 | * by Configure. You shouldn't rely on it too much; the specific | |
1404 | * feature tests from Configure are generally more reliable. | |
a845a0d4 | 1405 | */ |
7e69463d AC |
1406 | #define OSNAME "$osname" /**/ |
1407 | #define OSVERS "$osvers" /**/ | |
a845a0d4 | 1408 | |
7e69463d AC |
1409 | /* CAT2: |
1410 | * This macro concatenates 2 tokens together. | |
a845a0d4 | 1411 | */ |
7e69463d AC |
1412 | /* STRINGIFY: |
1413 | * This macro surrounds its token with double quotes. | |
a845a0d4 | 1414 | */ |
7e69463d AC |
1415 | #if $cpp_stuff == 1 |
1416 | #define CAT2(a,b) a/**/b | |
1417 | #define STRINGIFY(a) "a" | |
1418 | #endif | |
1419 | #if $cpp_stuff == 42 | |
1420 | #define PeRl_CaTiFy(a, b) a ## b | |
1421 | #define PeRl_StGiFy(a) #a | |
1422 | #define CAT2(a,b) PeRl_CaTiFy(a,b) | |
1423 | #define StGiFy(a) PeRl_StGiFy(a) | |
1424 | #define STRINGIFY(a) PeRl_StGiFy(a) | |
1425 | #endif | |
1426 | #if $cpp_stuff != 1 && $cpp_stuff != 42 | |
1427 | #include "Bletch: How does this C preprocessor concatenate tokens?" | |
1428 | #endif | |
a845a0d4 | 1429 | |
7e69463d AC |
1430 | /* CPPSTDIN: |
1431 | * This symbol contains the first part of the string which will invoke | |
1432 | * the C preprocessor on the standard input and produce to standard | |
dfaa7b30 | 1433 | * output. Typical value of "cc -E" or "/lib/cpp", but it can also |
7e69463d | 1434 | * call a wrapper. See CPPRUN. |
a845a0d4 | 1435 | */ |
7e69463d AC |
1436 | /* CPPMINUS: |
1437 | * This symbol contains the second part of the string which will invoke | |
1438 | * the C preprocessor on the standard input and produce to standard | |
1439 | * output. This symbol will have the value "-" if CPPSTDIN needs a minus | |
1440 | * to specify standard input, otherwise the value is "". | |
06501368 | 1441 | */ |
7e69463d AC |
1442 | /* CPPRUN: |
1443 | * This symbol contains the string which will invoke a C preprocessor on | |
1444 | * the standard input and produce to standard output. It needs to end | |
1445 | * with CPPLAST, after all other preprocessor flags have been specified. | |
1446 | * The main difference with CPPSTDIN is that this program will never be a | |
1447 | * pointer to a shell wrapper, i.e. it will be empty if no preprocessor is | |
1448 | * available directly to the user. Note that it may well be different from | |
1449 | * the preprocessor used to compile the C program. | |
eaf812ae | 1450 | */ |
7e69463d AC |
1451 | /* CPPLAST: |
1452 | * This symbol is intended to be used along with CPPRUN in the same manner | |
1453 | * symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "". | |
eaf812ae | 1454 | */ |
7e69463d AC |
1455 | #define CPPSTDIN "$cppstdin" |
1456 | #define CPPMINUS "$cppminus" | |
1457 | #define CPPRUN "$cpprun" | |
1458 | #define CPPLAST "$cpplast" | |
eaf812ae | 1459 | |
7e69463d AC |
1460 | /* HAS_ACCESS: |
1461 | * This manifest constant lets the C program know that the access() | |
1462 | * system call is available to check for accessibility using real UID/GID. | |
1463 | * (always present on UNIX.) | |
eaf812ae | 1464 | */ |
7e69463d | 1465 | #$d_access HAS_ACCESS /**/ |
eaf812ae | 1466 | |
7e69463d AC |
1467 | /* HASATTRIBUTE_FORMAT: |
1468 | * Can we handle GCC attribute for checking printf-style formats | |
eaf812ae | 1469 | */ |
7e69463d AC |
1470 | /* PRINTF_FORMAT_NULL_OK: |
1471 | * Allows __printf__ format to be null when checking printf-style | |
eaf812ae | 1472 | */ |
7e69463d AC |
1473 | /* HASATTRIBUTE_MALLOC: |
1474 | * Can we handle GCC attribute for malloc-style functions. | |
06501368 | 1475 | */ |
7e69463d AC |
1476 | /* HASATTRIBUTE_NONNULL: |
1477 | * Can we handle GCC attribute for nonnull function parms. | |
a845a0d4 | 1478 | */ |
7e69463d AC |
1479 | /* HASATTRIBUTE_NORETURN: |
1480 | * Can we handle GCC attribute for functions that do not return | |
a845a0d4 | 1481 | */ |
7e69463d AC |
1482 | /* HASATTRIBUTE_PURE: |
1483 | * Can we handle GCC attribute for pure functions | |
06501368 | 1484 | */ |
7e69463d AC |
1485 | /* HASATTRIBUTE_UNUSED: |
1486 | * Can we handle GCC attribute for unused variables and arguments | |
06501368 | 1487 | */ |
7e69463d AC |
1488 | /* HASATTRIBUTE_DEPRECATED: |
1489 | * Can we handle GCC attribute for marking deprecated APIs | |
08c92000 | 1490 | */ |
7e69463d AC |
1491 | /* HASATTRIBUTE_WARN_UNUSED_RESULT: |
1492 | * Can we handle GCC attribute for warning on unused results | |
06501368 | 1493 | */ |
7e69463d AC |
1494 | #$d_attribute_deprecated HASATTRIBUTE_DEPRECATED /**/ |
1495 | #$d_attribute_format HASATTRIBUTE_FORMAT /**/ | |
1496 | #$d_printf_format_null PRINTF_FORMAT_NULL_OK /**/ | |
1497 | #$d_attribute_noreturn HASATTRIBUTE_NORETURN /**/ | |
1498 | #$d_attribute_malloc HASATTRIBUTE_MALLOC /**/ | |
1499 | #$d_attribute_nonnull HASATTRIBUTE_NONNULL /**/ | |
1500 | #$d_attribute_pure HASATTRIBUTE_PURE /**/ | |
1501 | #$d_attribute_unused HASATTRIBUTE_UNUSED /**/ | |
1502 | #$d_attribute_warn_unused_result HASATTRIBUTE_WARN_UNUSED_RESULT /**/ | |
e849841d | 1503 | #$d_attribute_always_inline HASATTRIBUTE_ALWAYS_INLINE /**/ |
06501368 | 1504 | |
7e69463d AC |
1505 | /* HAS_BACKTRACE: |
1506 | * This symbol, if defined, indicates that the backtrace() routine is | |
1507 | * available to get a stack trace. The <execinfo.h> header must be | |
1508 | * included to use this routine. | |
a845a0d4 | 1509 | */ |
7e69463d | 1510 | #$d_backtrace HAS_BACKTRACE /**/ |
b8677e3b | 1511 | |
7e69463d AC |
1512 | /* HAS_CSH: |
1513 | * This symbol, if defined, indicates that the C-shell exists. | |
08c92000 | 1514 | */ |
7e69463d AC |
1515 | /* CSH: |
1516 | * This symbol, if defined, contains the full pathname of csh. | |
f025e94b | 1517 | */ |
7e69463d AC |
1518 | #$d_csh HAS_CSH /**/ |
1519 | #ifdef HAS_CSH | |
1520 | #define CSH "$full_csh" /**/ | |
8572b25d BH |
1521 | #endif |
1522 | ||
7e69463d AC |
1523 | /* HAS_DLADDR: |
1524 | * This symbol, if defined, indicates that the dladdr() routine is | |
1525 | * available to query dynamic linker information for an address. | |
1526 | * The <dlfcn.h> header must be included to use this routine. | |
08c92000 | 1527 | */ |
7e69463d | 1528 | #$d_dladdr HAS_DLADDR /**/ |
08c92000 | 1529 | |
7e69463d AC |
1530 | /* SETUID_SCRIPTS_ARE_SECURE_NOW: |
1531 | * This symbol, if defined, indicates that the bug that prevents | |
1532 | * setuid scripts from being secure is not present in this kernel. | |
a845a0d4 | 1533 | */ |
7e69463d AC |
1534 | /* DOSUID: |
1535 | * This symbol, if defined, indicates that the C program should | |
1536 | * check the script that it is executing for setuid/setgid bits, and | |
1537 | * attempt to emulate setuid/setgid on systems that have disabled | |
1538 | * setuid #! scripts because the kernel can't do it securely. | |
1539 | * It is up to the package designer to make sure that this emulation | |
1540 | * is done securely. Among other things, it should do an fstat on | |
1541 | * the script it just opened to make sure it really is a setuid/setgid | |
1542 | * script, it should make sure the arguments passed correspond exactly | |
1543 | * to the argument on the #! line, and it should not trust any | |
1544 | * subprocesses to which it must pass the filename rather than the | |
1545 | * file descriptor of the script to be executed. | |
db8b8c75 | 1546 | */ |
7e69463d AC |
1547 | #$d_suidsafe SETUID_SCRIPTS_ARE_SECURE_NOW /**/ |
1548 | #$d_dosuid DOSUID /**/ | |
1549 | ||
1550 | /* HAS_ENDGRENT: | |
1551 | * This symbol, if defined, indicates that the getgrent routine is | |
1552 | * available for finalizing sequential access of the group database. | |
dc91db6c | 1553 | */ |
7e69463d | 1554 | #$d_endgrent HAS_ENDGRENT /**/ |
a845a0d4 | 1555 | |
7e69463d AC |
1556 | /* HAS_ENDHOSTENT: |
1557 | * This symbol, if defined, indicates that the endhostent() routine is | |
1558 | * available to close whatever was being used for host queries. | |
eaf812ae | 1559 | */ |
7e69463d AC |
1560 | #$d_endhent HAS_ENDHOSTENT /**/ |
1561 | ||
1562 | /* HAS_ENDNETENT: | |
1563 | * This symbol, if defined, indicates that the endnetent() routine is | |
1564 | * available to close whatever was being used for network queries. | |
06501368 | 1565 | */ |
7e69463d | 1566 | #$d_endnent HAS_ENDNETENT /**/ |
eaf812ae | 1567 | |
7e69463d AC |
1568 | /* HAS_ENDPROTOENT: |
1569 | * This symbol, if defined, indicates that the endprotoent() routine is | |
1570 | * available to close whatever was being used for protocol queries. | |
a845a0d4 | 1571 | */ |
7e69463d | 1572 | #$d_endpent HAS_ENDPROTOENT /**/ |
06501368 | 1573 | |
7e69463d AC |
1574 | /* HAS_ENDPWENT: |
1575 | * This symbol, if defined, indicates that the getgrent routine is | |
1576 | * available for finalizing sequential access of the passwd database. | |
a845a0d4 | 1577 | */ |
7e69463d | 1578 | #$d_endpwent HAS_ENDPWENT /**/ |
06501368 | 1579 | |
7e69463d AC |
1580 | /* HAS_ENDSERVENT: |
1581 | * This symbol, if defined, indicates that the endservent() routine is | |
1582 | * available to close whatever was being used for service queries. | |
06501368 | 1583 | */ |
7e69463d | 1584 | #$d_endsent HAS_ENDSERVENT /**/ |
06501368 | 1585 | |
7e69463d AC |
1586 | /* FLEXFILENAMES: |
1587 | * This symbol, if defined, indicates that the system supports filenames | |
1588 | * longer than 14 characters. | |
06501368 | 1589 | */ |
7e69463d AC |
1590 | #$d_flexfnam FLEXFILENAMES /**/ |
1591 | ||
1592 | /* HAS_GETGRENT: | |
1593 | * This symbol, if defined, indicates that the getgrent routine is | |
1594 | * available for sequential access of the group database. | |
06501368 | 1595 | */ |
7e69463d | 1596 | #$d_getgrent HAS_GETGRENT /**/ |
06501368 | 1597 | |
7e69463d AC |
1598 | /* HAS_GETHOSTBYADDR: |
1599 | * This symbol, if defined, indicates that the gethostbyaddr() routine is | |
1600 | * available to look up hosts by their IP addresses. | |
06501368 | 1601 | */ |
7e69463d | 1602 | #$d_gethbyaddr HAS_GETHOSTBYADDR /**/ |
06501368 | 1603 | |
7e69463d AC |
1604 | /* HAS_GETHOSTBYNAME: |
1605 | * This symbol, if defined, indicates that the gethostbyname() routine is | |
1606 | * available to look up host names in some data base or other. | |
06501368 | 1607 | */ |
7e69463d | 1608 | #$d_gethbyname HAS_GETHOSTBYNAME /**/ |
06501368 | 1609 | |
7e69463d AC |
1610 | /* HAS_GETHOSTENT: |
1611 | * This symbol, if defined, indicates that the gethostent() routine is | |
1612 | * available to look up host names in some data base or another. | |
08c92000 | 1613 | */ |
7e69463d | 1614 | #$d_gethent HAS_GETHOSTENT /**/ |
a845a0d4 | 1615 | |
7e69463d AC |
1616 | /* HAS_GETHOSTNAME: |
1617 | * This symbol, if defined, indicates that the C program may use the | |
1618 | * gethostname() routine to derive the host name. See also HAS_UNAME | |
1619 | * and PHOSTNAME. | |
a845a0d4 | 1620 | */ |
7e69463d AC |
1621 | /* HAS_UNAME: |
1622 | * This symbol, if defined, indicates that the C program may use the | |
1623 | * uname() routine to derive the host name. See also HAS_GETHOSTNAME | |
1624 | * and PHOSTNAME. | |
a845a0d4 | 1625 | */ |
7e69463d AC |
1626 | /* PHOSTNAME: |
1627 | * This symbol, if defined, indicates the command to feed to the | |
1628 | * popen() routine to derive the host name. See also HAS_GETHOSTNAME | |
1629 | * and HAS_UNAME. Note that the command uses a fully qualified path, | |
1630 | * so that it is safe even if used by a process with super-user | |
1631 | * privileges. | |
eaf812ae | 1632 | */ |
7e69463d AC |
1633 | /* HAS_PHOSTNAME: |
1634 | * This symbol, if defined, indicates that the C program may use the | |
1635 | * contents of PHOSTNAME as a command to feed to the popen() routine | |
1636 | * to derive the host name. | |
eaf812ae | 1637 | */ |
7e69463d AC |
1638 | #$d_gethname HAS_GETHOSTNAME /**/ |
1639 | #$d_uname HAS_UNAME /**/ | |
1640 | #$d_phostname HAS_PHOSTNAME /**/ | |
1641 | #ifdef HAS_PHOSTNAME | |
1642 | #define PHOSTNAME "$aphostname" /* How to get the host name */ | |
1643 | #endif | |
eaf812ae | 1644 | |
7e69463d AC |
1645 | /* HAS_GETNETBYADDR: |
1646 | * This symbol, if defined, indicates that the getnetbyaddr() routine is | |
1647 | * available to look up networks by their IP addresses. | |
08c92000 | 1648 | */ |
7e69463d | 1649 | #$d_getnbyaddr HAS_GETNETBYADDR /**/ |
a845a0d4 | 1650 | |
7e69463d AC |
1651 | /* HAS_GETNETBYNAME: |
1652 | * This symbol, if defined, indicates that the getnetbyname() routine is | |
1653 | * available to look up networks by their names. | |
08c92000 | 1654 | */ |
7e69463d | 1655 | #$d_getnbyname HAS_GETNETBYNAME /**/ |
08c92000 | 1656 | |
7e69463d AC |
1657 | /* HAS_GETNETENT: |
1658 | * This symbol, if defined, indicates that the getnetent() routine is | |
1659 | * available to look up network names in some data base or another. | |
08c92000 | 1660 | */ |
7e69463d | 1661 | #$d_getnent HAS_GETNETENT /**/ |
b8677e3b | 1662 | |
7e69463d AC |
1663 | /* HAS_GETPROTOENT: |
1664 | * This symbol, if defined, indicates that the getprotoent() routine is | |
1665 | * available to look up protocols in some data base or another. | |
b8677e3b | 1666 | */ |
7e69463d | 1667 | #$d_getpent HAS_GETPROTOENT /**/ |
08c92000 | 1668 | |
7e69463d AC |
1669 | /* HAS_GETPGRP: |
1670 | * This symbol, if defined, indicates that the getpgrp routine is | |
1671 | * available to get the current process group. | |
06501368 | 1672 | */ |
7e69463d AC |
1673 | /* USE_BSD_GETPGRP: |
1674 | * This symbol, if defined, indicates that getpgrp needs one | |
1675 | * arguments whereas USG one needs none. | |
06501368 | 1676 | */ |
7e69463d AC |
1677 | #$d_getpgrp HAS_GETPGRP /**/ |
1678 | #$d_bsdgetpgrp USE_BSD_GETPGRP /**/ | |
06501368 | 1679 | |
7e69463d AC |
1680 | /* HAS_GETPROTOBYNAME: |
1681 | * This symbol, if defined, indicates that the getprotobyname() | |
1682 | * routine is available to look up protocols by their name. | |
08c92000 | 1683 | */ |
7e69463d AC |
1684 | /* HAS_GETPROTOBYNUMBER: |
1685 | * This symbol, if defined, indicates that the getprotobynumber() | |
1686 | * routine is available to look up protocols by their number. | |
08c92000 | 1687 | */ |
7e69463d AC |
1688 | #$d_getpbyname HAS_GETPROTOBYNAME /**/ |
1689 | #$d_getpbynumber HAS_GETPROTOBYNUMBER /**/ | |
08c92000 | 1690 | |
7e69463d AC |
1691 | /* HAS_GETPWENT: |
1692 | * This symbol, if defined, indicates that the getpwent routine is | |
1693 | * available for sequential access of the passwd database. | |
1694 | * If this is not available, the older getpw() function may be available. | |
06501368 | 1695 | */ |
7e69463d | 1696 | #$d_getpwent HAS_GETPWENT /**/ |
06501368 | 1697 | |
7e69463d AC |
1698 | /* HAS_GETSERVENT: |
1699 | * This symbol, if defined, indicates that the getservent() routine is | |
1700 | * available to look up network services in some data base or another. | |
eaf812ae | 1701 | */ |
7e69463d | 1702 | #$d_getsent HAS_GETSERVENT /**/ |
eaf812ae | 1703 | |
7e69463d AC |
1704 | /* HAS_GETSERVBYNAME: |
1705 | * This symbol, if defined, indicates that the getservbyname() | |
1706 | * routine is available to look up services by their name. | |
eaf812ae | 1707 | */ |
7e69463d AC |
1708 | /* HAS_GETSERVBYPORT: |
1709 | * This symbol, if defined, indicates that the getservbyport() | |
1710 | * routine is available to look up services by their port. | |
eaf812ae | 1711 | */ |
7e69463d AC |
1712 | #$d_getsbyname HAS_GETSERVBYNAME /**/ |
1713 | #$d_getsbyport HAS_GETSERVBYPORT /**/ | |
eaf812ae | 1714 | |
7e69463d AC |
1715 | /* HAS_HTONL: |
1716 | * This symbol, if defined, indicates that the htonl() routine (and | |
1717 | * friends htons() ntohl() ntohs()) are available to do network | |
1718 | * order byte swapping. | |
06501368 | 1719 | */ |
7e69463d AC |
1720 | /* HAS_HTONS: |
1721 | * This symbol, if defined, indicates that the htons() routine (and | |
1722 | * friends htonl() ntohl() ntohs()) are available to do network | |
1723 | * order byte swapping. | |
eaf812ae | 1724 | */ |
7e69463d AC |
1725 | /* HAS_NTOHL: |
1726 | * This symbol, if defined, indicates that the ntohl() routine (and | |
1727 | * friends htonl() htons() ntohs()) are available to do network | |
1728 | * order byte swapping. | |
eaf812ae | 1729 | */ |
7e69463d AC |
1730 | /* HAS_NTOHS: |
1731 | * This symbol, if defined, indicates that the ntohs() routine (and | |
1732 | * friends htonl() htons() ntohl()) are available to do network | |
1733 | * order byte swapping. | |
06501368 | 1734 | */ |
7e69463d AC |
1735 | #$d_htonl HAS_HTONL /**/ |
1736 | #$d_htonl HAS_HTONS /**/ | |
1737 | #$d_htonl HAS_NTOHL /**/ | |
1738 | #$d_htonl HAS_NTOHS /**/ | |
06501368 | 1739 | |
7e69463d AC |
1740 | /* HAS_LONG_DOUBLE: |
1741 | * This symbol will be defined if the C compiler supports long | |
1742 | * doubles. | |
06501368 | 1743 | */ |
7e69463d AC |
1744 | /* LONG_DOUBLESIZE: |
1745 | * This symbol contains the size of a long double, so that the | |
1746 | * C preprocessor can make decisions based on it. It is only | |
1747 | * defined if the system supports long doubles. Note that this | |
1748 | * is sizeof(long double), which may include unused bytes. | |
06501368 | 1749 | */ |
7e69463d AC |
1750 | /* HAS_LDEXPL: |
1751 | * This symbol, if defined, indicates that the ldexpl routine is | |
1752 | * available to shift a long double floating-point number | |
1753 | * by an integral power of 2. | |
1754 | */ | |
1755 | /* LONG_DOUBLEKIND: | |
1756 | * LONG_DOUBLEKIND will be one of | |
1757 | * LONG_DOUBLE_IS_DOUBLE | |
1758 | * LONG_DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN | |
1759 | * LONG_DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN | |
1760 | * LONG_DOUBLE_IS_X86_80_BIT_LITTLE_ENDIAN | |
1761 | * LONG_DOUBLE_IS_X86_80_BIT_BIG_ENDIAN | |
1762 | * LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LE_LE | |
1763 | * LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_BE | |
1764 | * LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LE_BE | |
1765 | * LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_LE | |
884c85de | 1766 | * LONG_DOUBLE_IS_VAX_H_FLOAT |
7e69463d AC |
1767 | * LONG_DOUBLE_IS_UNKNOWN_FORMAT |
1768 | * It is only defined if the system supports long doubles. | |
1769 | */ | |
517f0560 | 1770 | /* LONG_DOUBLE_STYLE_IEEE: |
4cb05021 JH |
1771 | * This symbol, if defined, indicates that the long double |
1772 | * is any of the IEEE 754 style long doubles: | |
1773 | * LONG_DOUBLE_STYLE_IEEE_STD, LONG_DOUBLE_STYLE_IEEE_EXTENDED, | |
1774 | * LONG_DOUBLE_STYLE_IEEE_DOUBLEDOUBLE. | |
1775 | */ | |
517f0560 | 1776 | /* LONG_DOUBLE_STYLE_IEEE_DOUBLEDOUBLE: |
4cb05021 JH |
1777 | * This symbol, if defined, indicates that the long double is |
1778 | * the 128-bit double-double. | |
1779 | */ | |
517f0560 | 1780 | /* LONG_DOUBLE_STYLE_IEEE_EXTENDED: |
4cb05021 JH |
1781 | * This symbol, if defined, indicates that the long double is |
1782 | * the 80-bit IEEE 754. Note that despite the 'extended' this | |
1783 | * is less than the 'std', since this is an extension of | |
1784 | * the double precision. | |
1785 | */ | |
517f0560 | 1786 | /* LONG_DOUBLE_STYLE_IEEE_STD: |
4cb05021 JH |
1787 | * This symbol, if defined, indicates that the long double is |
1788 | * the 128-bit IEEE 754. | |
1789 | */ | |
517f0560 | 1790 | /* LONG_DOUBLE_STYLE_VAX: |
4cb05021 JH |
1791 | * This symbol, if defined, indicates that the long double is |
1792 | * the 128-bit VAX format H. | |
1793 | */ | |
7e69463d AC |
1794 | #$d_ldexpl HAS_LDEXPL /**/ |
1795 | #$d_longdbl HAS_LONG_DOUBLE /**/ | |
1796 | #ifdef HAS_LONG_DOUBLE | |
1797 | #define LONG_DOUBLESIZE $longdblsize /**/ | |
1798 | #define LONG_DOUBLEKIND $longdblkind /**/ | |
1799 | #define LONG_DOUBLE_IS_DOUBLE 0 | |
1800 | #define LONG_DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN 1 | |
1801 | #define LONG_DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN 2 | |
1802 | #define LONG_DOUBLE_IS_X86_80_BIT_LITTLE_ENDIAN 3 | |
1803 | #define LONG_DOUBLE_IS_X86_80_BIT_BIG_ENDIAN 4 | |
1804 | #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LE_LE 5 | |
1805 | #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_BE 6 | |
1806 | #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LE_BE 7 | |
1807 | #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_LE 8 | |
86ea01eb | 1808 | #define LONG_DOUBLE_IS_VAX_H_FLOAT 9 |
7e69463d AC |
1809 | #define LONG_DOUBLE_IS_UNKNOWN_FORMAT -1 |
1810 | #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LITTLE_ENDIAN LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LE_LE /* back-compat */ | |
1811 | #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BIG_ENDIAN LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_BE /* back-compat */ | |
4cb05021 JH |
1812 | #$d_long_double_style_ieee LONG_DOUBLE_STYLE_IEEE |
1813 | #$d_long_double_style_ieee_doubledouble LONG_DOUBLE_STYLE_IEEE_DOUBLEDOUBLE | |
1814 | #$d_long_double_style_ieee_extended LONG_DOUBLE_STYLE_IEEE_EXTENDED | |
1815 | #$d_long_double_style_ieee_std LONG_DOUBLE_STYLE_IEEE_STD | |
1816 | #$d_long_double_style_vax LONG_DOUBLE_STYLE_VAX | |
7e69463d | 1817 | #endif |
06501368 | 1818 | |
7e69463d AC |
1819 | /* HAS_LONG_LONG: |
1820 | * This symbol will be defined if the C compiler supports long long. | |
eaf812ae | 1821 | */ |
7e69463d AC |
1822 | /* LONGLONGSIZE: |
1823 | * This symbol contains the size of a long long, so that the | |
1824 | * C preprocessor can make decisions based on it. It is only | |
1825 | * defined if the system supports long long. | |
eaf812ae | 1826 | */ |
7e69463d AC |
1827 | #$d_longlong HAS_LONG_LONG /**/ |
1828 | #ifdef HAS_LONG_LONG | |
1829 | #define LONGLONGSIZE $longlongsize /**/ | |
1830 | #endif | |
1831 | ||
7e69463d AC |
1832 | /* HAS_MKSTEMP: |
1833 | * This symbol, if defined, indicates that the mkstemp routine is | |
1834 | * available to exclusively create and open a uniquely named | |
1835 | * temporary file. | |
1836 | */ | |
1837 | #$d_mkstemp HAS_MKSTEMP /**/ | |
1838 | ||
1839 | /* HAS_MMAP: | |
1840 | * This symbol, if defined, indicates that the mmap system call is | |
1841 | * available to map a file into memory. | |
1842 | */ | |
1843 | /* Mmap_t: | |
1844 | * This symbol holds the return type of the mmap() system call | |
1845 | * (and simultaneously the type of the first argument). | |
1846 | * Usually set to 'void *' or 'caddr_t'. | |
1847 | */ | |
1848 | #$d_mmap HAS_MMAP /**/ | |
1849 | #define Mmap_t $mmaptype /**/ | |
1850 | ||
7e69463d AC |
1851 | /* HAS_SETGRENT: |
1852 | * This symbol, if defined, indicates that the setgrent routine is | |
1853 | * available for initializing sequential access of the group database. | |
1854 | */ | |
1855 | #$d_setgrent HAS_SETGRENT /**/ | |
1856 | ||
1857 | /* HAS_SETHOSTENT: | |
1858 | * This symbol, if defined, indicates that the sethostent() routine is | |
1859 | * available. | |
1860 | */ | |
1861 | #$d_sethent HAS_SETHOSTENT /**/ | |
1862 | ||
1863 | /* HAS_SETNETENT: | |
1864 | * This symbol, if defined, indicates that the setnetent() routine is | |
1865 | * available. | |
1866 | */ | |
1867 | #$d_setnent HAS_SETNETENT /**/ | |
1868 | ||
1869 | /* HAS_SETPROTOENT: | |
1870 | * This symbol, if defined, indicates that the setprotoent() routine is | |
1871 | * available. | |
1872 | */ | |
1873 | #$d_setpent HAS_SETPROTOENT /**/ | |
1874 | ||
1875 | /* HAS_SETPGRP: | |
1876 | * This symbol, if defined, indicates that the setpgrp routine is | |
1877 | * available to set the current process group. | |
1878 | */ | |
1879 | /* USE_BSD_SETPGRP: | |
1880 | * This symbol, if defined, indicates that setpgrp needs two | |
1881 | * arguments whereas USG one needs none. See also HAS_SETPGID | |
1882 | * for a POSIX interface. | |
1883 | */ | |
1884 | #$d_setpgrp HAS_SETPGRP /**/ | |
1885 | #$d_bsdsetpgrp USE_BSD_SETPGRP /**/ | |
eaf812ae | 1886 | |
06501368 MB |
1887 | /* HAS_SETPWENT: |
1888 | * This symbol, if defined, indicates that the setpwent routine is | |
1889 | * available for initializing sequential access of the passwd database. | |
1890 | */ | |
1891 | #$d_setpwent HAS_SETPWENT /**/ | |
1892 | ||
06501368 MB |
1893 | /* HAS_SETSERVENT: |
1894 | * This symbol, if defined, indicates that the setservent() routine is | |
1895 | * available. | |
1896 | */ | |
1897 | #$d_setsent HAS_SETSERVENT /**/ | |
1898 | ||
06501368 MB |
1899 | /* HAS_SETVBUF: |
1900 | * This symbol, if defined, indicates that the setvbuf routine is | |
1901 | * available to change buffering on an open stdio stream. | |
1902 | * to a line-buffered mode. | |
1903 | */ | |
1904 | #$d_setvbuf HAS_SETVBUF /**/ | |
1905 | ||
1906 | /* HAS_SHM: | |
1907 | * This symbol, if defined, indicates that the entire shm*(2) library is | |
1908 | * supported. | |
1909 | */ | |
1910 | #$d_shm HAS_SHM /**/ | |
1911 | ||
1912 | /* Shmat_t: | |
1913 | * This symbol holds the return type of the shmat() system call. | |
1914 | * Usually set to 'void *' or 'char *'. | |
1915 | */ | |
1916 | /* HAS_SHMAT_PROTOTYPE: | |
1917 | * This symbol, if defined, indicates that the sys/shm.h includes | |
1918 | * a prototype for shmat(). Otherwise, it is up to the program to | |
1919 | * guess one. Shmat_t shmat(int, Shmat_t, int) is a good guess, | |
1920 | * but not always right so it should be emitted by the program only | |
1921 | * when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs. | |
1922 | */ | |
1923 | #define Shmat_t $shmattype /**/ | |
1924 | #$d_shmatprototype HAS_SHMAT_PROTOTYPE /**/ | |
1925 | ||
06501368 MB |
1926 | /* HAS_SOCKET: |
1927 | * This symbol, if defined, indicates that the BSD socket interface is | |
1928 | * supported. | |
1929 | */ | |
1930 | /* HAS_SOCKETPAIR: | |
1931 | * This symbol, if defined, indicates that the BSD socketpair() call is | |
1932 | * supported. | |
1933 | */ | |
06501368 MB |
1934 | /* HAS_SOCKADDR_SA_LEN: |
1935 | * This symbol, if defined, indicates that the struct sockaddr | |
1936 | * structure has a member called sa_len, indicating the length of | |
1937 | * the structure. | |
1938 | */ | |
18126d98 MB |
1939 | /* HAS_SOCKADDR_IN6: |
1940 | * This symbol, if defined, indicates the availability of | |
1941 | * struct sockaddr_in6; | |
1942 | */ | |
0a49e948 TK |
1943 | /* HAS_SOCKADDR_STORAGE: |
1944 | * This symbol, if defined, indicates the availability of | |
1945 | * struct sockaddr_storage; | |
1946 | */ | |
06501368 MB |
1947 | /* HAS_SIN6_SCOPE_ID: |
1948 | * This symbol, if defined, indicates that the struct sockaddr_in6 | |
1949 | * structure has a member called sin6_scope_id. | |
1950 | */ | |
122b9bf4 MB |
1951 | /* HAS_IP_MREQ: |
1952 | * This symbol, if defined, indicates the availability of | |
1953 | * struct ip_mreq; | |
1954 | */ | |
3e06601f MB |
1955 | /* HAS_IP_MREQ_SOURCE: |
1956 | * This symbol, if defined, indicates the availability of | |
1957 | * struct ip_mreq_source; | |
1958 | */ | |
18126d98 MB |
1959 | /* HAS_IPV6_MREQ: |
1960 | * This symbol, if defined, indicates the availability of | |
1961 | * struct ipv6_mreq; | |
1962 | */ | |
3e06601f MB |
1963 | /* HAS_IPV6_MREQ_SOURCE: |
1964 | * This symbol, if defined, indicates the availability of | |
1965 | * struct ipv6_mreq_source; | |
1966 | */ | |
06501368 MB |
1967 | #$d_socket HAS_SOCKET /**/ |
1968 | #$d_sockpair HAS_SOCKETPAIR /**/ | |
1969 | #$d_sockaddr_sa_len HAS_SOCKADDR_SA_LEN /**/ | |
18126d98 | 1970 | #$d_sockaddr_in6 HAS_SOCKADDR_IN6 /**/ |
0a49e948 | 1971 | #$d_sockaddr_storage HAS_SOCKADDR_STORAGE /**/ |
06501368 | 1972 | #$d_sin6_scope_id HAS_SIN6_SCOPE_ID /**/ |
122b9bf4 | 1973 | #$d_ip_mreq HAS_IP_MREQ /**/ |
3e06601f | 1974 | #$d_ip_mreq_source HAS_IP_MREQ_SOURCE /**/ |
18126d98 | 1975 | #$d_ipv6_mreq HAS_IPV6_MREQ /**/ |
3e06601f | 1976 | #$d_ipv6_mreq_source HAS_IPV6_MREQ_SOURCE /**/ |
06501368 | 1977 | |
06501368 MB |
1978 | /* USE_STAT_BLOCKS: |
1979 | * This symbol is defined if this system has a stat structure declaring | |
1980 | * st_blksize and st_blocks. | |
1981 | */ | |
1982 | #ifndef USE_STAT_BLOCKS | |
dfaa7b30 | 1983 | #$d_statblks USE_STAT_BLOCKS /**/ |
06501368 MB |
1984 | #endif |
1985 | ||
06501368 MB |
1986 | /* HAS_SYS_ERRLIST: |
1987 | * This symbol, if defined, indicates that the sys_errlist array is | |
1988 | * available to translate error numbers to strings. The extern int | |
1989 | * sys_nerr gives the size of that table. | |
1990 | */ | |
06501368 | 1991 | #$d_syserrlst HAS_SYS_ERRLIST /**/ |
06501368 | 1992 | |
06501368 MB |
1993 | /* HAS_STRTOUL: |
1994 | * This symbol, if defined, indicates that the strtoul routine is | |
1995 | * available to provide conversion of strings to unsigned long. | |
1996 | */ | |
1997 | #$d_strtoul HAS_STRTOUL /**/ | |
1998 | ||
06501368 MB |
1999 | /* HAS_UNION_SEMUN: |
2000 | * This symbol, if defined, indicates that the union semun is | |
2001 | * defined by including <sys/sem.h>. If not, the user code | |
2002 | * probably needs to define it as: | |
2003 | * union semun { | |
2004 | * int val; | |
2005 | * struct semid_ds *buf; | |
2006 | * unsigned short *array; | |
2007 | * } | |
2008 | */ | |
2009 | /* USE_SEMCTL_SEMUN: | |
2010 | * This symbol, if defined, indicates that union semun is | |
2011 | * used for semctl IPC_STAT. | |
2012 | */ | |
2013 | /* USE_SEMCTL_SEMID_DS: | |
2014 | * This symbol, if defined, indicates that struct semid_ds * is | |
2015 | * used for semctl IPC_STAT. | |
2016 | */ | |
2017 | #$d_union_semun HAS_UNION_SEMUN /**/ | |
2018 | #$d_semctl_semun USE_SEMCTL_SEMUN /**/ | |
2019 | #$d_semctl_semid_ds USE_SEMCTL_SEMID_DS /**/ | |
2020 | ||
2021 | /* HAS_VFORK: | |
2022 | * This symbol, if defined, indicates that vfork() exists. | |
2023 | */ | |
2024 | #$d_vfork HAS_VFORK /**/ | |
2025 | ||
2026 | /* HAS_PSEUDOFORK: | |
2027 | * This symbol, if defined, indicates that an emulation of the | |
2028 | * fork routine is available. | |
2029 | */ | |
2030 | #$d_pseudofork HAS_PSEUDOFORK /**/ | |
2031 | ||
2032 | /* Signal_t: | |
2033 | * This symbol's value is either "void" or "int", corresponding to the | |
2034 | * appropriate return type of a signal handler. Thus, you can declare | |
2035 | * a signal handler using "Signal_t (*handler)()", and define the | |
2036 | * handler using "Signal_t handler(sig)". | |
2037 | */ | |
2038 | #define Signal_t $signal_t /* Signal handler's return type */ | |
2039 | ||
06501368 MB |
2040 | /* I_DIRENT: |
2041 | * This symbol, if defined, indicates to the C program that it should | |
2042 | * include <dirent.h>. Using this symbol also triggers the definition | |
2043 | * of the Direntry_t define which ends up being 'struct dirent' or | |
2044 | * 'struct direct' depending on the availability of <dirent.h>. | |
2045 | */ | |
2046 | /* DIRNAMLEN: | |
2047 | * This symbol, if defined, indicates to the C program that the length | |
2048 | * of directory entry names is provided by a d_namlen field. Otherwise | |
2049 | * you need to do strlen() on the d_name field. | |
2050 | */ | |
2051 | /* Direntry_t: | |
2052 | * This symbol is set to 'struct direct' or 'struct dirent' depending on | |
2053 | * whether dirent is available or not. You should use this pseudo type to | |
2054 | * portably declare your directory entries. | |
2055 | */ | |
2056 | #$i_dirent I_DIRENT /**/ | |
2057 | #$d_dirnamlen DIRNAMLEN /**/ | |
2058 | #define Direntry_t $direntrytype | |
2059 | ||
0e0c5f82 MB |
2060 | /* I_EXECINFO: |
2061 | * This symbol, if defined, indicates to the C program that it should | |
2062 | * include <execinfo.h> for backtrace() support. | |
2063 | */ | |
2064 | #$i_execinfo I_EXECINFO /**/ | |
2065 | ||
06501368 MB |
2066 | /* I_GRP: |
2067 | * This symbol, if defined, indicates to the C program that it should | |
2068 | * include <grp.h>. | |
2069 | */ | |
2070 | /* GRPASSWD: | |
2071 | * This symbol, if defined, indicates to the C program that struct group | |
2072 | * in <grp.h> contains gr_passwd. | |
2073 | */ | |
2074 | #$i_grp I_GRP /**/ | |
2075 | #$d_grpasswd GRPASSWD /**/ | |
2076 | ||
06501368 MB |
2077 | /* I_NDBM: |
2078 | * This symbol, if defined, indicates that <ndbm.h> exists and should | |
2079 | * be included. | |
2080 | */ | |
2081 | /* I_GDBMNDBM: | |
2082 | * This symbol, if defined, indicates that <gdbm/ndbm.h> exists and should | |
2083 | * be included. This was the location of the ndbm.h compatibility file | |
2084 | * in RedHat 7.1. | |
2085 | */ | |
2086 | /* I_GDBM_NDBM: | |
2087 | * This symbol, if defined, indicates that <gdbm-ndbm.h> exists and should | |
2088 | * be included. This is the location of the ndbm.h compatibility file | |
2089 | * in Debian 4.0. | |
2090 | */ | |
2091 | /* NDBM_H_USES_PROTOTYPES: | |
2092 | * This symbol, if defined, indicates that <ndbm.h> uses real ANSI C | |
2093 | * prototypes instead of K&R style function declarations without any | |
2094 | * parameter information. While ANSI C prototypes are supported in C++, | |
2095 | * K&R style function declarations will yield errors. | |
2096 | */ | |
2097 | /* GDBMNDBM_H_USES_PROTOTYPES: | |
2098 | * This symbol, if defined, indicates that <gdbm/ndbm.h> uses real ANSI C | |
2099 | * prototypes instead of K&R style function declarations without any | |
2100 | * parameter information. While ANSI C prototypes are supported in C++, | |
2101 | * K&R style function declarations will yield errors. | |
2102 | */ | |
2103 | /* GDBM_NDBM_H_USES_PROTOTYPES: | |
2104 | * This symbol, if defined, indicates that <gdbm-ndbm.h> uses real ANSI C | |
2105 | * prototypes instead of K&R style function declarations without any | |
2106 | * parameter information. While ANSI C prototypes are supported in C++, | |
2107 | * K&R style function declarations will yield errors. | |
2108 | */ | |
2109 | #$i_ndbm I_NDBM /**/ | |
2110 | #$i_gdbmndbm I_GDBMNDBM /**/ | |
2111 | #$i_gdbm_ndbm I_GDBM_NDBM /**/ | |
2112 | #$d_ndbm_h_uses_prototypes NDBM_H_USES_PROTOTYPES /**/ | |
2113 | #$d_gdbmndbm_h_uses_prototypes GDBMNDBM_H_USES_PROTOTYPES /**/ | |
2114 | #$d_gdbm_ndbm_h_uses_prototypes GDBM_NDBM_H_USES_PROTOTYPES /**/ | |
2115 | ||
2116 | /* I_NETDB: | |
2117 | * This symbol, if defined, indicates that <netdb.h> exists and | |
2118 | * should be included. | |
2119 | */ | |
2120 | #$i_netdb I_NETDB /**/ | |
2121 | ||
2122 | /* I_NET_ERRNO: | |
2123 | * This symbol, if defined, indicates that <net/errno.h> exists and | |
2124 | * should be included. | |
2125 | */ | |
2126 | #$i_neterrno I_NET_ERRNO /**/ | |
2127 | ||
06501368 MB |
2128 | /* I_PWD: |
2129 | * This symbol, if defined, indicates to the C program that it should | |
2130 | * include <pwd.h>. | |
2131 | */ | |
2132 | /* PWQUOTA: | |
2133 | * This symbol, if defined, indicates to the C program that struct passwd | |
2134 | * contains pw_quota. | |
2135 | */ | |
2136 | /* PWAGE: | |
2137 | * This symbol, if defined, indicates to the C program that struct passwd | |
2138 | * contains pw_age. | |
2139 | */ | |
2140 | /* PWCHANGE: | |
2141 | * This symbol, if defined, indicates to the C program that struct passwd | |
2142 | * contains pw_change. | |
2143 | */ | |
2144 | /* PWCLASS: | |
2145 | * This symbol, if defined, indicates to the C program that struct passwd | |
2146 | * contains pw_class. | |
2147 | */ | |
2148 | /* PWEXPIRE: | |
2149 | * This symbol, if defined, indicates to the C program that struct passwd | |
2150 | * contains pw_expire. | |
2151 | */ | |
2152 | /* PWCOMMENT: | |
2153 | * This symbol, if defined, indicates to the C program that struct passwd | |
2154 | * contains pw_comment. | |
2155 | */ | |
2156 | /* PWGECOS: | |
2157 | * This symbol, if defined, indicates to the C program that struct passwd | |
2158 | * contains pw_gecos. | |
2159 | */ | |
2160 | /* PWPASSWD: | |
2161 | * This symbol, if defined, indicates to the C program that struct passwd | |
2162 | * contains pw_passwd. | |
2163 | */ | |
2164 | #$i_pwd I_PWD /**/ | |
2165 | #$d_pwquota PWQUOTA /**/ | |
2166 | #$d_pwage PWAGE /**/ | |
2167 | #$d_pwchange PWCHANGE /**/ | |
2168 | #$d_pwclass PWCLASS /**/ | |
2169 | #$d_pwexpire PWEXPIRE /**/ | |
2170 | #$d_pwcomment PWCOMMENT /**/ | |
2171 | #$d_pwgecos PWGECOS /**/ | |
2172 | #$d_pwpasswd PWPASSWD /**/ | |
2173 | ||
06501368 MB |
2174 | /* I_SYSUIO: |
2175 | * This symbol, if defined, indicates that <sys/uio.h> exists and | |
2176 | * should be included. | |
2177 | */ | |
2178 | #$i_sysuio I_SYSUIO /**/ | |
2179 | ||
0e0c5f82 MB |
2180 | /* I_TERMIO: |
2181 | * This symbol, if defined, indicates that the program should include | |
2182 | * <termio.h> rather than <sgtty.h>. There are also differences in | |
2183 | * the ioctl() calls that depend on the value of this symbol. | |
2184 | */ | |
2185 | /* I_TERMIOS: | |
2186 | * This symbol, if defined, indicates that the program should include | |
2187 | * the POSIX termios.h rather than sgtty.h or termio.h. | |
2188 | * There are also differences in the ioctl() calls that depend on the | |
2189 | * value of this symbol. | |
2190 | */ | |
2191 | /* I_SGTTY: | |
2192 | * This symbol, if defined, indicates that the program should include | |
2193 | * <sgtty.h> rather than <termio.h>. There are also differences in | |
2194 | * the ioctl() calls that depend on the value of this symbol. | |
2195 | */ | |
2196 | #$i_termio I_TERMIO /**/ | |
2197 | #$i_termios I_TERMIOS /**/ | |
2198 | #$i_sgtty I_SGTTY /**/ | |
2199 | ||
06501368 MB |
2200 | /* Free_t: |
2201 | * This variable contains the return type of free(). It is usually | |
dfaa7b30 | 2202 | * void, but occasionally int. |
06501368 MB |
2203 | */ |
2204 | /* Malloc_t: | |
2205 | * This symbol is the type of pointer returned by malloc and realloc. | |
2206 | */ | |
2207 | #define Malloc_t $malloctype /**/ | |
2208 | #define Free_t $freetype /**/ | |
2209 | ||
2210 | /* PERL_MALLOC_WRAP: | |
2211 | * This symbol, if defined, indicates that we'd like malloc wrap checks. | |
2212 | */ | |
2213 | #$usemallocwrap PERL_MALLOC_WRAP /**/ | |
2214 | ||
2215 | /* MYMALLOC: | |
2216 | * This symbol, if defined, indicates that we're using our own malloc. | |
2217 | */ | |
2218 | #$d_mymalloc MYMALLOC /**/ | |
2219 | ||
06501368 MB |
2220 | /* SH_PATH: |
2221 | * This symbol contains the full pathname to the shell used on this | |
2222 | * on this system to execute Bourne shell scripts. Usually, this will be | |
2223 | * /bin/sh, though it's possible that some systems will have /bin/ksh, | |
2224 | * /bin/pdksh, /bin/ash, /bin/bash, or even something such as | |
2225 | * D:/bin/sh.exe. | |
2226 | */ | |
0b0a0724 | 2227 | #define SH_PATH "$targetsh" /**/ |
06501368 MB |
2228 | |
2229 | /* SIG_NAME: | |
2230 | * This symbol contains a list of signal names in order of | |
2231 | * signal number. This is intended | |
2232 | * to be used as a static array initialization, like this: | |
2233 | * char *sig_name[] = { SIG_NAME }; | |
2234 | * The signals in the list are separated with commas, and each signal | |
2235 | * is surrounded by double quotes. There is no leading SIG in the signal | |
2236 | * name, i.e. SIGQUIT is known as "QUIT". | |
2237 | * Gaps in the signal numbers (up to NSIG) are filled in with NUMnn, | |
2238 | * etc., where nn is the actual signal number (e.g. NUM37). | |
2239 | * The signal number for sig_name[i] is stored in sig_num[i]. | |
2240 | * The last element is 0 to terminate the list with a NULL. This | |
2241 | * corresponds to the 0 at the end of the sig_name_init list. | |
2242 | * Note that this variable is initialized from the sig_name_init, | |
2243 | * not from sig_name (which is unused). | |
2244 | */ | |
2245 | /* SIG_NUM: | |
2246 | * This symbol contains a list of signal numbers, in the same order as the | |
2247 | * SIG_NAME list. It is suitable for static array initialization, as in: | |
2248 | * int sig_num[] = { SIG_NUM }; | |
2249 | * The signals in the list are separated with commas, and the indices | |
2250 | * within that list and the SIG_NAME list match, so it's easy to compute | |
2251 | * the signal name from a number or vice versa at the price of a small | |
2252 | * dynamic linear lookup. | |
2253 | * Duplicates are allowed, but are moved to the end of the list. | |
2254 | * The signal number corresponding to sig_name[i] is sig_number[i]. | |
2255 | * if (i < NSIG) then sig_number[i] == i. | |
2256 | * The last element is 0, corresponding to the 0 at the end of | |
2257 | * the sig_name_init list. | |
2258 | * Note that this variable is initialized from the sig_num_init, | |
2259 | * not from sig_num (which is unused). | |
2260 | */ | |
2261 | /* SIG_SIZE: | |
2262 | * This variable contains the number of elements of the SIG_NAME | |
2263 | * and SIG_NUM arrays, excluding the final NULL entry. | |
2264 | */ | |
2265 | #define SIG_NAME $sig_name_init /**/ | |
2266 | #define SIG_NUM $sig_num_init /**/ | |
2267 | #define SIG_SIZE $sig_size /**/ | |
2268 | ||
7e69463d AC |
2269 | /* USE_CROSS_COMPILE: |
2270 | * This symbol, if defined, indicates that Perl is being cross-compiled. | |
a33c94aa | 2271 | */ |
7e69463d AC |
2272 | /* PERL_TARGETARCH: |
2273 | * This symbol, if defined, indicates the target architecture | |
2274 | * Perl has been cross-compiled to. Undefined if not a cross-compile. | |
10bc17b6 | 2275 | */ |
7e69463d AC |
2276 | #ifndef USE_CROSS_COMPILE |
2277 | #$usecrosscompile USE_CROSS_COMPILE /**/ | |
2278 | #define PERL_TARGETARCH "$targetarch" /**/ | |
2279 | #endif | |
b8677e3b | 2280 | |
7e69463d AC |
2281 | /* PERL_USE_DEVEL: |
2282 | * This symbol, if defined, indicates that Perl was configured with | |
2283 | * -Dusedevel, to enable development features. This should not be | |
2284 | * done for production builds. | |
10bc17b6 | 2285 | */ |
7e69463d AC |
2286 | #$usedevel PERL_USE_DEVEL /**/ |
2287 | ||
2288 | /* HAS_ATOLF: | |
2289 | * This symbol, if defined, indicates that the atolf routine is | |
2290 | * available to convert strings into long doubles. | |
10bc17b6 | 2291 | */ |
7e69463d | 2292 | #$d_atolf HAS_ATOLF /**/ |
10bc17b6 | 2293 | |
7e69463d AC |
2294 | /* HAS_ATOLL: |
2295 | * This symbol, if defined, indicates that the atoll routine is | |
2296 | * available to convert strings into long longs. | |
06501368 | 2297 | */ |
7e69463d | 2298 | #$d_atoll HAS_ATOLL /**/ |
06501368 | 2299 | |
7e69463d AC |
2300 | /* HAS__FWALK: |
2301 | * This symbol, if defined, indicates that the _fwalk system call is | |
2302 | * available to apply a function to all the file handles. | |
06501368 | 2303 | */ |
7e69463d | 2304 | #$d__fwalk HAS__FWALK /**/ |
06501368 | 2305 | |
5c7252f4 | 2306 | /* HAS_ACCEPT4: |
dfaa7b30 MB |
2307 | * This symbol, if defined, indicates that the accept4 routine is |
2308 | * available to accept socket connections. | |
5c7252f4 | 2309 | */ |
dfaa7b30 | 2310 | #$d_accept4 HAS_ACCEPT4 /**/ |
5c7252f4 | 2311 | |
7e69463d AC |
2312 | /* HAS_ACOSH: |
2313 | * This symbol, if defined, indicates that the acosh routine is | |
2314 | * available to do the inverse hyperbolic cosine function. | |
06501368 | 2315 | */ |
7e69463d | 2316 | #$d_acosh HAS_ACOSH /**/ |
40613a90 | 2317 | |
f40bbcbf MB |
2318 | /* HAS_AINTL: |
2319 | * This symbol, if defined, indicates that the aintl routine is | |
2320 | * available. If copysignl is also present we can emulate modfl. | |
2321 | */ | |
2322 | #$d_aintl HAS_AINTL /**/ | |
2323 | ||
427d28ce JH |
2324 | /* HAS_ASINH: |
2325 | * This symbol, if defined, indicates that the asinh routine is | |
2326 | * available to do the inverse hyperbolic sine function. | |
2327 | */ | |
2328 | #$d_asinh HAS_ASINH /**/ | |
2329 | ||
2330 | /* HAS_ATANH: | |
2331 | * This symbol, if defined, indicates that the atanh routine is | |
2332 | * available to do the inverse hyperbolic tangent function. | |
2333 | */ | |
2334 | #$d_atanh HAS_ATANH /**/ | |
2335 | ||
ed140128 AD |
2336 | /* HAS_BUILTIN_CHOOSE_EXPR: |
2337 | * Can we handle GCC builtin for compile-time ternary-like expressions | |
2338 | */ | |
2339 | /* HAS_BUILTIN_EXPECT: | |
2340 | * Can we handle GCC builtin for telling that certain values are more | |
2341 | * likely | |
2342 | */ | |
2343 | #$d_builtin_expect HAS_BUILTIN_EXPECT /**/ | |
2344 | #$d_builtin_choose_expr HAS_BUILTIN_CHOOSE_EXPR /**/ | |
2345 | ||
c94a4d04 MB |
2346 | /* HAS_BUILTIN_ADD_OVERFLOW: |
2347 | * This symbol, if defined, indicates that the compiler supports | |
2348 | * __builtin_add_overflow for adding integers with overflow checks. | |
2349 | */ | |
2350 | /* HAS_BUILTIN_SUB_OVERFLOW: | |
2351 | * This symbol, if defined, indicates that the compiler supports | |
2352 | * __builtin_sub_overflow for subtracting integers with overflow checks. | |
2353 | */ | |
2354 | /* HAS_BUILTIN_MUL_OVERFLOW: | |
2355 | * This symbol, if defined, indicates that the compiler supports | |
2356 | * __builtin_mul_overflow for multiplying integers with overflow checks. | |
2357 | */ | |
2358 | #$d_builtin_add_overflow HAS_BUILTIN_ADD_OVERFLOW /**/ | |
2359 | #$d_builtin_sub_overflow HAS_BUILTIN_SUB_OVERFLOW /**/ | |
2360 | #$d_builtin_mul_overflow HAS_BUILTIN_MUL_OVERFLOW /**/ | |
2361 | ||
ed140128 AD |
2362 | /* HAS_C99_VARIADIC_MACROS: |
2363 | * If defined, the compiler supports C99 variadic macros. | |
2364 | */ | |
2365 | #$d_c99_variadic_macros HAS_C99_VARIADIC_MACROS /**/ | |
2366 | ||
2367 | /* HAS_CLASS: | |
2368 | * This symbol, if defined, indicates that the class routine is | |
2369 | * available to classify doubles. Available for example in AIX. | |
2370 | * The returned values are defined in <float.h> and are: | |
2371 | * | |
2372 | * FP_PLUS_NORM Positive normalized, nonzero | |
2373 | * FP_MINUS_NORM Negative normalized, nonzero | |
2374 | * FP_PLUS_DENORM Positive denormalized, nonzero | |
2375 | * FP_MINUS_DENORM Negative denormalized, nonzero | |
2376 | * FP_PLUS_ZERO +0.0 | |
2377 | * FP_MINUS_ZERO -0.0 | |
2378 | * FP_PLUS_INF +INF | |
2379 | * FP_MINUS_INF -INF | |
2380 | * FP_NANS Signaling Not a Number (NaNS) | |
2381 | * FP_NANQ Quiet Not a Number (NaNQ) | |
2382 | */ | |
2383 | #$d_class HAS_CLASS /**/ | |
2384 | ||
2385 | /* HAS_CLEARENV: | |
2386 | * This symbol, if defined, indicates that the clearenv () routine is | |
2387 | * available for use. | |
2388 | */ | |
2389 | #$d_clearenv HAS_CLEARENV /**/ | |
2390 | ||
2391 | /* HAS_STRUCT_CMSGHDR: | |
2392 | * This symbol, if defined, indicates that the struct cmsghdr | |
2393 | * is supported. | |
2394 | */ | |
2395 | #$d_cmsghdr_s HAS_STRUCT_CMSGHDR /**/ | |
2396 | ||
f40bbcbf MB |
2397 | /* HAS_COPYSIGN: |
2398 | * This symbol, if defined, indicates that the copysign routine is | |
2399 | * available to do the copysign function. | |
2400 | */ | |
2401 | #$d_copysign HAS_COPYSIGN /**/ | |
2402 | ||
ed140128 AD |
2403 | /* HAS_COPYSIGNL: |
2404 | * This symbol, if defined, indicates that the copysignl routine is | |
2405 | * available. If aintl is also present we can emulate modfl. | |
2406 | */ | |
2407 | #$d_copysignl HAS_COPYSIGNL /**/ | |
2408 | ||
2409 | /* USE_CPLUSPLUS: | |
2410 | * This symbol, if defined, indicates that a C++ compiler was | |
2411 | * used to compiled Perl and will be used to compile extensions. | |
2412 | */ | |
2413 | #$d_cplusplus USE_CPLUSPLUS /**/ | |
2414 | ||
2415 | /* HAS_DBMINIT_PROTO: | |
2416 | * This symbol, if defined, indicates that the system provides | |
2417 | * a prototype for the dbminit() function. Otherwise, it is up | |
2418 | * to the program to supply one. A good guess is | |
2419 | * extern int dbminit(char *); | |
2420 | */ | |
2421 | #$d_dbminitproto HAS_DBMINIT_PROTO /**/ | |
2422 | ||
2423 | /* HAS_DIR_DD_FD: | |
2424 | * This symbol, if defined, indicates that the the DIR* dirstream | |
2425 | * structure contains a member variable named dd_fd. | |
2426 | */ | |
2427 | #$d_dir_dd_fd HAS_DIR_DD_FD /**/ | |
2428 | ||
2429 | /* HAS_DIRFD: | |
2430 | * This manifest constant lets the C program know that dirfd | |
2431 | * is available. | |
2432 | */ | |
2433 | #$d_dirfd HAS_DIRFD /**/ | |
2434 | ||
2435 | /* DLSYM_NEEDS_UNDERSCORE: | |
2436 | * This symbol, if defined, indicates that we need to prepend an | |
2437 | * underscore to the symbol name before calling dlsym(). This only | |
2438 | * makes sense if you *have* dlsym, which we will presume is the | |
2439 | * case if you're using dl_dlopen.xs. | |
2440 | */ | |
dfaa7b30 | 2441 | #$d_dlsymun DLSYM_NEEDS_UNDERSCORE /**/ |
ed140128 | 2442 | |
5c7252f4 | 2443 | /* HAS_DUP3: |
dfaa7b30 MB |
2444 | * This symbol, if defined, indicates that the dup3 routine is |
2445 | * available to duplicate file descriptors. | |
5c7252f4 | 2446 | */ |
dfaa7b30 | 2447 | #$d_dup3 HAS_DUP3 /**/ |
5c7252f4 | 2448 | |
f40bbcbf MB |
2449 | /* HAS_ERF: |
2450 | * This symbol, if defined, indicates that the erf routine is | |
2451 | * available to do the error function. | |
2452 | */ | |
2453 | #$d_erf HAS_ERF /**/ | |
2454 | ||
2455 | /* HAS_ERFC: | |
2456 | * This symbol, if defined, indicates that the erfc routine is | |
2457 | * available to do the complementary error function. | |
2458 | */ | |
2459 | #$d_erfc HAS_ERFC /**/ | |
2460 | ||
2461 | /* HAS_EXP2: | |
2462 | * This symbol, if defined, indicates that the exp2 routine is | |
2463 | * available to do the 2**x function. | |
2464 | */ | |
2465 | #$d_exp2 HAS_EXP2 /**/ | |
2466 | ||
2467 | /* HAS_EXPM1: | |
2468 | * This symbol, if defined, indicates that the expm1 routine is | |
2469 | * available to do the exp(x) - 1 when x is near 1 function. | |
2470 | */ | |
2471 | #$d_expm1 HAS_EXPM1 /**/ | |
2472 | ||
ed140128 AD |
2473 | /* HAS_FAST_STDIO: |
2474 | * This symbol, if defined, indicates that the "fast stdio" | |
2475 | * is available to manipulate the stdio buffers directly. | |
2476 | */ | |
2477 | #$d_faststdio HAS_FAST_STDIO /**/ | |
2478 | ||
2479 | /* HAS_FCHDIR: | |
2480 | * This symbol, if defined, indicates that the fchdir routine is | |
2481 | * available to change directory using a file descriptor. | |
2482 | */ | |
2483 | #$d_fchdir HAS_FCHDIR /**/ | |
2484 | ||
2485 | /* FCNTL_CAN_LOCK: | |
2486 | * This symbol, if defined, indicates that fcntl() can be used | |
2487 | * for file locking. Normally on Unix systems this is defined. | |
2488 | * It may be undefined on VMS. | |
2489 | */ | |
2490 | #$d_fcntl_can_lock FCNTL_CAN_LOCK /**/ | |
2491 | ||
8b8c6ab7 AD |
2492 | /* HAS_FDCLOSE: |
2493 | * This symbol, if defined, indicates that the fdclose routine is | |
2494 | * available to free a FILE structure without closing the underlying | |
2495 | * file descriptor. This function appeared in FreeBSD 10.2. | |
2496 | */ | |
2497 | #$d_fdclose HAS_FDCLOSE /**/ | |
2498 | ||
f40bbcbf MB |
2499 | /* HAS_FDIM: |
2500 | * This symbol, if defined, indicates that the fdim routine is | |
2501 | * available to do the positive difference function. | |
2502 | */ | |
2503 | #$d_fdim HAS_FDIM /**/ | |
2504 | ||
d0166596 MB |
2505 | /* HAS_FEGETROUND: |
2506 | * This symbol, if defined, indicates that the fegetround routine is | |
2507 | * available to return the macro corresponding to the current rounding | |
2508 | * mode. | |
2509 | */ | |
2510 | #$d_fegetround HAS_FEGETROUND /**/ | |
2511 | ||
ed140128 AD |
2512 | /* HAS_FINITE: |
2513 | * This symbol, if defined, indicates that the finite routine is | |
2514 | * available to check whether a double is finite (non-infinity non-NaN). | |
2515 | */ | |
2516 | #$d_finite HAS_FINITE /**/ | |
2517 | ||
2518 | /* HAS_FINITEL: | |
2519 | * This symbol, if defined, indicates that the finitel routine is | |
2520 | * available to check whether a long double is finite | |
2521 | * (non-infinity non-NaN). | |
2522 | */ | |
2523 | #$d_finitel HAS_FINITEL /**/ | |
2524 | ||
2525 | /* HAS_FLOCK_PROTO: | |
2526 | * This symbol, if defined, indicates that the system provides | |
2527 | * a prototype for the flock() function. Otherwise, it is up | |
2528 | * to the program to supply one. A good guess is | |
2529 | * extern int flock(int, int); | |
2530 | */ | |
2531 | #$d_flockproto HAS_FLOCK_PROTO /**/ | |
2532 | ||
f40bbcbf MB |
2533 | /* HAS_FMA: |
2534 | * This symbol, if defined, indicates that the fma routine is | |
2535 | * available to do the multiply-add function. | |
2536 | */ | |
2537 | #$d_fma HAS_FMA /**/ | |
2538 | ||
2539 | /* HAS_FMAX: | |
2540 | * This symbol, if defined, indicates that the fmax routine is | |
2541 | * available to do the maximum function. | |
2542 | */ | |
2543 | #$d_fmax HAS_FMAX /**/ | |
2544 | ||
2545 | /* HAS_FMIN: | |
2546 | * This symbol, if defined, indicates that the fmin routine is | |
2547 | * available to do the minimum function. | |
2548 | */ | |
2549 | #$d_fmin HAS_FMIN /**/ | |
2550 | ||
ed140128 AD |
2551 | /* HAS_FP_CLASS: |
2552 | * This symbol, if defined, indicates that the fp_class routine is | |
2553 | * available to classify doubles. Available for example in Digital UNIX. | |
2554 | * The returned values are defined in <math.h> and are: | |
2555 | * | |
2556 | * FP_SNAN Signaling NaN (Not-a-Number) | |
2557 | * FP_QNAN Quiet NaN (Not-a-Number) | |
2558 | * FP_POS_INF +infinity | |
2559 | * FP_NEG_INF -infinity | |
2560 | * FP_POS_NORM Positive normalized | |
2561 | * FP_NEG_NORM Negative normalized | |
2562 | * FP_POS_DENORM Positive denormalized | |
2563 | * FP_NEG_DENORM Negative denormalized | |
2564 | * FP_POS_ZERO +0.0 (positive zero) | |
2565 | * FP_NEG_ZERO -0.0 (negative zero) | |
2566 | */ | |
2567 | #$d_fp_class HAS_FP_CLASS /**/ | |
2568 | ||
b19ee02c JH |
2569 | /* HAS_FP_CLASSL: |
2570 | * This symbol, if defined, indicates that the fp_classl routine is | |
d0166596 MB |
2571 | * available to classify long doubles. Available for example in |
2572 | * Digital UNIX. See for possible values HAS_FP_CLASS. | |
b19ee02c JH |
2573 | */ |
2574 | #$d_fp_classl HAS_FP_CLASSL /**/ | |
2575 | ||
ed140128 AD |
2576 | /* HAS_FPCLASS: |
2577 | * This symbol, if defined, indicates that the fpclass routine is | |
2578 | * available to classify doubles. Available for example in Solaris/SVR4. | |
2579 | * The returned values are defined in <ieeefp.h> and are: | |
2580 | * | |
2581 | * FP_SNAN signaling NaN | |
2582 | * FP_QNAN quiet NaN | |
2583 | * FP_NINF negative infinity | |
2584 | * FP_PINF positive infinity | |
2585 | * FP_NDENORM negative denormalized non-zero | |
2586 | * FP_PDENORM positive denormalized non-zero | |
2587 | * FP_NZERO negative zero | |
2588 | * FP_PZERO positive zero | |
2589 | * FP_NNORM negative normalized non-zero | |
2590 | * FP_PNORM positive normalized non-zero | |
2591 | */ | |
2592 | #$d_fpclass HAS_FPCLASS /**/ | |
2593 | ||
2594 | /* HAS_FPCLASSIFY: | |
2595 | * This symbol, if defined, indicates that the fpclassify routine is | |
2596 | * available to classify doubles. Available for example in HP-UX. | |
2597 | * The returned values are defined in <math.h> and are | |
2598 | * | |
dfaa7b30 MB |
2599 | * FP_NORMAL Normalized |
2600 | * FP_ZERO Zero | |
2601 | * FP_INFINITE Infinity | |
2602 | * FP_SUBNORMAL Denormalized | |
2603 | * FP_NAN NaN | |
ed140128 AD |
2604 | * |
2605 | */ | |
d0166596 MB |
2606 | /* HAS_FP_CLASSIFY: |
2607 | * This symbol, if defined, indicates that the fp_classify routine is | |
2608 | * available to classify doubles. The values are defined in <math.h> | |
2609 | * | |
dfaa7b30 MB |
2610 | * FP_NORMAL Normalized |
2611 | * FP_ZERO Zero | |
2612 | * FP_INFINITE Infinity | |
2613 | * FP_SUBNORMAL Denormalized | |
2614 | * FP_NAN NaN | |
d0166596 MB |
2615 | * |
2616 | */ | |
2617 | #$d_fpclassify HAS_FPCLASSIFY /**/ | |
2618 | #$d_fp_classify HAS_FP_CLASSIFY /**/ | |
ed140128 AD |
2619 | |
2620 | /* HAS_FPCLASSL: | |
2621 | * This symbol, if defined, indicates that the fpclassl routine is | |
2622 | * available to classify long doubles. Available for example in IRIX. | |
2623 | * The returned values are defined in <ieeefp.h> and are: | |
2624 | * | |
2625 | * FP_SNAN signaling NaN | |
2626 | * FP_QNAN quiet NaN | |
2627 | * FP_NINF negative infinity | |
2628 | * FP_PINF positive infinity | |
2629 | * FP_NDENORM negative denormalized non-zero | |
2630 | * FP_PDENORM positive denormalized non-zero | |
2631 | * FP_NZERO negative zero | |
2632 | * FP_PZERO positive zero | |
2633 | * FP_NNORM negative normalized non-zero | |
2634 | * FP_PNORM positive normalized non-zero | |
2635 | */ | |
2636 | #$d_fpclassl HAS_FPCLASSL /**/ | |
2637 | ||
4c1a9b0c JH |
2638 | /* HAS_FPGETROUND: |
2639 | * This symbol, if defined, indicates that the fpgetround routine is | |
2640 | * available to get the floating point rounding mode. | |
2641 | */ | |
2642 | #$d_fpgetround HAS_FPGETROUND /**/ | |
2643 | ||
ed140128 AD |
2644 | /* HAS_FPOS64_T: |
2645 | * This symbol will be defined if the C compiler supports fpos64_t. | |
2646 | */ | |
dfaa7b30 | 2647 | #$d_fpos64_t HAS_FPOS64_T /**/ |
ed140128 AD |
2648 | |
2649 | /* HAS_FREXPL: | |
2650 | * This symbol, if defined, indicates that the frexpl routine is | |
2651 | * available to break a long double floating-point number into | |
2652 | * a normalized fraction and an integral power of 2. | |
2653 | */ | |
2654 | #$d_frexpl HAS_FREXPL /**/ | |
2655 | ||
ea442100 JH |
2656 | /* HAS_STRUCT_FS_DATA: |
2657 | * This symbol, if defined, indicates that the struct fs_data | |
2658 | * to do statfs() is supported. | |
2659 | */ | |
2660 | #$d_fs_data_s HAS_STRUCT_FS_DATA /**/ | |
2661 | ||
3c29c5aa MB |
2662 | /* HAS_FCHMODAT: |
2663 | * This symbol is defined if the fchmodat() routine is available. | |
2664 | */ | |
2665 | /* HAS_LINKAT: | |
2666 | * This symbol is defined if the linkat() routine is available. | |
2667 | */ | |
2668 | /* HAS_OPENAT: | |
2669 | * This symbol is defined if the openat() routine is available. | |
2670 | */ | |
2671 | /* HAS_RENAMEAT: | |
2672 | * This symbol is defined if the renameat() routine is available. | |
2673 | */ | |
2674 | /* HAS_UNLINKAT: | |
2675 | * This symbol is defined if the unlinkat() routine is available. | |
2676 | */ | |
2677 | #$d_fchmodat HAS_FCHMODAT /**/ | |
2678 | #$d_linkat HAS_LINKAT /**/ | |
2679 | #$d_openat HAS_OPENAT /**/ | |
2680 | #$d_renameat HAS_RENAMEAT /**/ | |
2681 | #$d_unlinkat HAS_UNLINKAT /**/ | |
2682 | ||
ed140128 AD |
2683 | /* HAS_FSEEKO: |
2684 | * This symbol, if defined, indicates that the fseeko routine is | |
2685 | * available to fseek beyond 32 bits (useful for ILP32 hosts). | |
2686 | */ | |
2687 | #$d_fseeko HAS_FSEEKO /**/ | |
2688 | ||
ea442100 JH |
2689 | /* HAS_FSTATFS: |
2690 | * This symbol, if defined, indicates that the fstatfs routine is | |
2691 | * available to stat filesystems by file descriptors. | |
2692 | */ | |
2693 | #$d_fstatfs HAS_FSTATFS /**/ | |
2694 | ||
ed140128 AD |
2695 | /* HAS_FSYNC: |
2696 | * This symbol, if defined, indicates that the fsync routine is | |
2697 | * available to write a file's modified data and attributes to | |
2698 | * permanent storage. | |
2699 | */ | |
2700 | #$d_fsync HAS_FSYNC /**/ | |
2701 | ||
2702 | /* HAS_FTELLO: | |
2703 | * This symbol, if defined, indicates that the ftello routine is | |
2704 | * available to ftell beyond 32 bits (useful for ILP32 hosts). | |
2705 | */ | |
2706 | #$d_ftello HAS_FTELLO /**/ | |
2707 | ||
2708 | /* HAS_FUTIMES: | |
2709 | * This symbol, if defined, indicates that the futimes routine is | |
2710 | * available to change file descriptor time stamps with struct timevals. | |
2711 | */ | |
2712 | #$d_futimes HAS_FUTIMES /**/ | |
2713 | ||
0cc74f39 MB |
2714 | /* HAS_GAI_STRERROR: |
2715 | * This symbol, if defined, indicates that the gai_strerror routine | |
2716 | * is available to translate error codes returned by getaddrinfo() | |
2717 | * into human readable strings. | |
2718 | */ | |
2719 | #$d_gai_strerror HAS_GAI_STRERROR /**/ | |
2720 | ||
5086dff9 MB |
2721 | /* HAS_GETADDRINFO: |
2722 | * This symbol, if defined, indicates that the getaddrinfo() function | |
2723 | * is available for use. | |
2724 | */ | |
2725 | #$d_getaddrinfo HAS_GETADDRINFO /**/ | |
2726 | ||
ed140128 AD |
2727 | /* HAS_GETCWD: |
2728 | * This symbol, if defined, indicates that the getcwd routine is | |
2729 | * available to get the current working directory. | |
2730 | */ | |
2731 | #$d_getcwd HAS_GETCWD /**/ | |
2732 | ||
2733 | /* HAS_GETESPWNAM: | |
2734 | * This symbol, if defined, indicates that the getespwnam system call is | |
cd95ead5 | 2735 | * available to retrieve enhanced (shadow) password entries by name. |
ed140128 AD |
2736 | */ |
2737 | #$d_getespwnam HAS_GETESPWNAM /**/ | |
2738 | ||
ea442100 JH |
2739 | /* HAS_GETFSSTAT: |
2740 | * This symbol, if defined, indicates that the getfsstat routine is | |
2741 | * available to stat filesystems in bulk. | |
2742 | */ | |
2743 | #$d_getfsstat HAS_GETFSSTAT /**/ | |
2744 | ||
ed140128 AD |
2745 | /* HAS_GETITIMER: |
2746 | * This symbol, if defined, indicates that the getitimer routine is | |
2747 | * available to return interval timers. | |
2748 | */ | |
2749 | #$d_getitimer HAS_GETITIMER /**/ | |
2750 | ||
ea442100 JH |
2751 | /* HAS_GETMNT: |
2752 | * This symbol, if defined, indicates that the getmnt routine is | |
2753 | * available to get filesystem mount info by filename. | |
2754 | */ | |
2755 | #$d_getmnt HAS_GETMNT /**/ | |
2756 | ||
2757 | /* HAS_GETMNTENT: | |
2758 | * This symbol, if defined, indicates that the getmntent routine is | |
2759 | * available to iterate through mounted file systems to get their info. | |
2760 | */ | |
2761 | #$d_getmntent HAS_GETMNTENT /**/ | |
2762 | ||
5086dff9 MB |
2763 | /* HAS_GETNAMEINFO: |
2764 | * This symbol, if defined, indicates that the getnameinfo() function | |
2765 | * is available for use. | |
2766 | */ | |
2767 | #$d_getnameinfo HAS_GETNAMEINFO /**/ | |
2768 | ||
ed140128 AD |
2769 | /* HAS_GETPRPWNAM: |
2770 | * This symbol, if defined, indicates that the getprpwnam system call is | |
2771 | * available to retrieve protected (shadow) password entries by name. | |
2772 | */ | |
2773 | #$d_getprpwnam HAS_GETPRPWNAM /**/ | |
2774 | ||
2775 | /* HAS_GETSPNAM: | |
2776 | * This symbol, if defined, indicates that the getspnam system call is | |
2777 | * available to retrieve SysV shadow password entries by name. | |
2778 | */ | |
2779 | #$d_getspnam HAS_GETSPNAM /**/ | |
2780 | ||
ea442100 JH |
2781 | /* HAS_HASMNTOPT: |
2782 | * This symbol, if defined, indicates that the hasmntopt routine is | |
2783 | * available to query the mount options of file systems. | |
2784 | */ | |
2785 | #$d_hasmntopt HAS_HASMNTOPT /**/ | |
2786 | ||
427d28ce JH |
2787 | /* HAS_HYPOT: |
2788 | * This symbol, if defined, indicates that the hypot routine is | |
2789 | * available to do the hypotenuse function. | |
2790 | */ | |
2791 | #$d_hypot HAS_HYPOT /**/ | |
2792 | ||
2793 | /* HAS_ILOGB: | |
2794 | * This symbol, if defined, indicates that the ilogb routine is | |
f40bbcbf | 2795 | * available to get integer exponent of a floating-point value. |
427d28ce JH |
2796 | */ |
2797 | #$d_ilogb HAS_ILOGB /**/ | |
2798 | ||
ed140128 AD |
2799 | /* HAS_ILOGBL: |
2800 | * This symbol, if defined, indicates that the ilogbl routine is | |
2801 | * available. If scalbnl is also present we can emulate frexpl. | |
2802 | */ | |
2803 | #$d_ilogbl HAS_ILOGBL /**/ | |
2804 | ||
5086dff9 MB |
2805 | /* HAS_INETNTOP: |
2806 | * This symbol, if defined, indicates that the inet_ntop() function | |
2807 | * is available to parse IPv4 and IPv6 strings. | |
2808 | */ | |
2809 | #$d_inetntop HAS_INETNTOP /**/ | |
2810 | ||
2811 | /* HAS_INETPTON: | |
2812 | * This symbol, if defined, indicates that the inet_pton() function | |
2813 | * is available to parse IPv4 and IPv6 strings. | |
2814 | */ | |
2815 | #$d_inetpton HAS_INETPTON /**/ | |
2816 | ||
ed140128 | 2817 | /* HAS_INT64_T: |
dfaa7b30 MB |
2818 | * This symbol will defined if the C compiler supports int64_t. |
2819 | * Usually the <inttypes.h> needs to be included, but sometimes | |
ed140128 AD |
2820 | * <sys/types.h> is enough. |
2821 | */ | |
2822 | #$d_int64_t HAS_INT64_T /**/ | |
2823 | ||
269a7913 | 2824 | /* HAS_ISBLANK: |
1332606d | 2825 | * This manifest constant lets the C program know that isblank |
269a7913 MB |
2826 | * is available. |
2827 | */ | |
2828 | #$d_isblank HAS_ISBLANK /**/ | |
2829 | ||
ed140128 AD |
2830 | /* HAS_ISFINITE: |
2831 | * This symbol, if defined, indicates that the isfinite routine is | |
2832 | * available to check whether a double is finite (non-infinity non-NaN). | |
2833 | */ | |
2834 | #$d_isfinite HAS_ISFINITE /**/ | |
2835 | ||
fa484e60 | 2836 | /* HAS_ISFINITEL: |
d0166596 MB |
2837 | * This symbol, if defined, indicates that the isfinitel routine is |
2838 | * available to check whether a long double is finite. | |
fa484e60 JH |
2839 | * (non-infinity non-NaN). |
2840 | */ | |
2841 | #$d_isfinitel HAS_ISFINITEL /**/ | |
2842 | ||
ed140128 AD |
2843 | /* HAS_ISINF: |
2844 | * This symbol, if defined, indicates that the isinf routine is | |
2845 | * available to check whether a double is an infinity. | |
2846 | */ | |
2847 | #$d_isinf HAS_ISINF /**/ | |
2848 | ||
d0166596 MB |
2849 | /* HAS_ISINFL: |
2850 | * This symbol, if defined, indicates that the isinfl routine is | |
fa484e60 JH |
2851 | * available to check whether a long double is an infinity. |
2852 | */ | |
2853 | #$d_isinfl HAS_ISINFL /**/ | |
2854 | ||
f40bbcbf MB |
2855 | /* HAS_ISLESS: |
2856 | * This symbol, if defined, indicates that the isless routine is | |
2857 | * available to do the isless function. | |
2858 | */ | |
2859 | #$d_isless HAS_ISLESS /**/ | |
2860 | ||
ed140128 AD |
2861 | /* HAS_ISNAN: |
2862 | * This symbol, if defined, indicates that the isnan routine is | |
2863 | * available to check whether a double is a NaN. | |
2864 | */ | |
2865 | #$d_isnan HAS_ISNAN /**/ | |
2866 | ||
2867 | /* HAS_ISNANL: | |
2868 | * This symbol, if defined, indicates that the isnanl routine is | |
2869 | * available to check whether a long double is a NaN. | |
2870 | */ | |
2871 | #$d_isnanl HAS_ISNANL /**/ | |
2872 | ||
427d28ce JH |
2873 | /* HAS_ISNORMAL: |
2874 | * This symbol, if defined, indicates that the isnormal routine is | |
2875 | * available to check whether a double is normal (non-zero normalized). | |
2876 | */ | |
2877 | #$d_isnormal HAS_ISNORMAL /**/ | |
2878 | ||
d0166596 MB |
2879 | /* HAS_J0: |
2880 | * This symbol, if defined, indicates to the C program that the | |
2881 | * j0() function is available for Bessel functions of the first | |
2882 | * kind of the order zero, for doubles. | |
2883 | */ | |
2884 | /* HAS_J0L: | |
2885 | * This symbol, if defined, indicates to the C program that the | |
2886 | * j0l() function is available for Bessel functions of the first | |
2887 | * kind of the order zero, for long doubles. | |
2888 | */ | |
2889 | #$d_j0 HAS_J0 /**/ | |
2890 | #$d_j0l HAS_J0L /**/ | |
2891 | ||
f40bbcbf MB |
2892 | /* HAS_LC_MONETARY_2008: |
2893 | * This symbol, if defined, indicates that the localeconv routine is | |
2894 | * available and has the additional members added in POSIX 1003.1-2008. | |
2895 | */ | |
2896 | #$d_lc_monetary_2008 HAS_LC_MONETARY_2008 /**/ | |
2897 | ||
ed140128 AD |
2898 | /* HAS_LDBL_DIG: |
2899 | * This symbol, if defined, indicates that this system's <float.h> | |
2900 | * or <limits.h> defines the symbol LDBL_DIG, which is the number | |
2901 | * of significant digits in a long double precision number. Unlike | |
2902 | * for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined. | |
2903 | */ | |
dfaa7b30 | 2904 | #$d_ldbl_dig HAS_LDBL_DIG /* */ |
ed140128 | 2905 | |
427d28ce JH |
2906 | /* HAS_LGAMMA: |
2907 | * This symbol, if defined, indicates that the lgamma routine is | |
2908 | * available to do the log gamma function. See also HAS_TGAMMA and | |
2909 | * HAS_LGAMMA_R. | |
2910 | */ | |
2911 | #$d_lgamma HAS_LGAMMA /**/ | |
2912 | ||
2913 | /* HAS_LGAMMA_R: | |
2914 | * This symbol, if defined, indicates that the lgamma_r routine is | |
2915 | * available to do the log gamma function without using the global | |
2916 | * signgam variable. | |
2917 | */ | |
2918 | #$d_lgamma_r HAS_LGAMMA_R /**/ | |
2919 | ||
ed140128 AD |
2920 | /* LIBM_LIB_VERSION: |
2921 | * This symbol, if defined, indicates that libm exports _LIB_VERSION | |
2922 | * and that math.h defines the enum to manipulate it. | |
2923 | */ | |
2924 | #$d_libm_lib_version LIBM_LIB_VERSION /**/ | |
2925 | ||
427d28ce JH |
2926 | /* HAS_LLRINT: |
2927 | * This symbol, if defined, indicates that the llrint routine is | |
2640dfa8 MB |
2928 | * available to return the long long value closest to a double |
2929 | * (according to the current rounding mode). | |
427d28ce JH |
2930 | */ |
2931 | #$d_llrint HAS_LLRINT /**/ | |
2932 | ||
bc580dd3 JH |
2933 | /* HAS_LLRINTL: |
2934 | * This symbol, if defined, indicates that the llrintl routine is | |
2640dfa8 MB |
2935 | * available to return the long long value closest to a long double |
2936 | * (according to the current rounding mode). | |
bc580dd3 JH |
2937 | */ |
2938 | #$d_llrintl HAS_LLRINTL /**/ | |
2939 | ||
427d28ce JH |
2940 | /* HAS_LLROUND: |
2941 | * This symbol, if defined, indicates that the llround routine is | |
2942 | * available to return the nearest long long value. | |
2943 | */ | |
2944 | #$d_llround HAS_LLROUND /**/ | |
2945 | ||
bc580dd3 JH |
2946 | /* HAS_LLROUNDL: |
2947 | * This symbol, if defined, indicates that the llroundl routine is | |
68936db0 MB |
2948 | * available to return the nearest long long value away from zero of |
2949 | * the long double argument value. | |
bc580dd3 JH |
2950 | */ |
2951 | #$d_llroundl HAS_LLROUNDL /**/ | |
2952 | ||
427d28ce | 2953 | /* HAS_LOG1P: |
f40bbcbf MB |
2954 | * This symbol, if defined, indicates that the log1p routine is |
2955 | * available to do the logarithm of 1 plus argument function. | |
427d28ce JH |
2956 | */ |
2957 | #$d_log1p HAS_LOG1P /**/ | |
2958 | ||
2959 | /* HAS_LOG2: | |
f40bbcbf | 2960 | * This symbol, if defined, indicates that the log2 routine is |
427d28ce JH |
2961 | * available to do the log2 function. |
2962 | */ | |
2963 | #$d_log2 HAS_LOG2 /**/ | |
2964 | ||
2965 | /* HAS_LOGB: | |
f40bbcbf | 2966 | * This symbol, if defined, indicates that the logb routine is |
427d28ce JH |
2967 | * available to do the logb function. |
2968 | */ | |
2969 | #$d_logb HAS_LOGB /**/ | |
2970 | ||
2971 | /* HAS_LRINT: | |
2972 | * This symbol, if defined, indicates that the lrint routine is | |
2640dfa8 MB |
2973 | * available to return the integral value closest to a double |
2974 | * (according to the current rounding mode). | |
427d28ce JH |
2975 | */ |
2976 | #$d_lrint HAS_LRINT /**/ | |
2977 | ||
bc580dd3 JH |
2978 | /* HAS_LRINTL: |
2979 | * This symbol, if defined, indicates that the lrintl routine is | |
2640dfa8 MB |
2980 | * available to return the integral value closest to a long double |
2981 | * (according to the current rounding mode). | |
bc580dd3 JH |
2982 | */ |
2983 | #$d_lrintl HAS_LRINTL /**/ | |
2984 | ||
427d28ce JH |
2985 | /* HAS_LROUND: |
2986 | * This symbol, if defined, indicates that the lround routine is | |
2987 | * available to return the nearest integral value. | |
2988 | */ | |
2989 | #$d_lround HAS_LROUND /**/ | |
2990 | ||
bc580dd3 JH |
2991 | /* HAS_LROUNDL: |
2992 | * This symbol, if defined, indicates that the lroundl routine is | |
68936db0 MB |
2993 | * available to return the nearest integral value away from zero of |
2994 | * the long double argument value. | |
bc580dd3 JH |
2995 | */ |
2996 | #$d_lroundl HAS_LROUNDL /**/ | |
2997 | ||
ed140128 AD |
2998 | /* HAS_MADVISE: |
2999 | * This symbol, if defined, indicates that the madvise system call is | |
3000 | * available to map a file into memory. | |
3001 | */ | |
3002 | #$d_madvise HAS_MADVISE /**/ | |
3003 | ||
3004 | /* HAS_MALLOC_SIZE: | |
3005 | * This symbol, if defined, indicates that the malloc_size | |
3006 | * routine is available for use. | |
3007 | */ | |
3008 | #$d_malloc_size HAS_MALLOC_SIZE /**/ | |
3009 | ||
3010 | /* HAS_MALLOC_GOOD_SIZE: | |
3011 | * This symbol, if defined, indicates that the malloc_good_size | |
3012 | * routine is available for use. | |
3013 | */ | |
3014 | #$d_malloc_good_size HAS_MALLOC_GOOD_SIZE /**/ | |
3015 | ||
3879c54d MB |
3016 | /* HAS_MEMMEM: |
3017 | * This symbol, if defined, indicates that the memmem routine is | |
3018 | * available to return a pointer to the start of the first occurance | |
3019 | * of a substring in a memory area (or NULL if not found). | |
ab03c4a8 MB |
3020 | * In glibc, memmem is a GNU extension. The function is visible in |
3021 | * libc, but the prototype is only visible if _GNU_SOURCE is #defined. | |
3022 | * Thus we only define this if both the prototype and symbol are found. | |
3879c54d MB |
3023 | */ |
3024 | #$d_memmem HAS_MEMMEM /**/ | |
3025 | ||
28ebb8fb DIM |
3026 | /* HAS_MEMRCHR: |
3027 | * This symbol, if defined, indicates that the memrchr routine is | |
3028 | * available to return a pointer to the last occurrence of a byte in | |
3029 | * a memory area (or NULL if not found). | |
3030 | */ | |
3031 | #$d_memrchr HAS_MEMRCHR /**/ | |
3032 | ||
ed140128 AD |
3033 | /* HAS_MKDTEMP: |
3034 | * This symbol, if defined, indicates that the mkdtemp routine is | |
3035 | * available to exclusively create a uniquely named temporary directory. | |
3036 | */ | |
3037 | #$d_mkdtemp HAS_MKDTEMP /**/ | |
3038 | ||
226394c3 Z |
3039 | /* HAS_MKOSTEMP: |
3040 | * This symbol, if defined, indicates that the mkostemp routine is | |
dfaa7b30 MB |
3041 | * available to exclusively create and open a uniquely named (with a |
3042 | * suffix) temporary file. | |
226394c3 | 3043 | */ |
dfaa7b30 | 3044 | #$d_mkostemp HAS_MKOSTEMP /**/ |
226394c3 | 3045 | |
ed140128 AD |
3046 | /* HAS_MKSTEMPS: |
3047 | * This symbol, if defined, indicates that the mkstemps routine is | |
cd95ead5 | 3048 | * available to exclusively create and open a uniquely named |
ed140128 AD |
3049 | * (with a suffix) temporary file. |
3050 | */ | |
3051 | #$d_mkstemps HAS_MKSTEMPS /**/ | |
3052 | ||
3053 | /* HAS_MODFL: | |
3054 | * This symbol, if defined, indicates that the modfl routine is | |
3055 | * available to split a long double x into a fractional part f and | |
3056 | * an integer part i such that |f| < 1.0 and (f + i) = x. | |
3057 | */ | |
3058 | /* HAS_MODFL_PROTO: | |
3059 | * This symbol, if defined, indicates that the system provides | |
3060 | * a prototype for the modfl() function. Otherwise, it is up | |
3061 | * to the program to supply one. | |
3062 | */ | |
ed140128 AD |
3063 | #$d_modfl HAS_MODFL /**/ |
3064 | #$d_modflproto HAS_MODFL_PROTO /**/ | |
ed140128 AD |
3065 | |
3066 | /* HAS_MPROTECT: | |
3067 | * This symbol, if defined, indicates that the mprotect system call is | |
3068 | * available to modify the access protection of a memory mapped file. | |
3069 | */ | |
3070 | #$d_mprotect HAS_MPROTECT /**/ | |
3071 | ||
3072 | /* HAS_STRUCT_MSGHDR: | |
3073 | * This symbol, if defined, indicates that the struct msghdr | |
3074 | * is supported. | |
3075 | */ | |
3076 | #$d_msghdr_s HAS_STRUCT_MSGHDR /**/ | |
3077 | ||
f40bbcbf MB |
3078 | /* HAS_NAN: |
3079 | * This symbol, if defined, indicates that the nan routine is | |
3080 | * available to generate NaN. | |
3081 | */ | |
3082 | #$d_nan HAS_NAN /**/ | |
3083 | ||
c94a4d04 MB |
3084 | /* HAS_NANOSLEEP: |
3085 | * This symbol, if defined, indicates that the nanosleep | |
3086 | * system call is available to sleep with 1E-9 sec accuracy. | |
3087 | */ | |
3088 | #$d_nanosleep HAS_NANOSLEEP /**/ | |
3089 | ||
f40bbcbf MB |
3090 | /* HAS_NEARBYINT: |
3091 | * This symbol, if defined, indicates that the nearbyint routine is | |
3092 | * available to return the integral value closest to (according to | |
3093 | * the current rounding mode) to x. | |
3094 | */ | |
3095 | #$d_nearbyint HAS_NEARBYINT /**/ | |
3096 | ||
ecb44b8e MB |
3097 | /* HAS_NEWLOCALE: |
3098 | * This symbol, if defined, indicates that the newlocale routine is | |
3099 | * available to return a new locale object or modify an existing | |
3100 | * locale object. | |
3101 | */ | |
3102 | /* HAS_FREELOCALE: | |
3103 | * This symbol, if defined, indicates that the freelocale routine is | |
3104 | * available to deallocates the resources associated with a locale object. | |
3105 | */ | |
3106 | /* HAS_USELOCALE: | |
3107 | * This symbol, if defined, indicates that the uselocale routine is | |
3108 | * available to set the current locale for the calling thread. | |
3109 | */ | |
0faf531f AC |
3110 | /* HAS_DUPLOCALE: |
3111 | * This symbol, if defined, indicates that the duplocale routine is | |
3112 | * available to duplicate a locale object. | |
3113 | */ | |
bc900e45 AC |
3114 | /* HAS_QUERYLOCALE: |
3115 | * This symbol, if defined, indicates that the querylocale routine is | |
3116 | * available to return the name of the locale for a category mask. | |
3117 | */ | |
ec2bccfd MB |
3118 | /* I_XLOCALE: |
3119 | * This symbol, if defined, indicates to the C program that it should | |
3120 | * include <xlocale.h> to get uselocale() and its friends. | |
3121 | */ | |
ecb44b8e MB |
3122 | #$d_newlocale HAS_NEWLOCALE /**/ |
3123 | #$d_freelocale HAS_FREELOCALE /**/ | |
3124 | #$d_uselocale HAS_USELOCALE /**/ | |
0faf531f | 3125 | #$d_duplocale HAS_DUPLOCALE /**/ |
bc900e45 | 3126 | #$d_querylocale HAS_QUERYLOCALE /**/ |
ec2bccfd | 3127 | #$i_xlocale I_XLOCALE /**/ |
ecb44b8e | 3128 | |
f40bbcbf MB |
3129 | /* HAS_NEXTAFTER: |
3130 | * This symbol, if defined, indicates that the nextafter routine is | |
3131 | * available to return the next machine representable double from | |
3132 | * x in direction y. | |
3133 | */ | |
3134 | #$d_nextafter HAS_NEXTAFTER /**/ | |
3135 | ||
3136 | /* HAS_NEXTTOWARD: | |
3137 | * This symbol, if defined, indicates that the nexttoward routine is | |
3138 | * available to return the next machine representable long double from | |
3139 | * x in direction y. | |
3140 | */ | |
3141 | #$d_nexttoward HAS_NEXTTOWARD /**/ | |
3142 | ||
ed140128 AD |
3143 | /* HAS_NL_LANGINFO: |
3144 | * This symbol, if defined, indicates that the nl_langinfo routine is | |
3145 | * available to return local data. You will also need <langinfo.h> | |
3146 | * and therefore I_LANGINFO. | |
3147 | */ | |
3148 | #$d_nl_langinfo HAS_NL_LANGINFO /**/ | |
3149 | ||
3150 | /* HAS_OFF64_T: | |
3151 | * This symbol will be defined if the C compiler supports off64_t. | |
3152 | */ | |
dfaa7b30 | 3153 | #$d_off64_t HAS_OFF64_T /**/ |
ed140128 | 3154 | |
5c7252f4 | 3155 | /* HAS_PIPE2: |
dfaa7b30 MB |
3156 | * This symbol, if defined, indicates that the pipe2 routine is |
3157 | * available to create an inter-process channel. | |
5c7252f4 Z |
3158 | */ |
3159 | #$d_pipe2 HAS_PIPE2 /**/ | |
3160 | ||
c796e3db MB |
3161 | /* HAS_PRCTL: |
3162 | * This symbol, if defined, indicates that the prctl routine is | |
3163 | * available to set process title. | |
b75ee85b JH |
3164 | * Note that there are at least two prctl variants: Linux and Irix. |
3165 | * While they are somewhat similar, they are incompatible. | |
c796e3db MB |
3166 | */ |
3167 | /* HAS_PRCTL_SET_NAME: | |
3168 | * This symbol, if defined, indicates that the prctl routine is | |
3169 | * available to set process title and supports PR_SET_NAME. | |
3170 | */ | |
3171 | #$d_prctl HAS_PRCTL /**/ | |
3172 | #$d_prctl_set_name HAS_PRCTL_SET_NAME /**/ | |
3173 | ||
ed140128 AD |
3174 | /* HAS_PROCSELFEXE: |
3175 | * This symbol is defined if PROCSELFEXE_PATH is a symlink | |
3176 | * to the absolute pathname of the executing program. | |
3177 | */ | |
3178 | /* PROCSELFEXE_PATH: | |
3179 | * If HAS_PROCSELFEXE is defined this symbol is the filename | |
3180 | * of the symbolic link pointing to the absolute pathname of | |
3181 | * the executing program. | |
3182 | */ | |
3183 | #$d_procselfexe HAS_PROCSELFEXE /**/ | |
3184 | #if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH) | |
3185 | #define PROCSELFEXE_PATH $procselfexe /**/ | |
3186 | #endif | |
3187 | ||
3188 | /* HAS_PTHREAD_ATTR_SETSCOPE: | |
3189 | * This symbol, if defined, indicates that the pthread_attr_setscope | |
3190 | * system call is available to set the contention scope attribute of | |
3191 | * a thread attribute object. | |
3192 | */ | |
3193 | #$d_pthread_attr_setscope HAS_PTHREAD_ATTR_SETSCOPE /**/ | |
3194 | ||
0e0c5f82 MB |
3195 | /* HAS_PTRDIFF_T: |
3196 | * This symbol will be defined if the C compiler supports ptrdiff_t. | |
3197 | */ | |
dfaa7b30 | 3198 | #$d_ptrdiff_t HAS_PTRDIFF_T /**/ |
0e0c5f82 | 3199 | |
ed140128 AD |
3200 | /* HAS_READV: |
3201 | * This symbol, if defined, indicates that the readv routine is | |
3202 | * available to do gather reads. You will also need <sys/uio.h> | |
3203 | * and there I_SYSUIO. | |
3204 | */ | |
3205 | #$d_readv HAS_READV /**/ | |
3206 | ||
3207 | /* HAS_RECVMSG: | |
3208 | * This symbol, if defined, indicates that the recvmsg routine is | |
3209 | * available to send structured socket messages. | |
3210 | */ | |
3211 | #$d_recvmsg HAS_RECVMSG /**/ | |
3212 | ||
f40bbcbf MB |
3213 | /* HAS_REMAINDER: |
3214 | * This symbol, if defined, indicates that the remainder routine is | |
3215 | * available to return the floating-point remainder. | |
3216 | */ | |
3217 | #$d_remainder HAS_REMAINDER /**/ | |
3218 | ||
3219 | /* HAS_REMQUO: | |
3220 | * This symbol, if defined, indicates that the remquo routine is | |
3221 | * available to return the remainder and part of quotient. | |
3222 | */ | |
3223 | #$d_remquo HAS_REMQUO /**/ | |
3224 | ||
3225 | /* HAS_RINT: | |
3226 | * This symbol, if defined, indicates that the rint routine is | |
3227 | * available to return the nearest integral value to x as double | |
3228 | * using the current rounding mode. | |
3229 | */ | |
3230 | #$d_rint HAS_RINT /**/ | |
3231 | ||
3232 | /* HAS_ROUND: | |
3233 | * This symbol, if defined, indicates that the round routine is | |
3234 | * available to round to nearest integer, away from zero. | |
3235 | */ | |
3236 | #$d_round HAS_ROUND /**/ | |
3237 | ||
ed140128 AD |
3238 | /* HAS_SBRK_PROTO: |
3239 | * This symbol, if defined, indicates that the system provides | |
3240 | * a prototype for the sbrk() function. Otherwise, it is up | |
3241 | * to the program to supply one. Good guesses are | |
3242 | * extern void* sbrk(int); | |
3243 | * extern void* sbrk(size_t); | |
3244 | */ | |
3245 | #$d_sbrkproto HAS_SBRK_PROTO /**/ | |
3246 | ||
427d28ce | 3247 | /* HAS_SCALBN: |
f40bbcbf MB |
3248 | * This symbol, if defined, indicates that the scalbn routine is |
3249 | * available to multiply floating-point number by integral power | |
3250 | * of radix. | |
427d28ce JH |
3251 | */ |
3252 | #$d_scalbn HAS_SCALBN /**/ | |
3253 | ||
ed140128 AD |
3254 | /* HAS_SCALBNL: |
3255 | * This symbol, if defined, indicates that the scalbnl routine is | |
3256 | * available. If ilogbl is also present we can emulate frexpl. | |
3257 | */ | |
3258 | #$d_scalbnl HAS_SCALBNL /**/ | |
3259 | ||
3260 | /* HAS_SENDMSG: | |
3261 | * This symbol, if defined, indicates that the sendmsg routine is | |
3262 | * available to send structured socket messages. | |
3263 | */ | |
3264 | #$d_sendmsg HAS_SENDMSG /**/ | |
3265 | ||
3266 | /* HAS_SETITIMER: | |
3267 | * This symbol, if defined, indicates that the setitimer routine is | |
3268 | * available to set interval timers. | |
3269 | */ | |
3270 | #$d_setitimer HAS_SETITIMER /**/ | |
3271 | ||
2e3ef32f KW |
3272 | /* HAS_SETLOCALE: |
3273 | * This symbol, if defined, indicates that the setlocale routine is | |
3274 | * available to handle locale-specific ctype implementations. | |
3275 | */ | |
3276 | /* SETLOCALE_ACCEPTS_ANY_LOCALE_NAME: | |
3277 | * This symbol, if defined, indicates that the setlocale routine is | |
3278 | * available and it accepts any input locale name as valid. | |
3279 | */ | |
3280 | #$d_setlocale HAS_SETLOCALE /**/ | |
3281 | #$d_setlocale_accepts_any_locale_name SETLOCALE_ACCEPTS_ANY_LOCALE_NAME /**/ | |
3282 | ||
ed140128 AD |
3283 | /* HAS_SETPROCTITLE: |
3284 | * This symbol, if defined, indicates that the setproctitle routine is | |
3285 | * available to set process title. | |
3286 | */ | |
3287 | #$d_setproctitle HAS_SETPROCTITLE /**/ | |
3288 | ||
ed140128 AD |
3289 | /* HAS_SIGNBIT: |
3290 | * This symbol, if defined, indicates that the signbit routine is | |
3291 | * available to check if the given number has the sign bit set. | |
3292 | * This should include correct testing of -0.0. This will only be set | |
3293 | * if the signbit() routine is safe to use with the NV type used internally | |
3294 | * in perl. Users should call Perl_signbit(), which will be #defined to | |
3295 | * the system's signbit() function or macro if this symbol is defined. | |
3296 | */ | |
3297 | #$d_signbit HAS_SIGNBIT /**/ | |
3298 | ||
3299 | /* HAS_SIGPROCMASK: | |
3300 | * This symbol, if defined, indicates that the sigprocmask | |
3301 | * system call is available to examine or change the signal mask | |
3302 | * of the calling process. | |
3303 | */ | |
3304 | #$d_sigprocmask HAS_SIGPROCMASK /**/ | |
3305 | ||
3306 | /* USE_SITECUSTOMIZE: | |
3307 | * This symbol, if defined, indicates that sitecustomize should | |
3308 | * be used. | |
3309 | */ | |
3310 | #ifndef USE_SITECUSTOMIZE | |
3311 | #$usesitecustomize USE_SITECUSTOMIZE /**/ | |
3312 | #endif | |
3313 | ||
4059ba87 AC |
3314 | /* HAS_SNPRINTF: |
3315 | * This symbol, if defined, indicates that the snprintf () library | |
3316 | * function is available for use. | |
3317 | */ | |
3318 | /* HAS_VSNPRINTF: | |
3319 | * This symbol, if defined, indicates that the vsnprintf () library | |
3320 | * function is available for use. | |
3321 | */ | |
3322 | #$d_snprintf HAS_SNPRINTF /**/ | |
3323 | #$d_vsnprintf HAS_VSNPRINTF /**/ | |
3324 | ||
ed140128 AD |
3325 | /* HAS_SOCKATMARK: |
3326 | * This symbol, if defined, indicates that the sockatmark routine is | |
3327 | * available to test whether a socket is at the out-of-band mark. | |
3328 | */ | |
3329 | #$d_sockatmark HAS_SOCKATMARK /**/ | |
3330 | ||
3331 | /* HAS_SOCKATMARK_PROTO: | |
3332 | * This symbol, if defined, indicates that the system provides | |
3333 | * a prototype for the sockatmark() function. Otherwise, it is up | |
3334 | * to the program to supply one. A good guess is | |
3335 | * extern int sockatmark(int); | |
3336 | */ | |
3337 | #$d_sockatmarkproto HAS_SOCKATMARK_PROTO /**/ | |
3338 | ||
3339 | /* HAS_SOCKS5_INIT: | |
3340 | * This symbol, if defined, indicates that the socks5_init routine is | |
3341 | * available to initialize SOCKS 5. | |
3342 | */ | |
3343 | #$d_socks5_init HAS_SOCKS5_INIT /**/ | |
3344 | ||
ed140128 AD |
3345 | /* HAS_SQRTL: |
3346 | * This symbol, if defined, indicates that the sqrtl routine is | |
3347 | * available to do long double square roots. | |
3348 | */ | |
3349 | #$d_sqrtl HAS_SQRTL /**/ | |
3350 | ||
3351 | /* HAS_SETRESGID_PROTO: | |
3352 | * This symbol, if defined, indicates that the system provides | |
3353 | * a prototype for the setresgid() function. Otherwise, it is up | |
3354 | * to the program to supply one. Good guesses are | |
3355 | * extern int setresgid(uid_t ruid, uid_t euid, uid_t suid); | |
3356 | */ | |
3357 | #$d_sresgproto HAS_SETRESGID_PROTO /**/ | |
3358 | ||
3359 | /* HAS_SETRESUID_PROTO: | |
3360 | * This symbol, if defined, indicates that the system provides | |
3361 | * a prototype for the setresuid() function. Otherwise, it is up | |
3362 | * to the program to supply one. Good guesses are | |
3363 | * extern int setresuid(uid_t ruid, uid_t euid, uid_t suid); | |
3364 | */ | |
3365 | #$d_sresuproto HAS_SETRESUID_PROTO /**/ | |
3366 | ||
ea442100 JH |
3367 | /* HAS_STRUCT_STATFS_F_FLAGS: |
3368 | * This symbol, if defined, indicates that the struct statfs | |
3369 | * does have the f_flags member containing the mount flags of | |
3370 | * the filesystem containing the file. | |
3371 | * This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3), | |
3372 | * not from <sys/statfs.h> (SYSV). Older BSDs (like Ultrix) do not | |
3373 | * have statfs() and struct statfs, they have ustat() and getmnt() | |
3374 | * with struct ustat and struct fs_data. | |
3375 | */ | |
3376 | #$d_statfs_f_flags HAS_STRUCT_STATFS_F_FLAGS /**/ | |
3377 | ||
3378 | /* HAS_STRUCT_STATFS: | |
3379 | * This symbol, if defined, indicates that the struct statfs | |
3380 | * to do statfs() is supported. | |
3381 | */ | |
3382 | #$d_statfs_s HAS_STRUCT_STATFS /**/ | |
3383 | ||
3384 | /* HAS_FSTATVFS: | |
3385 | * This symbol, if defined, indicates that the fstatvfs routine is | |
3386 | * available to stat filesystems by file descriptors. | |
3387 | */ | |
3388 | #$d_fstatvfs HAS_FSTATVFS /**/ | |
3389 | ||
ef55c673 AC |
3390 | /* HAS_STRERROR_L: |
3391 | * This symbol, if defined, indicates that the strerror_l routine is | |
3392 | * available to return the error message for a given errno value in | |
3393 | * a particular locale (identified by a locale_t object). | |
3394 | */ | |
3395 | #$d_strerror_l HAS_STRERROR_L /**/ | |
3396 | ||
ed140128 AD |
3397 | /* HAS_STRFTIME: |
3398 | * This symbol, if defined, indicates that the strftime routine is | |
3399 | * available to do time formatting. | |
3400 | */ | |
3401 | #$d_strftime HAS_STRFTIME /**/ | |
3402 | ||
3403 | /* HAS_STRLCAT: | |
3404 | * This symbol, if defined, indicates that the strlcat () routine is | |
3405 | * available to do string concatenation. | |
3406 | */ | |
3407 | #$d_strlcat HAS_STRLCAT /**/ | |
3408 | ||
3409 | /* HAS_STRLCPY: | |
3410 | * This symbol, if defined, indicates that the strlcpy () routine is | |
3411 | * available to do string copying. | |
3412 | */ | |
3413 | #$d_strlcpy HAS_STRLCPY /**/ | |
3414 | ||
c94a4d04 MB |
3415 | /* HAS_STRNLEN: |
3416 | * This symbol, if defined, indicates that the strnlen () routine is | |
3417 | * available to check the length of a string up to a maximum. | |
3418 | */ | |
3419 | #$d_strnlen HAS_STRNLEN /**/ | |
3420 | ||
ed140128 AD |
3421 | /* HAS_STRTOLD: |
3422 | * This symbol, if defined, indicates that the strtold routine is | |
3423 | * available to convert strings to long doubles. | |
3424 | */ | |
3425 | #$d_strtold HAS_STRTOLD /**/ | |
3426 | ||
3427 | /* HAS_STRTOLL: | |
3428 | * This symbol, if defined, indicates that the strtoll routine is | |
3429 | * available to convert strings to long longs. | |
3430 | */ | |
3431 | #$d_strtoll HAS_STRTOLL /**/ | |
3432 | ||
3433 | /* HAS_STRTOQ: | |
3434 | * This symbol, if defined, indicates that the strtoq routine is | |
3435 | * available to convert strings to long longs (quads). | |
3436 | */ | |
3437 | #$d_strtoq HAS_STRTOQ /**/ | |
3438 | ||
3439 | /* HAS_STRTOULL: | |
3440 | * This symbol, if defined, indicates that the strtoull routine is | |
3441 | * available to convert strings to unsigned long longs. | |
3442 | */ | |
3443 | #$d_strtoull HAS_STRTOULL /**/ | |
3444 | ||
3445 | /* HAS_STRTOUQ: | |
3446 | * This symbol, if defined, indicates that the strtouq routine is | |
3447 | * available to convert strings to unsigned long longs (quads). | |
3448 | */ | |
3449 | #$d_strtouq HAS_STRTOUQ /**/ | |
3450 | ||
3451 | /* HAS_SYSCALL_PROTO: | |
3452 | * This symbol, if defined, indicates that the system provides | |
3453 | * a prototype for the syscall() function. Otherwise, it is up | |
3454 | * to the program to supply one. Good guesses are | |
3455 | * extern int syscall(int, ...); | |
3456 | * extern int syscall(long, ...); | |
3457 | */ | |
3458 | #$d_syscallproto HAS_SYSCALL_PROTO /**/ | |
3459 | ||
3460 | /* HAS_TELLDIR_PROTO: | |
3461 | * This symbol, if defined, indicates that the system provides | |
3462 | * a prototype for the telldir() function. Otherwise, it is up | |
3463 | * to the program to supply one. A good guess is | |
3464 | * extern long telldir(DIR*); | |
3465 | */ | |
3466 | #$d_telldirproto HAS_TELLDIR_PROTO /**/ | |
3467 | ||
f40bbcbf MB |
3468 | /* HAS_TGAMMA: |
3469 | * This symbol, if defined, indicates that the tgamma routine is | |
3470 | * available to do the gamma function. See also HAS_LGAMMA. | |
3471 | */ | |
3472 | #$d_tgamma HAS_TGAMMA /**/ | |
3473 | ||
96938616 MB |
3474 | /* HAS_CTIME64: |
3475 | * This symbol, if defined, indicates that the ctime64 () routine is | |
3476 | * available to do the 64bit variant of ctime () | |
3477 | */ | |
3478 | /* HAS_LOCALTIME64: | |
3479 | * This symbol, if defined, indicates that the localtime64 () routine is | |
3480 | * available to do the 64bit variant of localtime () | |
3481 | */ | |
3482 | /* HAS_GMTIME64: | |
3483 | * This symbol, if defined, indicates that the gmtime64 () routine is | |
3484 | * available to do the 64bit variant of gmtime () | |
3485 | */ | |
3486 | /* HAS_MKTIME64: | |
3487 | * This symbol, if defined, indicates that the mktime64 () routine is | |
3488 | * available to do the 64bit variant of mktime () | |
3489 | */ | |
3490 | /* HAS_DIFFTIME64: | |
3491 | * This symbol, if defined, indicates that the difftime64 () routine is | |
3492 | * available to do the 64bit variant of difftime () | |
3493 | */ | |
3494 | /* HAS_ASCTIME64: | |
3495 | * This symbol, if defined, indicates that the asctime64 () routine is | |
3496 | * available to do the 64bit variant of asctime () | |
3497 | */ | |
3498 | #$d_ctime64 HAS_CTIME64 /**/ | |
3499 | #$d_localtime64 HAS_LOCALTIME64 /**/ | |
3500 | #$d_gmtime64 HAS_GMTIME64 /**/ | |
3501 | #$d_mktime64 HAS_MKTIME64 /**/ | |
3502 | #$d_difftime64 HAS_DIFFTIME64 /**/ | |
3503 | #$d_asctime64 HAS_ASCTIME64 /**/ | |
3504 | ||
cbb9e8a7 MB |
3505 | /* HAS_TIMEGM: |
3506 | * This symbol, if defined, indicates that the timegm routine is | |
3507 | * available to do the opposite of gmtime () | |
3508 | */ | |
3509 | #$d_timegm HAS_TIMEGM /**/ | |
3510 | ||
0806cdda KW |
3511 | /* HAS_TOWLOWER: |
3512 | * This symbol, if defined, indicates that the towlower () routine is | |
54ea08ea | 3513 | * available to do case conversion. |
0806cdda KW |
3514 | */ |
3515 | #$d_towlower HAS_TOWLOWER /**/ | |
3516 | ||
3517 | /* HAS_TOWUPPER: | |
3518 | * This symbol, if defined, indicates that the towupper () routine is | |
54ea08ea | 3519 | * available to do case conversion. |
0806cdda KW |
3520 | */ |
3521 | #$d_towupper HAS_TOWUPPER /**/ | |
3522 | ||
427d28ce | 3523 | /* HAS_TRUNC: |
f40bbcbf MB |
3524 | * This symbol, if defined, indicates that the trunc routine is |
3525 | * available to round doubles towards zero. | |
427d28ce JH |
3526 | */ |
3527 | #$d_trunc HAS_TRUNC /**/ | |
3528 | ||
d6f85a58 MB |
3529 | /* HAS_TRUNCL: |
3530 | * This symbol, if defined, indicates that the truncl routine is | |
3531 | * available. If copysignl is also present we can emulate modfl. | |
3532 | */ | |
3533 | #$d_truncl HAS_TRUNCL /**/ | |
3534 | ||
ed140128 AD |
3535 | /* U32_ALIGNMENT_REQUIRED: |
3536 | * This symbol, if defined, indicates that you must access | |
3537 | * character data through U32-aligned pointers. | |
3538 | */ | |
3539 | #ifndef U32_ALIGNMENT_REQUIRED | |
3540 | #$d_u32align U32_ALIGNMENT_REQUIRED /**/ | |
3541 | #endif | |
3542 | ||
3543 | /* HAS_UALARM: | |
3544 | * This symbol, if defined, indicates that the ualarm routine is | |
3545 | * available to do alarms with microsecond granularity. | |
3546 | */ | |
3547 | #$d_ualarm HAS_UALARM /**/ | |
3548 | ||
3549 | /* HAS_UNORDERED: | |
3550 | * This symbol, if defined, indicates that the unordered routine is | |
3551 | * available to check whether two doubles are unordered | |
3552 | * (effectively: whether either of them is NaN) | |
3553 | */ | |
3554 | #$d_unordered HAS_UNORDERED /**/ | |
3555 | ||
3556 | /* HAS_UNSETENV: | |
3557 | * This symbol, if defined, indicates that the unsetenv () routine is | |
3558 | * available for use. | |
3559 | */ | |
3560 | #$d_unsetenv HAS_UNSETENV /**/ | |
3561 | ||
3562 | /* HAS_USLEEP_PROTO: | |
3563 | * This symbol, if defined, indicates that the system provides | |
3564 | * a prototype for the usleep() function. Otherwise, it is up | |
3565 | * to the program to supply one. A good guess is | |
3566 | * extern int usleep(useconds_t); | |
3567 | */ | |
3568 | #$d_usleepproto HAS_USLEEP_PROTO /**/ | |
3569 | ||
ea442100 JH |
3570 | /* HAS_USTAT: |
3571 | * This symbol, if defined, indicates that the ustat system call is | |
3572 | * available to query file system statistics by dev_t. | |
3573 | */ | |
3574 | #$d_ustat HAS_USTAT /**/ | |
3575 | ||
9cdcdad1 MB |
3576 | /* HAS_WCSCMP: |
3577 | * This symbol, if defined, indicates that the wcscmp routine is | |
3578 | * available to compare two wide character strings. | |
3579 | */ | |
3580 | #$d_wcscmp HAS_WCSCMP /**/ | |
3581 | ||
3582 | /* HAS_WCSXFRM: | |
3583 | * This symbol, if defined, indicates that the wcsxfrm routine is | |
3584 | * available to tranform a wide character string for wcscmp(). | |
3585 | */ | |
3586 | #$d_wcsxfrm HAS_WCSXFRM /**/ | |
3587 | ||
ed140128 AD |
3588 | /* HAS_WRITEV: |
3589 | * This symbol, if defined, indicates that the writev routine is | |
3590 | * available to do scatter writes. | |
3591 | */ | |
3592 | #$d_writev HAS_WRITEV /**/ | |
3593 | ||
32db2dd3 MB |
3594 | /* DEFAULT_INC_EXCLUDES_DOT: |
3595 | * This symbol, if defined, removes the legacy default behavior of | |
3596 | * including '.' at the end of @INC. | |
3597 | */ | |
3598 | #$default_inc_excludes_dot DEFAULT_INC_EXCLUDES_DOT /**/ | |
3599 | ||
ed140128 AD |
3600 | /* USE_DYNAMIC_LOADING: |
3601 | * This symbol, if defined, indicates that dynamic loading of | |
3602 | * some sort is available. | |
3603 | */ | |
3604 | #$usedl USE_DYNAMIC_LOADING /**/ | |
3605 | ||
3606 | /* FFLUSH_NULL: | |
a05353bf MB |
3607 | * This symbol, if defined, tells that fflush(NULL) correctly |
3608 | * flushes all pending stdio output without side effects. In | |
3609 | * particular, on some platforms calling fflush(NULL) *still* | |
3610 | * corrupts STDIN if it is a pipe. | |
ed140128 AD |
3611 | */ |
3612 | /* FFLUSH_ALL: | |
3613 | * This symbol, if defined, tells that to flush | |
3614 | * all pending stdio output one must loop through all | |
3615 | * the stdio file handles stored in an array and fflush them. | |
3616 | * Note that if fflushNULL is defined, fflushall will not | |
3617 | * even be probed for and will be left undefined. | |
3618 | */ | |
dfaa7b30 MB |
3619 | #$fflushNULL FFLUSH_NULL /**/ |
3620 | #$fflushall FFLUSH_ALL /**/ | |
ed140128 | 3621 | |
470dd224 JH |
3622 | /* I_BFD: |
3623 | * This symbol, if defined, indicates that <bfd.h> exists and | |
f6a82ade | 3624 | * can be included. |
470dd224 JH |
3625 | */ |
3626 | #$i_bfd I_BFD /**/ | |
3627 | ||
ed140128 AD |
3628 | /* I_CRYPT: |
3629 | * This symbol, if defined, indicates that <crypt.h> exists and | |
3630 | * should be included. | |
3631 | */ | |
3632 | #$i_crypt I_CRYPT /**/ | |
3633 | ||
3634 | /* DB_Prefix_t: | |
3635 | * This symbol contains the type of the prefix structure element | |
3636 | * in the <db.h> header file. In older versions of DB, it was | |
3637 | * int, while in newer ones it is u_int32_t. | |
3638 | */ | |
3639 | /* DB_Hash_t: | |
3640 | * This symbol contains the type of the prefix structure element | |
3641 | * in the <db.h> header file. In older versions of DB, it was | |
3642 | * int, while in newer ones it is size_t. | |
3643 | */ | |
3644 | /* DB_VERSION_MAJOR_CFG: | |
3645 | * This symbol, if defined, defines the major version number of | |
3646 | * Berkeley DB found in the <db.h> header when Perl was configured. | |
3647 | */ | |
3648 | /* DB_VERSION_MINOR_CFG: | |
3649 | * This symbol, if defined, defines the minor version number of | |
3650 | * Berkeley DB found in the <db.h> header when Perl was configured. | |
3651 | * For DB version 1 this is always 0. | |
3652 | */ | |
3653 | /* DB_VERSION_PATCH_CFG: | |
3654 | * This symbol, if defined, defines the patch version number of | |
3655 | * Berkeley DB found in the <db.h> header when Perl was configured. | |
3656 | * For DB version 1 this is always 0. | |
3657 | */ | |
3658 | #define DB_Hash_t $db_hashtype /**/ | |
dfaa7b30 MB |
3659 | #define DB_Prefix_t $db_prefixtype /**/ |
3660 | #define DB_VERSION_MAJOR_CFG $db_version_major /**/ | |
3661 | #define DB_VERSION_MINOR_CFG $db_version_minor /**/ | |
3662 | #define DB_VERSION_PATCH_CFG $db_version_patch /**/ | |
ed140128 | 3663 | |
d0166596 MB |
3664 | /* I_FENV: |
3665 | * This symbol, if defined, indicates to the C program that it should | |
3666 | * include <fenv.h> to get the floating point environment definitions. | |
3667 | */ | |
3668 | #$i_fenv I_FENV /**/ | |
3669 | ||
ed140128 AD |
3670 | /* I_FP: |
3671 | * This symbol, if defined, indicates that <fp.h> exists and | |
3672 | * should be included. | |
3673 | */ | |
3674 | #$i_fp I_FP /**/ | |
3675 | ||
3676 | /* I_FP_CLASS: | |
3677 | * This symbol, if defined, indicates that <fp_class.h> exists and | |
3678 | * should be included. | |
3679 | */ | |
3680 | #$i_fp_class I_FP_CLASS /**/ | |
3681 | ||
3682 | /* I_IEEEFP: | |
3683 | * This symbol, if defined, indicates that <ieeefp.h> exists and | |
3684 | * should be included. | |
3685 | */ | |
3686 | #$i_ieeefp I_IEEEFP /**/ | |
3687 | ||
3688 | /* I_INTTYPES: | |
dfaa7b30 MB |
3689 | * This symbol, if defined, indicates to the C program that it should |
3690 | * include <inttypes.h>. | |
ed140128 AD |
3691 | */ |
3692 | #$i_inttypes I_INTTYPES /**/ | |
3693 | ||
3694 | /* I_LANGINFO: | |
3695 | * This symbol, if defined, indicates that <langinfo.h> exists and | |
3696 | * should be included. | |
3697 | */ | |
3698 | #$i_langinfo I_LANGINFO /**/ | |
3699 | ||
3700 | /* I_LIBUTIL: | |
3701 | * This symbol, if defined, indicates that <libutil.h> exists and | |
3702 | * should be included. | |
3703 | */ | |
3704 | #$i_libutil I_LIBUTIL /**/ | |
3705 | ||
a33f2d9f AD |
3706 | /* I_MALLOCMALLOC: |
3707 | * This symbol, if defined, indicates to the C program that it should | |
3708 | * include <malloc/malloc.h>. | |
3709 | */ | |
3710 | #$i_mallocmalloc I_MALLOCMALLOC /**/ | |
3711 | ||
ea442100 JH |
3712 | /* I_MNTENT: |
3713 | * This symbol, if defined, indicates that <mntent.h> exists and | |
3714 | * should be included. | |
3715 | */ | |
3716 | #$i_mntent I_MNTENT /**/ | |
3717 | ||
ed140128 | 3718 | /* I_NETINET_TCP: |
dfaa7b30 MB |
3719 | * This symbol, if defined, indicates to the C program that it should |
3720 | * include <netinet/tcp.h>. | |
ed140128 AD |
3721 | */ |
3722 | #$i_netinettcp I_NETINET_TCP /**/ | |
3723 | ||
3724 | /* I_POLL: | |
3725 | * This symbol, if defined, indicates that <poll.h> exists and | |
3726 | * should be included. (see also HAS_POLL) | |
3727 | */ | |
3728 | #$i_poll I_POLL /**/ | |
3729 | ||
3730 | /* I_PROT: | |
3731 | * This symbol, if defined, indicates that <prot.h> exists and | |
3732 | * should be included. | |
3733 | */ | |
3734 | #$i_prot I_PROT /**/ | |
3735 | ||
f40bbcbf MB |
3736 | /* I_QUADMATH: |
3737 | * This symbol, if defined, indicates that <quadmath.h> exists and | |
3738 | * should be included. | |
3739 | */ | |
3740 | #$i_quadmath I_QUADMATH /**/ | |
3741 | ||
ed140128 AD |
3742 | /* I_SHADOW: |
3743 | * This symbol, if defined, indicates that <shadow.h> exists and | |
3744 | * should be included. | |
3745 | */ | |
3746 | #$i_shadow I_SHADOW /**/ | |
3747 | ||
3748 | /* I_SOCKS: | |
3749 | * This symbol, if defined, indicates that <socks.h> exists and | |
3750 | * should be included. | |
3751 | */ | |
3752 | #$i_socks I_SOCKS /**/ | |
3753 | ||
06501368 MB |
3754 | /* I_STDBOOL: |
3755 | * This symbol, if defined, indicates that <stdbool.h> exists and | |
3756 | * can be included. | |
3757 | */ | |
3758 | #$i_stdbool I_STDBOOL /**/ | |
3759 | ||
d0166596 MB |
3760 | /* I_STDINT: |
3761 | * This symbol, if defined, indicates that <stdint.h> exists and | |
3762 | * should be included. | |
3763 | */ | |
3764 | #$i_stdint I_STDINT /**/ | |
3765 | ||
ed140128 AD |
3766 | /* I_SUNMATH: |
3767 | * This symbol, if defined, indicates that <sunmath.h> exists and | |
3768 | * should be included. | |
3769 | */ | |
3770 | #$i_sunmath I_SUNMATH /**/ | |
3771 | ||
3772 | /* I_SYSLOG: | |
3773 | * This symbol, if defined, indicates that <syslog.h> exists and | |
3774 | * should be included. | |