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