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