This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Also fix wince for caretx after e2051532106.
[perl5.git] / win32 / config_H.gc
CommitLineData
840565a7 1/* This file was produced by running the config_h.SH script, which
3789aae2 2 * gets its values from undef, which is generally produced by
a835ef8a
NIS
3 * running Configure.
4 *
5 * Feel free to modify any of this as the need arises. Note, however,
6 * that running config_h.SH again will wipe out any changes you've made.
3789aae2 7 * For a more permanent change edit undef and rerun config_h.SH.
a835ef8a
NIS
8 */
9
840565a7 10/* Package name : perl5
07ba5892 11 * Source directory :
449287ba 12 * Configuration time: Wed Sep 18 14:03:46 2013
ec2a15bb 13 * Configured by : shay
924b3ec4 14 * Target system :
a835ef8a
NIS
15 */
16
17#ifndef _config_h_
18#define _config_h_
19
924b3ec4
GS
20/* LOC_SED:
21 * This symbol holds the complete pathname to the sed program.
a835ef8a 22 */
924b3ec4 23#define LOC_SED "" /**/
a835ef8a 24
a835ef8a
NIS
25/* HAS_ALARM:
26 * This symbol, if defined, indicates that the alarm routine is
27 * available.
28 */
1018e26f 29#define HAS_ALARM /**/
a835ef8a 30
a835ef8a
NIS
31/* HAS_BCMP:
32 * This symbol is defined if the bcmp() routine is available to
33 * compare blocks of memory.
34 */
f3b9bb7d 35/*#define HAS_BCMP / **/
a835ef8a
NIS
36
37/* HAS_BCOPY:
38 * This symbol is defined if the bcopy() routine is available to
39 * copy blocks of memory.
40 */
f3b9bb7d 41/*#define HAS_BCOPY / **/
a835ef8a
NIS
42
43/* HAS_BZERO:
44 * This symbol is defined if the bzero() routine is available to
45 * set a memory block to 0.
46 */
f3b9bb7d 47/*#define HAS_BZERO / **/
a835ef8a 48
a835ef8a
NIS
49/* HAS_CHOWN:
50 * This symbol, if defined, indicates that the chown routine is
51 * available.
52 */
f3b9bb7d 53/*#define HAS_CHOWN / **/
a835ef8a
NIS
54
55/* HAS_CHROOT:
56 * This symbol, if defined, indicates that the chroot routine is
57 * available.
58 */
f3b9bb7d 59/*#define HAS_CHROOT / **/
a835ef8a
NIS
60
61/* HAS_CHSIZE:
62 * This symbol, if defined, indicates that the chsize routine is available
63 * to truncate files. You might need a -lx to get this routine.
64 */
65#define HAS_CHSIZE /**/
66
4b7e285e
JD
67/* HAS_CRYPT:
68 * This symbol, if defined, indicates that the crypt routine is available
69 * to encrypt passwords and the like.
70 */
840565a7 71#define HAS_CRYPT /**/
4b7e285e 72
040f0b05
SH
73/* HAS_CTERMID:
74 * This symbol, if defined, indicates that the ctermid routine is
75 * available to generate filename for terminal.
76 */
f3b9bb7d 77/*#define HAS_CTERMID / **/
040f0b05 78
a835ef8a
NIS
79/* HAS_CUSERID:
80 * This symbol, if defined, indicates that the cuserid routine is
81 * available to get character login names.
82 */
f3b9bb7d 83/*#define HAS_CUSERID / **/
a835ef8a
NIS
84
85/* HAS_DBL_DIG:
86 * This symbol, if defined, indicates that this system's <float.h>
87 * or <limits.h> defines the symbol DBL_DIG, which is the number
88 * of significant digits in a double precision number. If this
89 * symbol is not defined, a guess of 15 is usually pretty good.
90 */
91#define HAS_DBL_DIG /**/
92
93/* HAS_DIFFTIME:
94 * This symbol, if defined, indicates that the difftime routine is
95 * available.
96 */
97#define HAS_DIFFTIME /**/
98
99/* HAS_DLERROR:
100 * This symbol, if defined, indicates that the dlerror routine is
101 * available to return a string describing the last error that
102 * occurred from a call to dlopen(), dlclose() or dlsym().
103 */
104#define HAS_DLERROR /**/
105
106/* HAS_DUP2:
107 * This symbol, if defined, indicates that the dup2 routine is
108 * available to duplicate file descriptors.
109 */
110#define HAS_DUP2 /**/
111
112/* HAS_FCHMOD:
113 * This symbol, if defined, indicates that the fchmod routine is available
114 * to change mode of opened files. If unavailable, use chmod().
115 */
f3b9bb7d 116/*#define HAS_FCHMOD / **/
a835ef8a
NIS
117
118/* HAS_FCHOWN:
119 * This symbol, if defined, indicates that the fchown routine is available
120 * to change ownership of opened files. If unavailable, use chown().
121 */
f3b9bb7d 122/*#define HAS_FCHOWN / **/
a835ef8a
NIS
123
124/* HAS_FCNTL:
125 * This symbol, if defined, indicates to the C program that
126 * the fcntl() function exists.
127 */
f3b9bb7d 128/*#define HAS_FCNTL / **/
a835ef8a
NIS
129
130/* HAS_FGETPOS:
131 * This symbol, if defined, indicates that the fgetpos routine is
132 * available to get the file position indicator, similar to ftell().
133 */
134#define HAS_FGETPOS /**/
135
a835ef8a
NIS
136/* HAS_FLOCK:
137 * This symbol, if defined, indicates that the flock routine is
138 * available to do file locking.
139 */
140#define HAS_FLOCK /**/
141
142/* HAS_FORK:
143 * This symbol, if defined, indicates that the fork routine is
144 * available.
145 */
f3b9bb7d 146/*#define HAS_FORK / **/
a835ef8a
NIS
147
148/* HAS_FSETPOS:
149 * This symbol, if defined, indicates that the fsetpos routine is
150 * available to set the file position indicator, similar to fseek().
151 */
152#define HAS_FSETPOS /**/
153
154/* HAS_GETTIMEOFDAY:
155 * This symbol, if defined, indicates that the gettimeofday() system
156 * call is available for a sub-second accuracy clock. Usually, the file
157 * <sys/resource.h> needs to be included (see I_SYS_RESOURCE).
158 * The type "Timeval" should be used to refer to "struct timeval".
159 */
57ab3dfe 160#define HAS_GETTIMEOFDAY /**/
a835ef8a
NIS
161#ifdef HAS_GETTIMEOFDAY
162#define Timeval struct timeval /* Structure used by gettimeofday() */
163#endif
164
165/* HAS_GETGROUPS:
166 * This symbol, if defined, indicates that the getgroups() routine is
167 * available to get the list of process groups. If unavailable, multiple
168 * groups are probably not supported.
169 */
f3b9bb7d 170/*#define HAS_GETGROUPS / **/
a835ef8a 171
a835ef8a
NIS
172/* HAS_GETLOGIN:
173 * This symbol, if defined, indicates that the getlogin routine is
174 * available to get the login name.
175 */
e34ffe5a 176#define HAS_GETLOGIN /**/
a835ef8a 177
924b3ec4
GS
178/* HAS_GETPGID:
179 * This symbol, if defined, indicates to the C program that
180 * the getpgid(pid) function is available to get the
181 * process group id.
182 */
f3b9bb7d 183/*#define HAS_GETPGID / **/
924b3ec4 184
a835ef8a
NIS
185/* HAS_GETPGRP2:
186 * This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
187 * routine is available to get the current process group.
188 */
f3b9bb7d 189/*#define HAS_GETPGRP2 / **/
a835ef8a
NIS
190
191/* HAS_GETPPID:
192 * This symbol, if defined, indicates that the getppid routine is
193 * available to get the parent process ID.
194 */
f3b9bb7d 195/*#define HAS_GETPPID / **/
a835ef8a
NIS
196
197/* HAS_GETPRIORITY:
198 * This symbol, if defined, indicates that the getpriority routine is
199 * available to get a process's priority.
200 */
f3b9bb7d 201/*#define HAS_GETPRIORITY / **/
a835ef8a 202
924b3ec4
GS
203/* HAS_INET_ATON:
204 * This symbol, if defined, indicates to the C program that the
205 * inet_aton() function is available to parse IP address "dotted-quad"
206 * strings.
a835ef8a 207 */
f3b9bb7d 208/*#define HAS_INET_ATON / **/
a835ef8a
NIS
209
210/* HAS_KILLPG:
211 * This symbol, if defined, indicates that the killpg routine is available
212 * to kill process groups. If unavailable, you probably should use kill
213 * with a negative process number.
214 */
542cb85f 215#define HAS_KILLPG /**/
a835ef8a
NIS
216
217/* HAS_LINK:
218 * This symbol, if defined, indicates that the link routine is
219 * available to create hard links.
220 */
6b980173 221#define HAS_LINK /**/
a835ef8a
NIS
222
223/* HAS_LOCALECONV:
224 * This symbol, if defined, indicates that the localeconv routine is
225 * available for numeric and monetary formatting conventions.
226 */
227#define HAS_LOCALECONV /**/
228
229/* HAS_LOCKF:
230 * This symbol, if defined, indicates that the lockf routine is
231 * available to do file locking.
232 */
f3b9bb7d 233/*#define HAS_LOCKF / **/
a835ef8a
NIS
234
235/* HAS_LSTAT:
236 * This symbol, if defined, indicates that the lstat routine is
237 * available to do file stats on symbolic links.
238 */
f3b9bb7d 239/*#define HAS_LSTAT / **/
a835ef8a
NIS
240
241/* HAS_MBLEN:
242 * This symbol, if defined, indicates that the mblen routine is available
243 * to find the number of bytes in a multibye character.
244 */
245#define HAS_MBLEN /**/
246
247/* HAS_MBSTOWCS:
248 * This symbol, if defined, indicates that the mbstowcs routine is
249 * available to covert a multibyte string into a wide character string.
250 */
251#define HAS_MBSTOWCS /**/
252
253/* HAS_MBTOWC:
254 * This symbol, if defined, indicates that the mbtowc routine is available
255 * to covert a multibyte to a wide character.
256 */
257#define HAS_MBTOWC /**/
258
259/* HAS_MEMCMP:
260 * This symbol, if defined, indicates that the memcmp routine is available
261 * to compare blocks of memory.
262 */
263#define HAS_MEMCMP /**/
264
265/* HAS_MEMCPY:
266 * This symbol, if defined, indicates that the memcpy routine is available
267 * to copy blocks of memory.
268 */
269#define HAS_MEMCPY /**/
270
271/* HAS_MEMMOVE:
272 * This symbol, if defined, indicates that the memmove routine is available
273 * to copy potentially overlapping blocks of memory. This should be used
274 * only when HAS_SAFE_BCOPY is not defined. If neither is there, roll your
275 * own version.
276 */
277#define HAS_MEMMOVE /**/
278
279/* HAS_MEMSET:
280 * This symbol, if defined, indicates that the memset routine is available
281 * to set blocks of memory.
282 */
283#define HAS_MEMSET /**/
284
285/* HAS_MKDIR:
286 * This symbol, if defined, indicates that the mkdir routine is available
287 * to create directories. Otherwise you should fork off a new process to
288 * exec /bin/mkdir.
289 */
290#define HAS_MKDIR /**/
291
292/* HAS_MKFIFO:
293 * This symbol, if defined, indicates that the mkfifo routine is
294 * available to create FIFOs. Otherwise, mknod should be able to
295 * do it for you. However, if mkfifo is there, mknod might require
296 * super-user privileges which mkfifo will not.
297 */
f3b9bb7d 298/*#define HAS_MKFIFO / **/
a835ef8a
NIS
299
300/* HAS_MKTIME:
301 * This symbol, if defined, indicates that the mktime routine is
302 * available.
303 */
304#define HAS_MKTIME /**/
305
ac135a7c
GS
306/* HAS_MSYNC:
307 * This symbol, if defined, indicates that the msync system call is
308 * available to synchronize a mapped file.
309 */
f3b9bb7d 310/*#define HAS_MSYNC / **/
ac135a7c
GS
311
312/* HAS_MUNMAP:
313 * This symbol, if defined, indicates that the munmap system call is
314 * available to unmap a region, usually mapped by mmap().
315 */
f3b9bb7d 316/*#define HAS_MUNMAP / **/
ac135a7c 317
a835ef8a
NIS
318/* HAS_NICE:
319 * This symbol, if defined, indicates that the nice routine is
320 * available.
321 */
f3b9bb7d 322/*#define HAS_NICE / **/
a835ef8a 323
a835ef8a
NIS
324/* HAS_PATHCONF:
325 * This symbol, if defined, indicates that pathconf() is available
326 * to determine file-system related limits and options associated
327 * with a given filename.
328 */
329/* HAS_FPATHCONF:
330 * This symbol, if defined, indicates that pathconf() is available
331 * to determine file-system related limits and options associated
332 * with a given open file descriptor.
333 */
f3b9bb7d 334/*#define HAS_PATHCONF / **/
335/*#define HAS_FPATHCONF / **/
a835ef8a
NIS
336
337/* HAS_PAUSE:
338 * This symbol, if defined, indicates that the pause routine is
339 * available to suspend a process until a signal is received.
340 */
341#define HAS_PAUSE /**/
342
343/* HAS_PIPE:
344 * This symbol, if defined, indicates that the pipe routine is
345 * available to create an inter-process channel.
346 */
347#define HAS_PIPE /**/
348
4b7e285e
JD
349/* HAS_POLL:
350 * This symbol, if defined, indicates that the poll routine is
351 * available to poll active file descriptors. Please check I_POLL and
352 * I_SYS_POLL to know which header should be included as well.
353 */
f3b9bb7d 354/*#define HAS_POLL / **/
4b7e285e 355
a835ef8a
NIS
356/* HAS_READDIR:
357 * This symbol, if defined, indicates that the readdir routine is
358 * available to read directory entries. You may have to include
359 * <dirent.h>. See I_DIRENT.
360 */
361#define HAS_READDIR /**/
362
363/* HAS_SEEKDIR:
364 * This symbol, if defined, indicates that the seekdir routine is
365 * available. You may have to include <dirent.h>. See I_DIRENT.
366 */
367#define HAS_SEEKDIR /**/
368
369/* HAS_TELLDIR:
370 * This symbol, if defined, indicates that the telldir routine is
371 * available. You may have to include <dirent.h>. See I_DIRENT.
372 */
373#define HAS_TELLDIR /**/
374
375/* HAS_REWINDDIR:
376 * This symbol, if defined, indicates that the rewinddir routine is
377 * available. You may have to include <dirent.h>. See I_DIRENT.
378 */
379#define HAS_REWINDDIR /**/
380
381/* HAS_READLINK:
382 * This symbol, if defined, indicates that the readlink routine is
383 * available to read the value of a symbolic link.
384 */
f3b9bb7d 385/*#define HAS_READLINK / **/
a835ef8a
NIS
386
387/* HAS_RENAME:
388 * This symbol, if defined, indicates that the rename routine is available
389 * to rename files. Otherwise you should do the unlink(), link(), unlink()
390 * trick.
391 */
392#define HAS_RENAME /**/
393
394/* HAS_RMDIR:
395 * This symbol, if defined, indicates that the rmdir routine is
396 * available to remove directories. Otherwise you should fork off a
397 * new process to exec /bin/rmdir.
398 */
399#define HAS_RMDIR /**/
400
a835ef8a
NIS
401/* HAS_SELECT:
402 * This symbol, if defined, indicates that the select routine is
403 * available to select active file descriptors. If the timeout field
404 * is used, <sys/time.h> may need to be included.
405 */
406#define HAS_SELECT /**/
407
a835ef8a
NIS
408/* HAS_SETEGID:
409 * This symbol, if defined, indicates that the setegid routine is available
410 * to change the effective gid of the current program.
411 */
f3b9bb7d 412/*#define HAS_SETEGID / **/
a835ef8a
NIS
413
414/* HAS_SETEUID:
415 * This symbol, if defined, indicates that the seteuid routine is available
416 * to change the effective uid of the current program.
417 */
f3b9bb7d 418/*#define HAS_SETEUID / **/
a835ef8a 419
4b7e285e
JD
420/* HAS_SETGROUPS:
421 * This symbol, if defined, indicates that the setgroups() routine is
422 * available to set the list of process groups. If unavailable, multiple
423 * groups are probably not supported.
424 */
f3b9bb7d 425/*#define HAS_SETGROUPS / **/
4b7e285e 426
a835ef8a
NIS
427/* HAS_SETLINEBUF:
428 * This symbol, if defined, indicates that the setlinebuf routine is
429 * available to change stderr or stdout from block-buffered or unbuffered
430 * to a line-buffered mode.
431 */
f3b9bb7d 432/*#define HAS_SETLINEBUF / **/
a835ef8a
NIS
433
434/* HAS_SETLOCALE:
435 * This symbol, if defined, indicates that the setlocale routine is
436 * available to handle locale-specific ctype implementations.
437 */
438#define HAS_SETLOCALE /**/
439
924b3ec4
GS
440/* HAS_SETPGID:
441 * This symbol, if defined, indicates that the setpgid(pid, gpid)
442 * routine is available to set process group ID.
443 */
f3b9bb7d 444/*#define HAS_SETPGID / **/
924b3ec4 445
a835ef8a
NIS
446/* HAS_SETPGRP2:
447 * This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
448 * routine is available to set the current process group.
449 */
f3b9bb7d 450/*#define HAS_SETPGRP2 / **/
a835ef8a
NIS
451
452/* HAS_SETPRIORITY:
453 * This symbol, if defined, indicates that the setpriority routine is
454 * available to set a process's priority.
455 */
f3b9bb7d 456/*#define HAS_SETPRIORITY / **/
a835ef8a
NIS
457
458/* HAS_SETREGID:
459 * This symbol, if defined, indicates that the setregid routine is
460 * available to change the real and effective gid of the current
461 * process.
462 */
463/* HAS_SETRESGID:
464 * This symbol, if defined, indicates that the setresgid routine is
465 * available to change the real, effective and saved gid of the current
466 * process.
467 */
f3b9bb7d 468/*#define HAS_SETREGID / **/
469/*#define HAS_SETRESGID / **/
a835ef8a
NIS
470
471/* HAS_SETREUID:
472 * This symbol, if defined, indicates that the setreuid routine is
473 * available to change the real and effective uid of the current
474 * process.
475 */
476/* HAS_SETRESUID:
477 * This symbol, if defined, indicates that the setresuid routine is
478 * available to change the real, effective and saved uid of the current
479 * process.
480 */
f3b9bb7d 481/*#define HAS_SETREUID / **/
482/*#define HAS_SETRESUID / **/
a835ef8a
NIS
483
484/* HAS_SETRGID:
485 * This symbol, if defined, indicates that the setrgid routine is available
486 * to change the real gid of the current program.
487 */
f3b9bb7d 488/*#define HAS_SETRGID / **/
a835ef8a
NIS
489
490/* HAS_SETRUID:
491 * This symbol, if defined, indicates that the setruid routine is available
492 * to change the real uid of the current program.
493 */
f3b9bb7d 494/*#define HAS_SETRUID / **/
a835ef8a
NIS
495
496/* HAS_SETSID:
497 * This symbol, if defined, indicates that the setsid routine is
498 * available to set the process group ID.
499 */
f3b9bb7d 500/*#define HAS_SETSID / **/
a835ef8a 501
924b3ec4
GS
502/* HAS_STRCHR:
503 * This symbol is defined to indicate that the strchr()/strrchr()
504 * functions are available for string searching. If not, try the
505 * index()/rindex() pair.
a835ef8a 506 */
924b3ec4
GS
507/* HAS_INDEX:
508 * This symbol is defined to indicate that the index()/rindex()
509 * functions are available for string searching.
a835ef8a 510 */
924b3ec4 511#define HAS_STRCHR /**/
f3b9bb7d 512/*#define HAS_INDEX / **/
924b3ec4
GS
513
514/* HAS_STRCOLL:
515 * This symbol, if defined, indicates that the strcoll routine is
516 * available to compare strings using collating information.
a835ef8a 517 */
924b3ec4
GS
518#define HAS_STRCOLL /**/
519
a835ef8a
NIS
520/* HAS_STRTOD:
521 * This symbol, if defined, indicates that the strtod routine is
522 * available to provide better numeric string conversion than atof().
523 */
524#define HAS_STRTOD /**/
525
526/* HAS_STRTOL:
527 * This symbol, if defined, indicates that the strtol routine is available
528 * to provide better numeric string conversion than atoi() and friends.
529 */
530#define HAS_STRTOL /**/
531
a835ef8a
NIS
532/* HAS_STRXFRM:
533 * This symbol, if defined, indicates that the strxfrm() routine is
534 * available to transform strings.
535 */
536#define HAS_STRXFRM /**/
537
538/* HAS_SYMLINK:
539 * This symbol, if defined, indicates that the symlink routine is available
540 * to create symbolic links.
541 */
f3b9bb7d 542/*#define HAS_SYMLINK / **/
a835ef8a
NIS
543
544/* HAS_SYSCALL:
545 * This symbol, if defined, indicates that the syscall routine is
546 * available to call arbitrary system calls. If undefined, that's tough.
547 */
f3b9bb7d 548/*#define HAS_SYSCALL / **/
a835ef8a
NIS
549
550/* HAS_SYSCONF:
551 * This symbol, if defined, indicates that sysconf() is available
552 * to determine system related limits and options.
553 */
f3b9bb7d 554/*#define HAS_SYSCONF / **/
a835ef8a
NIS
555
556/* HAS_SYSTEM:
557 * This symbol, if defined, indicates that the system routine is
558 * available to issue a shell command.
559 */
560#define HAS_SYSTEM /**/
561
562/* HAS_TCGETPGRP:
563 * This symbol, if defined, indicates that the tcgetpgrp routine is
564 * available to get foreground process group ID.
565 */
f3b9bb7d 566/*#define HAS_TCGETPGRP / **/
a835ef8a
NIS
567
568/* HAS_TCSETPGRP:
569 * This symbol, if defined, indicates that the tcsetpgrp routine is
570 * available to set foreground process group ID.
571 */
f3b9bb7d 572/*#define HAS_TCSETPGRP / **/
a835ef8a 573
a835ef8a
NIS
574/* HAS_TRUNCATE:
575 * This symbol, if defined, indicates that the truncate routine is
576 * available to truncate files.
577 */
f3b9bb7d 578/*#define HAS_TRUNCATE / **/
a835ef8a
NIS
579
580/* HAS_TZNAME:
581 * This symbol, if defined, indicates that the tzname[] array is
582 * available to access timezone names.
583 */
bbda9c9d 584#define HAS_TZNAME /**/
a835ef8a
NIS
585
586/* HAS_UMASK:
587 * This symbol, if defined, indicates that the umask routine is
588 * available to set and get the value of the file creation mask.
589 */
590#define HAS_UMASK /**/
591
b8a524e9
NIS
592/* HAS_USLEEP:
593 * This symbol, if defined, indicates that the usleep routine is
594 * available to let the process sleep on a sub-second accuracy.
595 */
f3b9bb7d 596/*#define HAS_USLEEP / **/
b8a524e9 597
a835ef8a
NIS
598/* HAS_WAIT4:
599 * This symbol, if defined, indicates that wait4() exists.
600 */
f3b9bb7d 601/*#define HAS_WAIT4 / **/
a835ef8a
NIS
602
603/* HAS_WAITPID:
604 * This symbol, if defined, indicates that the waitpid routine is
605 * available to wait for child process.
606 */
f55ee38a 607#define HAS_WAITPID /**/
a835ef8a
NIS
608
609/* HAS_WCSTOMBS:
610 * This symbol, if defined, indicates that the wcstombs routine is
611 * available to convert wide character strings to multibyte strings.
612 */
613#define HAS_WCSTOMBS /**/
614
615/* HAS_WCTOMB:
616 * This symbol, if defined, indicates that the wctomb routine is available
617 * to covert a wide character to a multibyte.
618 */
619#define HAS_WCTOMB /**/
620
4b7e285e
JD
621/* Groups_t:
622 * This symbol holds the type used for the second argument to
623 * getgroups() and setgroups(). Usually, this is the same as
624 * gidtype (gid_t) , but sometimes it isn't.
625 * It can be int, ushort, gid_t, etc...
626 * It may be necessary to include <sys/types.h> to get any
627 * typedef'ed information. This is only required if you have
628 * getgroups() or setgroups()..
629 */
630#if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
631#define Groups_t gid_t /* Type for 2nd arg to [sg]etgroups() */
632#endif
633
28e8609d 634/* I_ARPA_INET:
327c3667
GS
635 * This symbol, if defined, indicates to the C program that it should
636 * include <arpa/inet.h> to get inet_addr and friends declarations.
28e8609d 637 */
327c3667 638#define I_ARPA_INET /**/
28e8609d 639
924b3ec4
GS
640/* I_DBM:
641 * This symbol, if defined, indicates that <dbm.h> exists and should
642 * be included.
a835ef8a 643 */
924b3ec4
GS
644/* I_RPCSVC_DBM:
645 * This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
646 * should be included.
a835ef8a 647 */
f3b9bb7d 648/*#define I_DBM / **/
30f6094b 649/*#define I_RPCSVC_DBM / **/
a835ef8a 650
a835ef8a
NIS
651/* I_DLFCN:
652 * This symbol, if defined, indicates that <dlfcn.h> exists and should
653 * be included.
654 */
655#define I_DLFCN /**/
656
657/* I_FCNTL:
658 * This manifest constant tells the C program to include <fcntl.h>.
659 */
660#define I_FCNTL /**/
661
662/* I_FLOAT:
663 * This symbol, if defined, indicates to the C program that it should
664 * include <float.h> to get definition of symbols like DBL_MAX or
665 * DBL_MIN, i.e. machine dependent floating point values.
666 */
667#define I_FLOAT /**/
668
ec6c7eee
SH
669/* I_GDBM:
670 * This symbol, if defined, indicates that <gdbm.h> exists and should
671 * be included.
672 */
f3b9bb7d 673/*#define I_GDBM / **/
ec6c7eee 674
a835ef8a
NIS
675/* I_LIMITS:
676 * This symbol, if defined, indicates to the C program that it should
677 * include <limits.h> to get definition of symbols like WORD_BIT or
678 * LONG_MAX, i.e. machine dependant limitations.
679 */
680#define I_LIMITS /**/
681
924b3ec4
GS
682/* I_LOCALE:
683 * This symbol, if defined, indicates to the C program that it should
684 * include <locale.h>.
685 */
686#define I_LOCALE /**/
687
a835ef8a
NIS
688/* I_MATH:
689 * This symbol, if defined, indicates to the C program that it should
690 * include <math.h>.
691 */
692#define I_MATH /**/
693
694/* I_MEMORY:
695 * This symbol, if defined, indicates to the C program that it should
696 * include <memory.h>.
697 */
f3b9bb7d 698/*#define I_MEMORY / **/
a835ef8a 699
a835ef8a
NIS
700/* I_NETINET_IN:
701 * This symbol, if defined, indicates to the C program that it should
702 * include <netinet/in.h>. Otherwise, you may try <sys/in.h>.
703 */
f3b9bb7d 704/*#define I_NETINET_IN / **/
a835ef8a 705
924b3ec4
GS
706/* I_SFIO:
707 * This symbol, if defined, indicates to the C program that it should
708 * include <sfio.h>.
709 */
f3b9bb7d 710/*#define I_SFIO / **/
924b3ec4 711
a835ef8a
NIS
712/* I_STDDEF:
713 * This symbol, if defined, indicates that <stddef.h> exists and should
714 * be included.
715 */
716#define I_STDDEF /**/
717
718/* I_STDLIB:
719 * This symbol, if defined, indicates that <stdlib.h> exists and should
720 * be included.
721 */
722#define I_STDLIB /**/
723
724/* I_STRING:
725 * This symbol, if defined, indicates to the C program that it should
726 * include <string.h> (USG systems) instead of <strings.h> (BSD systems).
727 */
728#define I_STRING /**/
729
730/* I_SYS_DIR:
731 * This symbol, if defined, indicates to the C program that it should
732 * include <sys/dir.h>.
733 */
f3b9bb7d 734/*#define I_SYS_DIR / **/
a835ef8a
NIS
735
736/* I_SYS_FILE:
737 * This symbol, if defined, indicates to the C program that it should
738 * include <sys/file.h> to get definition of R_OK and friends.
739 */
f3b9bb7d 740/*#define I_SYS_FILE / **/
a835ef8a
NIS
741
742/* I_SYS_IOCTL:
743 * This symbol, if defined, indicates that <sys/ioctl.h> exists and should
744 * be included. Otherwise, include <sgtty.h> or <termio.h>.
745 */
b8a524e9
NIS
746/* I_SYS_SOCKIO:
747 * This symbol, if defined, indicates the <sys/sockio.h> should be included
748 * to get socket ioctl options, like SIOCATMARK.
749 */
f3b9bb7d 750/*#define I_SYS_IOCTL / **/
751/*#define I_SYS_SOCKIO / **/
a835ef8a
NIS
752
753/* I_SYS_NDIR:
754 * This symbol, if defined, indicates to the C program that it should
755 * include <sys/ndir.h>.
756 */
f3b9bb7d 757/*#define I_SYS_NDIR / **/
a835ef8a
NIS
758
759/* I_SYS_PARAM:
760 * This symbol, if defined, indicates to the C program that it should
761 * include <sys/param.h>.
762 */
f3b9bb7d 763/*#define I_SYS_PARAM / **/
a835ef8a 764
4b7e285e
JD
765/* I_SYS_POLL:
766 * This symbol, if defined, indicates that the program may include
767 * <sys/poll.h>. When I_POLL is also defined, it's probably safest
768 * to only include <poll.h>.
769 */
f3b9bb7d 770/*#define I_SYS_POLL / **/
4b7e285e 771
a835ef8a
NIS
772/* I_SYS_RESOURCE:
773 * This symbol, if defined, indicates to the C program that it should
774 * include <sys/resource.h>.
775 */
f3b9bb7d 776/*#define I_SYS_RESOURCE / **/
a835ef8a
NIS
777
778/* I_SYS_SELECT:
779 * This symbol, if defined, indicates to the C program that it should
780 * include <sys/select.h> in order to get definition of struct timeval.
781 */
f3b9bb7d 782/*#define I_SYS_SELECT / **/
a835ef8a 783
924b3ec4
GS
784/* I_SYS_STAT:
785 * This symbol, if defined, indicates to the C program that it should
786 * include <sys/stat.h>.
787 */
788#define I_SYS_STAT /**/
789
a835ef8a
NIS
790/* I_SYS_TIMES:
791 * This symbol, if defined, indicates to the C program that it should
792 * include <sys/times.h>.
793 */
f3b9bb7d 794/*#define I_SYS_TIMES / **/
a835ef8a 795
be44fb0e
GS
796/* I_SYS_TYPES:
797 * This symbol, if defined, indicates to the C program that it should
798 * include <sys/types.h>.
799 */
800#define I_SYS_TYPES /**/
801
a835ef8a
NIS
802/* I_SYS_UN:
803 * This symbol, if defined, indicates to the C program that it should
804 * include <sys/un.h> to get UNIX domain socket definitions.
805 */
f3b9bb7d 806/*#define I_SYS_UN / **/
a835ef8a
NIS
807
808/* I_SYS_WAIT:
809 * This symbol, if defined, indicates to the C program that it should
810 * include <sys/wait.h>.
811 */
f3b9bb7d 812/*#define I_SYS_WAIT / **/
a835ef8a
NIS
813
814/* I_TERMIO:
815 * This symbol, if defined, indicates that the program should include
816 * <termio.h> rather than <sgtty.h>. There are also differences in
817 * the ioctl() calls that depend on the value of this symbol.
818 */
819/* I_TERMIOS:
820 * This symbol, if defined, indicates that the program should include
821 * the POSIX termios.h rather than sgtty.h or termio.h.
822 * There are also differences in the ioctl() calls that depend on the
823 * value of this symbol.
824 */
825/* I_SGTTY:
826 * This symbol, if defined, indicates that the program should include
827 * <sgtty.h> rather than <termio.h>. There are also differences in
828 * the ioctl() calls that depend on the value of this symbol.
829 */
f3b9bb7d 830/*#define I_TERMIO / **/
831/*#define I_TERMIOS / **/
832/*#define I_SGTTY / **/
a835ef8a 833
a835ef8a
NIS
834/* I_UNISTD:
835 * This symbol, if defined, indicates to the C program that it should
836 * include <unistd.h>.
837 */
f3b9bb7d 838/*#define I_UNISTD / **/
a835ef8a
NIS
839
840/* I_UTIME:
841 * This symbol, if defined, indicates to the C program that it should
842 * include <utime.h>.
843 */
844#define I_UTIME /**/
845
924b3ec4
GS
846/* I_VALUES:
847 * This symbol, if defined, indicates to the C program that it should
848 * include <values.h> to get definition of symbols like MINFLOAT or
849 * MAXLONG, i.e. machine dependant limitations. Probably, you
850 * should use <limits.h> instead, if it is available.
851 */
f3b9bb7d 852/*#define I_VALUES / **/
924b3ec4 853
a835ef8a
NIS
854/* I_VFORK:
855 * This symbol, if defined, indicates to the C program that it should
856 * include vfork.h.
857 */
f3b9bb7d 858/*#define I_VFORK / **/
859
860/* CAN_VAPROTO:
861 * This variable is defined on systems supporting prototype declaration
862 * of functions with a variable number of arguments.
863 */
864/* _V:
865 * This macro is used to declare function parameters in prototypes for
866 * functions with a variable number of parameters. Use double parentheses.
867 * For example:
868 *
869 * int printf _V((char *fmt, ...));
870 *
871 * Remember to use the plain simple _() macro when declaring a function
872 * with no variable number of arguments, since it might be possible to
873 * have a non-effect _V() macro and still get prototypes via _().
874 */
875/*#define CAN_VAPROTO / **/
876#ifdef CAN_VAPROTO
877#define _V(args) args
878#else
879#define _V(args) ()
880#endif
a835ef8a 881
2bf3754c
SH
882/* OSNAME:
883 * This symbol contains the name of the operating system, as determined
884 * by Configure. You shouldn't rely on it too much; the specific
885 * feature tests from Configure are generally more reliable.
bbda9c9d 886 */
2bf3754c
SH
887/* OSVERS:
888 * This symbol contains the version of the operating system, as determined
889 * by Configure. You shouldn't rely on it too much; the specific
890 * feature tests from Configure are generally more reliable.
3bf969c5 891 */
2bf3754c
SH
892#define OSNAME "MSWin32" /**/
893#define OSVERS "6.1" /**/
3bf969c5 894
449287ba
SH
895/* MULTIARCH:
896 * This symbol, if defined, signifies that the build
897 * process will produce some binary files that are going to be
898 * used in a cross-platform environment. This is the case for
899 * example with the NeXT "fat" binaries that contain executables
900 * for several CPUs.
901 */
902/*#define MULTIARCH / **/
903
840565a7
SH
904/* USE_CROSS_COMPILE:
905 * This symbol, if defined, indicates that Perl is being cross-compiled.
b40906a9 906 */
840565a7
SH
907/* PERL_TARGETARCH:
908 * This symbol, if defined, indicates the target architecture
909 * Perl has been cross-compiled to. Undefined if not a cross-compile.
b40906a9 910 */
840565a7
SH
911#ifndef USE_CROSS_COMPILE
912/*#define USE_CROSS_COMPILE / **/
913#define PERL_TARGETARCH "" /**/
914#endif
915
916/* MEM_ALIGNBYTES:
917 * This symbol contains the number of bytes required to align a
918 * double, or a long double when applicable. Usual values are 2,
ec2a15bb
SH
919 * 4 and 8. The default is eight, for safety. For cross-compiling
920 * or multiarch support, Configure will set a minimum of 8.
840565a7 921 */
840565a7 922#define MEM_ALIGNBYTES 8
a835ef8a 923
b40906a9
SH
924/* ARCHLIB:
925 * This variable, if defined, holds the name of the directory in
926 * which the user wants to put architecture-dependent public
927 * library files for perl5. It is most often a local directory
928 * such as /usr/local/lib. Programs using this variable must be
929 * prepared to deal with filename expansion. If ARCHLIB is the
930 * same as PRIVLIB, it is not defined, since presumably the
931 * program already searches PRIVLIB.
932 */
933/* ARCHLIB_EXP:
934 * This symbol contains the ~name expanded version of ARCHLIB, to be used
935 * in programs that are not prepared to deal with ~ expansion at run-time.
936 */
ec6c7eee 937#define ARCHLIB "c:\\perl\\lib" /**/
f3b9bb7d 938/*#define ARCHLIB_EXP "" / **/
b40906a9
SH
939
940/* ARCHNAME:
941 * This symbol holds a string representing the architecture name.
942 * It may be used to construct an architecture-dependant pathname
943 * where library files may be held under a private library, for
944 * instance.
945 */
d6422456 946#define ARCHNAME "MSWin32-x86" /**/
b40906a9 947
b40906a9
SH
948/* BIN:
949 * This symbol holds the path of the bin directory where the package will
950 * be installed. Program must be prepared to deal with ~name substitution.
951 */
952/* BIN_EXP:
953 * This symbol is the filename expanded version of the BIN symbol, for
954 * programs that do not want to deal with that at run-time.
955 */
3bf969c5
SH
956/* PERL_RELOCATABLE_INC:
957 * This symbol, if defined, indicates that we'd like to relocate entries
958 * in @INC at run time based on the location of the perl binary.
959 */
ec6c7eee
SH
960#define BIN "c:\\perl\\bin" /**/
961#define BIN_EXP "c:\\perl\\bin" /**/
962#define PERL_RELOCATABLE_INC "undef" /**/
a835ef8a 963
2bf3754c
SH
964/* INTSIZE:
965 * This symbol contains the value of sizeof(int) so that the C
966 * preprocessor can make decisions based on it.
967 */
968/* LONGSIZE:
969 * This symbol contains the value of sizeof(long) so that the C
970 * preprocessor can make decisions based on it.
971 */
972/* SHORTSIZE:
973 * This symbol contains the value of sizeof(short) so that the C
974 * preprocessor can make decisions based on it.
975 */
976#define INTSIZE 4 /**/
977#define LONGSIZE 4 /**/
978#define SHORTSIZE 2 /**/
979
840565a7
SH
980/* BYTEORDER:
981 * This symbol holds the hexadecimal constant defined in byteorder,
982 * in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, etc...
983 * If the compiler supports cross-compiling or multiple-architecture
ec2a15bb 984 * binaries (e.g. on NeXT systems), use compiler-defined macros to
840565a7
SH
985 * determine the byte order.
986 * On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture
987 * Binaries (MAB) on either big endian or little endian machines.
988 * The endian-ness is available at compile-time. This only matters
989 * for perl, where the config.h can be generated and installed on
990 * one system, and used by a different architecture to build an
991 * extension. Older versions of NeXT that might not have
992 * defined either *_ENDIAN__ were all on Motorola 680x0 series,
993 * so the default case (for NeXT) is big endian to catch them.
994 * This might matter for NeXT 3.0.
b40906a9 995 */
840565a7
SH
996#if defined(USE_CROSS_COMPILE) || defined(MULTIARCH)
997# ifdef __LITTLE_ENDIAN__
998# if LONGSIZE == 4
999# define BYTEORDER 0x1234
1000# else
1001# if LONGSIZE == 8
1002# define BYTEORDER 0x12345678
1003# endif
1004# endif
1005# else
1006# ifdef __BIG_ENDIAN__
1007# if LONGSIZE == 4
1008# define BYTEORDER 0x4321
1009# else
1010# if LONGSIZE == 8
1011# define BYTEORDER 0x87654321
1012# endif
1013# endif
1014# endif
1015# endif
1016# if !defined(BYTEORDER) && (defined(NeXT) || defined(__NeXT__))
1017# define BYTEORDER 0x4321
1018# endif
465b7da9 1019#else
840565a7
SH
1020#define BYTEORDER 0x1234 /* large digits for MSB */
1021#endif /* NeXT */
b40906a9 1022
840565a7
SH
1023/* CHARBITS:
1024 * This symbol contains the size of a char, so that the C preprocessor
1025 * can make decisions based on it.
b40906a9 1026 */
840565a7 1027#define CHARBITS 8 /**/
b40906a9 1028
2bf3754c
SH
1029/* CAT2:
1030 * This macro concatenates 2 tokens together.
1031 */
1032/* STRINGIFY:
1033 * This macro surrounds its token with double quotes.
1034 */
1035#if 42 == 1
1036#define CAT2(a,b) a/**/b
6310baff 1037#undef STRINGIFY
2bf3754c
SH
1038#define STRINGIFY(a) "a"
1039#endif
1040#if 42 == 42
1041#define PeRl_CaTiFy(a, b) a ## b
1042#define PeRl_StGiFy(a) #a
1043#define CAT2(a,b) PeRl_CaTiFy(a,b)
1044#define StGiFy(a) PeRl_StGiFy(a)
6310baff 1045#undef STRINGIFY
2bf3754c
SH
1046#define STRINGIFY(a) PeRl_StGiFy(a)
1047#endif
1048#if 42 != 1 && 42 != 42
1049#include "Bletch: How does this C preprocessor concatenate tokens?"
1050#endif
1051
1052/* CPPSTDIN:
1053 * This symbol contains the first part of the string which will invoke
1054 * the C preprocessor on the standard input and produce to standard
1055 * output. Typical value of "cc -E" or "/lib/cpp", but it can also
1056 * call a wrapper. See CPPRUN.
1057 */
1058/* CPPMINUS:
1059 * This symbol contains the second part of the string which will invoke
1060 * the C preprocessor on the standard input and produce to standard
1061 * output. This symbol will have the value "-" if CPPSTDIN needs a minus
1062 * to specify standard input, otherwise the value is "".
1063 */
1064/* CPPRUN:
1065 * This symbol contains the string which will invoke a C preprocessor on
1066 * the standard input and produce to standard output. It needs to end
1067 * with CPPLAST, after all other preprocessor flags have been specified.
1068 * The main difference with CPPSTDIN is that this program will never be a
1069 * pointer to a shell wrapper, i.e. it will be empty if no preprocessor is
1070 * available directly to the user. Note that it may well be different from
1071 * the preprocessor used to compile the C program.
1072 */
1073/* CPPLAST:
1074 * This symbol is intended to be used along with CPPRUN in the same manner
1075 * symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "".
1076 */
1077#define CPPSTDIN "gcc -E"
1078#define CPPMINUS "-"
1079#define CPPRUN "gcc -E"
1080#define CPPLAST ""
1081
1082/* HAS_ACCESS:
1083 * This manifest constant lets the C program know that the access()
1084 * system call is available to check for accessibility using real UID/GID.
1085 * (always present on UNIX.)
1086 */
1087#define HAS_ACCESS /**/
1088
ec6c7eee
SH
1089/* HAS_ACCESSX:
1090 * This symbol, if defined, indicates that the accessx routine is
1091 * available to do extended access checks.
3bf969c5 1092 */
f3b9bb7d 1093/*#define HAS_ACCESSX / **/
3bf969c5 1094
b40906a9
SH
1095/* HAS_ASCTIME_R:
1096 * This symbol, if defined, indicates that the asctime_r routine
1097 * is available to asctime re-entrantly.
1098 */
1099/* ASCTIME_R_PROTO:
1100 * This symbol encodes the prototype of asctime_r.
1101 * It is zero if d_asctime_r is undef, and one of the
1102 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_asctime_r
1103 * is defined.
1104 */
f3b9bb7d 1105/*#define HAS_ASCTIME_R / **/
b40906a9
SH
1106#define ASCTIME_R_PROTO 0 /**/
1107
6310baff
SH
1108/* The HASATTRIBUTE_* defines are left undefined here because they vary from
1109 * one version of GCC to another. Instead, they are defined on the basis of
1110 * the compiler version in <perl.h>.
1111 */
2bf3754c
SH
1112/* HASATTRIBUTE_FORMAT:
1113 * Can we handle GCC attribute for checking printf-style formats
1114 */
1115/* PRINTF_FORMAT_NULL_OK:
1116 * Allows __printf__ format to be null when checking printf-style
1117 */
1118/* HASATTRIBUTE_MALLOC:
1119 * Can we handle GCC attribute for malloc-style functions.
1120 */
1121/* HASATTRIBUTE_NONNULL:
1122 * Can we handle GCC attribute for nonnull function parms.
1123 */
1124/* HASATTRIBUTE_NORETURN:
1125 * Can we handle GCC attribute for functions that do not return
1126 */
1127/* HASATTRIBUTE_PURE:
1128 * Can we handle GCC attribute for pure functions
1129 */
1130/* HASATTRIBUTE_UNUSED:
1131 * Can we handle GCC attribute for unused variables and arguments
1132 */
1133/* HASATTRIBUTE_DEPRECATED:
1134 * Can we handle GCC attribute for marking deprecated APIs
1135 */
1136/* HASATTRIBUTE_WARN_UNUSED_RESULT:
1137 * Can we handle GCC attribute for warning on unused results
1138 */
1139/*#define HASATTRIBUTE_DEPRECATED / **/
1140/*#define HASATTRIBUTE_FORMAT / **/
1141/*#define PRINTF_FORMAT_NULL_OK / **/
1142/*#define HASATTRIBUTE_NORETURN / **/
1143/*#define HASATTRIBUTE_MALLOC / **/
1144/*#define HASATTRIBUTE_NONNULL / **/
1145/*#define HASATTRIBUTE_PURE / **/
1146/*#define HASATTRIBUTE_UNUSED / **/
1147/*#define HASATTRIBUTE_WARN_UNUSED_RESULT / **/
1148
840565a7
SH
1149/* CASTI32:
1150 * This symbol is defined if the C compiler can cast negative
1151 * or large floating point numbers to 32-bit ints.
3bf969c5 1152 */
3090e57a 1153#define CASTI32 /**/
840565a7
SH
1154
1155/* CASTNEGFLOAT:
1156 * This symbol is defined if the C compiler can cast negative
1157 * numbers to unsigned longs, ints and shorts.
955d1b3d 1158 */
840565a7
SH
1159/* CASTFLAGS:
1160 * This symbol contains flags that say what difficulties the compiler
1161 * has casting odd floating values to unsigned long:
1162 * 0 = ok
1163 * 1 = couldn't cast < 0
1164 * 2 = couldn't cast >= 0x80000000
1165 * 4 = couldn't cast in argument expression list
3bf969c5 1166 */
840565a7
SH
1167#define CASTNEGFLOAT /**/
1168#define CASTFLAGS 0 /**/
3bf969c5 1169
840565a7
SH
1170/* VOID_CLOSEDIR:
1171 * This symbol, if defined, indicates that the closedir() routine
1172 * does not return a value.
3bf969c5 1173 */
840565a7 1174/*#define VOID_CLOSEDIR / **/
3bf969c5 1175
2bf3754c
SH
1176/* HASCONST:
1177 * This symbol, if defined, indicates that this C compiler knows about
1178 * the const type. There is no need to actually test for that symbol
1179 * within your programs. The mere use of the "const" keyword will
1180 * trigger the necessary tests.
1181 */
1182#define HASCONST /**/
1183#ifndef HASCONST
1184#define const
1185#endif
1186
ec6c7eee
SH
1187/* HAS_CRYPT_R:
1188 * This symbol, if defined, indicates that the crypt_r routine
1189 * is available to crypt re-entrantly.
8839b9e4 1190 */
b40906a9
SH
1191/* CRYPT_R_PROTO:
1192 * This symbol encodes the prototype of crypt_r.
1193 * It is zero if d_crypt_r is undef, and one of the
1194 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_crypt_r
1195 * is defined.
3635cd84 1196 */
f3b9bb7d 1197/*#define HAS_CRYPT_R / **/
b40906a9 1198#define CRYPT_R_PROTO 0 /**/
3635cd84 1199
2bf3754c
SH
1200/* HAS_CSH:
1201 * This symbol, if defined, indicates that the C-shell exists.
1202 */
1203/* CSH:
1204 * This symbol, if defined, contains the full pathname of csh.
1205 */
1206/*#define HAS_CSH / **/
1207#ifdef HAS_CSH
1208#define CSH "" /**/
1209#endif
1210
3bf969c5
SH
1211/* HAS_CTERMID_R:
1212 * This symbol, if defined, indicates that the ctermid_r routine
1213 * is available to ctermid re-entrantly.
1214 */
1215/* CTERMID_R_PROTO:
1216 * This symbol encodes the prototype of ctermid_r.
1217 * It is zero if d_ctermid_r is undef, and one of the
1218 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctermid_r
1219 * is defined.
1220 */
f3b9bb7d 1221/*#define HAS_CTERMID_R / **/
3bf969c5
SH
1222#define CTERMID_R_PROTO 0 /**/
1223
b40906a9
SH
1224/* HAS_CTIME_R:
1225 * This symbol, if defined, indicates that the ctime_r routine
1226 * is available to ctime re-entrantly.
3635cd84 1227 */
b40906a9
SH
1228/* CTIME_R_PROTO:
1229 * This symbol encodes the prototype of ctime_r.
1230 * It is zero if d_ctime_r is undef, and one of the
1231 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctime_r
1232 * is defined.
8839b9e4 1233 */
f3b9bb7d 1234/*#define HAS_CTIME_R / **/
b40906a9 1235#define CTIME_R_PROTO 0 /**/
8839b9e4 1236
2bf3754c
SH
1237/* SETUID_SCRIPTS_ARE_SECURE_NOW:
1238 * This symbol, if defined, indicates that the bug that prevents
1239 * setuid scripts from being secure is not present in this kernel.
1240 */
1241/* DOSUID:
1242 * This symbol, if defined, indicates that the C program should
1243 * check the script that it is executing for setuid/setgid bits, and
1244 * attempt to emulate setuid/setgid on systems that have disabled
1245 * setuid #! scripts because the kernel can't do it securely.
1246 * It is up to the package designer to make sure that this emulation
1247 * is done securely. Among other things, it should do an fstat on
1248 * the script it just opened to make sure it really is a setuid/setgid
1249 * script, it should make sure the arguments passed correspond exactly
1250 * to the argument on the #! line, and it should not trust any
1251 * subprocesses to which it must pass the filename rather than the
1252 * file descriptor of the script to be executed.
1253 */
1254/*#define SETUID_SCRIPTS_ARE_SECURE_NOW / **/
1255/*#define DOSUID / **/
1256
b40906a9
SH
1257/* HAS_DRAND48_R:
1258 * This symbol, if defined, indicates that the drand48_r routine
1259 * is available to drand48 re-entrantly.
a8a15001 1260 */
b40906a9
SH
1261/* DRAND48_R_PROTO:
1262 * This symbol encodes the prototype of drand48_r.
1263 * It is zero if d_drand48_r is undef, and one of the
1264 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_drand48_r
1265 * is defined.
a8a15001 1266 */
f3b9bb7d 1267/*#define HAS_DRAND48_R / **/
b40906a9 1268#define DRAND48_R_PROTO 0 /**/
a8a15001 1269
2bf3754c
SH
1270/* HAS_DRAND48_PROTO:
1271 * This symbol, if defined, indicates that the system provides
1272 * a prototype for the drand48() function. Otherwise, it is up
1273 * to the program to supply one. A good guess is
1274 * extern double drand48(void);
1275 */
1276/*#define HAS_DRAND48_PROTO / **/
1277
ec6c7eee
SH
1278/* HAS_EACCESS:
1279 * This symbol, if defined, indicates that the eaccess routine is
1280 * available to do extended access checks.
1281 */
f3b9bb7d 1282/*#define HAS_EACCESS / **/
ec6c7eee 1283
2bf3754c
SH
1284/* HAS_ENDGRENT:
1285 * This symbol, if defined, indicates that the getgrent routine is
1286 * available for finalizing sequential access of the group database.
1287 */
1288/*#define HAS_ENDGRENT / **/
1289
b40906a9
SH
1290/* HAS_ENDGRENT_R:
1291 * This symbol, if defined, indicates that the endgrent_r routine
1292 * is available to endgrent re-entrantly.
a8a15001 1293 */
b40906a9
SH
1294/* ENDGRENT_R_PROTO:
1295 * This symbol encodes the prototype of endgrent_r.
1296 * It is zero if d_endgrent_r is undef, and one of the
1297 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endgrent_r
1298 * is defined.
a8a15001 1299 */
f3b9bb7d 1300/*#define HAS_ENDGRENT_R / **/
b40906a9
SH
1301#define ENDGRENT_R_PROTO 0 /**/
1302
2bf3754c
SH
1303/* HAS_ENDHOSTENT:
1304 * This symbol, if defined, indicates that the endhostent() routine is
1305 * available to close whatever was being used for host queries.
1306 */
1307/*#define HAS_ENDHOSTENT / **/
1308
3bf969c5
SH
1309/* HAS_ENDHOSTENT_R:
1310 * This symbol, if defined, indicates that the endhostent_r routine
1311 * is available to endhostent re-entrantly.
1312 */
1313/* ENDHOSTENT_R_PROTO:
1314 * This symbol encodes the prototype of endhostent_r.
1315 * It is zero if d_endhostent_r is undef, and one of the
1316 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endhostent_r
1317 * is defined.
1318 */
f3b9bb7d 1319/*#define HAS_ENDHOSTENT_R / **/
3bf969c5
SH
1320#define ENDHOSTENT_R_PROTO 0 /**/
1321
2bf3754c
SH
1322/* HAS_ENDNETENT:
1323 * This symbol, if defined, indicates that the endnetent() routine is
1324 * available to close whatever was being used for network queries.
1325 */
1326/*#define HAS_ENDNETENT / **/
1327
3bf969c5
SH
1328/* HAS_ENDNETENT_R:
1329 * This symbol, if defined, indicates that the endnetent_r routine
1330 * is available to endnetent re-entrantly.
1331 */
1332/* ENDNETENT_R_PROTO:
1333 * This symbol encodes the prototype of endnetent_r.
1334 * It is zero if d_endnetent_r is undef, and one of the
1335 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endnetent_r
1336 * is defined.
1337 */
f3b9bb7d 1338/*#define HAS_ENDNETENT_R / **/
3bf969c5
SH
1339#define ENDNETENT_R_PROTO 0 /**/
1340
2bf3754c
SH
1341/* HAS_ENDPROTOENT:
1342 * This symbol, if defined, indicates that the endprotoent() routine is
1343 * available to close whatever was being used for protocol queries.
1344 */
1345/*#define HAS_ENDPROTOENT / **/
1346
3bf969c5
SH
1347/* HAS_ENDPROTOENT_R:
1348 * This symbol, if defined, indicates that the endprotoent_r routine
1349 * is available to endprotoent re-entrantly.
1350 */
1351/* ENDPROTOENT_R_PROTO:
1352 * This symbol encodes the prototype of endprotoent_r.
1353 * It is zero if d_endprotoent_r is undef, and one of the
1354 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endprotoent_r
1355 * is defined.
1356 */
f3b9bb7d 1357/*#define HAS_ENDPROTOENT_R / **/
3bf969c5
SH
1358#define ENDPROTOENT_R_PROTO 0 /**/
1359
2bf3754c
SH
1360/* HAS_ENDPWENT:
1361 * This symbol, if defined, indicates that the getgrent routine is
1362 * available for finalizing sequential access of the passwd database.
1363 */
1364/*#define HAS_ENDPWENT / **/
1365
b40906a9
SH
1366/* HAS_ENDPWENT_R:
1367 * This symbol, if defined, indicates that the endpwent_r routine
1368 * is available to endpwent re-entrantly.
a8a15001 1369 */
b40906a9
SH
1370/* ENDPWENT_R_PROTO:
1371 * This symbol encodes the prototype of endpwent_r.
1372 * It is zero if d_endpwent_r is undef, and one of the
1373 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endpwent_r
1374 * is defined.
a8a15001 1375 */
f3b9bb7d 1376/*#define HAS_ENDPWENT_R / **/
b40906a9
SH
1377#define ENDPWENT_R_PROTO 0 /**/
1378
2bf3754c
SH
1379/* HAS_ENDSERVENT:
1380 * This symbol, if defined, indicates that the endservent() routine is
1381 * available to close whatever was being used for service queries.
1382 */
1383/*#define HAS_ENDSERVENT / **/
1384
3bf969c5
SH
1385/* HAS_ENDSERVENT_R:
1386 * This symbol, if defined, indicates that the endservent_r routine
1387 * is available to endservent re-entrantly.
1388 */
1389/* ENDSERVENT_R_PROTO:
1390 * This symbol encodes the prototype of endservent_r.
1391 * It is zero if d_endservent_r is undef, and one of the
1392 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endservent_r
1393 * is defined.
1394 */
f3b9bb7d 1395/*#define HAS_ENDSERVENT_R / **/
3bf969c5
SH
1396#define ENDSERVENT_R_PROTO 0 /**/
1397
840565a7
SH
1398/* HAS_FD_SET:
1399 * This symbol, when defined, indicates presence of the fd_set typedef
1400 * in <sys/types.h>
3bf969c5 1401 */
840565a7 1402#define HAS_FD_SET /**/
3bf969c5 1403
2bf3754c
SH
1404/* FLEXFILENAMES:
1405 * This symbol, if defined, indicates that the system supports filenames
1406 * longer than 14 characters.
1407 */
1408#define FLEXFILENAMES /**/
1409
1410/* Gconvert:
840565a7
SH
1411 * This preprocessor macro is defined to convert a floating point
1412 * number to a string without a trailing decimal point. This
1413 * emulates the behavior of sprintf("%g"), but is sometimes much more
1414 * efficient. If gconvert() is not available, but gcvt() drops the
1415 * trailing decimal point, then gcvt() is used. If all else fails,
1416 * a macro using sprintf("%g") is used. Arguments for the Gconvert
1417 * macro are: value, number of digits, whether trailing zeros should
1418 * be retained, and the output buffer.
1419 * The usual values are:
1420 * d_Gconvert='gconvert((x),(n),(t),(b))'
1421 * d_Gconvert='gcvt((x),(n),(b))'
1422 * d_Gconvert='sprintf((b),"%.*g",(n),(x))'
1423 * The last two assume trailing zeros should not be kept.
a8a15001 1424 */
840565a7 1425#define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
a8a15001 1426
2bf3754c
SH
1427/* HAS_GETGRENT:
1428 * This symbol, if defined, indicates that the getgrent routine is
1429 * available for sequential access of the group database.
1430 */
1431/*#define HAS_GETGRENT / **/
1432
ec6c7eee
SH
1433/* HAS_GETGRENT_R:
1434 * This symbol, if defined, indicates that the getgrent_r routine
1435 * is available to getgrent re-entrantly.
a8a15001 1436 */
ec6c7eee
SH
1437/* GETGRENT_R_PROTO:
1438 * This symbol encodes the prototype of getgrent_r.
1439 * It is zero if d_getgrent_r is undef, and one of the
1440 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrent_r
1441 * is defined.
a8a15001 1442 */
f3b9bb7d 1443/*#define HAS_GETGRENT_R / **/
ec6c7eee 1444#define GETGRENT_R_PROTO 0 /**/
a8a15001 1445
ec6c7eee
SH
1446/* HAS_GETGRGID_R:
1447 * This symbol, if defined, indicates that the getgrgid_r routine
1448 * is available to getgrgid re-entrantly.
a8a15001 1449 */
ec6c7eee
SH
1450/* GETGRGID_R_PROTO:
1451 * This symbol encodes the prototype of getgrgid_r.
1452 * It is zero if d_getgrgid_r is undef, and one of the
1453 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrgid_r
1454 * is defined.
a8a15001 1455 */
f3b9bb7d 1456/*#define HAS_GETGRGID_R / **/
ec6c7eee 1457#define GETGRGID_R_PROTO 0 /**/
a8a15001 1458
ec6c7eee
SH
1459/* HAS_GETGRNAM_R:
1460 * This symbol, if defined, indicates that the getgrnam_r routine
1461 * is available to getgrnam re-entrantly.
a8a15001 1462 */
ec6c7eee
SH
1463/* GETGRNAM_R_PROTO:
1464 * This symbol encodes the prototype of getgrnam_r.
1465 * It is zero if d_getgrnam_r is undef, and one of the
1466 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrnam_r
1467 * is defined.
3bf969c5 1468 */
f3b9bb7d 1469/*#define HAS_GETGRNAM_R / **/
ec6c7eee 1470#define GETGRNAM_R_PROTO 0 /**/
3bf969c5 1471
2bf3754c
SH
1472/* HAS_GETHOSTBYADDR:
1473 * This symbol, if defined, indicates that the gethostbyaddr() routine is
1474 * available to look up hosts by their IP addresses.
1475 */
1476#define HAS_GETHOSTBYADDR /**/
1477
1478/* HAS_GETHOSTBYNAME:
1479 * This symbol, if defined, indicates that the gethostbyname() routine is
1480 * available to look up host names in some data base or other.
1481 */
1482#define HAS_GETHOSTBYNAME /**/
1483
1484/* HAS_GETHOSTENT:
1485 * This symbol, if defined, indicates that the gethostent() routine is
1486 * available to look up host names in some data base or another.
1487 */
1488/*#define HAS_GETHOSTENT / **/
1489
1490/* HAS_GETHOSTNAME:
1491 * This symbol, if defined, indicates that the C program may use the
1492 * gethostname() routine to derive the host name. See also HAS_UNAME
1493 * and PHOSTNAME.
1494 */
1495/* HAS_UNAME:
1496 * This symbol, if defined, indicates that the C program may use the
1497 * uname() routine to derive the host name. See also HAS_GETHOSTNAME
1498 * and PHOSTNAME.
1499 */
1500/* PHOSTNAME:
1501 * This symbol, if defined, indicates the command to feed to the
1502 * popen() routine to derive the host name. See also HAS_GETHOSTNAME
1503 * and HAS_UNAME. Note that the command uses a fully qualified path,
1504 * so that it is safe even if used by a process with super-user
1505 * privileges.
1506 */
1507/* HAS_PHOSTNAME:
1508 * This symbol, if defined, indicates that the C program may use the
1509 * contents of PHOSTNAME as a command to feed to the popen() routine
1510 * to derive the host name.
1511 */
1512#define HAS_GETHOSTNAME /**/
1513#define HAS_UNAME /**/
1514/*#define HAS_PHOSTNAME / **/
1515#ifdef HAS_PHOSTNAME
1516#define PHOSTNAME "" /* How to get the host name */
1517#endif
1518
3bf969c5
SH
1519/* HAS_GETHOSTBYADDR_R:
1520 * This symbol, if defined, indicates that the gethostbyaddr_r routine
1521 * is available to gethostbyaddr re-entrantly.
a8a15001 1522 */
3bf969c5
SH
1523/* GETHOSTBYADDR_R_PROTO:
1524 * This symbol encodes the prototype of gethostbyaddr_r.
1525 * It is zero if d_gethostbyaddr_r is undef, and one of the
1526 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyaddr_r
1527 * is defined.
1528 */
f3b9bb7d 1529/*#define HAS_GETHOSTBYADDR_R / **/
3bf969c5
SH
1530#define GETHOSTBYADDR_R_PROTO 0 /**/
1531
1532/* HAS_GETHOSTBYNAME_R:
1533 * This symbol, if defined, indicates that the gethostbyname_r routine
1534 * is available to gethostbyname re-entrantly.
1535 */
1536/* GETHOSTBYNAME_R_PROTO:
1537 * This symbol encodes the prototype of gethostbyname_r.
1538 * It is zero if d_gethostbyname_r is undef, and one of the
1539 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyname_r
1540 * is defined.
1541 */
f3b9bb7d 1542/*#define HAS_GETHOSTBYNAME_R / **/
3bf969c5
SH
1543#define GETHOSTBYNAME_R_PROTO 0 /**/
1544
1545/* HAS_GETHOSTENT_R:
1546 * This symbol, if defined, indicates that the gethostent_r routine
1547 * is available to gethostent re-entrantly.
1548 */
1549/* GETHOSTENT_R_PROTO:
1550 * This symbol encodes the prototype of gethostent_r.
1551 * It is zero if d_gethostent_r is undef, and one of the
1552 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostent_r
1553 * is defined.
1554 */
f3b9bb7d 1555/*#define HAS_GETHOSTENT_R / **/
3bf969c5
SH
1556#define GETHOSTENT_R_PROTO 0 /**/
1557
2bf3754c
SH
1558/* HAS_GETHOST_PROTOS:
1559 * This symbol, if defined, indicates that <netdb.h> includes
1560 * prototypes for gethostent(), gethostbyname(), and
1561 * gethostbyaddr(). Otherwise, it is up to the program to guess
1562 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1563 */
1564#define HAS_GETHOST_PROTOS /**/
1565
b40906a9
SH
1566/* HAS_GETLOGIN_R:
1567 * This symbol, if defined, indicates that the getlogin_r routine
1568 * is available to getlogin re-entrantly.
a8a15001 1569 */
b40906a9
SH
1570/* GETLOGIN_R_PROTO:
1571 * This symbol encodes the prototype of getlogin_r.
1572 * It is zero if d_getlogin_r is undef, and one of the
1573 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getlogin_r
1574 * is defined.
1575 */
f3b9bb7d 1576/*#define HAS_GETLOGIN_R / **/
b40906a9 1577#define GETLOGIN_R_PROTO 0 /**/
a8a15001 1578
2bf3754c
SH
1579/* HAS_GETNETBYADDR:
1580 * This symbol, if defined, indicates that the getnetbyaddr() routine is
1581 * available to look up networks by their IP addresses.
1582 */
1583/*#define HAS_GETNETBYADDR / **/
1584
1585/* HAS_GETNETBYNAME:
1586 * This symbol, if defined, indicates that the getnetbyname() routine is
1587 * available to look up networks by their names.
1588 */
1589/*#define HAS_GETNETBYNAME / **/
1590
1591/* HAS_GETNETENT:
1592 * This symbol, if defined, indicates that the getnetent() routine is
1593 * available to look up network names in some data base or another.
1594 */
1595/*#define HAS_GETNETENT / **/
1596
3bf969c5
SH
1597/* HAS_GETNETBYADDR_R:
1598 * This symbol, if defined, indicates that the getnetbyaddr_r routine
1599 * is available to getnetbyaddr re-entrantly.
1600 */
1601/* GETNETBYADDR_R_PROTO:
1602 * This symbol encodes the prototype of getnetbyaddr_r.
1603 * It is zero if d_getnetbyaddr_r is undef, and one of the
1604 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyaddr_r
1605 * is defined.
1606 */
f3b9bb7d 1607/*#define HAS_GETNETBYADDR_R / **/
3bf969c5
SH
1608#define GETNETBYADDR_R_PROTO 0 /**/
1609
1610/* HAS_GETNETBYNAME_R:
1611 * This symbol, if defined, indicates that the getnetbyname_r routine
1612 * is available to getnetbyname re-entrantly.
1613 */
1614/* GETNETBYNAME_R_PROTO:
1615 * This symbol encodes the prototype of getnetbyname_r.
1616 * It is zero if d_getnetbyname_r is undef, and one of the
1617 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyname_r
1618 * is defined.
1619 */
f3b9bb7d 1620/*#define HAS_GETNETBYNAME_R / **/
3bf969c5
SH
1621#define GETNETBYNAME_R_PROTO 0 /**/
1622
1623/* HAS_GETNETENT_R:
1624 * This symbol, if defined, indicates that the getnetent_r routine
1625 * is available to getnetent re-entrantly.
1626 */
1627/* GETNETENT_R_PROTO:
1628 * This symbol encodes the prototype of getnetent_r.
1629 * It is zero if d_getnetent_r is undef, and one of the
1630 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetent_r
1631 * is defined.
1632 */
f3b9bb7d 1633/*#define HAS_GETNETENT_R / **/
3bf969c5
SH
1634#define GETNETENT_R_PROTO 0 /**/
1635
2bf3754c
SH
1636/* HAS_GETNET_PROTOS:
1637 * This symbol, if defined, indicates that <netdb.h> includes
1638 * prototypes for getnetent(), getnetbyname(), and
1639 * getnetbyaddr(). Otherwise, it is up to the program to guess
1640 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1641 */
1642/*#define HAS_GETNET_PROTOS / **/
1643
840565a7
SH
1644/* HAS_GETPAGESIZE:
1645 * This symbol, if defined, indicates that the getpagesize system call
1646 * is available to get system page size, which is the granularity of
1647 * many memory management calls.
69c7879f 1648 */
840565a7 1649/*#define HAS_GETPAGESIZE / **/
69c7879f 1650
2bf3754c
SH
1651/* HAS_GETPROTOENT:
1652 * This symbol, if defined, indicates that the getprotoent() routine is
1653 * available to look up protocols in some data base or another.
1654 */
1655/*#define HAS_GETPROTOENT / **/
1656
1657/* HAS_GETPGRP:
1658 * This symbol, if defined, indicates that the getpgrp routine is
1659 * available to get the current process group.
1660 */
1661/* USE_BSD_GETPGRP:
1662 * This symbol, if defined, indicates that getpgrp needs one
1663 * arguments whereas USG one needs none.
1664 */
1665/*#define HAS_GETPGRP / **/
1666/*#define USE_BSD_GETPGRP / **/
1667
1668/* HAS_GETPROTOBYNAME:
1669 * This symbol, if defined, indicates that the getprotobyname()
1670 * routine is available to look up protocols by their name.
1671 */
1672/* HAS_GETPROTOBYNUMBER:
1673 * This symbol, if defined, indicates that the getprotobynumber()
1674 * routine is available to look up protocols by their number.
1675 */
1676#define HAS_GETPROTOBYNAME /**/
1677#define HAS_GETPROTOBYNUMBER /**/
1678
3bf969c5
SH
1679/* HAS_GETPROTOBYNAME_R:
1680 * This symbol, if defined, indicates that the getprotobyname_r routine
1681 * is available to getprotobyname re-entrantly.
1682 */
1683/* GETPROTOBYNAME_R_PROTO:
1684 * This symbol encodes the prototype of getprotobyname_r.
1685 * It is zero if d_getprotobyname_r is undef, and one of the
1686 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobyname_r
1687 * is defined.
1688 */
f3b9bb7d 1689/*#define HAS_GETPROTOBYNAME_R / **/
3bf969c5
SH
1690#define GETPROTOBYNAME_R_PROTO 0 /**/
1691
1692/* HAS_GETPROTOBYNUMBER_R:
1693 * This symbol, if defined, indicates that the getprotobynumber_r routine
1694 * is available to getprotobynumber re-entrantly.
1695 */
1696/* GETPROTOBYNUMBER_R_PROTO:
1697 * This symbol encodes the prototype of getprotobynumber_r.
1698 * It is zero if d_getprotobynumber_r is undef, and one of the
1699 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobynumber_r
1700 * is defined.
1701 */
f3b9bb7d 1702/*#define HAS_GETPROTOBYNUMBER_R / **/
3bf969c5
SH
1703#define GETPROTOBYNUMBER_R_PROTO 0 /**/
1704
1705/* HAS_GETPROTOENT_R:
1706 * This symbol, if defined, indicates that the getprotoent_r routine
1707 * is available to getprotoent re-entrantly.
1708 */
1709/* GETPROTOENT_R_PROTO:
1710 * This symbol encodes the prototype of getprotoent_r.
1711 * It is zero if d_getprotoent_r is undef, and one of the
1712 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotoent_r
1713 * is defined.
1714 */
f3b9bb7d 1715/*#define HAS_GETPROTOENT_R / **/
3bf969c5
SH
1716#define GETPROTOENT_R_PROTO 0 /**/
1717
2bf3754c
SH
1718/* HAS_GETPROTO_PROTOS:
1719 * This symbol, if defined, indicates that <netdb.h> includes
1720 * prototypes for getprotoent(), getprotobyname(), and
1721 * getprotobyaddr(). Otherwise, it is up to the program to guess
1722 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1723 */
1724#define HAS_GETPROTO_PROTOS /**/
1725
1726/* HAS_GETPWENT:
1727 * This symbol, if defined, indicates that the getpwent routine is
1728 * available for sequential access of the passwd database.
1729 * If this is not available, the older getpw() function may be available.
1730 */
1731/*#define HAS_GETPWENT / **/
1732
b40906a9
SH
1733/* HAS_GETPWENT_R:
1734 * This symbol, if defined, indicates that the getpwent_r routine
1735 * is available to getpwent re-entrantly.
69c7879f 1736 */
b40906a9
SH
1737/* GETPWENT_R_PROTO:
1738 * This symbol encodes the prototype of getpwent_r.
1739 * It is zero if d_getpwent_r is undef, and one of the
1740 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwent_r
1741 * is defined.
a8a15001 1742 */
f3b9bb7d 1743/*#define HAS_GETPWENT_R / **/
b40906a9 1744#define GETPWENT_R_PROTO 0 /**/
a8a15001 1745
b40906a9
SH
1746/* HAS_GETPWNAM_R:
1747 * This symbol, if defined, indicates that the getpwnam_r routine
1748 * is available to getpwnam re-entrantly.
a8a15001 1749 */
b40906a9
SH
1750/* GETPWNAM_R_PROTO:
1751 * This symbol encodes the prototype of getpwnam_r.
1752 * It is zero if d_getpwnam_r is undef, and one of the
1753 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwnam_r
1754 * is defined.
a8a15001 1755 */
f3b9bb7d 1756/*#define HAS_GETPWNAM_R / **/
b40906a9 1757#define GETPWNAM_R_PROTO 0 /**/
a8a15001 1758
b40906a9
SH
1759/* HAS_GETPWUID_R:
1760 * This symbol, if defined, indicates that the getpwuid_r routine
1761 * is available to getpwuid re-entrantly.
a8a15001 1762 */
b40906a9
SH
1763/* GETPWUID_R_PROTO:
1764 * This symbol encodes the prototype of getpwuid_r.
1765 * It is zero if d_getpwuid_r is undef, and one of the
1766 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwuid_r
1767 * is defined.
a8a15001 1768 */
f3b9bb7d 1769/*#define HAS_GETPWUID_R / **/
b40906a9 1770#define GETPWUID_R_PROTO 0 /**/
a8a15001 1771
2bf3754c
SH
1772/* HAS_GETSERVENT:
1773 * This symbol, if defined, indicates that the getservent() routine is
1774 * available to look up network services in some data base or another.
1775 */
1776/*#define HAS_GETSERVENT / **/
1777
3bf969c5
SH
1778/* HAS_GETSERVBYNAME_R:
1779 * This symbol, if defined, indicates that the getservbyname_r routine
1780 * is available to getservbyname re-entrantly.
1781 */
1782/* GETSERVBYNAME_R_PROTO:
1783 * This symbol encodes the prototype of getservbyname_r.
1784 * It is zero if d_getservbyname_r is undef, and one of the
1785 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyname_r
1786 * is defined.
1787 */
f3b9bb7d 1788/*#define HAS_GETSERVBYNAME_R / **/
3bf969c5
SH
1789#define GETSERVBYNAME_R_PROTO 0 /**/
1790
1791/* HAS_GETSERVBYPORT_R:
1792 * This symbol, if defined, indicates that the getservbyport_r routine
1793 * is available to getservbyport re-entrantly.
1794 */
1795/* GETSERVBYPORT_R_PROTO:
1796 * This symbol encodes the prototype of getservbyport_r.
1797 * It is zero if d_getservbyport_r is undef, and one of the
1798 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyport_r
1799 * is defined.
1800 */
f3b9bb7d 1801/*#define HAS_GETSERVBYPORT_R / **/
3bf969c5
SH
1802#define GETSERVBYPORT_R_PROTO 0 /**/
1803
1804/* HAS_GETSERVENT_R:
1805 * This symbol, if defined, indicates that the getservent_r routine
1806 * is available to getservent re-entrantly.
1807 */
1808/* GETSERVENT_R_PROTO:
1809 * This symbol encodes the prototype of getservent_r.
1810 * It is zero if d_getservent_r is undef, and one of the
1811 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservent_r
1812 * is defined.
1813 */
f3b9bb7d 1814/*#define HAS_GETSERVENT_R / **/
3bf969c5
SH
1815#define GETSERVENT_R_PROTO 0 /**/
1816
2bf3754c
SH
1817/* HAS_GETSERV_PROTOS:
1818 * This symbol, if defined, indicates that <netdb.h> includes
1819 * prototypes for getservent(), getservbyname(), and
1820 * getservbyaddr(). Otherwise, it is up to the program to guess
1821 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1822 */
1823#define HAS_GETSERV_PROTOS /**/
1824
b40906a9
SH
1825/* HAS_GETSPNAM_R:
1826 * This symbol, if defined, indicates that the getspnam_r routine
1827 * is available to getspnam re-entrantly.
a8a15001 1828 */
b40906a9
SH
1829/* GETSPNAM_R_PROTO:
1830 * This symbol encodes the prototype of getspnam_r.
1831 * It is zero if d_getspnam_r is undef, and one of the
1832 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getspnam_r
1833 * is defined.
a8a15001 1834 */
f3b9bb7d 1835/*#define HAS_GETSPNAM_R / **/
b40906a9 1836#define GETSPNAM_R_PROTO 0 /**/
a8a15001 1837
2bf3754c
SH
1838/* HAS_GETSERVBYNAME:
1839 * This symbol, if defined, indicates that the getservbyname()
1840 * routine is available to look up services by their name.
1841 */
1842/* HAS_GETSERVBYPORT:
1843 * This symbol, if defined, indicates that the getservbyport()
1844 * routine is available to look up services by their port.
1845 */
1846#define HAS_GETSERVBYNAME /**/
1847#define HAS_GETSERVBYPORT /**/
1848
b40906a9
SH
1849/* HAS_GMTIME_R:
1850 * This symbol, if defined, indicates that the gmtime_r routine
1851 * is available to gmtime re-entrantly.
a8a15001 1852 */
b40906a9
SH
1853/* GMTIME_R_PROTO:
1854 * This symbol encodes the prototype of gmtime_r.
1855 * It is zero if d_gmtime_r is undef, and one of the
1856 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_gmtime_r
1857 * is defined.
a8a15001 1858 */
f3b9bb7d 1859/*#define HAS_GMTIME_R / **/
b40906a9 1860#define GMTIME_R_PROTO 0 /**/
a8a15001 1861
840565a7
SH
1862/* HAS_GNULIBC:
1863 * This symbol, if defined, indicates to the C program that
1864 * the GNU C library is being used. A better check is to use
1865 * the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc.
a8a15001 1866 */
840565a7
SH
1867/*#define HAS_GNULIBC / **/
1868#if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)
1869# define _GNU_SOURCE
1870#endif
1871
2bf3754c
SH
1872/* HAS_HTONL:
1873 * This symbol, if defined, indicates that the htonl() routine (and
1874 * friends htons() ntohl() ntohs()) are available to do network
1875 * order byte swapping.
1876 */
1877/* HAS_HTONS:
1878 * This symbol, if defined, indicates that the htons() routine (and
1879 * friends htonl() ntohl() ntohs()) are available to do network
1880 * order byte swapping.
1881 */
1882/* HAS_NTOHL:
1883 * This symbol, if defined, indicates that the ntohl() routine (and
1884 * friends htonl() htons() ntohs()) are available to do network
1885 * order byte swapping.
1886 */
1887/* HAS_NTOHS:
1888 * This symbol, if defined, indicates that the ntohs() routine (and
1889 * friends htonl() htons() ntohl()) are available to do network
1890 * order byte swapping.
1891 */
1892#define HAS_HTONL /**/
1893#define HAS_HTONS /**/
1894#define HAS_NTOHL /**/
1895#define HAS_NTOHS /**/
1896
840565a7
SH
1897/* HAS_ISASCII:
1898 * This manifest constant lets the C program know that isascii
1899 * is available.
a8a15001 1900 */
840565a7
SH
1901#define HAS_ISASCII /**/
1902
1903/* HAS_LCHOWN:
1904 * This symbol, if defined, indicates that the lchown routine is
1905 * available to operate on a symbolic link (instead of following the
1906 * link).
a8a15001 1907 */
840565a7 1908/*#define HAS_LCHOWN / **/
a8a15001 1909
ec6c7eee
SH
1910/* HAS_LOCALTIME_R:
1911 * This symbol, if defined, indicates that the localtime_r routine
1912 * is available to localtime re-entrantly.
a8a15001 1913 */
ec6c7eee
SH
1914/* LOCALTIME_R_NEEDS_TZSET:
1915 * Many libc's localtime_r implementations do not call tzset,
1916 * making them differ from localtime(), and making timezone
1917 * changes using \undef{TZ} without explicitly calling tzset
1918 * impossible. This symbol makes us call tzset before localtime_r
a8a15001 1919 */
f3b9bb7d 1920/*#define LOCALTIME_R_NEEDS_TZSET / **/
ec6c7eee
SH
1921#ifdef LOCALTIME_R_NEEDS_TZSET
1922#define L_R_TZSET tzset(),
1923#else
1924#define L_R_TZSET
1925#endif
a8a15001 1926
ec6c7eee
SH
1927/* LOCALTIME_R_PROTO:
1928 * This symbol encodes the prototype of localtime_r.
1929 * It is zero if d_localtime_r is undef, and one of the
1930 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_localtime_r
1931 * is defined.
a8a15001 1932 */
f3b9bb7d 1933/*#define HAS_LOCALTIME_R / **/
ec6c7eee 1934#define LOCALTIME_R_PROTO 0 /**/
a8a15001 1935
2bf3754c
SH
1936/* HAS_LONG_DOUBLE:
1937 * This symbol will be defined if the C compiler supports long
1938 * doubles.
1939 */
1940/* LONG_DOUBLESIZE:
1941 * This symbol contains the size of a long double, so that the
1942 * C preprocessor can make decisions based on it. It is only
1943 * defined if the system supports long doubles.
1944 */
1945#define HAS_LONG_DOUBLE /**/
1946#ifdef HAS_LONG_DOUBLE
1947#define LONG_DOUBLESIZE 12 /**/
1948#endif
1949
1950/* HAS_LONG_LONG:
1951 * This symbol will be defined if the C compiler supports long long.
1952 */
1953/* LONGLONGSIZE:
1954 * This symbol contains the size of a long long, so that the
1955 * C preprocessor can make decisions based on it. It is only
1956 * defined if the system supports long long.
1957 */
1958#define HAS_LONG_LONG /**/
1959#ifdef HAS_LONG_LONG
1960#define LONGLONGSIZE 8 /**/
1961#endif
1962
1963/* HAS_LSEEK_PROTO:
1964 * This symbol, if defined, indicates that the system provides
1965 * a prototype for the lseek() function. Otherwise, it is up
1966 * to the program to supply one. A good guess is
1967 * extern off_t lseek(int, off_t, int);
1968 */
1969#define HAS_LSEEK_PROTO /**/
1970
1971/* HAS_MEMCHR:
1972 * This symbol, if defined, indicates that the memchr routine is available
1973 * to locate characters within a C string.
1974 */
1975#define HAS_MEMCHR /**/
1976
1977/* HAS_MKSTEMP:
1978 * This symbol, if defined, indicates that the mkstemp routine is
1979 * available to exclusively create and open a uniquely named
1980 * temporary file.
1981 */
1982/*#define HAS_MKSTEMP / **/
1983
1984/* HAS_MMAP:
1985 * This symbol, if defined, indicates that the mmap system call is
1986 * available to map a file into memory.
1987 */
1988/* Mmap_t:
1989 * This symbol holds the return type of the mmap() system call
1990 * (and simultaneously the type of the first argument).
1991 * Usually set to 'void *' or 'caddr_t'.
1992 */
1993/*#define HAS_MMAP / **/
1994#define Mmap_t void * /**/
1995
1996/* HAS_MSG:
1997 * This symbol, if defined, indicates that the entire msg*(2) library is
1998 * supported (IPC mechanism based on message queues).
1999 */
2000/*#define HAS_MSG / **/
2001
840565a7
SH
2002/* HAS_OPEN3:
2003 * This manifest constant lets the C program know that the three
2004 * argument form of open(2) is available.
a8a15001 2005 */
840565a7
SH
2006/*#define HAS_OPEN3 / **/
2007
2008/* OLD_PTHREAD_CREATE_JOINABLE:
2009 * This symbol, if defined, indicates how to create pthread
2010 * in joinable (aka undetached) state. NOTE: not defined
2011 * if pthread.h already has defined PTHREAD_CREATE_JOINABLE
2012 * (the new version of the constant).
2013 * If defined, known values are PTHREAD_CREATE_UNDETACHED
2014 * and __UNDETACHED.
a8a15001 2015 */
840565a7 2016/*#define OLD_PTHREAD_CREATE_JOINABLE / **/
a8a15001 2017
840565a7
SH
2018/* HAS_PTHREAD_ATFORK:
2019 * This symbol, if defined, indicates that the pthread_atfork routine
2020 * is available to setup fork handlers.
3bf969c5 2021 */
f3b9bb7d 2022/*#define HAS_PTHREAD_ATFORK / **/
3bf969c5 2023
b40906a9 2024/* HAS_PTHREAD_YIELD:
ec6c7eee 2025 * This symbol, if defined, indicates that the pthread_yield
b40906a9
SH
2026 * routine is available to yield the execution of the current
2027 * thread. sched_yield is preferable to pthread_yield.
a8a15001 2028 */
b40906a9
SH
2029/* SCHED_YIELD:
2030 * This symbol defines the way to yield the execution of
2031 * the current thread. Known ways are sched_yield,
2032 * pthread_yield, and pthread_yield with NULL.
2033 */
2034/* HAS_SCHED_YIELD:
2035 * This symbol, if defined, indicates that the sched_yield
2036 * routine is available to yield the execution of the current
2037 * thread. sched_yield is preferable to pthread_yield.
2038 */
f3b9bb7d 2039/*#define HAS_PTHREAD_YIELD / **/
b40906a9 2040#define SCHED_YIELD /**/
f3b9bb7d 2041/*#define HAS_SCHED_YIELD / **/
b40906a9
SH
2042
2043/* HAS_RANDOM_R:
2044 * This symbol, if defined, indicates that the random_r routine
2045 * is available to random re-entrantly.
2046 */
2047/* RANDOM_R_PROTO:
2048 * This symbol encodes the prototype of random_r.
2049 * It is zero if d_random_r is undef, and one of the
2050 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_random_r
2051 * is defined.
2052 */
f3b9bb7d 2053/*#define HAS_RANDOM_R / **/
b40906a9
SH
2054#define RANDOM_R_PROTO 0 /**/
2055
3bf969c5
SH
2056/* HAS_READDIR64_R:
2057 * This symbol, if defined, indicates that the readdir64_r routine
2058 * is available to readdir64 re-entrantly.
2059 */
2060/* READDIR64_R_PROTO:
2061 * This symbol encodes the prototype of readdir64_r.
2062 * It is zero if d_readdir64_r is undef, and one of the
2063 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir64_r
2064 * is defined.
2065 */
f3b9bb7d 2066/*#define HAS_READDIR64_R / **/
3bf969c5
SH
2067#define READDIR64_R_PROTO 0 /**/
2068
b40906a9
SH
2069/* HAS_READDIR_R:
2070 * This symbol, if defined, indicates that the readdir_r routine
2071 * is available to readdir re-entrantly.
2072 */
2073/* READDIR_R_PROTO:
2074 * This symbol encodes the prototype of readdir_r.
2075 * It is zero if d_readdir_r is undef, and one of the
2076 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir_r
2077 * is defined.
2078 */
f3b9bb7d 2079/*#define HAS_READDIR_R / **/
b40906a9
SH
2080#define READDIR_R_PROTO 0 /**/
2081
840565a7
SH
2082/* HAS_SAFE_BCOPY:
2083 * This symbol, if defined, indicates that the bcopy routine is available
2084 * to copy potentially overlapping memory blocks. Normally, you should
2085 * probably use memmove() or memcpy(). If neither is defined, roll your
2086 * own version.
b40906a9 2087 */
840565a7 2088/*#define HAS_SAFE_BCOPY / **/
b40906a9 2089
840565a7
SH
2090/* HAS_SAFE_MEMCPY:
2091 * This symbol, if defined, indicates that the memcpy routine is available
2092 * to copy potentially overlapping memory blocks. If you need to
2093 * copy overlapping memory blocks, you should check HAS_MEMMOVE and
2094 * use memmove() instead, if available.
b40906a9 2095 */
840565a7
SH
2096/*#define HAS_SAFE_MEMCPY / **/
2097
2098/* HAS_SANE_MEMCMP:
2099 * This symbol, if defined, indicates that the memcmp routine is available
2100 * and can be used to compare relative magnitudes of chars with their high
2101 * bits set. If it is not defined, roll your own version.
2102 */
2103#define HAS_SANE_MEMCMP /**/
b40906a9 2104
2bf3754c
SH
2105/* HAS_SEM:
2106 * This symbol, if defined, indicates that the entire sem*(2) library is
2107 * supported.
2108 */
2109/*#define HAS_SEM / **/
2110
2111/* HAS_SETGRENT:
2112 * This symbol, if defined, indicates that the setgrent routine is
2113 * available for initializing sequential access of the group database.
2114 */
2115/*#define HAS_SETGRENT / **/
2116
2117/* HAS_SETGRENT_R:
2118 * This symbol, if defined, indicates that the setgrent_r routine
2119 * is available to setgrent re-entrantly.
2120 */
b40906a9
SH
2121/* SETGRENT_R_PROTO:
2122 * This symbol encodes the prototype of setgrent_r.
2123 * It is zero if d_setgrent_r is undef, and one of the
2124 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setgrent_r
2125 * is defined.
2126 */
f3b9bb7d 2127/*#define HAS_SETGRENT_R / **/
b40906a9
SH
2128#define SETGRENT_R_PROTO 0 /**/
2129
2bf3754c
SH
2130/* HAS_SETHOSTENT:
2131 * This symbol, if defined, indicates that the sethostent() routine is
2132 * available.
2133 */
2134/*#define HAS_SETHOSTENT / **/
2135
3bf969c5
SH
2136/* HAS_SETHOSTENT_R:
2137 * This symbol, if defined, indicates that the sethostent_r routine
2138 * is available to sethostent re-entrantly.
2139 */
2140/* SETHOSTENT_R_PROTO:
2141 * This symbol encodes the prototype of sethostent_r.
2142 * It is zero if d_sethostent_r is undef, and one of the
2143 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_sethostent_r
2144 * is defined.
2145 */
f3b9bb7d 2146/*#define HAS_SETHOSTENT_R / **/
3bf969c5
SH
2147#define SETHOSTENT_R_PROTO 0 /**/
2148
3bf969c5
SH
2149/* HAS_SETLOCALE_R:
2150 * This symbol, if defined, indicates that the setlocale_r routine
2151 * is available to setlocale re-entrantly.
2152 */
2153/* SETLOCALE_R_PROTO:
2154 * This symbol encodes the prototype of setlocale_r.
2155 * It is zero if d_setlocale_r is undef, and one of the
2156 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setlocale_r
2157 * is defined.
2158 */
f3b9bb7d 2159/*#define HAS_SETLOCALE_R / **/
3bf969c5
SH
2160#define SETLOCALE_R_PROTO 0 /**/
2161
2bf3754c
SH
2162/* HAS_SETNETENT:
2163 * This symbol, if defined, indicates that the setnetent() routine is
2164 * available.
2165 */
2166/*#define HAS_SETNETENT / **/
2167
3bf969c5
SH
2168/* HAS_SETNETENT_R:
2169 * This symbol, if defined, indicates that the setnetent_r routine
2170 * is available to setnetent re-entrantly.
2171 */
2172/* SETNETENT_R_PROTO:
2173 * This symbol encodes the prototype of setnetent_r.
2174 * It is zero if d_setnetent_r is undef, and one of the
2175 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setnetent_r
2176 * is defined.
2177 */
f3b9bb7d 2178/*#define HAS_SETNETENT_R / **/
3bf969c5
SH
2179#define SETNETENT_R_PROTO 0 /**/
2180
2bf3754c
SH
2181/* HAS_SETPROTOENT:
2182 * This symbol, if defined, indicates that the setprotoent() routine is
2183 * available.
2184 */
2185/*#define HAS_SETPROTOENT / **/
2186
2187/* HAS_SETPGRP:
2188 * This symbol, if defined, indicates that the setpgrp routine is
2189 * available to set the current process group.
2190 */
2191/* USE_BSD_SETPGRP:
2192 * This symbol, if defined, indicates that setpgrp needs two
2193 * arguments whereas USG one needs none. See also HAS_SETPGID
2194 * for a POSIX interface.
2195 */
2196/*#define HAS_SETPGRP / **/
2197/*#define USE_BSD_SETPGRP / **/
2198
3bf969c5
SH
2199/* HAS_SETPROTOENT_R:
2200 * This symbol, if defined, indicates that the setprotoent_r routine
2201 * is available to setprotoent re-entrantly.
2202 */
2203/* SETPROTOENT_R_PROTO:
2204 * This symbol encodes the prototype of setprotoent_r.
2205 * It is zero if d_setprotoent_r is undef, and one of the
2206 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setprotoent_r
2207 * is defined.
2208 */
f3b9bb7d 2209/*#define HAS_SETPROTOENT_R / **/
3bf969c5
SH
2210#define SETPROTOENT_R_PROTO 0 /**/
2211
2bf3754c
SH
2212/* HAS_SETPWENT:
2213 * This symbol, if defined, indicates that the setpwent routine is
2214 * available for initializing sequential access of the passwd database.
2215 */
2216/*#define HAS_SETPWENT / **/
2217
b40906a9
SH
2218/* HAS_SETPWENT_R:
2219 * This symbol, if defined, indicates that the setpwent_r routine
2220 * is available to setpwent re-entrantly.
2221 */
2222/* SETPWENT_R_PROTO:
2223 * This symbol encodes the prototype of setpwent_r.
2224 * It is zero if d_setpwent_r is undef, and one of the
2225 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setpwent_r
2226 * is defined.
2227 */
f3b9bb7d 2228/*#define HAS_SETPWENT_R / **/
b40906a9
SH
2229#define SETPWENT_R_PROTO 0 /**/
2230
2bf3754c
SH
2231/* HAS_SETSERVENT:
2232 * This symbol, if defined, indicates that the setservent() routine is
2233 * available.
2234 */
2235/*#define HAS_SETSERVENT / **/
2236
3bf969c5
SH
2237/* HAS_SETSERVENT_R:
2238 * This symbol, if defined, indicates that the setservent_r routine
2239 * is available to setservent re-entrantly.
2240 */
2241/* SETSERVENT_R_PROTO:
2242 * This symbol encodes the prototype of setservent_r.
2243 * It is zero if d_setservent_r is undef, and one of the
2244 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setservent_r
2245 * is defined.
2246 */
f3b9bb7d 2247/*#define HAS_SETSERVENT_R / **/
3bf969c5
SH
2248#define SETSERVENT_R_PROTO 0 /**/
2249
2bf3754c
SH
2250/* HAS_SETVBUF:
2251 * This symbol, if defined, indicates that the setvbuf routine is
2252 * available to change buffering on an open stdio stream.
2253 * to a line-buffered mode.
2254 */
2255#define HAS_SETVBUF /**/
2256
2257/* HAS_SHM:
2258 * This symbol, if defined, indicates that the entire shm*(2) library is
2259 * supported.
2260 */
2261/*#define HAS_SHM / **/
2262
2263/* Shmat_t:
2264 * This symbol holds the return type of the shmat() system call.
2265 * Usually set to 'void *' or 'char *'.
2266 */
2267/* HAS_SHMAT_PROTOTYPE:
2268 * This symbol, if defined, indicates that the sys/shm.h includes
2269 * a prototype for shmat(). Otherwise, it is up to the program to
2270 * guess one. Shmat_t shmat(int, Shmat_t, int) is a good guess,
2271 * but not always right so it should be emitted by the program only
2272 * when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
2273 */
2274#define Shmat_t void * /**/
2275/*#define HAS_SHMAT_PROTOTYPE / **/
2276
840565a7
SH
2277/* HAS_SIGACTION:
2278 * This symbol, if defined, indicates that Vr4's sigaction() routine
2279 * is available.
3bf969c5 2280 */
840565a7 2281/*#define HAS_SIGACTION / **/
3bf969c5 2282
840565a7
SH
2283/* HAS_SIGSETJMP:
2284 * This variable indicates to the C program that the sigsetjmp()
2285 * routine is available to save the calling process's registers
2286 * and stack environment for later use by siglongjmp(), and
2287 * to optionally save the process's signal mask. See
2288 * Sigjmp_buf, Sigsetjmp, and Siglongjmp.
8839b9e4 2289 */
840565a7
SH
2290/* Sigjmp_buf:
2291 * This is the buffer type to be used with Sigsetjmp and Siglongjmp.
8839b9e4 2292 */
840565a7
SH
2293/* Sigsetjmp:
2294 * This macro is used in the same way as sigsetjmp(), but will invoke
2295 * traditional setjmp() if sigsetjmp isn't available.
2296 * See HAS_SIGSETJMP.
3635cd84 2297 */
840565a7
SH
2298/* Siglongjmp:
2299 * This macro is used in the same way as siglongjmp(), but will invoke
2300 * traditional longjmp() if siglongjmp isn't available.
2301 * See HAS_SIGSETJMP.
b1cada0a 2302 */
840565a7
SH
2303/*#define HAS_SIGSETJMP / **/
2304#ifdef HAS_SIGSETJMP
2305#define Sigjmp_buf sigjmp_buf
2306#define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask))
2307#define Siglongjmp(buf,retval) siglongjmp((buf),(retval))
2308#else
2309#define Sigjmp_buf jmp_buf
2310#define Sigsetjmp(buf,save_mask) setjmp((buf))
2311#define Siglongjmp(buf,retval) longjmp((buf),(retval))
2312#endif
b1cada0a 2313
2bf3754c
SH
2314/* HAS_SOCKET:
2315 * This symbol, if defined, indicates that the BSD socket interface is
2316 * supported.
2317 */
2318/* HAS_SOCKETPAIR:
2319 * This symbol, if defined, indicates that the BSD socketpair() call is
2320 * supported.
2321 */
2322/* HAS_MSG_CTRUNC:
2323 * This symbol, if defined, indicates that the MSG_CTRUNC is supported.
2324 * Checking just with #ifdef might not be enough because this symbol
2325 * has been known to be an enum.
2326 */
2327/* HAS_MSG_DONTROUTE:
2328 * This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
2329 * Checking just with #ifdef might not be enough because this symbol
2330 * has been known to be an enum.
2331 */
2332/* HAS_MSG_OOB:
2333 * This symbol, if defined, indicates that the MSG_OOB is supported.
2334 * Checking just with #ifdef might not be enough because this symbol
2335 * has been known to be an enum.
2336 */
2337/* HAS_MSG_PEEK:
2338 * This symbol, if defined, indicates that the MSG_PEEK is supported.
2339 * Checking just with #ifdef might not be enough because this symbol
2340 * has been known to be an enum.
2341 */
2342/* HAS_MSG_PROXY:
2343 * This symbol, if defined, indicates that the MSG_PROXY is supported.
2344 * Checking just with #ifdef might not be enough because this symbol
2345 * has been known to be an enum.
2346 */
2347/* HAS_SCM_RIGHTS:
2348 * This symbol, if defined, indicates that the SCM_RIGHTS is supported.
2349 * Checking just with #ifdef might not be enough because this symbol
2350 * has been known to be an enum.
2351 */
2352/* HAS_SOCKADDR_SA_LEN:
2353 * This symbol, if defined, indicates that the struct sockaddr
2354 * structure has a member called sa_len, indicating the length of
2355 * the structure.
2356 */
2357/* HAS_SOCKADDR_IN6:
2358 * This symbol, if defined, indicates the availability of
2359 * struct sockaddr_in6;
2360 */
2361/* HAS_SIN6_SCOPE_ID:
2362 * This symbol, if defined, indicates that the struct sockaddr_in6
2363 * structure has a member called sin6_scope_id.
2364 */
2365/* HAS_IP_MREQ:
2366 * This symbol, if defined, indicates the availability of
2367 * struct ip_mreq;
2368 */
ec2a15bb
SH
2369/* HAS_IP_MREQ_SOURCE:
2370 * This symbol, if defined, indicates the availability of
2371 * struct ip_mreq_source;
2372 */
2bf3754c
SH
2373/* HAS_IPV6_MREQ:
2374 * This symbol, if defined, indicates the availability of
2375 * struct ipv6_mreq;
2376 */
ec2a15bb
SH
2377/* HAS_IPV6_MREQ_SOURCE:
2378 * This symbol, if defined, indicates the availability of
2379 * struct ipv6_mreq_source;
2380 */
2bf3754c
SH
2381#define HAS_SOCKET /**/
2382/*#define HAS_SOCKETPAIR / **/
2383/*#define HAS_SOCKADDR_SA_LEN / **/
2384/*#define HAS_MSG_CTRUNC / **/
2385/*#define HAS_MSG_DONTROUTE / **/
2386/*#define HAS_MSG_OOB / **/
2387/*#define HAS_MSG_PEEK / **/
2388/*#define HAS_MSG_PROXY / **/
2389/*#define HAS_SCM_RIGHTS / **/
2390/*#define HAS_SOCKADDR_IN6 / **/
2391#define HAS_SIN6_SCOPE_ID /**/
2392/*#define HAS_IP_MREQ / **/
ec2a15bb 2393/*#define HAS_IP_MREQ_SOURCE / **/
2bf3754c 2394/*#define HAS_IPV6_MREQ / **/
ec2a15bb 2395/*#define HAS_IPV6_MREQ_SOURCE / **/
2bf3754c 2396
b40906a9
SH
2397/* HAS_SRAND48_R:
2398 * This symbol, if defined, indicates that the srand48_r routine
2399 * is available to srand48 re-entrantly.
2400 */
2401/* SRAND48_R_PROTO:
2402 * This symbol encodes the prototype of srand48_r.
2403 * It is zero if d_srand48_r is undef, and one of the
2404 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_srand48_r
2405 * is defined.
2406 */
f3b9bb7d 2407/*#define HAS_SRAND48_R / **/
b40906a9
SH
2408#define SRAND48_R_PROTO 0 /**/
2409
2410/* HAS_SRANDOM_R:
2411 * This symbol, if defined, indicates that the srandom_r routine
2412 * is available to srandom re-entrantly.
2413 */
2414/* SRANDOM_R_PROTO:
2415 * This symbol encodes the prototype of srandom_r.
2416 * It is zero if d_srandom_r is undef, and one of the
2417 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_srandom_r
2418 * is defined.
2419 */
f3b9bb7d 2420/*#define HAS_SRANDOM_R / **/
b40906a9
SH
2421#define SRANDOM_R_PROTO 0 /**/
2422
2bf3754c
SH
2423/* USE_STAT_BLOCKS:
2424 * This symbol is defined if this system has a stat structure declaring
2425 * st_blksize and st_blocks.
2426 */
2427#ifndef USE_STAT_BLOCKS
2428/*#define USE_STAT_BLOCKS / **/
2429#endif
2430
2431/* HAS_STATIC_INLINE:
2432 * This symbol, if defined, indicates that the C compiler supports
2433 * C99-style static inline. That is, the function can't be called
2434 * from another translation unit.
2435 */
2436/* PERL_STATIC_INLINE:
2437 * This symbol gives the best-guess incantation to use for static
2438 * inline functions. If HAS_STATIC_INLINE is defined, this will
2439 * give C99-style inline. If HAS_STATIC_INLINE is not defined,
2440 * this will give a plain 'static'. It will always be defined
2441 * to something that gives static linkage.
2442 * Possibilities include
2443 * static inline (c99)
2444 * static __inline__ (gcc -ansi)
2445 * static __inline (MSVC)
2446 * static _inline (older MSVC)
2447 * static (c89 compilers)
2448 */
2449#define HAS_STATIC_INLINE /**/
2450#define PERL_STATIC_INLINE static __inline__ /**/
2451
840565a7
SH
2452/* USE_STDIO_PTR:
2453 * This symbol is defined if the _ptr and _cnt fields (or similar)
2454 * of the stdio FILE structure can be used to access the stdio buffer
2455 * for a file handle. If this is defined, then the FILE_ptr(fp)
2456 * and FILE_cnt(fp) macros will also be defined and should be used
2457 * to access these fields.
b69c47f4 2458 */
840565a7
SH
2459/* FILE_ptr:
2460 * This macro is used to access the _ptr field (or equivalent) of the
2461 * FILE structure pointed to by its argument. This macro will always be
2462 * defined if USE_STDIO_PTR is defined.
b40906a9 2463 */
840565a7
SH
2464/* STDIO_PTR_LVALUE:
2465 * This symbol is defined if the FILE_ptr macro can be used as an
2466 * lvalue.
c4d53692 2467 */
840565a7
SH
2468/* FILE_cnt:
2469 * This macro is used to access the _cnt field (or equivalent) of the
2470 * FILE structure pointed to by its argument. This macro will always be
2471 * defined if USE_STDIO_PTR is defined.
0543dcd8 2472 */
840565a7
SH
2473/* STDIO_CNT_LVALUE:
2474 * This symbol is defined if the FILE_cnt macro can be used as an
2475 * lvalue.
a8a15001 2476 */
840565a7
SH
2477/* STDIO_PTR_LVAL_SETS_CNT:
2478 * This symbol is defined if using the FILE_ptr macro as an lvalue
2479 * to increase the pointer by n has the side effect of decreasing the
2480 * value of File_cnt(fp) by n.
2481 */
2482/* STDIO_PTR_LVAL_NOCHANGE_CNT:
2483 * This symbol is defined if using the FILE_ptr macro as an lvalue
2484 * to increase the pointer by n leaves File_cnt(fp) unchanged.
2485 */
2486#define USE_STDIO_PTR /**/
2487#ifdef USE_STDIO_PTR
2488#define FILE_ptr(fp) ((fp)->_ptr)
2489#define STDIO_PTR_LVALUE /**/
2490#define FILE_cnt(fp) ((fp)->_cnt)
2491#define STDIO_CNT_LVALUE /**/
2492/*#define STDIO_PTR_LVAL_SETS_CNT / **/
2493#define STDIO_PTR_LVAL_NOCHANGE_CNT /**/
2494#endif
2495
2496/* USE_STDIO_BASE:
2497 * This symbol is defined if the _base field (or similar) of the
2498 * stdio FILE structure can be used to access the stdio buffer for
2499 * a file handle. If this is defined, then the FILE_base(fp) macro
2500 * will also be defined and should be used to access this field.
2501 * Also, the FILE_bufsiz(fp) macro will be defined and should be used
2502 * to determine the number of bytes in the buffer. USE_STDIO_BASE
2503 * will never be defined unless USE_STDIO_PTR is.
2504 */
2505/* FILE_base:
2506 * This macro is used to access the _base field (or equivalent) of the
2507 * FILE structure pointed to by its argument. This macro will always be
2508 * defined if USE_STDIO_BASE is defined.
2509 */
2510/* FILE_bufsiz:
2511 * This macro is used to determine the number of bytes in the I/O
2512 * buffer pointed to by _base field (or equivalent) of the FILE
2513 * structure pointed to its argument. This macro will always be defined
2514 * if USE_STDIO_BASE is defined.
2515 */
2516#define USE_STDIO_BASE /**/
2517#ifdef USE_STDIO_BASE
2518#define FILE_base(fp) ((fp)->_base)
2519#define FILE_bufsiz(fp) ((fp)->_cnt + (fp)->_ptr - (fp)->_base)
2520#endif
0543dcd8 2521
2bf3754c
SH
2522/* USE_STRUCT_COPY:
2523 * This symbol, if defined, indicates that this C compiler knows how
2524 * to copy structures. If undefined, you'll need to use a block copy
2525 * routine of some sort instead.
2526 */
2527#define USE_STRUCT_COPY /**/
2528
2529/* HAS_STRERROR:
2530 * This symbol, if defined, indicates that the strerror routine is
2531 * available to translate error numbers to strings. See the writeup
2532 * of Strerror() in this file before you try to define your own.
2533 */
2534/* HAS_SYS_ERRLIST:
2535 * This symbol, if defined, indicates that the sys_errlist array is
2536 * available to translate error numbers to strings. The extern int
2537 * sys_nerr gives the size of that table.
2538 */
2539/* Strerror:
2540 * This preprocessor symbol is defined as a macro if strerror() is
2541 * not available to translate error numbers to strings but sys_errlist[]
2542 * array is there.
2543 */
2544#define HAS_STRERROR /**/
2545#define HAS_SYS_ERRLIST /**/
2546#define Strerror(e) strerror(e)
2547
b40906a9
SH
2548/* HAS_STRERROR_R:
2549 * This symbol, if defined, indicates that the strerror_r routine
2550 * is available to strerror re-entrantly.
2551 */
2552/* STRERROR_R_PROTO:
2553 * This symbol encodes the prototype of strerror_r.
2554 * It is zero if d_strerror_r is undef, and one of the
2555 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_strerror_r
2556 * is defined.
2557 */
f3b9bb7d 2558/*#define HAS_STRERROR_R / **/
b40906a9
SH
2559#define STRERROR_R_PROTO 0 /**/
2560
2bf3754c
SH
2561/* HAS_STRTOUL:
2562 * This symbol, if defined, indicates that the strtoul routine is
2563 * available to provide conversion of strings to unsigned long.
2564 */
2565#define HAS_STRTOUL /**/
2566
2567/* HAS_TIME:
2568 * This symbol, if defined, indicates that the time() routine exists.
2569 */
2570/* Time_t:
2571 * This symbol holds the type returned by time(). It can be long,
2572 * or time_t on BSD sites (in which case <sys/types.h> should be
2573 * included).
2574 */
2575#define HAS_TIME /**/
2576#define Time_t time_t /* Time type */
2577
2578/* HAS_TIMES:
2579 * This symbol, if defined, indicates that the times() routine exists.
2580 * Note that this became obsolete on some systems (SUNOS), which now
2581 * use getrusage(). It may be necessary to include <sys/times.h>.
2582 */
2583#define HAS_TIMES /**/
2584
b40906a9
SH
2585/* HAS_TMPNAM_R:
2586 * This symbol, if defined, indicates that the tmpnam_r routine
2587 * is available to tmpnam re-entrantly.
2588 */
2589/* TMPNAM_R_PROTO:
2590 * This symbol encodes the prototype of tmpnam_r.
2591 * It is zero if d_tmpnam_r is undef, and one of the
2592 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_tmpnam_r
2593 * is defined.
2594 */
f3b9bb7d 2595/*#define HAS_TMPNAM_R / **/
b40906a9
SH
2596#define TMPNAM_R_PROTO 0 /**/
2597
3bf969c5
SH
2598/* HAS_TTYNAME_R:
2599 * This symbol, if defined, indicates that the ttyname_r routine
2600 * is available to ttyname re-entrantly.
2601 */
2602/* TTYNAME_R_PROTO:
2603 * This symbol encodes the prototype of ttyname_r.
2604 * It is zero if d_ttyname_r is undef, and one of the
2605 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_ttyname_r
2606 * is defined.
2607 */
f3b9bb7d 2608/*#define HAS_TTYNAME_R / **/
3bf969c5
SH
2609#define TTYNAME_R_PROTO 0 /**/
2610
2bf3754c
SH
2611/* HAS_UNION_SEMUN:
2612 * This symbol, if defined, indicates that the union semun is
2613 * defined by including <sys/sem.h>. If not, the user code
2614 * probably needs to define it as:
2615 * union semun {
2616 * int val;
2617 * struct semid_ds *buf;
2618 * unsigned short *array;
2619 * }
0543dcd8 2620 */
2bf3754c
SH
2621/* USE_SEMCTL_SEMUN:
2622 * This symbol, if defined, indicates that union semun is
2623 * used for semctl IPC_STAT.
27bdbd07 2624 */
2bf3754c
SH
2625/* USE_SEMCTL_SEMID_DS:
2626 * This symbol, if defined, indicates that struct semid_ds * is
2627 * used for semctl IPC_STAT.
840565a7
SH
2628 */
2629#define HAS_UNION_SEMUN /**/
2630/*#define USE_SEMCTL_SEMUN / **/
2631/*#define USE_SEMCTL_SEMID_DS / **/
2632
2633/* HAS_VFORK:
2634 * This symbol, if defined, indicates that vfork() exists.
2635 */
2636/*#define HAS_VFORK / **/
2637
2638/* HAS_PSEUDOFORK:
2639 * This symbol, if defined, indicates that an emulation of the
2640 * fork routine is available.
2641 */
2642/*#define HAS_PSEUDOFORK / **/
2643
2644/* Signal_t:
2645 * This symbol's value is either "void" or "int", corresponding to the
2646 * appropriate return type of a signal handler. Thus, you can declare
2647 * a signal handler using "Signal_t (*handler)()", and define the
2648 * handler using "Signal_t handler(sig)".
2649 */
2650#define Signal_t void /* Signal handler's return type */
2651
2652/* HASVOLATILE:
2653 * This symbol, if defined, indicates that this C compiler knows about
2654 * the volatile declaration.
2655 */
2656#define HASVOLATILE /**/
2657#ifndef HASVOLATILE
2658#define volatile
2659#endif
2660
2bf3754c
SH
2661/* HAS_VPRINTF:
2662 * This symbol, if defined, indicates that the vprintf routine is available
2663 * to printf with a pointer to an argument list. If unavailable, you
2664 * may need to write your own, probably in terms of _doprnt().
2665 */
2666/* USE_CHAR_VSPRINTF:
2667 * This symbol is defined if this system has vsprintf() returning type
2668 * (char*). The trend seems to be to declare it as "int vsprintf()". It
2669 * is up to the package author to declare vsprintf correctly based on the
2670 * symbol.
2671 */
2672#define HAS_VPRINTF /**/
2673/*#define USE_CHAR_VSPRINTF / **/
2674
2675/* DOUBLESIZE:
2676 * This symbol contains the size of a double, so that the C preprocessor
2677 * can make decisions based on it.
2678 */
2679#define DOUBLESIZE 8 /**/
2680
2681/* EBCDIC:
ec2a15bb 2682 * This symbol, if defined, indicates that this system uses
2bf3754c
SH
2683 * EBCDIC encoding.
2684 */
ec2a15bb
SH
2685/* BOOTSTRAP_CHARSET:
2686 * This symbol, if defined, indicates that this system needs
2687 * converting various files to the native character set before
2688 * bringing up perl on a system that has a non-ASCII character
2689 * set and no working perl.
2690 */
2bf3754c 2691/*#define EBCDIC / **/
ec2a15bb 2692/*#define BOOTSTRAP_CHARSET / **/
2bf3754c
SH
2693
2694/* Fpos_t:
2695 * This symbol holds the type used to declare file positions in libc.
2696 * It can be fpos_t, long, uint, etc... It may be necessary to include
2697 * <sys/types.h> to get any typedef'ed information.
2698 */
2699#define Fpos_t fpos_t /* File position type */
2700
2701/* Gid_t_f:
2702 * This symbol defines the format string used for printing a Gid_t.
2703 */
2704#define Gid_t_f "ld" /**/
2705
2706/* Gid_t_sign:
ec2a15bb 2707 * This symbol holds the signedness of a Gid_t.
2bf3754c
SH
2708 * 1 for unsigned, -1 for signed.
2709 */
2710#define Gid_t_sign -1 /* GID sign */
2711
2712/* Gid_t_size:
2713 * This symbol holds the size of a Gid_t in bytes.
2714 */
2715#define Gid_t_size 4 /* GID size */
2716
2717/* Gid_t:
2718 * This symbol holds the return type of getgid() and the type of
2719 * argument to setrgid() and related functions. Typically,
2720 * it is the type of group ids in the kernel. It can be int, ushort,
2721 * gid_t, etc... It may be necessary to include <sys/types.h> to get
2722 * any typedef'ed information.
2723 */
2724#define Gid_t gid_t /* Type for getgid(), etc... */
2725
840565a7 2726/* I_DIRENT:
ec6c7eee 2727 * This symbol, if defined, indicates to the C program that it should
840565a7
SH
2728 * include <dirent.h>. Using this symbol also triggers the definition
2729 * of the Direntry_t define which ends up being 'struct dirent' or
2730 * 'struct direct' depending on the availability of <dirent.h>.
ec6c7eee 2731 */
840565a7
SH
2732/* DIRNAMLEN:
2733 * This symbol, if defined, indicates to the C program that the length
2734 * of directory entry names is provided by a d_namlen field. Otherwise
2735 * you need to do strlen() on the d_name field.
ec6c7eee 2736 */
840565a7
SH
2737/* Direntry_t:
2738 * This symbol is set to 'struct direct' or 'struct dirent' depending on
2739 * whether dirent is available or not. You should use this pseudo type to
2740 * portably declare your directory entries.
ec6c7eee 2741 */
840565a7
SH
2742#define I_DIRENT /**/
2743#define DIRNAMLEN /**/
2744#define Direntry_t struct direct
ec6c7eee 2745
840565a7
SH
2746/* I_GRP:
2747 * This symbol, if defined, indicates to the C program that it should
2748 * include <grp.h>.
ec6c7eee 2749 */
840565a7
SH
2750/* GRPASSWD:
2751 * This symbol, if defined, indicates to the C program that struct group
2752 * in <grp.h> contains gr_passwd.
ec6c7eee 2753 */
840565a7
SH
2754/*#define I_GRP / **/
2755/*#define GRPASSWD / **/
2756
2bf3754c
SH
2757/* I_MACH_CTHREADS:
2758 * This symbol, if defined, indicates to the C program that it should
2759 * include <mach/cthreads.h>.
2760 */
2761/*#define I_MACH_CTHREADS / **/
2762
840565a7
SH
2763/* I_NDBM:
2764 * This symbol, if defined, indicates that <ndbm.h> exists and should
2765 * be included.
ec6c7eee 2766 */
840565a7
SH
2767/* I_GDBMNDBM:
2768 * This symbol, if defined, indicates that <gdbm/ndbm.h> exists and should
2769 * be included. This was the location of the ndbm.h compatibility file
2770 * in RedHat 7.1.
ec6c7eee 2771 */
840565a7
SH
2772/* I_GDBM_NDBM:
2773 * This symbol, if defined, indicates that <gdbm-ndbm.h> exists and should
2774 * be included. This is the location of the ndbm.h compatibility file
2775 * in Debian 4.0.
2776 */
2777/* NDBM_H_USES_PROTOTYPES:
2778 * This symbol, if defined, indicates that <ndbm.h> uses real ANSI C
2779 * prototypes instead of K&R style function declarations without any
2780 * parameter information. While ANSI C prototypes are supported in C++,
2781 * K&R style function declarations will yield errors.
2782 */
2783/* GDBMNDBM_H_USES_PROTOTYPES:
2784 * This symbol, if defined, indicates that <gdbm/ndbm.h> uses real ANSI C
2785 * prototypes instead of K&R style function declarations without any
2786 * parameter information. While ANSI C prototypes are supported in C++,
2787 * K&R style function declarations will yield errors.
2788 */
2789/* GDBM_NDBM_H_USES_PROTOTYPES:
2790 * This symbol, if defined, indicates that <gdbm-ndbm.h> uses real ANSI C
2791 * prototypes instead of K&R style function declarations without any
2792 * parameter information. While ANSI C prototypes are supported in C++,
2793 * K&R style function declarations will yield errors.
2794 */
2795/*#define I_NDBM / **/
2796/*#define I_GDBMNDBM / **/
2797/*#define I_GDBM_NDBM / **/
2798/*#define NDBM_H_USES_PROTOTYPES / **/
2799/*#define GDBMNDBM_H_USES_PROTOTYPES / **/
2800/*#define GDBM_NDBM_H_USES_PROTOTYPES / **/
ec6c7eee 2801
840565a7
SH
2802/* I_NETDB:
2803 * This symbol, if defined, indicates that <netdb.h> exists and
2804 * should be included.
ec6c7eee 2805 */
840565a7 2806/*#define I_NETDB / **/
ec6c7eee 2807
840565a7
SH
2808/* I_NET_ERRNO:
2809 * This symbol, if defined, indicates that <net/errno.h> exists and
2810 * should be included.
ec6c7eee 2811 */
840565a7
SH
2812/*#define I_NET_ERRNO / **/
2813
2bf3754c
SH
2814/* I_PTHREAD:
2815 * This symbol, if defined, indicates to the C program that it should
2816 * include <pthread.h>.
2817 */
2818/*#define I_PTHREAD / **/
2819
840565a7
SH
2820/* I_PWD:
2821 * This symbol, if defined, indicates to the C program that it should
2822 * include <pwd.h>.
ec6c7eee 2823 */
840565a7
SH
2824/* PWQUOTA:
2825 * This symbol, if defined, indicates to the C program that struct passwd
2826 * contains pw_quota.
ec6c7eee 2827 */
840565a7
SH
2828/* PWAGE:
2829 * This symbol, if defined, indicates to the C program that struct passwd
2830 * contains pw_age.
ec6c7eee 2831 */
840565a7
SH
2832/* PWCHANGE:
2833 * This symbol, if defined, indicates to the C program that struct passwd
2834 * contains pw_change.
2835 */
2836/* PWCLASS:
2837 * This symbol, if defined, indicates to the C program that struct passwd
2838 * contains pw_class.
2839 */
2840/* PWEXPIRE:
2841 * This symbol, if defined, indicates to the C program that struct passwd
2842 * contains pw_expire.
2843 */
2844/* PWCOMMENT:
2845 * This symbol, if defined, indicates to the C program that struct passwd
2846 * contains pw_comment.
2847 */
2848/* PWGECOS:
2849 * This symbol, if defined, indicates to the C program that struct passwd
2850 * contains pw_gecos.
2851 */
2852/* PWPASSWD:
2853 * This symbol, if defined, indicates to the C program that struct passwd
2854 * contains pw_passwd.
2855 */
2856/*#define I_PWD / **/
2857/*#define PWQUOTA / **/
2858/*#define PWAGE / **/
2859/*#define PWCHANGE / **/
2860/*#define PWCLASS / **/
2861/*#define PWEXPIRE / **/
2862/*#define PWCOMMENT / **/
2863/*#define PWGECOS / **/
2864/*#define PWPASSWD / **/
ec6c7eee 2865
2bf3754c
SH
2866/* I_SYS_ACCESS:
2867 * This symbol, if defined, indicates to the C program that it should
2868 * include <sys/access.h>.
2869 */
2870/*#define I_SYS_ACCESS / **/
2871
2872/* I_SYS_SECURITY:
2873 * This symbol, if defined, indicates to the C program that it should
2874 * include <sys/security.h>.
2875 */
2876/*#define I_SYS_SECURITY / **/
2877
840565a7
SH
2878/* I_SYSUIO:
2879 * This symbol, if defined, indicates that <sys/uio.h> exists and
2880 * should be included.
ec6c7eee 2881 */
2bf3754c
SH
2882/*#define I_SYSUIO / **/
2883
2884/* I_TIME:
2885 * This symbol, if defined, indicates to the C program that it should
2886 * include <time.h>.
2887 */
2888/* I_SYS_TIME:
2889 * This symbol, if defined, indicates to the C program that it should
2890 * include <sys/time.h>.
2891 */
2892/* I_SYS_TIME_KERNEL:
2893 * This symbol, if defined, indicates to the C program that it should
2894 * include <sys/time.h> with KERNEL defined.
2895 */
2896/* HAS_TM_TM_ZONE:
2897 * This symbol, if defined, indicates to the C program that
2898 * the struct tm has a tm_zone field.
2899 */
2900/* HAS_TM_TM_GMTOFF:
2901 * This symbol, if defined, indicates to the C program that
2902 * the struct tm has a tm_gmtoff field.
2903 */
2904#define I_TIME /**/
2905/*#define I_SYS_TIME / **/
2906/*#define I_SYS_TIME_KERNEL / **/
2907/*#define HAS_TM_TM_ZONE / **/
2908/*#define HAS_TM_TM_GMTOFF / **/
2909
2910/* I_STDARG:
2911 * This symbol, if defined, indicates that <stdarg.h> exists and should
2912 * be included.
2913 */
2914/* I_VARARGS:
2915 * This symbol, if defined, indicates to the C program that it should
2916 * include <varargs.h>.
2917 */
2918#define I_STDARG /**/
2919/*#define I_VARARGS / **/
2920
2921/* PERL_INC_VERSION_LIST:
2922 * This variable specifies the list of subdirectories in over
2923 * which perl.c:incpush() and lib/lib.pm will automatically
2924 * search when adding directories to @INC, in a format suitable
2925 * for a C initialization string. See the inc_version_list entry
2926 * in Porting/Glossary for more details.
2927 */
2928/*#define PERL_INC_VERSION_LIST 0 / **/
2929
2930/* INSTALL_USR_BIN_PERL:
2931 * This symbol, if defined, indicates that Perl is to be installed
2932 * also as /usr/bin/perl.
2933 */
2934/*#define INSTALL_USR_BIN_PERL / **/
2935
2936/* Off_t:
2937 * This symbol holds the type used to declare offsets in the kernel.
2938 * It can be int, long, off_t, etc... It may be necessary to include
2939 * <sys/types.h> to get any typedef'ed information.
2940 */
2941/* LSEEKSIZE:
2942 * This symbol holds the number of bytes used by the Off_t.
2943 */
2944/* Off_t_size:
2945 * This symbol holds the number of bytes used by the Off_t.
2946 */
2947#define Off_t long /* <offset> type */
2948#define LSEEKSIZE 4 /* <offset> size */
2949#define Off_t_size 4 /* <offset> size */
2950
2951/* Free_t:
2952 * This variable contains the return type of free(). It is usually
2953 * void, but occasionally int.
2954 */
2955/* Malloc_t:
2956 * This symbol is the type of pointer returned by malloc and realloc.
2957 */
2958#define Malloc_t void * /**/
2959#define Free_t void /**/
2960
2961/* PERL_MALLOC_WRAP:
2962 * This symbol, if defined, indicates that we'd like malloc wrap checks.
2963 */
2964#define PERL_MALLOC_WRAP /**/
2965
2966/* MYMALLOC:
2967 * This symbol, if defined, indicates that we're using our own malloc.
2968 */
2969/*#define MYMALLOC / **/
2970
2971/* Mode_t:
2972 * This symbol holds the type used to declare file modes
2973 * for systems calls. It is usually mode_t, but may be
2974 * int or unsigned short. It may be necessary to include <sys/types.h>
2975 * to get any typedef'ed information.
2976 */
2977#define Mode_t mode_t /* file mode parameter for system calls */
2978
2979/* VAL_O_NONBLOCK:
2980 * This symbol is to be used during open() or fcntl(F_SETFL) to turn on
2981 * non-blocking I/O for the file descriptor. Note that there is no way
2982 * back, i.e. you cannot turn it blocking again this way. If you wish to
2983 * alternatively switch between blocking and non-blocking, use the
2984 * ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
2985 */
2986/* VAL_EAGAIN:
2987 * This symbol holds the errno error code set by read() when no data was
2988 * present on the non-blocking file descriptor.
2989 */
2990/* RD_NODATA:
2991 * This symbol holds the return code from read() when no data is present
2992 * on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
2993 * not defined, then you can't distinguish between no data and EOF by
2994 * issuing a read(). You'll have to find another way to tell for sure!
2995 */
2996/* EOF_NONBLOCK:
2997 * This symbol, if defined, indicates to the C program that a read() on
2998 * a non-blocking file descriptor will return 0 on EOF, and not the value
2999 * held in RD_NODATA (-1 usually, in that case!).
3000 */
3001#define VAL_O_NONBLOCK O_NONBLOCK
3002#define VAL_EAGAIN EAGAIN
3003#define RD_NODATA -1
3004#define EOF_NONBLOCK
ec6c7eee 3005
2bf3754c
SH
3006/* Netdb_host_t:
3007 * This symbol holds the type used for the 1st argument
3008 * to gethostbyaddr().
840565a7 3009 */
2bf3754c
SH
3010/* Netdb_hlen_t:
3011 * This symbol holds the type used for the 2nd argument
3012 * to gethostbyaddr().
840565a7 3013 */
2bf3754c
SH
3014/* Netdb_name_t:
3015 * This symbol holds the type used for the argument to
3016 * gethostbyname().
840565a7 3017 */
2bf3754c
SH
3018/* Netdb_net_t:
3019 * This symbol holds the type used for the 1st argument to
3020 * getnetbyaddr().
840565a7 3021 */
2bf3754c
SH
3022#define Netdb_host_t char * /**/
3023#define Netdb_hlen_t int /**/
3024#define Netdb_name_t char * /**/
3025#define Netdb_net_t long /**/
840565a7 3026
2bf3754c
SH
3027/* PERL_OTHERLIBDIRS:
3028 * This variable contains a colon-separated set of paths for the perl
3029 * binary to search for additional library files or modules.
3030 * These directories will be tacked to the end of @INC.
3031 * Perl will automatically search below each path for version-
3032 * and architecture-specific directories. See PERL_INC_VERSION_LIST
3033 * for more details.
840565a7 3034 */
2bf3754c 3035/*#define PERL_OTHERLIBDIRS "" / **/
840565a7 3036
2bf3754c
SH
3037/* Pid_t:
3038 * This symbol holds the type used to declare process ids in the kernel.
3039 * It can be int, uint, pid_t, etc... It may be necessary to include
3040 * <sys/types.h> to get any typedef'ed information.
840565a7 3041 */
2bf3754c
SH
3042#define Pid_t int /* PID type */
3043
3044/* PRIVLIB:
3045 * This symbol contains the name of the private library for this package.
3046 * The library is private in the sense that it needn't be in anyone's
3047 * execution path, but it should be accessible by the world. The program
3048 * should be prepared to do ~ expansion.
3049 */
3050/* PRIVLIB_EXP:
3051 * This symbol contains the ~name expanded version of PRIVLIB, to be used
3052 * in programs that are not prepared to deal with ~ expansion at run-time.
3053 */
3054#define PRIVLIB "c:\\perl\\lib" /**/
3055#define PRIVLIB_EXP (win32_get_privlib(PERL_VERSION_STRING, NULL)) /**/
840565a7
SH
3056
3057/* CAN_PROTOTYPE:
3058 * If defined, this macro indicates that the C compiler can handle
3059 * function prototypes.
3060 */
3061/* _:
3062 * This macro is used to declare function parameters for folks who want
3063 * to make declarations with prototypes using a different style than
3064 * the above macros. Use double parentheses. For example:
3065 *
3066 * int main _((int argc, char *argv[]));
3067 */
3068#define CAN_PROTOTYPE /**/
3069#ifdef CAN_PROTOTYPE
3070#define _(args) args
3071#else
3072#define _(args) ()
3073#endif
3074
2bf3754c
SH
3075/* PTRSIZE:
3076 * This symbol contains the size of a pointer, so that the C preprocessor
3077 * can make decisions based on it. It will be sizeof(void *) if
3078 * the compiler supports (void *); otherwise it will be
3079 * sizeof(char *).
3080 */
3081#define PTRSIZE 4 /**/
3082
3083/* HAS_QUAD:
3084 * This symbol, if defined, tells that there's a 64-bit integer type,
3085 * Quad_t, and its unsigned counterpart, Uquad_t. QUADKIND will be one
3086 * of QUAD_IS_INT, QUAD_IS_LONG, QUAD_IS_LONG_LONG, QUAD_IS_INT64_T,
3087 * or QUAD_IS___INT64.
3088 */
3089#define HAS_QUAD /**/
3090#ifdef HAS_QUAD
3091# define Quad_t long long /**/
3092# define Uquad_t unsigned long long /**/
3093# define QUADKIND 3 /**/
3094# define QUAD_IS_INT 1
3095# define QUAD_IS_LONG 2
3096# define QUAD_IS_LONG_LONG 3
3097# define QUAD_IS_INT64_T 4
3098# define QUAD_IS___INT64 5
3099#endif
3100
3101/* Drand01:
3102 * This macro is to be used to generate uniformly distributed
3103 * random numbers over the range [0., 1.[. You may have to supply
3104 * an 'extern double drand48();' in your program since SunOS 4.1.3
3105 * doesn't provide you with anything relevant in its headers.
3106 * See HAS_DRAND48_PROTO.
3107 */
3108/* Rand_seed_t:
3109 * This symbol defines the type of the argument of the
3110 * random seed function.
3111 */
3112/* seedDrand01:
3113 * This symbol defines the macro to be used in seeding the
3114 * random number generator (see Drand01).
3115 */
3116/* RANDBITS:
3117 * This symbol indicates how many bits are produced by the
3118 * function used to generate normalized random numbers.
3119 * Values include 15, 16, 31, and 48.
3120 */
449287ba
SH
3121#define Drand01() Perl_drand48() /**/
3122#define Rand_seed_t U32 /**/
3123#define seedDrand01(x) Perl_drand48_init((Rand_seed_t)x) /**/
3124#define RANDBITS 48 /**/
2bf3754c
SH
3125
3126/* Select_fd_set_t:
3127 * This symbol holds the type used for the 2nd, 3rd, and 4th
3128 * arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET
3129 * is defined, and 'int *' otherwise. This is only useful if you
3130 * have select(), of course.
3131 */
3132#define Select_fd_set_t Perl_fd_set * /**/
3133
840565a7
SH
3134/* SH_PATH:
3135 * This symbol contains the full pathname to the shell used on this
3136 * on this system to execute Bourne shell scripts. Usually, this will be
3137 * /bin/sh, though it's possible that some systems will have /bin/ksh,
3138 * /bin/pdksh, /bin/ash, /bin/bash, or even something such as
3139 * D:/bin/sh.exe.
3140 */
3141#define SH_PATH "cmd /x /c" /**/
3142
3143/* SIG_NAME:
3144 * This symbol contains a list of signal names in order of
3145 * signal number. This is intended
3146 * to be used as a static array initialization, like this:
3147 * char *sig_name[] = { SIG_NAME };
3148 * The signals in the list are separated with commas, and each signal
3149 * is surrounded by double quotes. There is no leading SIG in the signal
3150 * name, i.e. SIGQUIT is known as "QUIT".
3151 * Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
3152 * etc., where nn is the actual signal number (e.g. NUM37).
3153 * The signal number for sig_name[i] is stored in sig_num[i].
3154 * The last element is 0 to terminate the list with a NULL. This
3155 * corresponds to the 0 at the end of the sig_name_init list.
3156 * Note that this variable is initialized from the sig_name_init,
3157 * not from sig_name (which is unused).
3158 */
3159/* SIG_NUM:
3160 * This symbol contains a list of signal numbers, in the same order as the
3161 * SIG_NAME list. It is suitable for static array initialization, as in:
3162 * int sig_num[] = { SIG_NUM };
3163 * The signals in the list are separated with commas, and the indices
3164 * within that list and the SIG_NAME list match, so it's easy to compute
3165 * the signal name from a number or vice versa at the price of a small
3166 * dynamic linear lookup.
3167 * Duplicates are allowed, but are moved to the end of the list.
3168 * The signal number corresponding to sig_name[i] is sig_number[i].
3169 * if (i < NSIG) then sig_number[i] == i.
3170 * The last element is 0, corresponding to the 0 at the end of
3171 * the sig_name_init list.
3172 * Note that this variable is initialized from the sig_num_init,
3173 * not from sig_num (which is unused).
3174 */
2bf3754c
SH
3175/* SIG_SIZE:
3176 * This variable contains the number of elements of the SIG_NAME
3177 * and SIG_NUM arrays, excluding the final NULL entry.
3178 */
3179#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07", "FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "NUM16", "NUM17", "NUM18", "NUM19", "CHLD", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0 /**/
3180#define SIG_NUM 0, 1, 2, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 20, 0 /**/
3181#define SIG_SIZE 27 /**/
3182
3183/* SITEARCH:
3184 * This symbol contains the name of the private library for this package.
3185 * The library is private in the sense that it needn't be in anyone's
3186 * execution path, but it should be accessible by the world. The program
3187 * should be prepared to do ~ expansion.
3188 * The standard distribution will put nothing in this directory.
3189 * After perl has been installed, users may install their own local
3190 * architecture-dependent modules in this directory with
3191 * MakeMaker Makefile.PL
3192 * or equivalent. See INSTALL for details.
3193 */
3194/* SITEARCH_EXP:
3195 * This symbol contains the ~name expanded version of SITEARCH, to be used
3196 * in programs that are not prepared to deal with ~ expansion at run-time.
3197 */
3198#define SITEARCH "c:\\perl\\site\\lib" /**/
3199/*#define SITEARCH_EXP "" / **/
3200
3201/* SITELIB:
3202 * This symbol contains the name of the private library for this package.
3203 * The library is private in the sense that it needn't be in anyone's
3204 * execution path, but it should be accessible by the world. The program
3205 * should be prepared to do ~ expansion.
3206 * The standard distribution will put nothing in this directory.
3207 * After perl has been installed, users may install their own local
3208 * architecture-independent modules in this directory with
3209 * MakeMaker Makefile.PL
3210 * or equivalent. See INSTALL for details.
3211 */
3212/* SITELIB_EXP:
3213 * This symbol contains the ~name expanded version of SITELIB, to be used
3214 * in programs that are not prepared to deal with ~ expansion at run-time.
3215 */
3216/* SITELIB_STEM:
3217 * This define is SITELIB_EXP with any trailing version-specific component
3218 * removed. The elements in inc_version_list (inc_version_list.U) can
3219 * be tacked onto this variable to generate a list of directories to search.
3220 */
3221#define SITELIB "c:\\perl\\site\\lib" /**/
3222#define SITELIB_EXP (win32_get_sitelib(PERL_VERSION_STRING, NULL)) /**/
3223#define SITELIB_STEM "" /**/
3224
3225/* Size_t_size:
3226 * This symbol holds the size of a Size_t in bytes.
3227 */
3228#define Size_t_size 4 /**/
3229
3230/* Size_t:
3231 * This symbol holds the type used to declare length parameters
3232 * for string functions. It is usually size_t, but may be
3233 * unsigned long, int, etc. It may be necessary to include
3234 * <sys/types.h> to get any typedef'ed information.
3235 */
3236#define Size_t size_t /* length parameter for string functions */
3237
3238/* Sock_size_t:
3239 * This symbol holds the type used for the size argument of
3240 * various socket calls (just the base type, not the pointer-to).
3241 */
3242#define Sock_size_t int /**/
3243
3244/* SSize_t:
3245 * This symbol holds the type used by functions that return
3246 * a count of bytes or an error condition. It must be a signed type.
3247 * It is usually ssize_t, but may be long or int, etc.
3248 * It may be necessary to include <sys/types.h> or <unistd.h>
3249 * to get any typedef'ed information.
3250 * We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
3251 */
3252#define SSize_t int /* signed count of bytes */
3253
3254/* STDCHAR:
3255 * This symbol is defined to be the type of char used in stdio.h.
3256 * It has the values "unsigned char" or "char".
3257 */
3258#define STDCHAR char /**/
3259
3260/* Uid_t_f:
3261 * This symbol defines the format string used for printing a Uid_t.
3262 */
3263#define Uid_t_f "ld" /**/
3264
3265/* Uid_t_sign:
ec2a15bb 3266 * This symbol holds the signedness of a Uid_t.
2bf3754c
SH
3267 * 1 for unsigned, -1 for signed.
3268 */
3269#define Uid_t_sign -1 /* UID sign */
3270
3271/* Uid_t_size:
3272 * This symbol holds the size of a Uid_t in bytes.
3273 */
3274#define Uid_t_size 4 /* UID size */
3275
3276/* Uid_t:
3277 * This symbol holds the type used to declare user ids in the kernel.
3278 * It can be int, ushort, uid_t, etc... It may be necessary to include
3279 * <sys/types.h> to get any typedef'ed information.
3280 */
3281#define Uid_t uid_t /* UID type */
3282
3283/* USE_ITHREADS:
3284 * This symbol, if defined, indicates that Perl should be built to
3285 * use the interpreter-based threading implementation.
3286 */
3287/* USE_5005THREADS:
3288 * This symbol, if defined, indicates that Perl should be built to
3289 * use the 5.005-based threading implementation.
3290 * Only valid up to 5.8.x.
3291 */
3292/* OLD_PTHREADS_API:
3293 * This symbol, if defined, indicates that Perl should
3294 * be built to use the old draft POSIX threads API.
3295 */
3296/* USE_REENTRANT_API:
3297 * This symbol, if defined, indicates that Perl should
3298 * try to use the various _r versions of library functions.
3299 * This is extremely experimental.
3300 */
3301/*#define USE_5005THREADS / **/
3302/*#define USE_ITHREADS / **/
3303#if defined(USE_5005THREADS) && !defined(USE_ITHREADS)
3304#define USE_THREADS /* until src is revised*/
3305#endif
3306/*#define OLD_PTHREADS_API / **/
3307/*#define USE_REENTRANT_API / **/
3308
3309/* PERL_VENDORARCH:
3310 * If defined, this symbol contains the name of a private library.
3311 * The library is private in the sense that it needn't be in anyone's
3312 * execution path, but it should be accessible by the world.
3313 * It may have a ~ on the front.
3314 * The standard distribution will put nothing in this directory.
3315 * Vendors who distribute perl may wish to place their own
3316 * architecture-dependent modules and extensions in this directory with
3317 * MakeMaker Makefile.PL INSTALLDIRS=vendor
3318 * or equivalent. See INSTALL for details.
ec6c7eee 3319 */
2bf3754c
SH
3320/* PERL_VENDORARCH_EXP:
3321 * This symbol contains the ~name expanded version of PERL_VENDORARCH, to be used
3322 * in programs that are not prepared to deal with ~ expansion at run-time.
3323 */
3324/*#define PERL_VENDORARCH "" / **/
3325/*#define PERL_VENDORARCH_EXP "" / **/
f3b9bb7d 3326
2bf3754c
SH
3327/* PERL_VENDORLIB_EXP:
3328 * This symbol contains the ~name expanded version of VENDORLIB, to be used
3329 * in programs that are not prepared to deal with ~ expansion at run-time.
f3b9bb7d 3330 */
2bf3754c
SH
3331/* PERL_VENDORLIB_STEM:
3332 * This define is PERL_VENDORLIB_EXP with any trailing version-specific component
3333 * removed. The elements in inc_version_list (inc_version_list.U) can
3334 * be tacked onto this variable to generate a list of directories to search.
3335 */
3336/*#define PERL_VENDORLIB_EXP "" / **/
3337/*#define PERL_VENDORLIB_STEM "" / **/
840565a7 3338
955d1b3d
SH
3339/* PERL_USE_DEVEL:
3340 * This symbol, if defined, indicates that Perl was configured with
3341 * -Dusedevel, to enable development features. This should not be
3342 * done for production builds.
4b7e285e 3343 */
f3b9bb7d 3344/*#define PERL_USE_DEVEL / **/
4b7e285e 3345
ec6c7eee
SH
3346/* HAS_ATOLF:
3347 * This symbol, if defined, indicates that the atolf routine is
3348 * available to convert strings into long doubles.
3349 */
f3b9bb7d 3350/*#define HAS_ATOLF / **/
ec6c7eee
SH
3351
3352/* HAS_ATOLL:
3353 * This symbol, if defined, indicates that the atoll routine is
3354 * available to convert strings into long longs.
3355 */
f3b9bb7d 3356/*#define HAS_ATOLL / **/
ec6c7eee
SH
3357
3358/* HAS__FWALK:
3359 * This symbol, if defined, indicates that the _fwalk system call is
3360 * available to apply a function to all the file handles.
3361 */
f3b9bb7d 3362/*#define HAS__FWALK / **/
ec6c7eee
SH
3363
3364/* HAS_AINTL:
3365 * This symbol, if defined, indicates that the aintl routine is
3366 * available. If copysignl is also present we can emulate modfl.
3367 */
f3b9bb7d 3368/*#define HAS_AINTL / **/
ec6c7eee
SH
3369
3370/* HAS_BUILTIN_CHOOSE_EXPR:
3371 * Can we handle GCC builtin for compile-time ternary-like expressions
3372 */
3373/* HAS_BUILTIN_EXPECT:
3374 * Can we handle GCC builtin for telling that certain values are more
3375 * likely
3376 */
f3b9bb7d 3377/*#define HAS_BUILTIN_EXPECT / **/
3378/*#define HAS_BUILTIN_CHOOSE_EXPR / **/
ec6c7eee
SH
3379
3380/* HAS_C99_VARIADIC_MACROS:
3381 * If defined, the compiler supports C99 variadic macros.
3382 */
f3b9bb7d 3383/*#define HAS_C99_VARIADIC_MACROS / **/
ec6c7eee
SH
3384
3385/* HAS_CLASS:
3386 * This symbol, if defined, indicates that the class routine is
3387 * available to classify doubles. Available for example in AIX.
3388 * The returned values are defined in <float.h> and are:
3389 *
3390 * FP_PLUS_NORM Positive normalized, nonzero
3391 * FP_MINUS_NORM Negative normalized, nonzero
3392 * FP_PLUS_DENORM Positive denormalized, nonzero
3393 * FP_MINUS_DENORM Negative denormalized, nonzero
3394 * FP_PLUS_ZERO +0.0
3395 * FP_MINUS_ZERO -0.0
3396 * FP_PLUS_INF +INF
3397 * FP_MINUS_INF -INF
3398 * FP_NANS Signaling Not a Number (NaNS)
3399 * FP_NANQ Quiet Not a Number (NaNQ)
3400 */
f3b9bb7d 3401/*#define HAS_CLASS / **/
ec6c7eee
SH
3402
3403/* HAS_CLEARENV:
3404 * This symbol, if defined, indicates that the clearenv () routine is
3405 * available for use.
3406 */
f3b9bb7d 3407/*#define HAS_CLEARENV / **/
ec6c7eee
SH
3408
3409/* HAS_STRUCT_CMSGHDR:
3410 * This symbol, if defined, indicates that the struct cmsghdr
3411 * is supported.
3412 */
f3b9bb7d 3413/*#define HAS_STRUCT_CMSGHDR / **/
ec6c7eee
SH
3414
3415/* HAS_COPYSIGNL:
3416 * This symbol, if defined, indicates that the copysignl routine is
3417 * available. If aintl is also present we can emulate modfl.
3418 */
f3b9bb7d 3419/*#define HAS_COPYSIGNL / **/
ec6c7eee
SH
3420
3421/* USE_CPLUSPLUS:
3422 * This symbol, if defined, indicates that a C++ compiler was
3423 * used to compiled Perl and will be used to compile extensions.
3424 */
f3b9bb7d 3425/*#define USE_CPLUSPLUS / **/
ec6c7eee
SH
3426
3427/* HAS_DBMINIT_PROTO:
3428 * This symbol, if defined, indicates that the system provides
3429 * a prototype for the dbminit() function. Otherwise, it is up
3430 * to the program to supply one. A good guess is
3431 * extern int dbminit(char *);
3432 */
f3b9bb7d 3433/*#define HAS_DBMINIT_PROTO / **/
ec6c7eee
SH
3434
3435/* HAS_DIR_DD_FD:
3436 * This symbol, if defined, indicates that the the DIR* dirstream
3437 * structure contains a member variable named dd_fd.
3438 */
f3b9bb7d 3439/*#define HAS_DIR_DD_FD / **/
ec6c7eee
SH
3440
3441/* HAS_DIRFD:
3442 * This manifest constant lets the C program know that dirfd
3443 * is available.
3444 */
f3b9bb7d 3445/*#define HAS_DIRFD / **/
ec6c7eee
SH
3446
3447/* DLSYM_NEEDS_UNDERSCORE:
3448 * This symbol, if defined, indicates that we need to prepend an
3449 * underscore to the symbol name before calling dlsym(). This only
3450 * makes sense if you *have* dlsym, which we will presume is the
3451 * case if you're using dl_dlopen.xs.
3452 */
f3b9bb7d 3453/*#define DLSYM_NEEDS_UNDERSCORE / **/
ec6c7eee
SH
3454
3455/* HAS_FAST_STDIO:
3456 * This symbol, if defined, indicates that the "fast stdio"
3457 * is available to manipulate the stdio buffers directly.
3458 */
3459#define HAS_FAST_STDIO /**/
3460
3461/* HAS_FCHDIR:
3462 * This symbol, if defined, indicates that the fchdir routine is
3463 * available to change directory using a file descriptor.
3464 */
f3b9bb7d 3465/*#define HAS_FCHDIR / **/
ec6c7eee
SH
3466
3467/* FCNTL_CAN_LOCK:
3468 * This symbol, if defined, indicates that fcntl() can be used
3469 * for file locking. Normally on Unix systems this is defined.
3470 * It may be undefined on VMS.
3471 */
f3b9bb7d 3472/*#define FCNTL_CAN_LOCK / **/
ec6c7eee
SH
3473
3474/* HAS_FINITE:
3475 * This symbol, if defined, indicates that the finite routine is
3476 * available to check whether a double is finite (non-infinity non-NaN).
3477 */
f3b9bb7d 3478/*#define HAS_FINITE / **/
ec6c7eee
SH
3479
3480/* HAS_FINITEL:
3481 * This symbol, if defined, indicates that the finitel routine is
3482 * available to check whether a long double is finite
3483 * (non-infinity non-NaN).
3484 */
f3b9bb7d 3485/*#define HAS_FINITEL / **/
ec6c7eee
SH
3486
3487/* HAS_FLOCK_PROTO:
3488 * This symbol, if defined, indicates that the system provides
3489 * a prototype for the flock() function. Otherwise, it is up
3490 * to the program to supply one. A good guess is
3491 * extern int flock(int, int);
3492 */
3493#define HAS_FLOCK_PROTO /**/
3494
3495/* HAS_FP_CLASS:
3496 * This symbol, if defined, indicates that the fp_class routine is
3497 * available to classify doubles. Available for example in Digital UNIX.
3498 * The returned values are defined in <math.h> and are:
3499 *
3500 * FP_SNAN Signaling NaN (Not-a-Number)
3501 * FP_QNAN Quiet NaN (Not-a-Number)
3502 * FP_POS_INF +infinity
3503 * FP_NEG_INF -infinity
3504 * FP_POS_NORM Positive normalized
3505 * FP_NEG_NORM Negative normalized
3506 * FP_POS_DENORM Positive denormalized
3507 * FP_NEG_DENORM Negative denormalized
3508 * FP_POS_ZERO +0.0 (positive zero)
3509 * FP_NEG_ZERO -0.0 (negative zero)
3510 */
f3b9bb7d 3511/*#define HAS_FP_CLASS / **/
ec6c7eee
SH
3512
3513/* HAS_FPCLASS:
3514 * This symbol, if defined, indicates that the fpclass routine is
3515 * available to classify doubles. Available for example in Solaris/SVR4.
3516 * The returned values are defined in <ieeefp.h> and are:
3517 *
3518 * FP_SNAN signaling NaN
3519 * FP_QNAN quiet NaN
3520 * FP_NINF negative infinity
3521 * FP_PINF positive infinity
3522 * FP_NDENORM negative denormalized non-zero
3523 * FP_PDENORM positive denormalized non-zero
3524 * FP_NZERO negative zero
3525 * FP_PZERO positive zero
3526 * FP_NNORM negative normalized non-zero
3527 * FP_PNORM positive normalized non-zero
3528 */
f3b9bb7d 3529/*#define HAS_FPCLASS / **/
ec6c7eee
SH
3530
3531/* HAS_FPCLASSIFY:
3532 * This symbol, if defined, indicates that the fpclassify routine is
3533 * available to classify doubles. Available for example in HP-UX.
3534 * The returned values are defined in <math.h> and are
3535 *
3536 * FP_NORMAL Normalized
3537 * FP_ZERO Zero
3538 * FP_INFINITE Infinity
3539 * FP_SUBNORMAL Denormalized
3540 * FP_NAN NaN
3541 *
3542 */
f3b9bb7d 3543/*#define HAS_FPCLASSIFY / **/
ec6c7eee
SH
3544
3545/* HAS_FPCLASSL:
3546 * This symbol, if defined, indicates that the fpclassl routine is
3547 * available to classify long doubles. Available for example in IRIX.
3548 * The returned values are defined in <ieeefp.h> and are:
3549 *
3550 * FP_SNAN signaling NaN
3551 * FP_QNAN quiet NaN
3552 * FP_NINF negative infinity
3553 * FP_PINF positive infinity
3554 * FP_NDENORM negative denormalized non-zero
3555 * FP_PDENORM positive denormalized non-zero
3556 * FP_NZERO negative zero
3557 * FP_PZERO positive zero
3558 * FP_NNORM negative normalized non-zero
3559 * FP_PNORM positive normalized non-zero
3560 */
f3b9bb7d 3561/*#define HAS_FPCLASSL / **/
ec6c7eee
SH
3562
3563/* HAS_FPOS64_T:
3564 * This symbol will be defined if the C compiler supports fpos64_t.
3565 */
f3b9bb7d 3566/*#define HAS_FPOS64_T / **/
ec6c7eee
SH
3567
3568/* HAS_FREXPL:
3569 * This symbol, if defined, indicates that the frexpl routine is
3570 * available to break a long double floating-point number into
3571 * a normalized fraction and an integral power of 2.
3572 */
f3b9bb7d 3573/*#define HAS_FREXPL / **/
ec6c7eee
SH
3574
3575/* HAS_STRUCT_FS_DATA:
3576 * This symbol, if defined, indicates that the struct fs_data
3577 * to do statfs() is supported.
3578 */
f3b9bb7d 3579/*#define HAS_STRUCT_FS_DATA / **/
ec6c7eee
SH
3580
3581/* HAS_FSEEKO:
3582 * This symbol, if defined, indicates that the fseeko routine is
3583 * available to fseek beyond 32 bits (useful for ILP32 hosts).
3584 */
f3b9bb7d 3585/*#define HAS_FSEEKO / **/
ec6c7eee
SH
3586
3587/* HAS_FSTATFS:
3588 * This symbol, if defined, indicates that the fstatfs routine is
3589 * available to stat filesystems by file descriptors.
3590 */
f3b9bb7d 3591/*#define HAS_FSTATFS / **/
ec6c7eee
SH
3592
3593/* HAS_FSYNC:
3594 * This symbol, if defined, indicates that the fsync routine is
3595 * available to write a file's modified data and attributes to
3596 * permanent storage.
3597 */
f3b9bb7d 3598/*#define HAS_FSYNC / **/
ec6c7eee
SH
3599
3600/* HAS_FTELLO:
3601 * This symbol, if defined, indicates that the ftello routine is
3602 * available to ftell beyond 32 bits (useful for ILP32 hosts).
3603 */
f3b9bb7d 3604/*#define HAS_FTELLO / **/
ec6c7eee
SH
3605
3606/* HAS_FUTIMES:
3607 * This symbol, if defined, indicates that the futimes routine is
3608 * available to change file descriptor time stamps with struct timevals.
3609 */
f3b9bb7d 3610/*#define HAS_FUTIMES / **/
3611
3612/* HAS_GETADDRINFO:
3613 * This symbol, if defined, indicates that the getaddrinfo() function
3614 * is available for use.
3615 */
3616/*#define HAS_GETADDRINFO / **/
ec6c7eee
SH
3617
3618/* HAS_GETCWD:
3619 * This symbol, if defined, indicates that the getcwd routine is
3620 * available to get the current working directory.
3621 */
3622#define HAS_GETCWD /**/
3623
3624/* HAS_GETESPWNAM:
3625 * This symbol, if defined, indicates that the getespwnam system call is
840565a7 3626 * available to retrieve enhanced (shadow) password entries by name.
ec6c7eee 3627 */
f3b9bb7d 3628/*#define HAS_GETESPWNAM / **/
ec6c7eee
SH
3629
3630/* HAS_GETFSSTAT:
3631 * This symbol, if defined, indicates that the getfsstat routine is
3632 * available to stat filesystems in bulk.
3633 */
f3b9bb7d 3634/*#define HAS_GETFSSTAT / **/
ec6c7eee
SH
3635
3636/* HAS_GETITIMER:
3637 * This symbol, if defined, indicates that the getitimer routine is
3638 * available to return interval timers.
3639 */
f3b9bb7d 3640/*#define HAS_GETITIMER / **/
ec6c7eee
SH
3641
3642/* HAS_GETMNT:
3643 * This symbol, if defined, indicates that the getmnt routine is
3644 * available to get filesystem mount info by filename.
3645 */
f3b9bb7d 3646/*#define HAS_GETMNT / **/
ec6c7eee
SH
3647
3648/* HAS_GETMNTENT:
3649 * This symbol, if defined, indicates that the getmntent routine is
3650 * available to iterate through mounted file systems to get their info.
3651 */
f3b9bb7d 3652/*#define HAS_GETMNTENT / **/
3653
3654/* HAS_GETNAMEINFO:
3655 * This symbol, if defined, indicates that the getnameinfo() function
3656 * is available for use.
3657 */
3658/*#define HAS_GETNAMEINFO / **/
ec6c7eee
SH
3659
3660/* HAS_GETPRPWNAM:
3661 * This symbol, if defined, indicates that the getprpwnam system call is
3662 * available to retrieve protected (shadow) password entries by name.
3663 */
f3b9bb7d 3664/*#define HAS_GETPRPWNAM / **/
ec6c7eee
SH
3665
3666/* HAS_GETSPNAM:
3667 * This symbol, if defined, indicates that the getspnam system call is
3668 * available to retrieve SysV shadow password entries by name.
3669 */
f3b9bb7d 3670/*#define HAS_GETSPNAM / **/
ec6c7eee
SH
3671
3672/* HAS_HASMNTOPT:
3673 * This symbol, if defined, indicates that the hasmntopt routine is
3674 * available to query the mount options of file systems.
3675 */
f3b9bb7d 3676/*#define HAS_HASMNTOPT / **/
ec6c7eee
SH
3677
3678/* HAS_ILOGBL:
3679 * This symbol, if defined, indicates that the ilogbl routine is
3680 * available. If scalbnl is also present we can emulate frexpl.
3681 */
f3b9bb7d 3682/*#define HAS_ILOGBL / **/
3683
3684/* HAS_INETNTOP:
3685 * This symbol, if defined, indicates that the inet_ntop() function
3686 * is available to parse IPv4 and IPv6 strings.
3687 */
3688/*#define HAS_INETNTOP / **/
3689
3690/* HAS_INETPTON:
3691 * This symbol, if defined, indicates that the inet_pton() function
3692 * is available to parse IPv4 and IPv6 strings.
3693 */
3694/*#define HAS_INETPTON / **/
ec6c7eee
SH
3695
3696/* HAS_INT64_T:
3697 * This symbol will defined if the C compiler supports int64_t.
3698 * Usually the <inttypes.h> needs to be included, but sometimes
3699 * <sys/types.h> is enough.
3700 */
f3b9bb7d 3701/*#define HAS_INT64_T / **/
ec6c7eee 3702
2bf3754c 3703/* HAS_ISBLANK:
ec2a15bb 3704 * This manifest constant lets the C program know that isblank
2bf3754c
SH
3705 * is available.
3706 */
3707/*#define HAS_ISBLANK / **/
3708
ec6c7eee
SH
3709/* HAS_ISFINITE:
3710 * This symbol, if defined, indicates that the isfinite routine is
3711 * available to check whether a double is finite (non-infinity non-NaN).
3712 */
f3b9bb7d 3713/*#define HAS_ISFINITE / **/
ec6c7eee
SH
3714
3715/* HAS_ISINF:
3716 * This symbol, if defined, indicates that the isinf routine is
3717 * available to check whether a double is an infinity.
3718 */
f3b9bb7d 3719/*#define HAS_ISINF / **/
ec6c7eee
SH
3720
3721/* HAS_ISNAN:
3722 * This symbol, if defined, indicates that the isnan routine is
3723 * available to check whether a double is a NaN.
3724 */
3725#define HAS_ISNAN /**/
3726
3727/* HAS_ISNANL:
3728 * This symbol, if defined, indicates that the isnanl routine is
3729 * available to check whether a long double is a NaN.
3730 */
f3b9bb7d 3731/*#define HAS_ISNANL / **/
ec6c7eee
SH
3732
3733/* HAS_LDBL_DIG:
3734 * This symbol, if defined, indicates that this system's <float.h>
3735 * or <limits.h> defines the symbol LDBL_DIG, which is the number
3736 * of significant digits in a long double precision number. Unlike
3737 * for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
3738 */
3739#define HAS_LDBL_DIG /**/
3740
3741/* LIBM_LIB_VERSION:
3742 * This symbol, if defined, indicates that libm exports _LIB_VERSION
3743 * and that math.h defines the enum to manipulate it.
3744 */
f3b9bb7d 3745/*#define LIBM_LIB_VERSION / **/
ec6c7eee
SH
3746
3747/* HAS_MADVISE:
3748 * This symbol, if defined, indicates that the madvise system call is
3749 * available to map a file into memory.
3750 */
f3b9bb7d 3751/*#define HAS_MADVISE / **/
ec6c7eee
SH
3752
3753/* HAS_MALLOC_SIZE:
3754 * This symbol, if defined, indicates that the malloc_size
3755 * routine is available for use.
3756 */
f3b9bb7d 3757/*#define HAS_MALLOC_SIZE / **/
ec6c7eee
SH
3758
3759/* HAS_MALLOC_GOOD_SIZE:
3760 * This symbol, if defined, indicates that the malloc_good_size
3761 * routine is available for use.
3762 */
f3b9bb7d 3763/*#define HAS_MALLOC_GOOD_SIZE / **/
ec6c7eee
SH
3764
3765/* HAS_MKDTEMP:
3766 * This symbol, if defined, indicates that the mkdtemp routine is
3767 * available to exclusively create a uniquely named temporary directory.
3768 */
f3b9bb7d 3769/*#define HAS_MKDTEMP / **/
ec6c7eee
SH
3770
3771/* HAS_MKSTEMPS:
3772 * This symbol, if defined, indicates that the mkstemps routine is
840565a7 3773 * available to exclusively create and open a uniquely named
ec6c7eee
SH
3774 * (with a suffix) temporary file.
3775 */
f3b9bb7d 3776/*#define HAS_MKSTEMPS / **/
ec6c7eee
SH
3777
3778/* HAS_MODFL:
3779 * This symbol, if defined, indicates that the modfl routine is
3780 * available to split a long double x into a fractional part f and
3781 * an integer part i such that |f| < 1.0 and (f + i) = x.
3782 */
3783/* HAS_MODFL_PROTO:
3784 * This symbol, if defined, indicates that the system provides
3785 * a prototype for the modfl() function. Otherwise, it is up
3786 * to the program to supply one.
3787 */
3788/* HAS_MODFL_POW32_BUG:
3789 * This symbol, if defined, indicates that the modfl routine is
3790 * broken for long doubles >= pow(2, 32).
3791 * For example from 4294967303.150000 one would get 4294967302.000000
3792 * and 1.150000. The bug has been seen in certain versions of glibc,
3793 * release 2.2.2 is known to be okay.
3794 */
f3b9bb7d 3795/*#define HAS_MODFL / **/
3796/*#define HAS_MODFL_PROTO / **/
3797/*#define HAS_MODFL_POW32_BUG / **/
ec6c7eee
SH
3798
3799/* HAS_MPROTECT:
3800 * This symbol, if defined, indicates that the mprotect system call is
3801 * available to modify the access protection of a memory mapped file.
3802 */
f3b9bb7d 3803/*#define HAS_MPROTECT / **/
ec6c7eee
SH
3804
3805/* HAS_STRUCT_MSGHDR:
3806 * This symbol, if defined, indicates that the struct msghdr
3807 * is supported.
3808 */
f3b9bb7d 3809/*#define HAS_STRUCT_MSGHDR / **/
ec6c7eee
SH
3810
3811/* HAS_NL_LANGINFO:
3812 * This symbol, if defined, indicates that the nl_langinfo routine is
3813 * available to return local data. You will also need <langinfo.h>
3814 * and therefore I_LANGINFO.
3815 */
f3b9bb7d 3816/*#define HAS_NL_LANGINFO / **/
ec6c7eee
SH
3817
3818/* HAS_OFF64_T:
3819 * This symbol will be defined if the C compiler supports off64_t.
3820 */
f3b9bb7d 3821/*#define HAS_OFF64_T / **/
ec6c7eee 3822
840565a7
SH
3823/* HAS_PRCTL:
3824 * This symbol, if defined, indicates that the prctl routine is
3825 * available to set process title.
3826 */
3827/* HAS_PRCTL_SET_NAME:
3828 * This symbol, if defined, indicates that the prctl routine is
3829 * available to set process title and supports PR_SET_NAME.
3830 */
3831/*#define HAS_PRCTL / **/
3832/*#define HAS_PRCTL_SET_NAME / **/
3833
ec6c7eee
SH
3834/* HAS_PROCSELFEXE:
3835 * This symbol is defined if PROCSELFEXE_PATH is a symlink
3836 * to the absolute pathname of the executing program.
3837 */
3838/* PROCSELFEXE_PATH:
3839 * If HAS_PROCSELFEXE is defined this symbol is the filename
3840 * of the symbolic link pointing to the absolute pathname of
3841 * the executing program.
3842 */
f3b9bb7d 3843/*#define HAS_PROCSELFEXE / **/
ec6c7eee
SH
3844#if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH)
3845#define PROCSELFEXE_PATH /**/
3846#endif
3847
3848/* HAS_PTHREAD_ATTR_SETSCOPE:
3849 * This symbol, if defined, indicates that the pthread_attr_setscope
3850 * system call is available to set the contention scope attribute of
3851 * a thread attribute object.
3852 */
f3b9bb7d 3853/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/
ec6c7eee
SH
3854
3855/* HAS_READV:
3856 * This symbol, if defined, indicates that the readv routine is
3857 * available to do gather reads. You will also need <sys/uio.h>
3858 * and there I_SYSUIO.
3859 */
f3b9bb7d 3860/*#define HAS_READV / **/
ec6c7eee
SH
3861
3862/* HAS_RECVMSG:
3863 * This symbol, if defined, indicates that the recvmsg routine is
3864 * available to send structured socket messages.
3865 */
f3b9bb7d 3866/*#define HAS_RECVMSG / **/
ec6c7eee
SH
3867
3868/* HAS_SBRK_PROTO:
3869 * This symbol, if defined, indicates that the system provides
3870 * a prototype for the sbrk() function. Otherwise, it is up
3871 * to the program to supply one. Good guesses are
3872 * extern void* sbrk(int);
3873 * extern void* sbrk(size_t);
3874 */
f3b9bb7d 3875/*#define HAS_SBRK_PROTO / **/
ec6c7eee
SH
3876
3877/* HAS_SCALBNL:
3878 * This symbol, if defined, indicates that the scalbnl routine is
3879 * available. If ilogbl is also present we can emulate frexpl.
3880 */
f3b9bb7d 3881/*#define HAS_SCALBNL / **/
ec6c7eee
SH
3882
3883/* HAS_SENDMSG:
3884 * This symbol, if defined, indicates that the sendmsg routine is
3885 * available to send structured socket messages.
3886 */
f3b9bb7d 3887/*#define HAS_SENDMSG / **/
ec6c7eee
SH
3888
3889/* HAS_SETITIMER:
3890 * This symbol, if defined, indicates that the setitimer routine is
3891 * available to set interval timers.
3892 */
f3b9bb7d 3893/*#define HAS_SETITIMER / **/
ec6c7eee
SH
3894
3895/* HAS_SETPROCTITLE:
3896 * This symbol, if defined, indicates that the setproctitle routine is
3897 * available to set process title.
3898 */
f3b9bb7d 3899/*#define HAS_SETPROCTITLE / **/
ec6c7eee
SH
3900
3901/* USE_SFIO:
3902 * This symbol, if defined, indicates that sfio should
3903 * be used.
3904 */
f3b9bb7d 3905/*#define USE_SFIO / **/
ec6c7eee
SH
3906
3907/* HAS_SIGNBIT:
3908 * This symbol, if defined, indicates that the signbit routine is
3909 * available to check if the given number has the sign bit set.
3910 * This should include correct testing of -0.0. This will only be set
3911 * if the signbit() routine is safe to use with the NV type used internally
3912 * in perl. Users should call Perl_signbit(), which will be #defined to
3913 * the system's signbit() function or macro if this symbol is defined.
3914 */
f3b9bb7d 3915/*#define HAS_SIGNBIT / **/
ec6c7eee
SH
3916
3917/* HAS_SIGPROCMASK:
3918 * This symbol, if defined, indicates that the sigprocmask
3919 * system call is available to examine or change the signal mask
3920 * of the calling process.
3921 */
f3b9bb7d 3922/*#define HAS_SIGPROCMASK / **/
ec6c7eee
SH
3923
3924/* USE_SITECUSTOMIZE:
3925 * This symbol, if defined, indicates that sitecustomize should
3926 * be used.
3927 */
3928#ifndef USE_SITECUSTOMIZE
f3b9bb7d 3929/*#define USE_SITECUSTOMIZE / **/
ec6c7eee
SH
3930#endif
3931
3932/* HAS_SNPRINTF:
3933 * This symbol, if defined, indicates that the snprintf () library
3934 * function is available for use.
3935 */
3936/* HAS_VSNPRINTF:
3937 * This symbol, if defined, indicates that the vsnprintf () library
3938 * function is available for use.
3939 */
3940#define HAS_SNPRINTF /**/
3941#define HAS_VSNPRINTF /**/
3942
3943/* HAS_SOCKATMARK:
3944 * This symbol, if defined, indicates that the sockatmark routine is
3945 * available to test whether a socket is at the out-of-band mark.
3946 */
f3b9bb7d 3947/*#define HAS_SOCKATMARK / **/
ec6c7eee
SH
3948
3949/* HAS_SOCKATMARK_PROTO:
3950 * This symbol, if defined, indicates that the system provides
3951 * a prototype for the sockatmark() function. Otherwise, it is up
3952 * to the program to supply one. A good guess is
3953 * extern int sockatmark(int);
3954 */
f3b9bb7d 3955/*#define HAS_SOCKATMARK_PROTO / **/
ec6c7eee
SH
3956
3957/* HAS_SOCKS5_INIT:
3958 * This symbol, if defined, indicates that the socks5_init routine is
3959 * available to initialize SOCKS 5.
3960 */
f3b9bb7d 3961/*#define HAS_SOCKS5_INIT / **/
ec6c7eee
SH
3962
3963/* SPRINTF_RETURNS_STRLEN:
3964 * This variable defines whether sprintf returns the length of the string
3965 * (as per the ANSI spec). Some C libraries retain compatibility with
3966 * pre-ANSI C and return a pointer to the passed in buffer; for these
3967 * this variable will be undef.
3968 */
3969#define SPRINTF_RETURNS_STRLEN /**/
3970
3971/* HAS_SQRTL:
3972 * This symbol, if defined, indicates that the sqrtl routine is
3973 * available to do long double square roots.
3974 */
f3b9bb7d 3975/*#define HAS_SQRTL / **/
ec6c7eee
SH
3976
3977/* HAS_SETRESGID_PROTO:
3978 * This symbol, if defined, indicates that the system provides
3979 * a prototype for the setresgid() function. Otherwise, it is up
3980 * to the program to supply one. Good guesses are
3981 * extern int setresgid(uid_t ruid, uid_t euid, uid_t suid);
3982 */
f3b9bb7d 3983/*#define HAS_SETRESGID_PROTO / **/
ec6c7eee
SH
3984
3985/* HAS_SETRESUID_PROTO:
3986 * This symbol, if defined, indicates that the system provides
3987 * a prototype for the setresuid() function. Otherwise, it is up
3988 * to the program to supply one. Good guesses are
3989 * extern int setresuid(uid_t ruid, uid_t euid, uid_t suid);
3990 */
f3b9bb7d 3991/*#define HAS_SETRESUID_PROTO / **/
ec6c7eee
SH
3992
3993/* HAS_STRUCT_STATFS_F_FLAGS:
3994 * This symbol, if defined, indicates that the struct statfs
3995 * does have the f_flags member containing the mount flags of
3996 * the filesystem containing the file.
3997 * This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3),
3998 * not from <sys/statfs.h> (SYSV). Older BSDs (like Ultrix) do not
3999 * have statfs() and struct statfs, they have ustat() and getmnt()
4000 * with struct ustat and struct fs_data.
4001 */
f3b9bb7d 4002/*#define HAS_STRUCT_STATFS_F_FLAGS / **/
ec6c7eee
SH
4003
4004/* HAS_STRUCT_STATFS:
4005 * This symbol, if defined, indicates that the struct statfs
4006 * to do statfs() is supported.
4007 */
f3b9bb7d 4008/*#define HAS_STRUCT_STATFS / **/
ec6c7eee
SH
4009
4010/* HAS_FSTATVFS:
4011 * This symbol, if defined, indicates that the fstatvfs routine is
4012 * available to stat filesystems by file descriptors.
4013 */
f3b9bb7d 4014/*#define HAS_FSTATVFS / **/
ec6c7eee
SH
4015
4016/* HAS_STRFTIME:
4017 * This symbol, if defined, indicates that the strftime routine is
4018 * available to do time formatting.
4019 */
4020#define HAS_STRFTIME /**/
4021
4022/* HAS_STRLCAT:
4023 * This symbol, if defined, indicates that the strlcat () routine is
4024 * available to do string concatenation.
4025 */
f3b9bb7d 4026/*#define HAS_STRLCAT / **/
ec6c7eee
SH
4027
4028/* HAS_STRLCPY:
4029 * This symbol, if defined, indicates that the strlcpy () routine is
4030 * available to do string copying.
4031 */
f3b9bb7d 4032/*#define HAS_STRLCPY / **/
ec6c7eee
SH
4033
4034/* HAS_STRTOLD:
4035 * This symbol, if defined, indicates that the strtold routine is
4036 * available to convert strings to long doubles.
4037 */
f3b9bb7d 4038/*#define HAS_STRTOLD / **/
ec6c7eee
SH
4039
4040/* HAS_STRTOLL:
4041 * This symbol, if defined, indicates that the strtoll routine is
4042 * available to convert strings to long longs.
4043 */
f3b9bb7d 4044/*#define HAS_STRTOLL / **/
ec6c7eee
SH
4045
4046/* HAS_STRTOQ:
4047 * This symbol, if defined, indicates that the strtoq routine is
4048 * available to convert strings to long longs (quads).
4049 */
f3b9bb7d 4050/*#define HAS_STRTOQ / **/
ec6c7eee
SH
4051
4052/* HAS_STRTOULL:
4053 * This symbol, if defined, indicates that the strtoull routine is
4054 * available to convert strings to unsigned long longs.
4055 */
f3b9bb7d 4056/*#define HAS_STRTOULL / **/
ec6c7eee
SH
4057
4058/* HAS_STRTOUQ:
4059 * This symbol, if defined, indicates that the strtouq routine is
4060 * available to convert strings to unsigned long longs (quads).
4061 */
f3b9bb7d 4062/*#define HAS_STRTOUQ / **/
ec6c7eee
SH
4063
4064/* HAS_SYSCALL_PROTO:
4065 * This symbol, if defined, indicates that the system provides
4066 * a prototype for the syscall() function. Otherwise, it is up
4067 * to the program to supply one. Good guesses are
4068 * extern int syscall(int, ...);
4069 * extern int syscall(long, ...);
4070 */
f3b9bb7d 4071/*#define HAS_SYSCALL_PROTO / **/
ec6c7eee
SH
4072
4073/* HAS_TELLDIR_PROTO:
4074 * This symbol, if defined, indicates that the system provides
4075 * a prototype for the telldir() function. Otherwise, it is up
4076 * to the program to supply one. A good guess is
4077 * extern long telldir(DIR*);
4078 */
4079#define HAS_TELLDIR_PROTO /**/
4080
955d1b3d
SH
4081/* HAS_CTIME64:
4082 * This symbol, if defined, indicates that the ctime64 () routine is
4083 * available to do the 64bit variant of ctime ()
4084 */
4085/* HAS_LOCALTIME64:
4086 * This symbol, if defined, indicates that the localtime64 () routine is
4087 * available to do the 64bit variant of localtime ()
4088 */
4089/* HAS_GMTIME64:
4090 * This symbol, if defined, indicates that the gmtime64 () routine is
4091 * available to do the 64bit variant of gmtime ()
4092 */
4093/* HAS_MKTIME64:
4094 * This symbol, if defined, indicates that the mktime64 () routine is
4095 * available to do the 64bit variant of mktime ()
4096 */
4097/* HAS_DIFFTIME64:
4098 * This symbol, if defined, indicates that the difftime64 () routine is
4099 * available to do the 64bit variant of difftime ()
4100 */
4101/* HAS_ASCTIME64:
4102 * This symbol, if defined, indicates that the asctime64 () routine is
4103 * available to do the 64bit variant of asctime ()
4104 */
f3b9bb7d 4105/*#define HAS_CTIME64 / **/
4106/*#define HAS_LOCALTIME64 / **/
4107/*#define HAS_GMTIME64 / **/
4108/*#define HAS_MKTIME64 / **/
4109/*#define HAS_DIFFTIME64 / **/
4110/*#define HAS_ASCTIME64 / **/
955d1b3d 4111
4b7e285e
JD
4112/* HAS_TIMEGM:
4113 * This symbol, if defined, indicates that the timegm routine is
4114 * available to do the opposite of gmtime ()
4115 */
f3b9bb7d 4116/*#define HAS_TIMEGM / **/
4b7e285e 4117
ec6c7eee
SH
4118/* U32_ALIGNMENT_REQUIRED:
4119 * This symbol, if defined, indicates that you must access
4120 * character data through U32-aligned pointers.
4121 */
4122#ifndef U32_ALIGNMENT_REQUIRED
4123#define U32_ALIGNMENT_REQUIRED /**/
4124#endif
4125
4126/* HAS_UALARM:
4127 * This symbol, if defined, indicates that the ualarm routine is
4128 * available to do alarms with microsecond granularity.
4129 */
f3b9bb7d 4130/*#define HAS_UALARM / **/
ec6c7eee
SH
4131
4132/* HAS_UNORDERED:
4133 * This symbol, if defined, indicates that the unordered routine is
4134 * available to check whether two doubles are unordered
4135 * (effectively: whether either of them is NaN)
4136 */
f3b9bb7d 4137/*#define HAS_UNORDERED / **/
ec6c7eee
SH
4138
4139/* HAS_UNSETENV:
4140 * This symbol, if defined, indicates that the unsetenv () routine is
4141 * available for use.
4142 */
f3b9bb7d 4143/*#define HAS_UNSETENV / **/
ec6c7eee
SH
4144
4145/* HAS_USLEEP_PROTO:
4146 * This symbol, if defined, indicates that the system provides
4147 * a prototype for the usleep() function. Otherwise, it is up
4148 * to the program to supply one. A good guess is
4149 * extern int usleep(useconds_t);
4150 */
f3b9bb7d 4151/*#define HAS_USLEEP_PROTO / **/
ec6c7eee
SH
4152
4153/* HAS_USTAT:
4154 * This symbol, if defined, indicates that the ustat system call is
4155 * available to query file system statistics by dev_t.
4156 */
f3b9bb7d 4157/*#define HAS_USTAT / **/
ec6c7eee
SH
4158
4159/* HAS_WRITEV:
4160 * This symbol, if defined, indicates that the writev routine is
4161 * available to do scatter writes.
4162 */
f3b9bb7d 4163/*#define HAS_WRITEV / **/
ec6c7eee
SH
4164
4165/* USE_DYNAMIC_LOADING:
4166 * This symbol, if defined, indicates that dynamic loading of
4167 * some sort is available.
4168 */
4169#define USE_DYNAMIC_LOADING /**/
4170
4171/* FFLUSH_NULL:
449287ba
SH
4172 * This symbol, if defined, tells that fflush(NULL) correctly
4173 * flushes all pending stdio output without side effects. In
4174 * particular, on some platforms calling fflush(NULL) *still*
4175 * corrupts STDIN if it is a pipe.
ec6c7eee
SH
4176 */
4177/* FFLUSH_ALL:
4178 * This symbol, if defined, tells that to flush
4179 * all pending stdio output one must loop through all
4180 * the stdio file handles stored in an array and fflush them.
4181 * Note that if fflushNULL is defined, fflushall will not
4182 * even be probed for and will be left undefined.
4183 */
4184#define FFLUSH_NULL /**/
f3b9bb7d 4185/*#define FFLUSH_ALL / **/
ec6c7eee
SH
4186
4187/* I_ASSERT:
4188 * This symbol, if defined, indicates that <assert.h> exists and
4189 * could be included by the C program to get the assert() macro.
4190 */
4191#define I_ASSERT /**/
4192
4193/* I_CRYPT:
4194 * This symbol, if defined, indicates that <crypt.h> exists and
4195 * should be included.
4196 */
f3b9bb7d 4197/*#define I_CRYPT / **/
ec6c7eee
SH
4198
4199/* DB_Prefix_t:
4200 * This symbol contains the type of the prefix structure element
4201 * in the <db.h> header file. In older versions of DB, it was
4202 * int, while in newer ones it is u_int32_t.
4203 */
4204/* DB_Hash_t:
4205 * This symbol contains the type of the prefix structure element
4206 * in the <db.h> header file. In older versions of DB, it was
4207 * int, while in newer ones it is size_t.
4208 */
4209/* DB_VERSION_MAJOR_CFG:
4210 * This symbol, if defined, defines the major version number of
4211 * Berkeley DB found in the <db.h> header when Perl was configured.
4212 */
4213/* DB_VERSION_MINOR_CFG:
4214 * This symbol, if defined, defines the minor version number of
4215 * Berkeley DB found in the <db.h> header when Perl was configured.
4216 * For DB version 1 this is always 0.
4217 */
4218/* DB_VERSION_PATCH_CFG:
4219 * This symbol, if defined, defines the patch version number of
4220 * Berkeley DB found in the <db.h> header when Perl was configured.
4221 * For DB version 1 this is always 0.
4222 */
4223#define DB_Hash_t int /**/
4224#define DB_Prefix_t int /**/
4225#define DB_VERSION_MAJOR_CFG 0 /**/
4226#define DB_VERSION_MINOR_CFG 0 /**/
4227#define DB_VERSION_PATCH_CFG 0 /**/
4228
4229/* I_FP:
4230 * This symbol, if defined, indicates that <fp.h> exists and
4231 * should be included.
4232 */
f3b9bb7d 4233/*#define I_FP / **/
ec6c7eee
SH
4234
4235/* I_FP_CLASS:
4236 * This symbol, if defined, indicates that <fp_class.h> exists and
4237 * should be included.
4238 */
f3b9bb7d 4239/*#define I_FP_CLASS / **/
ec6c7eee
SH
4240
4241/* I_IEEEFP:
4242 * This symbol, if defined, indicates that <ieeefp.h> exists and
4243 * should be included.
4244 */
f3b9bb7d 4245/*#define I_IEEEFP / **/
ec6c7eee
SH
4246
4247/* I_INTTYPES:
4248 * This symbol, if defined, indicates to the C program that it should
4249 * include <inttypes.h>.
4250 */
f3b9bb7d 4251/*#define I_INTTYPES / **/
ec6c7eee
SH
4252
4253/* I_LANGINFO:
4254 * This symbol, if defined, indicates that <langinfo.h> exists and
4255 * should be included.
4256 */
f3b9bb7d 4257/*#define I_LANGINFO / **/
ec6c7eee
SH
4258
4259/* I_LIBUTIL:
4260 * This symbol, if defined, indicates that <libutil.h> exists and
4261 * should be included.
4262 */
f3b9bb7d 4263/*#define I_LIBUTIL / **/
ec6c7eee 4264
4b7e285e
JD
4265/* I_MALLOCMALLOC:
4266 * This symbol, if defined, indicates to the C program that it should
4267 * include <malloc/malloc.h>.
4268 */
f3b9bb7d 4269/*#define I_MALLOCMALLOC / **/
4b7e285e 4270
ec6c7eee
SH
4271/* I_MNTENT:
4272 * This symbol, if defined, indicates that <mntent.h> exists and
4273 * should be included.
4274 */
f3b9bb7d 4275/*#define I_MNTENT / **/
ec6c7eee
SH
4276
4277/* I_NETINET_TCP:
4278 * This symbol, if defined, indicates to the C program that it should
4279 * include <netinet/tcp.h>.
4280 */
f3b9bb7d 4281/*#define I_NETINET_TCP / **/
ec6c7eee
SH
4282
4283/* I_POLL:
4284 * This symbol, if defined, indicates that <poll.h> exists and
4285 * should be included. (see also HAS_POLL)
4286 */
f3b9bb7d 4287/*#define I_POLL / **/
ec6c7eee
SH
4288
4289/* I_PROT:
4290 * This symbol, if defined, indicates that <prot.h> exists and
4291 * should be included.
4292 */
f3b9bb7d 4293/*#define I_PROT / **/
ec6c7eee
SH
4294
4295/* I_SHADOW:
4296 * This symbol, if defined, indicates that <shadow.h> exists and
4297 * should be included.
4298 */
f3b9bb7d 4299/*#define I_SHADOW / **/
ec6c7eee
SH
4300
4301/* I_SOCKS:
4302 * This symbol, if defined, indicates that <socks.h> exists and
4303 * should be included.
4304 */
f3b9bb7d 4305/*#define I_SOCKS / **/
ec6c7eee 4306
2bf3754c
SH
4307/* I_STDBOOL:
4308 * This symbol, if defined, indicates that <stdbool.h> exists and
4309 * can be included.
4310 */
3ff6d5cb 4311#define I_STDBOOL /**/
2bf3754c 4312
ec6c7eee
SH
4313/* I_SUNMATH:
4314 * This symbol, if defined, indicates that <sunmath.h> exists and
4315 * should be included.
4316 */
f3b9bb7d 4317/*#define I_SUNMATH / **/
ec6c7eee
SH
4318
4319/* I_SYSLOG:
4320 * This symbol, if defined, indicates that <syslog.h> exists and
4321 * should be included.
4322 */
f3b9bb7d 4323/*#define I_SYSLOG / **/
ec6c7eee
SH
4324
4325/* I_SYSMODE:
4326 * This symbol, if defined, indicates that <sys/mode.h> exists and
4327 * should be included.
4328 */
f3b9bb7d 4329/*#define I_SYSMODE / **/
ec6c7eee
SH
4330
4331/* I_SYS_MOUNT:
4332 * This symbol, if defined, indicates that <sys/mount.h> exists and
4333 * should be included.
4334 */
f3b9bb7d 4335/*#define I_SYS_MOUNT / **/
ec6c7eee
SH
4336
4337/* I_SYS_STATFS:
4338 * This symbol, if defined, indicates that <sys/statfs.h> exists.
4339 */
f3b9bb7d 4340/*#define I_SYS_STATFS / **/
ec6c7eee
SH
4341
4342/* I_SYS_STATVFS:
4343 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
4344 * should be included.
4345 */
f3b9bb7d 4346/*#define I_SYS_STATVFS / **/
ec6c7eee
SH
4347
4348/* I_SYSUTSNAME:
4349 * This symbol, if defined, indicates that <sys/utsname.h> exists and
4350 * should be included.
4351 */
f3b9bb7d 4352/*#define I_SYSUTSNAME / **/
ec6c7eee
SH
4353
4354/* I_SYS_VFS:
4355 * This symbol, if defined, indicates that <sys/vfs.h> exists and
4356 * should be included.
4357 */
f3b9bb7d 4358/*#define I_SYS_VFS / **/
ec6c7eee
SH
4359
4360/* I_USTAT:
4361 * This symbol, if defined, indicates that <ustat.h> exists and
4362 * should be included.
4363 */
f3b9bb7d 4364/*#define I_USTAT / **/
ec6c7eee
SH
4365
4366/* PERL_PRIfldbl:
4367 * This symbol, if defined, contains the string used by stdio to
4368 * format long doubles (format 'f') for output.
4369 */
4370/* PERL_PRIgldbl:
4371 * This symbol, if defined, contains the string used by stdio to
4372 * format long doubles (format 'g') for output.
4373 */
4374/* PERL_PRIeldbl:
4375 * This symbol, if defined, contains the string used by stdio to
4376 * format long doubles (format 'e') for output.
4377 */
4378/* PERL_SCNfldbl:
4379 * This symbol, if defined, contains the string used by stdio to
4380 * format long doubles (format 'f') for input.
4381 */
f3b9bb7d 4382/*#define PERL_PRIfldbl "f" / **/
4383/*#define PERL_PRIgldbl "g" / **/
4384/*#define PERL_PRIeldbl "e" / **/
4385/*#define PERL_SCNfldbl "f" / **/
ec6c7eee
SH
4386
4387/* PERL_MAD:
4388 * This symbol, if defined, indicates that the Misc Attribution
4389 * Declaration code should be conditionally compiled.
a835ef8a 4390 */
f3b9bb7d 4391/*#define PERL_MAD / **/
3635cd84 4392
ec6c7eee
SH
4393/* NEED_VA_COPY:
4394 * This symbol, if defined, indicates that the system stores
4395 * the variable argument list datatype, va_list, in a format
4396 * that cannot be copied by simple assignment, so that some
4397 * other means must be used when copying is required.
4398 * As such systems vary in their provision (or non-provision)
4399 * of copying mechanisms, handy.h defines a platform-
4400 * independent macro, Perl_va_copy(src, dst), to do the job.
924b3ec4 4401 */
f3b9bb7d 4402/*#define NEED_VA_COPY / **/
a835ef8a 4403
b40906a9
SH
4404/* IVTYPE:
4405 * This symbol defines the C type used for Perl's IV.
a835ef8a 4406 */
b40906a9
SH
4407/* UVTYPE:
4408 * This symbol defines the C type used for Perl's UV.
8839b9e4 4409 */
b40906a9
SH
4410/* I8TYPE:
4411 * This symbol defines the C type used for Perl's I8.
8839b9e4 4412 */
b40906a9
SH
4413/* U8TYPE:
4414 * This symbol defines the C type used for Perl's U8.
a835ef8a 4415 */
b40906a9
SH
4416/* I16TYPE:
4417 * This symbol defines the C type used for Perl's I16.
a835ef8a 4418 */
b40906a9
SH
4419/* U16TYPE:
4420 * This symbol defines the C type used for Perl's U16.
8839b9e4 4421 */
b40906a9
SH
4422/* I32TYPE:
4423 * This symbol defines the C type used for Perl's I32.
8839b9e4 4424 */
b40906a9
SH
4425/* U32TYPE:
4426 * This symbol defines the C type used for Perl's U32.
a835ef8a 4427 */
b40906a9
SH
4428/* I64TYPE:
4429 * This symbol defines the C type used for Perl's I64.
924b3ec4 4430 */
b40906a9
SH
4431/* U64TYPE:
4432 * This symbol defines the C type used for Perl's U64.
e10940c3 4433 */
b40906a9
SH
4434/* NVTYPE:
4435 * This symbol defines the C type used for Perl's NV.
ac135a7c 4436 */
b40906a9
SH
4437/* IVSIZE:
4438 * This symbol contains the sizeof(IV).
0543dcd8 4439 */
b40906a9
SH
4440/* UVSIZE:
4441 * This symbol contains the sizeof(UV).
0543dcd8 4442 */
b40906a9
SH
4443/* I8SIZE:
4444 * This symbol contains the sizeof(I8).
a3540c92 4445 */
b40906a9
SH
4446/* U8SIZE:
4447 * This symbol contains the sizeof(U8).
a3540c92 4448 */
b40906a9
SH
4449/* I16SIZE:
4450 * This symbol contains the sizeof(I16).
104f9d64 4451 */
b40906a9
SH
4452/* U16SIZE:
4453 * This symbol contains the sizeof(U16).
c890dc6c 4454 */
b40906a9
SH
4455/* I32SIZE:
4456 * This symbol contains the sizeof(I32).
ac135a7c 4457 */
b40906a9
SH
4458/* U32SIZE:
4459 * This symbol contains the sizeof(U32).
ac135a7c 4460 */
b40906a9
SH
4461/* I64SIZE:
4462 * This symbol contains the sizeof(I64).
a3540c92 4463 */
b40906a9
SH
4464/* U64SIZE:
4465 * This symbol contains the sizeof(U64).
a8a15001 4466 */
b40906a9
SH
4467/* NVSIZE:
4468 * This symbol contains the sizeof(NV).
4d3be0c7 4469 */
b40906a9
SH
4470/* NV_PRESERVES_UV:
4471 * This symbol, if defined, indicates that a variable of type NVTYPE
4472 * can preserve all the bits of a variable of type UVTYPE.
82839a9d 4473 */
b40906a9
SH
4474/* NV_PRESERVES_UV_BITS:
4475 * This symbol contains the number of bits a variable of type NVTYPE
4476 * can preserve of a variable of type UVTYPE.
3635cd84 4477 */
ec6c7eee 4478/* NV_OVERFLOWS_INTEGERS_AT:
7ea95017
NC
4479 * This symbol gives the largest integer value that NVs can hold. This
4480 * value + 1.0 cannot be stored accurately. It is expressed as constant
840565a7 4481 * floating point expression to reduce the chance of decimal/binary
7ea95017
NC
4482 * conversion issues. If it can not be determined, the value 0 is given.
4483 */
ec6c7eee 4484/* NV_ZERO_IS_ALLBITS_ZERO:
b40906a9
SH
4485 * This symbol, if defined, indicates that a variable of type NVTYPE
4486 * stores 0.0 in memory as all bits zero.
8839b9e4 4487 */
b40906a9
SH
4488#define IVTYPE long /**/
4489#define UVTYPE unsigned long /**/
4490#define I8TYPE char /**/
4491#define U8TYPE unsigned char /**/
4492#define I16TYPE short /**/
4493#define U16TYPE unsigned short /**/
4494#define I32TYPE long /**/
4495#define U32TYPE unsigned long /**/
4496#ifdef HAS_QUAD
3090e57a
SH
4497#define I64TYPE long long /**/
4498#define U64TYPE unsigned long long /**/
ec6c7eee
SH
4499#endif
4500#define NVTYPE double /**/
4501#define IVSIZE 4 /**/
4502#define UVSIZE 4 /**/
4503#define I8SIZE 1 /**/
4504#define U8SIZE 1 /**/
4505#define I16SIZE 2 /**/
4506#define U16SIZE 2 /**/
4507#define I32SIZE 4 /**/
4508#define U32SIZE 4 /**/
4509#ifdef HAS_QUAD
4510#define I64SIZE 8 /**/
4511#define U64SIZE 8 /**/
4512#endif
4513#define NVSIZE 8 /**/
4514#define NV_PRESERVES_UV
4515#define NV_PRESERVES_UV_BITS 32
4516#define NV_OVERFLOWS_INTEGERS_AT 256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0
4517#define NV_ZERO_IS_ALLBITS_ZERO
4518#if UVSIZE == 8
4519# ifdef BYTEORDER
4520# if BYTEORDER == 0x1234
4521# undef BYTEORDER
4522# define BYTEORDER 0x12345678
4523# else
4524# if BYTEORDER == 0x4321
4525# undef BYTEORDER
4526# define BYTEORDER 0x87654321
4527# endif
4528# endif
4529# endif
4530#endif
0cd52aa3 4531
ec6c7eee
SH
4532/* IVdf:
4533 * This symbol defines the format string used for printing a Perl IV
4534 * as a signed decimal integer.
07ba5892 4535 */
ec6c7eee
SH
4536/* UVuf:
4537 * This symbol defines the format string used for printing a Perl UV
4538 * as an unsigned decimal integer.
8839b9e4 4539 */
ec6c7eee
SH
4540/* UVof:
4541 * This symbol defines the format string used for printing a Perl UV
4542 * as an unsigned octal integer.
54b118e4 4543 */
ec6c7eee
SH
4544/* UVxf:
4545 * This symbol defines the format string used for printing a Perl UV
4546 * as an unsigned hexadecimal integer in lowercase abcdef.
54b118e4 4547 */
ec6c7eee
SH
4548/* UVXf:
4549 * This symbol defines the format string used for printing a Perl UV
4550 * as an unsigned hexadecimal integer in uppercase ABCDEF.
c4d53692 4551 */
ec6c7eee
SH
4552/* NVef:
4553 * This symbol defines the format string used for printing a Perl NV
4554 * using %e-ish floating point format.
c4d53692 4555 */
ec6c7eee
SH
4556/* NVff:
4557 * This symbol defines the format string used for printing a Perl NV
4558 * using %f-ish floating point format.
b69c47f4 4559 */
ec6c7eee
SH
4560/* NVgf:
4561 * This symbol defines the format string used for printing a Perl NV
4562 * using %g-ish floating point format.
52b0428e 4563 */
ec6c7eee
SH
4564#define IVdf "ld" /**/
4565#define UVuf "lu" /**/
4566#define UVof "lo" /**/
4567#define UVxf "lx" /**/
4568#define UVXf "lX" /**/
4569#define NVef "e" /**/
4570#define NVff "f" /**/
4571#define NVgf "g" /**/
c4d53692 4572
ec6c7eee
SH
4573/* SELECT_MIN_BITS:
4574 * This symbol holds the minimum number of bits operated by select.
4575 * That is, if you do select(n, ...), how many bits at least will be
4576 * cleared in the masks if some activity is detected. Usually this
4577 * is either n or 32*ceil(n/32), especially many little-endians do
4578 * the latter. This is only useful if you have select(), naturally.
c4d53692 4579 */
ec6c7eee 4580#define SELECT_MIN_BITS 32 /**/
c4d53692 4581
840565a7
SH
4582/* ST_INO_SIZE:
4583 * This variable contains the size of struct stat's st_ino in bytes.
4584 */
4585/* ST_INO_SIGN:
ec2a15bb 4586 * This symbol holds the signedness of struct stat's st_ino.
840565a7
SH
4587 * 1 for unsigned, -1 for signed.
4588 */
4589#define ST_INO_SIGN 1 /* st_ino sign */
4590#define ST_INO_SIZE 4 /* st_ino size */
4591
b40906a9
SH
4592/* STARTPERL:
4593 * This variable contains the string to put in front of a perl
4594 * script to make sure (one hopes) that it runs with perl and not
4595 * some shell.
a8a15001 4596 */
b40906a9 4597#define STARTPERL "#!perl" /**/
a8a15001 4598
b40906a9
SH
4599/* HAS_STDIO_STREAM_ARRAY:
4600 * This symbol, if defined, tells that there is an array
4601 * holding the stdio streams.
8839b9e4 4602 */
b40906a9
SH
4603/* STDIO_STREAM_ARRAY:
4604 * This symbol tells the name of the array holding the stdio streams.
4605 * Usual values include _iob, __iob, and __sF.
4606 */
f3b9bb7d 4607/*#define HAS_STDIO_STREAM_ARRAY / **/
ec6c7eee 4608#ifdef HAS_STDIO_STREAM_ARRAY
b40906a9 4609#define STDIO_STREAM_ARRAY
ec6c7eee 4610#endif
3635cd84 4611
4b7e285e
JD
4612/* GMTIME_MAX:
4613 * This symbol contains the maximum value for the time_t offset that
4614 * the system function gmtime () accepts, and defaults to 0
4615 */
4616/* GMTIME_MIN:
4617 * This symbol contains the minimum value for the time_t offset that
4618 * the system function gmtime () accepts, and defaults to 0
4619 */
73e6e416
MB
4620/* LOCALTIME_MAX:
4621 * This symbol contains the maximum value for the time_t offset that
4622 * the system function localtime () accepts, and defaults to 0
4623 */
4624/* LOCALTIME_MIN:
4625 * This symbol contains the minimum value for the time_t offset that
4626 * the system function localtime () accepts, and defaults to 0
4627 */
840565a7
SH
4628#define GMTIME_MAX 2147483647 /**/
4629#define GMTIME_MIN 0 /**/
73e6e416
MB
4630#define LOCALTIME_MAX 2147483647 /**/
4631#define LOCALTIME_MIN 0 /**/
4632
b40906a9
SH
4633/* USE_64_BIT_INT:
4634 * This symbol, if defined, indicates that 64-bit integers should
4635 * be used when available. If not defined, the native integers
4636 * will be employed (be they 32 or 64 bits). The minimal possible
4637 * 64-bitness is used, just enough to get 64-bit integers into Perl.
4638 * This may mean using for example "long longs", while your memory
4639 * may still be limited to 2 gigabytes.
b8a524e9 4640 */
b40906a9
SH
4641/* USE_64_BIT_ALL:
4642 * This symbol, if defined, indicates that 64-bit integers should
4643 * be used when available. If not defined, the native integers
4644 * will be used (be they 32 or 64 bits). The maximal possible
4645 * 64-bitness is employed: LP64 or ILP64, meaning that you will
4646 * be able to use more than 2 gigabytes of memory. This mode is
4647 * even more binary incompatible than USE_64_BIT_INT. You may not
4648 * be able to run the resulting executable in a 32-bit CPU at all or
4649 * you may need at least to reboot your OS to 64-bit mode.
924b3ec4 4650 */
b40906a9 4651#ifndef USE_64_BIT_INT
f3b9bb7d 4652/*#define USE_64_BIT_INT / **/
b40906a9 4653#endif
b40906a9 4654#ifndef USE_64_BIT_ALL
f3b9bb7d 4655/*#define USE_64_BIT_ALL / **/
b40906a9 4656#endif
9423c6fc 4657
ec6c7eee
SH
4658/* USE_DTRACE:
4659 * This symbol, if defined, indicates that Perl should
4660 * be built with support for DTrace.
4661 */
f3b9bb7d 4662/*#define USE_DTRACE / **/
ec6c7eee 4663
3bf969c5
SH
4664/* USE_FAST_STDIO:
4665 * This symbol, if defined, indicates that Perl should
4666 * be built to use 'fast stdio'.
4667 * Defaults to define in Perls 5.8 and earlier, to undef later.
4668 */
4669#ifndef USE_FAST_STDIO
f3b9bb7d 4670/*#define USE_FAST_STDIO / **/
3bf969c5
SH
4671#endif
4672
2bf3754c
SH
4673/* USE_KERN_PROC_PATHNAME:
4674 * This symbol, if defined, indicates that we can use sysctl with
4675 * KERN_PROC_PATHNAME to get a full path for the executable, and hence
4676 * convert $^X to an absolute path.
4677 */
4678/*#define USE_KERN_PROC_PATHNAME / **/
4679
b40906a9
SH
4680/* USE_LARGE_FILES:
4681 * This symbol, if defined, indicates that large file support
4682 * should be used when available.
3635cd84 4683 */
b40906a9 4684#ifndef USE_LARGE_FILES
f3b9bb7d 4685/*#define USE_LARGE_FILES / **/
b40906a9 4686#endif
3635cd84 4687
b40906a9
SH
4688/* USE_LONG_DOUBLE:
4689 * This symbol, if defined, indicates that long doubles should
4690 * be used when available.
4d3be0c7 4691 */
b40906a9 4692#ifndef USE_LONG_DOUBLE
f3b9bb7d 4693/*#define USE_LONG_DOUBLE / **/
b40906a9 4694#endif
924b3ec4 4695
b40906a9
SH
4696/* USE_MORE_BITS:
4697 * This symbol, if defined, indicates that 64-bit interfaces and
4698 * long doubles should be used when available.
a8a15001 4699 */
b40906a9 4700#ifndef USE_MORE_BITS
f3b9bb7d 4701/*#define USE_MORE_BITS / **/
b40906a9 4702#endif
a8a15001 4703
b40906a9
SH
4704/* MULTIPLICITY:
4705 * This symbol, if defined, indicates that Perl should
4706 * be built to use multiplicity.
0543dcd8 4707 */
b40906a9 4708#ifndef MULTIPLICITY
f3b9bb7d 4709/*#define MULTIPLICITY / **/
b40906a9 4710#endif
0543dcd8 4711
2bf3754c
SH
4712/* USE_NSGETEXECUTABLEPATH:
4713 * This symbol, if defined, indicates that we can use _NSGetExecutablePath
4714 * and realpath to get a full path for the executable, and hence convert
4715 * $^X to an absolute path.
4716 */
4717/*#define USE_NSGETEXECUTABLEPATH / **/
4718
b40906a9
SH
4719/* USE_PERLIO:
4720 * This symbol, if defined, indicates that the PerlIO abstraction should
4721 * be used throughout. If not defined, stdio should be
4722 * used in a fully backward compatible manner.
2fcfac58 4723 */
b40906a9 4724#ifndef USE_PERLIO
f3b9bb7d 4725/*#define USE_PERLIO / **/
b40906a9 4726#endif
2fcfac58 4727
b40906a9
SH
4728/* USE_SOCKS:
4729 * This symbol, if defined, indicates that Perl should
4730 * be built to use socks.
327c3667 4731 */
b40906a9 4732#ifndef USE_SOCKS
f3b9bb7d 4733/*#define USE_SOCKS / **/
b40906a9 4734#endif
327c3667 4735
a835ef8a 4736#endif