1 This file contains a description of all the shell variables whose value is
2 determined by the Configure script. Variables intended for use in C
3 programs (e.g. I_UNISTD) are already described in config_h.SH. [`configpm'
4 generates pod documentation for Config.pm from this file--please try to keep
5 the formatting regular.]
8 This variable defines the extension used for ordinary libraries.
9 For unix, it is '.a'. The '.' is included. Other possible
10 values include '.lib'.
13 This variable defines the extension used for executable files.
14 For unix it is empty. Other possible values include '.exe'.
17 This variable defines the extension used for object files.
18 For unix, it is '.o'. The '.' is included. Other possible
19 values include '.obj'.
22 This variable is set to 'true' if AFS (Andrew File System) is used
23 on the system, 'false' otherwise. It is possible to override this
24 with a hint value or command line option, but you'd better know
27 alignbytes (alignbytes.U):
28 This variable holds the number of bytes required to align a
29 double-- or a long double when applicable. Usual values are
30 2, 4 and 8. The default is eight, for safety.
32 ansi2knr (ansi2knr.U):
33 This variable is set if the user needs to run ansi2knr.
34 Currently, this is not supported, so we just abort.
36 aphostname (d_gethname.U):
37 This variable contains the command which can be used to compute the
38 host name. The command is fully qualified by its absolute path, to make
39 it safe when used by a process with super-user privileges.
41 api_revision (patchlevel.U):
42 The three variables, api_revision, api_version, and
43 api_subversion, specify the version of the oldest perl binary
44 compatible with the present perl. In a full version string
45 such as '5.6.1', api_revision is the '5'.
46 Prior to 5.5.640, the format was a floating point number,
48 perl.c:incpush() and lib/lib.pm will automatically search in
49 $sitelib/.. for older directories back to the limit specified
50 by these api_ variables. This is only useful if you have a
51 perl library directory tree structured like the default one.
52 See INSTALL for how this works. The versioned site_perl
53 directory was introduced in 5.005, so that is the lowest
54 possible value. The version list appropriate for the current
55 system is determined in inc_version_list.U.
56 XXX To do: Since compatibility can depend on compile time
57 options (such as bincompat, longlong, etc.) it should
58 (perhaps) be set by Configure, but currently it isn't.
59 Currently, we read a hard-wired value from patchlevel.h.
60 Perhaps what we ought to do is take the hard-wired value from
61 patchlevel.h but then modify it if the current Configure
62 options warrant. patchlevel.h then would use an #ifdef guard.
64 api_subversion (patchlevel.U):
65 The three variables, api_revision, api_version, and
66 api_subversion, specify the version of the oldest perl binary
67 compatible with the present perl. In a full version string
68 such as '5.6.1', api_subversion is the '1'. See api_revision for
71 api_version (patchlevel.U):
72 The three variables, api_revision, api_version, and
73 api_subversion, specify the version of the oldest perl binary
74 compatible with the present perl. In a full version string
75 such as '5.6.1', api_version is the '6'. See api_revision for
76 full details. As a special case, 5.5.0 is rendered in the
77 old-style as 5.005. (In the 5.005_0x maintenance series,
78 this was the only versioned directory in $sitelib.)
80 api_versionstring (patchlevel.U):
81 This variable combines api_revision, api_version, and
82 api_subversion in a format such as 5.6.1 (or 5_6_1) suitable
83 for use as a directory name. This is filesystem dependent.
86 This variable is used internally by Configure to determine the
87 full pathname (if any) of the ar program. After Configure runs,
88 the value is reset to a plain "ar" and is not useful.
91 This variable holds the name of the directory in which the user wants
92 to put architecture-dependent public library files for $package.
93 It is most often a local directory such as /usr/local/lib.
94 Programs using this variable must be prepared to deal
95 with filename expansion.
97 archlibexp (archlib.U):
98 This variable is the same as the archlib variable, but is
99 filename expanded at configuration time, for convenient use.
101 archname64 (use64bits.U):
102 This variable is used for the 64-bitness part of $archname.
104 archname (archname.U):
105 This variable is a short name to characterize the current
106 architecture. It is used mainly to construct the default archlib.
109 This variable defines any additional objects that must be linked
110 in with the program on this architecture. On unix, it is usually
111 empty. It is typically used to include emulations of unix calls
112 or other facilities. For perl on OS/2, for example, this would
116 This variable is used internally by Configure to determine the
117 full pathname (if any) of the awk program. After Configure runs,
118 the value is reset to a plain "awk" and is not useful.
121 The base revision level of this package, from the .package file.
124 This variable is defined but not used by Configure.
125 The value is a plain '' and is not useful.
128 This variable holds the name of the directory in which the user wants
129 to put publicly executable images for the package in question. It
130 is most often a local directory such as /usr/local/bin. Programs using
131 this variable must be prepared to deal with ~name substitution.
133 bincompat5005 (bincompat5005.U):
134 This variable contains y if this version of Perl should be
135 binary-compatible with Perl 5.005.
138 This is the same as the bin variable, but is filename expanded at
139 configuration time, for use in your makefiles.
142 This variable is defined but not used by Configure.
143 The value is a plain '' and is not useful.
146 This variable is used internally by Configure to determine the
147 full pathname (if any) of the byacc program. After Configure runs,
148 the value is reset to a plain "byacc" and is not useful.
150 byteorder (byteorder.U):
151 This variable holds the byte order. In the following, larger digits
152 indicate more significance. The variable byteorder is either 4321
153 on a big-endian machine, or 1234 on a little-endian, or 87654321
154 on a Cray ... or 3412 with weird order !
157 This variable contains the \c string if that is what causes the echo
158 command to suppress newline. Otherwise it is null. Correct usage is
159 $echo $n "prompt for a question: $c".
161 castflags (d_castneg.U):
162 This variable contains a flag that precise difficulties the
163 compiler has casting odd floating values to unsigned long:
165 1 = couldn't cast < 0
166 2 = couldn't cast >= 0x80000000
167 4 = couldn't cast in argument expression list
170 This variable is used internally by Configure to determine the
171 full pathname (if any) of the cat program. After Configure runs,
172 the value is reset to a plain "cat" and is not useful.
175 This variable holds the name of a command to execute a C compiler which
176 can resolve multiple global references that happen to have the same
177 name. Usual values are 'cc', 'Mcc', 'cc -M', and 'gcc'.
179 cccdlflags (dlsrc.U):
180 This variable contains any special flags that might need to be
181 passed with 'cc -c' to compile modules to be used to create a shared
182 library that will be used for dynamic loading. For hpux, this
183 should be +z. It is up to the makefile to use it.
186 This variable contains any special flags that might need to be
187 passed to cc to link with a shared library for dynamic loading.
188 It is up to the makefile to use it. For sunos 4.1, it should
192 This variable contains any additional C compiler flags desired by
193 the user. It is up to the Makefile to use this.
195 ccsymbols (Cppsym.U):
196 The variable contains the symbols defined by the C compiler alone.
197 The symbols defined by cpp or by cc when it calls cpp are not in
198 this list, see cppsymbols and cppccsymbols.
199 The list is a space-separated list of symbol=value tokens.
202 Login name of the person who ran the Configure script and answered the
203 questions. This is used to tag both config.sh and config_h.SH.
205 cf_email (cf_email.U):
206 Electronic mail address of the person who ran Configure. This can be
207 used by units that require the user's e-mail, like MailList.U.
210 Holds the output of the "date" command when the configuration file was
211 produced. This is used to tag both config.sh and config_h.SH.
213 charsize (charsize.U):
214 This variable contains the value of the CHARSIZE symbol, which
215 indicates to the C program how many bytes there are in a character.
218 This variable is defined but not used by Configure.
219 The value is a plain '' and is not useful.
222 This variable is defined but not used by Configure.
223 The value is a plain '' and is not useful.
226 This variable is defined but not used by Configure.
227 The value is a plain '' and is not useful.
229 clocktype (d_times.U):
230 This variable holds the type returned by times(). It can be long,
231 or clock_t on BSD sites (in which case <sys/types.h> should be
235 This variable is used internally by Configure to determine the
236 full pathname (if any) of the comm program. After Configure runs,
237 the value is reset to a plain "comm" and is not useful.
240 This variable is defined but not used by Configure.
241 The value is a plain '' and is not useful.
243 CONFIGDOTSH (Oldsyms.U):
244 This is set to 'true' in config.sh so that a shell script
245 sourcing config.sh can tell if it has been sourced already.
247 contains (contains.U):
248 This variable holds the command to do a grep with a proper return
249 status. On most sane systems it is simply "grep". On insane systems
250 it is a grep followed by a cat followed by a test. This variable
251 is primarily for the use of other Configure units.
254 This variable is used internally by Configure to determine the
255 full pathname (if any) of the cp program. After Configure runs,
256 the value is reset to a plain "cp" and is not useful.
259 This variable is defined but not used by Configure.
260 The value is a plain '' and is not useful.
263 This variable is used internally by Configure to determine the
264 full pathname (if any) of the cpp program. After Configure runs,
265 the value is reset to a plain "cpp" and is not useful.
267 cpp_stuff (cpp_stuff.U):
268 This variable contains an identification of the catenation mechanism
269 used by the C preprocessor.
271 cppccsymbols (Cppsym.U):
272 The variable contains the symbols defined by the C compiler
273 when it calls cpp. The symbols defined by the cc alone or cpp
274 alone are not in this list, see ccsymbols and cppsymbols.
275 The list is a space-separated list of symbol=value tokens.
277 cppflags (ccflags.U):
278 This variable holds the flags that will be passed to the C pre-
279 processor. It is up to the Makefile to use it.
281 cpplast (cppstdin.U):
282 This variable has the same functionality as cppminus, only it applies
283 to cpprun and not cppstdin.
285 cppminus (cppstdin.U):
286 This variable contains the second part of the string which will invoke
287 the C preprocessor on the standard input and produce to standard
288 output. This variable will have the value "-" if cppstdin needs
289 a minus to specify standard input, otherwise the value is "".
292 This variable contains the command which will invoke a C preprocessor
293 on standard input and put the output to stdout. It is guaranteed not
294 to be a wrapper and may be a null string if no preprocessor can be
295 made directly available. This preprocessor might be different from the
296 one used by the C compiler. Don't forget to append cpplast after the
297 preprocessor options.
299 cppstdin (cppstdin.U):
300 This variable contains the command which will invoke the C
301 preprocessor on standard input and put the output to stdout.
302 It is primarily used by other Configure units that ask about
303 preprocessor symbols.
305 cppsymbols (Cppsym.U):
306 The variable contains the symbols defined by the C preprocessor
307 alone. The symbols defined by cc or by cc when it calls cpp are
308 not in this list, see ccsymbols and cppccsymbols.
309 The list is a space-separated list of symbol=value tokens.
311 crosscompile (crosscompile.U):
312 This variable conditionally defines the CROSSCOMPILE symbol
313 which signifies that the build process is be a cross-compilation.
314 This is normally set by hints files or from Configure command line.
316 cryptlib (d_crypt.U):
317 This variable holds -lcrypt or the path to a libcrypt.a archive if
318 the crypt() function is not defined in the standard C library. It is
319 up to the Makefile to use this.
322 This variable is used internally by Configure to determine the
323 full pathname (if any) of the csh program. After Configure runs,
324 the value is reset to a plain "csh" and is not useful.
326 d_access (d_access.U):
327 This variable conditionally defines HAS_ACCESS if the access() system
328 call is available to check for access permissions using real IDs.
330 d_accessx (d_accessx.U):
331 This variable conditionally defines the HAS_ACCESSX symbol, which
332 indicates to the C program that the accessx() routine is available.
335 This variable conditionally defines the HAS_ALARM symbol, which
336 indicates to the C program that the alarm() routine is available.
338 d_archlib (archlib.U):
339 This variable conditionally defines ARCHLIB to hold the pathname
340 of architecture-dependent library files for $package. If
341 $archlib is the same as $privlib, then this is set to undef.
344 This variable conditionally defines the HAS_ATOLF symbol, which
345 indicates to the C program that the atolf() routine is available.
348 This variable conditionally defines the HAS_ATOLL symbol, which
349 indicates to the C program that the atoll() routine is available.
351 d_attribut (d_attribut.U):
352 This variable conditionally defines HASATTRIBUTE, which
353 indicates the C compiler can check for function attributes,
354 such as printf formats.
357 This variable conditionally defines the HAS_BCMP symbol if
358 the bcmp() routine is available to compare strings.
361 This variable conditionally defines the HAS_BCOPY symbol if
362 the bcopy() routine is available to copy strings.
364 d_bincompat5005 (bincompat5005.U):
365 This variable conditionally defines BINCOMPAT5005 so that embed.h
366 can take special action if this version of Perl should be
367 binary-compatible with Perl 5.005. This is impossible for builds
368 that use features like threads and multiplicity it is always $undef
372 This symbol conditionally defines the symbol BSD when running on a
375 d_bsdgetpgrp (d_getpgrp.U):
376 This variable conditionally defines USE_BSD_GETPGRP if
377 getpgrp needs one arguments whereas USG one needs none.
379 d_bsdsetpgrp (d_setpgrp.U):
380 This variable conditionally defines USE_BSD_SETPGRP if
381 setpgrp needs two arguments whereas USG one needs none.
382 See also d_setpgid for a POSIX interface.
385 This variable conditionally defines the HAS_BZERO symbol if
386 the bzero() routine is available to set memory to 0.
388 d_casti32 (d_casti32.U):
389 This variable conditionally defines CASTI32, which indicates
390 whether the C compiler can cast large floats to 32-bit ints.
392 d_castneg (d_castneg.U):
393 This variable conditionally defines CASTNEG, which indicates
394 wether the C compiler can cast negative float to unsigned.
396 d_charvspr (d_vprintf.U):
397 This variable conditionally defines CHARVSPRINTF if this system
398 has vsprintf returning type (char*). The trend seems to be to
399 declare it as "int vsprintf()".
402 This variable conditionally defines the HAS_CHOWN symbol, which
403 indicates to the C program that the chown() routine is available.
405 d_chroot (d_chroot.U):
406 This variable conditionally defines the HAS_CHROOT symbol, which
407 indicates to the C program that the chroot() routine is available.
409 d_chsize (d_chsize.U):
410 This variable conditionally defines the CHSIZE symbol, which
411 indicates to the C program that the chsize() routine is available
412 to truncate files. You might need a -lx to get this routine.
414 d_closedir (d_closedir.U):
415 This variable conditionally defines HAS_CLOSEDIR if closedir() is
419 This variable conditionally defines the HASCONST symbol, which
420 indicates to the C program that this C compiler knows about the
424 This variable conditionally defines the CRYPT symbol, which
425 indicates to the C program that the crypt() routine is available
426 to encrypt passwords and the like.
429 This variable conditionally defines the CSH symbol, which
430 indicates to the C program that the C-shell exists.
432 d_cuserid (d_cuserid.U):
433 This variable conditionally defines the HAS_CUSERID symbol, which
434 indicates to the C program that the cuserid() routine is available
435 to get character login names.
437 d_dbl_dig (d_dbl_dig.U):
438 This variable conditionally defines d_dbl_dig if this system's
439 header files provide DBL_DIG, which is the number of significant
440 digits in a double precision number.
442 d_difftime (d_difftime.U):
443 This variable conditionally defines the HAS_DIFFTIME symbol, which
444 indicates to the C program that the difftime() routine is available.
446 d_dirnamlen (i_dirent.U):
447 This variable conditionally defines DIRNAMLEN, which indicates
448 to the C program that the length of directory entry names is
449 provided by a d_namelen field.
451 d_dlerror (d_dlerror.U):
452 This variable conditionally defines the HAS_DLERROR symbol, which
453 indicates to the C program that the dlerror() routine is available.
455 d_dlopen (d_dlopen.U):
456 This variable conditionally defines the HAS_DLOPEN symbol, which
457 indicates to the C program that the dlopen() routine is available.
459 d_dlsymun (d_dlsymun.U):
460 This variable conditionally defines DLSYM_NEEDS_UNDERSCORE, which
461 indicates that we need to prepend an underscore to the symbol
462 name before calling dlsym().
464 d_dosuid (d_dosuid.U):
465 This variable conditionally defines the symbol DOSUID, which
466 tells the C program that it should insert setuid emulation code
467 on hosts which have setuid #! scripts disabled.
469 d_drand48proto (d_drand48proto.U):
470 This variable conditionally defines the HAS_DRAND48_PROTO symbol,
471 which indicates to the C program that the system provides
472 a prototype for the drand48() function. Otherwise, it is
473 up to the program to supply one.
476 This variable conditionally defines HAS_DUP2 if dup2() is
477 available to duplicate file descriptors.
479 d_eaccess (d_eaccess.U):
480 This variable conditionally defines the HAS_EACCESS symbol, which
481 indicates to the C program that the eaccess() routine is available.
483 d_endgrent (d_endgrent.U):
484 This variable conditionally defines the HAS_ENDGRENT symbol, which
485 indicates to the C program that the endgrent() routine is available
486 for sequential access of the group database.
488 d_endhent (d_endhent.U):
489 This variable conditionally defines HAS_ENDHOSTENT if endhostent() is
490 available to close whatever was being used for host queries.
492 d_endnent (d_endnent.U):
493 This variable conditionally defines HAS_ENDNETENT if endnetent() is
494 available to close whatever was being used for network queries.
496 d_endpent (d_endpent.U):
497 This variable conditionally defines HAS_ENDPROTOENT if endprotoent() is
498 available to close whatever was being used for protocol queries.
500 d_endpwent (d_endpwent.U):
501 This variable conditionally defines the HAS_ENDPWENT symbol, which
502 indicates to the C program that the endpwent() routine is available
503 for sequential access of the passwd database.
505 d_endsent (d_endsent.U):
506 This variable conditionally defines HAS_ENDSERVENT if endservent() is
507 available to close whatever was being used for service queries.
509 d_endspent (d_endspent.U):
510 This variable conditionally defines HAS_ENDSPENT if endspent() is
511 available to finalize the scan of SysV shadow password entries.
513 d_eofnblk (nblock_io.U):
514 This variable conditionally defines EOF_NONBLOCK if EOF can be seen
515 when reading from a non-blocking I/O source.
518 This variable conditionally defines the symbols EUNICE and VAX, which
519 alerts the C program that it must deal with ideosyncracies of VMS.
521 d_fchmod (d_fchmod.U):
522 This variable conditionally defines the HAS_FCHMOD symbol, which
523 indicates to the C program that the fchmod() routine is available
524 to change mode of opened files.
526 d_fchown (d_fchown.U):
527 This variable conditionally defines the HAS_FCHOWN symbol, which
528 indicates to the C program that the fchown() routine is available
529 to change ownership of opened files.
532 This variable conditionally defines the HAS_FCNTL symbol, and indicates
533 whether the fcntl() function exists
535 d_fd_macros (d_fd_set.U):
536 This variable contains the eventual value of the HAS_FD_MACROS symbol,
537 which indicates if your C compiler knows about the macros which
538 manipulate an fd_set.
540 d_fd_set (d_fd_set.U):
541 This variable contains the eventual value of the HAS_FD_SET symbol,
542 which indicates if your C compiler knows about the fd_set typedef.
544 d_fds_bits (d_fd_set.U):
545 This variable contains the eventual value of the HAS_FDS_BITS symbol,
546 which indicates if your fd_set typedef contains the fds_bits member.
547 If you have an fd_set typedef, but the dweebs who installed it did
548 a half-fast job and neglected to provide the macros to manipulate
549 an fd_set, HAS_FDS_BITS will let us know how to fix the gaffe.
551 d_fgetpos (d_fgetpos.U):
552 This variable conditionally defines HAS_FGETPOS if fgetpos() is
553 available to get the file position indicator.
555 d_flexfnam (d_flexfnam.U):
556 This variable conditionally defines the FLEXFILENAMES symbol, which
557 indicates that the system supports filenames longer than 14 characters.
560 This variable conditionally defines HAS_FLOCK if flock() is
561 available to do file locking.
564 This variable conditionally defines the HAS_FORK symbol, which
565 indicates to the C program that the fork() routine is available.
567 d_fpathconf (d_pathconf.U):
568 This variable conditionally defines the HAS_FPATHCONF symbol, which
569 indicates to the C program that the pathconf() routine is available
570 to determine file-system related limits and options associated
571 with a given open file descriptor.
573 d_fpos64_t (d_fpos64_t.U):
574 This symbol will be defined if the C compiler supports fpos64_t.
576 d_frexpl (d_frexpl.U):
577 This variable conditionally defines the HAS_FREXPL symbol, which
578 indicates to the C program that the frexpl() routine is available.
580 d_fs_data_s (d_fs_data_s.U):
581 This variable conditionally defines the HAS_STRUCT_FS_DATA symbol,
582 which indicates that the struct fs_data is supported.
584 d_fseeko (d_fseeko.U):
585 This variable conditionally defines the HAS_FSEEKO symbol, which
586 indicates to the C program that the fseeko() routine is available.
588 d_fsetpos (d_fsetpos.U):
589 This variable conditionally defines HAS_FSETPOS if fsetpos() is
590 available to set the file position indicator.
592 d_fstatfs (d_fstatfs.U):
593 This variable conditionally defines the HAS_FSTATFS symbol, which
594 indicates to the C program that the fstatfs() routine is available.
596 d_fstatvfs (d_statvfs.U):
597 This variable conditionally defines the HAS_FSTATVFS symbol, which
598 indicates to the C program that the fstatvfs() routine is available.
600 d_ftello (d_ftello.U):
601 This variable conditionally defines the HAS_FTELLO symbol, which
602 indicates to the C program that the ftello() routine is available.
605 This variable conditionally defines the HAS_FTIME symbol, which indicates
606 that the ftime() routine exists. The ftime() routine is basically
607 a sub-second accuracy clock.
609 d_Gconvert (d_gconvert.U):
610 This variable holds what Gconvert is defined as to convert
611 floating point numbers into strings. It could be 'gconvert'
612 or a more complex macro emulating gconvert with gcvt() or sprintf.
614 d_Gconvert='gconvert((x),(n),(t),(b))'
615 d_Gconvert='gcvt((x),(n),(b))'
616 d_Gconvert='sprintf((b),"%.*g",(n),(x))'
618 d_getcwd (d_getcwd.U):
619 This variable conditionally defines the HAS_GETCWD symbol, which
620 indicates to the C program that the getcwd() routine is available
621 to get the current working directory.
623 d_getfsstat (d_getfsstat.U):
624 This variable conditionally defines the HAS_GETFSSTAT symbol, which
625 indicates to the C program that the getfsstat() routine is available.
627 d_getgrent (d_getgrent.U):
628 This variable conditionally defines the HAS_GETGRENT symbol, which
629 indicates to the C program that the getgrent() routine is available
630 for sequential access of the group database.
632 d_getgrps (d_getgrps.U):
633 This variable conditionally defines the HAS_GETGROUPS symbol, which
634 indicates to the C program that the getgroups() routine is available
635 to get the list of process groups.
637 d_gethbyaddr (d_gethbyad.U):
638 This variable conditionally defines the HAS_GETHOSTBYADDR symbol, which
639 indicates to the C program that the gethostbyaddr() routine is available
640 to look up hosts by their IP addresses.
642 d_gethbyname (d_gethbynm.U):
643 This variable conditionally defines the HAS_GETHOSTBYNAME symbol, which
644 indicates to the C program that the gethostbyname() routine is available
645 to look up host names in some data base or other.
647 d_gethent (d_gethent.U):
648 This variable conditionally defines HAS_GETHOSTENT if gethostent() is
649 available to look up host names in some data base or another.
651 d_gethname (d_gethname.U):
652 This variable conditionally defines the HAS_GETHOSTNAME symbol, which
653 indicates to the C program that the gethostname() routine may be
654 used to derive the host name.
656 d_gethostprotos (d_gethostprotos.U):
657 This variable conditionally defines the HAS_GETHOST_PROTOS symbol,
658 which indicates to the C program that <netdb.h> supplies
659 prototypes for the various gethost*() functions.
660 See also netdbtype.U for probing for various netdb types.
662 d_getlogin (d_getlogin.U):
663 This variable conditionally defines the HAS_GETLOGIN symbol, which
664 indicates to the C program that the getlogin() routine is available
665 to get the login name.
667 d_getmnt (d_getmnt.U):
668 This variable conditionally defines the HAS_GETMNT symbol, which
669 indicates to the C program that the getmnt() routine is available
670 to retrieve one or more mount info blocks by filename.
672 d_getmntent (d_getmntent.U):
673 This variable conditionally defines the HAS_GETMNTENT symbol, which
674 indicates to the C program that the getmntent() routine is available
675 to iterate through mounted files to get their mount info.
677 d_getnbyaddr (d_getnbyad.U):
678 This variable conditionally defines the HAS_GETNETBYADDR symbol, which
679 indicates to the C program that the getnetbyaddr() routine is available
680 to look up networks by their IP addresses.
682 d_getnbyname (d_getnbynm.U):
683 This variable conditionally defines the HAS_GETNETBYNAME symbol, which
684 indicates to the C program that the getnetbyname() routine is available
685 to look up networks by their names.
687 d_getnent (d_getnent.U):
688 This variable conditionally defines HAS_GETNETENT if getnetent() is
689 available to look up network names in some data base or another.
691 d_getnetprotos (d_getnetprotos.U):
692 This variable conditionally defines the HAS_GETNET_PROTOS symbol,
693 which indicates to the C program that <netdb.h> supplies
694 prototypes for the various getnet*() functions.
695 See also netdbtype.U for probing for various netdb types.
697 d_getpbyname (d_getprotby.U):
698 This variable conditionally defines the HAS_GETPROTOBYNAME
699 symbol, which indicates to the C program that the
700 getprotobyname() routine is available to look up protocols
703 d_getpbynumber (d_getprotby.U):
704 This variable conditionally defines the HAS_GETPROTOBYNUMBER
705 symbol, which indicates to the C program that the
706 getprotobynumber() routine is available to look up protocols
709 d_getpent (d_getpent.U):
710 This variable conditionally defines HAS_GETPROTOENT if getprotoent() is
711 available to look up protocols in some data base or another.
713 d_getpgid (d_getpgid.U):
714 This variable conditionally defines the HAS_GETPGID symbol, which
715 indicates to the C program that the getpgid(pid) function
716 is available to get the process group id.
718 d_getpgrp2 (d_getpgrp2.U):
719 This variable conditionally defines the HAS_GETPGRP2 symbol, which
720 indicates to the C program that the getpgrp2() (as in DG/UX) routine
721 is available to get the current process group.
723 d_getpgrp (d_getpgrp.U):
724 This variable conditionally defines HAS_GETPGRP if getpgrp() is
725 available to get the current process group.
727 d_getppid (d_getppid.U):
728 This variable conditionally defines the HAS_GETPPID symbol, which
729 indicates to the C program that the getppid() routine is available
730 to get the parent process ID.
732 d_getprior (d_getprior.U):
733 This variable conditionally defines HAS_GETPRIORITY if getpriority()
734 is available to get a process's priority.
736 d_getprotoprotos (d_getprotoprotos.U):
737 This variable conditionally defines the HAS_GETPROTO_PROTOS symbol,
738 which indicates to the C program that <netdb.h> supplies
739 prototypes for the various getproto*() functions.
740 See also netdbtype.U for probing for various netdb types.
742 d_getpwent (d_getpwent.U):
743 This variable conditionally defines the HAS_GETPWENT symbol, which
744 indicates to the C program that the getpwent() routine is available
745 for sequential access of the passwd database.
747 d_getsbyname (d_getsrvby.U):
748 This variable conditionally defines the HAS_GETSERVBYNAME
749 symbol, which indicates to the C program that the
750 getservbyname() routine is available to look up services
753 d_getsbyport (d_getsrvby.U):
754 This variable conditionally defines the HAS_GETSERVBYPORT
755 symbol, which indicates to the C program that the
756 getservbyport() routine is available to look up services
759 d_getsent (d_getsent.U):
760 This variable conditionally defines HAS_GETSERVENT if getservent() is
761 available to look up network services in some data base or another.
763 d_getservprotos (d_getservprotos.U):
764 This variable conditionally defines the HAS_GETSERV_PROTOS symbol,
765 which indicates to the C program that <netdb.h> supplies
766 prototypes for the various getserv*() functions.
767 See also netdbtype.U for probing for various netdb types.
769 d_getspent (d_getspent.U):
770 This variable conditionally defines HAS_GETSPENT if getspent() is
771 available to retrieve SysV shadow password entries sequentially.
773 d_getspnam (d_getspnam.U):
774 This variable conditionally defines HAS_GETSPNAM if getspnam() is
775 available to retrieve SysV shadow password entries by name.
777 d_gettimeod (d_ftime.U):
778 This variable conditionally defines the HAS_GETTIMEOFDAY symbol, which
779 indicates that the gettimeofday() system call exists (to obtain a
780 sub-second accuracy clock). You should probably include <sys/resource.h>.
782 d_gnulibc (d_gnulibc.U):
783 Defined if we're dealing with the GNU C Library.
785 d_grpasswd (i_grp.U):
786 This variable conditionally defines GRPASSWD, which indicates
787 that struct group in <grp.h> contains gr_passwd.
789 d_hasmntopt (d_hasmntopt.U):
790 This variable conditionally defines the HAS_HASMNTOPT symbol, which
791 indicates to the C program that the hasmntopt() routine is available
792 to query the mount options of file systems.
795 This variable conditionally defines HAS_HTONL if htonl() and its
796 friends are available to do network order byte swapping.
799 This variable conditionally defines the HAS_ICONV symbol, which
800 indicates to the C program that the iconv() routine is available.
802 d_index (d_strchr.U):
803 This variable conditionally defines HAS_INDEX if index() and
804 rindex() are available for string searching.
806 d_inetaton (d_inetaton.U):
807 This variable conditionally defines the HAS_INET_ATON symbol, which
808 indicates to the C program that the inet_aton() function is available
809 to parse IP address "dotted-quad" strings.
811 d_int64_t (d_int64_t.U):
812 This symbol will be defined if the C compiler supports int64_t.
814 d_isascii (d_isascii.U):
815 This variable conditionally defines the HAS_ISASCII constant,
816 which indicates to the C program that isascii() is available.
819 This variable conditionally defines the HAS_ISNAN symbol, which
820 indicates to the C program that the isnan() routine is available.
822 d_isnanl (d_isnanl.U):
823 This variable conditionally defines the HAS_ISNANL symbol, which
824 indicates to the C program that the isnanl() routine is available.
826 d_killpg (d_killpg.U):
827 This variable conditionally defines the HAS_KILLPG symbol, which
828 indicates to the C program that the killpg() routine is available
829 to kill process groups.
831 d_lchown (d_lchown.U):
832 This variable conditionally defines the HAS_LCHOWN symbol, which
833 indicates to the C program that the lchown() routine is available
834 to operate on a symbolic link (instead of following the link).
836 d_ldbl_dig (d_ldbl_dig.U):
837 This variable conditionally defines d_ldbl_dig if this system's
838 header files provide LDBL_DIG, which is the number of significant
839 digits in a long double precision number.
842 This variable conditionally defines HAS_LINK if link() is
843 available to create hard links.
845 d_locconv (d_locconv.U):
846 This variable conditionally defines HAS_LOCALECONV if localeconv() is
847 available for numeric and monetary formatting conventions.
850 This variable conditionally defines HAS_LOCKF if lockf() is
851 available to do file locking.
853 d_longdbl (d_longdbl.U):
854 This variable conditionally defines HAS_LONG_DOUBLE if
855 the long double type is supported.
857 d_longlong (d_longlong.U):
858 This variable conditionally defines HAS_LONG_LONG if
859 the long long type is supported.
861 d_lseekproto (d_lseekproto.U):
862 This variable conditionally defines the HAS_LSEEK_PROTO symbol,
863 which indicates to the C program that the system provides
864 a prototype for the lseek() function. Otherwise, it is
865 up to the program to supply one.
868 This variable conditionally defines HAS_LSTAT if lstat() is
869 available to do file stats on symbolic links.
871 d_madvise (d_madvise.U):
872 This variable conditionally defines HAS_MADVISE if madvise() is
873 available to map a file into memory.
876 This variable conditionally defines the HAS_MBLEN symbol, which
877 indicates to the C program that the mblen() routine is available
878 to find the number of bytes in a multibye character.
880 d_mbstowcs (d_mbstowcs.U):
881 This variable conditionally defines the HAS_MBSTOWCS symbol, which
882 indicates to the C program that the mbstowcs() routine is available
883 to convert a multibyte string into a wide character string.
885 d_mbtowc (d_mbtowc.U):
886 This variable conditionally defines the HAS_MBTOWC symbol, which
887 indicates to the C program that the mbtowc() routine is available
888 to convert multibyte to a wide character.
890 d_memchr (d_memchr.U):
891 This variable conditionally defines the HAS_MEMCHR symbol, which
892 indicates to the C program that the memchr() routine is available
893 to locate characters within a C string.
895 d_memcmp (d_memcmp.U):
896 This variable conditionally defines the HAS_MEMCMP symbol, which
897 indicates to the C program that the memcmp() routine is available
898 to compare blocks of memory.
900 d_memcpy (d_memcpy.U):
901 This variable conditionally defines the HAS_MEMCPY symbol, which
902 indicates to the C program that the memcpy() routine is available
903 to copy blocks of memory.
905 d_memmove (d_memmove.U):
906 This variable conditionally defines the HAS_MEMMOVE symbol, which
907 indicates to the C program that the memmove() routine is available
908 to copy potentatially overlapping blocks of memory.
910 d_memset (d_memset.U):
911 This variable conditionally defines the HAS_MEMSET symbol, which
912 indicates to the C program that the memset() routine is available
913 to set blocks of memory.
916 This variable conditionally defines the HAS_MKDIR symbol, which
917 indicates to the C program that the mkdir() routine is available
918 to create directories..
920 d_mkdtemp (d_mkdtemp.U):
921 This variable conditionally defines the HAS_MKDTEMP symbol, which
922 indicates to the C program that the mkdtemp() routine is available
923 to exclusively create a uniquely named temporary directory.
925 d_mkfifo (d_mkfifo.U):
926 This variable conditionally defines the HAS_MKFIFO symbol, which
927 indicates to the C program that the mkfifo() routine is available.
929 d_mkstemp (d_mkstemp.U):
930 This variable conditionally defines the HAS_MKSTEMP symbol, which
931 indicates to the C program that the mkstemp() routine is available
932 to exclusively create and open a uniquely named temporary file.
934 d_mkstemps (d_mkstemps.U):
935 This variable conditionally defines the HAS_MKSTEMPS symbol, which
936 indicates to the C program that the mkstemps() routine is available
937 to exclusively create and open a uniquely named (with a suffix)
940 d_mktime (d_mktime.U):
941 This variable conditionally defines the HAS_MKTIME symbol, which
942 indicates to the C program that the mktime() routine is available.
945 This variable conditionally defines HAS_MMAP if mmap() is
946 available to map a file into memory.
949 This variable conditionally defines the HAS_MODFL symbol, which
950 indicates to the C program that the modfl() routine is available.
952 d_mprotect (d_mprotect.U):
953 This variable conditionally defines HAS_MPROTECT if mprotect() is
954 available to modify the access protection of a memory mapped file.
957 This variable conditionally defines the HAS_MSG symbol, which
958 indicates that the entire msg*(2) library is present.
960 d_msg_ctrunc (d_socket.U):
961 This variable conditionally defines the HAS_MSG_CTRUNC symbol,
962 which indicates that the MSG_CTRUNC is available. #ifdef is
963 not enough because it may be an enum, glibc has been known to do this.
965 d_msg_dontroute (d_socket.U):
966 This variable conditionally defines the HAS_MSG_DONTROUTE symbol,
967 which indicates that the MSG_DONTROUTE is available. #ifdef is
968 not enough because it may be an enum, glibc has been known to do this.
970 d_msg_oob (d_socket.U):
971 This variable conditionally defines the HAS_MSG_OOB symbol,
972 which indicates that the MSG_OOB is available. #ifdef is
973 not enough because it may be an enum, glibc has been known to do this.
975 d_msg_peek (d_socket.U):
976 This variable conditionally defines the HAS_MSG_PEEK symbol,
977 which indicates that the MSG_PEEK is available. #ifdef is
978 not enough because it may be an enum, glibc has been known to do this.
980 d_msg_proxy (d_socket.U):
981 This variable conditionally defines the HAS_MSG_PROXY symbol,
982 which indicates that the MSG_PROXY is available. #ifdef is
983 not enough because it may be an enum, glibc has been known to do this.
985 d_msgctl (d_msgctl.U):
986 This variable conditionally defines the HAS_MSGCTL symbol, which
987 indicates to the C program that the msgctl() routine is available.
989 d_msgget (d_msgget.U):
990 This variable conditionally defines the HAS_MSGGET symbol, which
991 indicates to the C program that the msgget() routine is available.
993 d_msgrcv (d_msgrcv.U):
994 This variable conditionally defines the HAS_MSGRCV symbol, which
995 indicates to the C program that the msgrcv() routine is available.
997 d_msgsnd (d_msgsnd.U):
998 This variable conditionally defines the HAS_MSGSND symbol, which
999 indicates to the C program that the msgsnd() routine is available.
1001 d_msync (d_msync.U):
1002 This variable conditionally defines HAS_MSYNC if msync() is
1003 available to synchronize a mapped file.
1005 d_munmap (d_munmap.U):
1006 This variable conditionally defines HAS_MUNMAP if munmap() is
1007 available to unmap a region mapped by mmap().
1009 d_mymalloc (mallocsrc.U):
1010 This variable conditionally defines MYMALLOC in case other parts
1011 of the source want to take special action if MYMALLOC is used.
1012 This may include different sorts of profiling or error detection.
1015 This variable conditionally defines the HAS_NICE symbol, which
1016 indicates to the C program that the nice() routine is available.
1018 d_nv_preserves_uv (perlxv.U):
1019 This variable indicates whether a variable of type nvtype
1020 can preserve all the bits a variable of type uvtype.
1022 d_off64_t (d_off64_t.U):
1023 This symbol will be defined if the C compiler supports off64_t.
1025 d_old_pthread_create_joinable (d_pthrattrj.U):
1026 This variable conditionally defines pthread_create_joinable.
1027 undef if pthread.h defines PTHREAD_CREATE_JOINABLE.
1029 d_oldpthreads (usethreads.U):
1030 This variable conditionally defines the OLD_PTHREADS_API symbol,
1031 and indicates that Perl should be built to use the old
1032 draft POSIX threads API. This is only potentially meaningful if
1035 d_oldsock (d_socket.U):
1036 This variable conditionally defines the OLDSOCKET symbol, which
1037 indicates that the BSD socket interface is based on 4.1c and not 4.2.
1039 d_open3 (d_open3.U):
1040 This variable conditionally defines the HAS_OPEN3 manifest constant,
1041 which indicates to the C program that the 3 argument version of
1042 the open(2) function is available.
1044 d_pathconf (d_pathconf.U):
1045 This variable conditionally defines the HAS_PATHCONF symbol, which
1046 indicates to the C program that the pathconf() routine is available
1047 to determine file-system related limits and options associated
1048 with a given filename.
1050 d_pause (d_pause.U):
1051 This variable conditionally defines the HAS_PAUSE symbol, which
1052 indicates to the C program that the pause() routine is available
1053 to suspend a process until a signal is received.
1055 d_perl_otherlibdirs (otherlibdirs.U):
1056 This variable conditionally defines PERL_OTHERLIBDIRS, which
1057 contains a colon-separated set of paths for the perl binary to
1058 include in @INC. See also otherlibdirs.
1060 d_phostname (d_gethname.U):
1061 This variable conditionally defines the HAS_PHOSTNAME symbol, which
1062 contains the shell command which, when fed to popen(), may be
1063 used to derive the host name.
1066 This variable conditionally defines the HAS_PIPE symbol, which
1067 indicates to the C program that the pipe() routine is available
1068 to create an inter-process channel.
1071 This variable conditionally defines the HAS_POLL symbol, which
1072 indicates to the C program that the poll() routine is available
1073 to poll active file descriptors.
1075 d_portable (d_portable.U):
1076 This variable conditionally defines the PORTABLE symbol, which
1077 indicates to the C program that it should not assume that it is
1078 running on the machine it was compiled on.
1080 d_PRId64 (quadfio.U):
1081 This variable conditionally defines the PERL_PRId64 symbol, which
1082 indiciates that stdio has a symbol to print 64-bit decimal numbers.
1084 d_PRIeldbl (longdblfio.U):
1085 This variable conditionally defines the PERL_PRIfldlbl symbol, which
1086 indiciates that stdio has a symbol to print long doubles.
1088 d_PRIEldbl (longdblfio.U):
1089 This variable conditionally defines the PERL_PRIfldlbl symbol, which
1090 indiciates that stdio has a symbol to print long doubles.
1092 d_PRIfldbl (longdblfio.U):
1093 This variable conditionally defines the PERL_PRIfldlbl symbol, which
1094 indiciates that stdio has a symbol to print long doubles.
1096 d_PRIFldbl (longdblfio.U):
1097 This variable conditionally defines the PERL_PRIfldlbl symbol, which
1098 indiciates that stdio has a symbol to print long doubles.
1100 d_PRIgldbl (longdblfio.U):
1101 This variable conditionally defines the PERL_PRIfldlbl symbol, which
1102 indiciates that stdio has a symbol to print long doubles.
1104 d_PRIGldbl (longdblfio.U):
1105 This variable conditionally defines the PERL_PRIfldlbl symbol, which
1106 indiciates that stdio has a symbol to print long doubles.
1108 d_PRIi64 (quadfio.U):
1109 This variable conditionally defines the PERL_PRIi64 symbol, which
1110 indiciates that stdio has a symbol to print 64-bit decimal numbers.
1112 d_PRIo64 (quadfio.U):
1113 This variable conditionally defines the PERL_PRIo64 symbol, which
1114 indiciates that stdio has a symbol to print 64-bit octal numbers.
1116 d_PRIu64 (quadfio.U):
1117 This variable conditionally defines the PERL_PRIu64 symbol, which
1118 indiciates that stdio has a symbol to print 64-bit unsigned decimal
1121 d_PRIx64 (quadfio.U):
1122 This variable conditionally defines the PERL_PRIx64 symbol, which
1123 indiciates that stdio has a symbol to print 64-bit hexadecimal numbers.
1125 d_PRIX64 (quadfio.U):
1126 This variable conditionally defines the PERL_PRIX64 symbol, which
1127 indiciates that stdio has a symbol to print 64-bit hExADECimAl numbers.
1129 d_pthread_yield (d_pthread_y.U):
1130 This variable conditionally defines the HAS_PTHREAD_YIELD
1131 symbol if the pthread_yield routine is available to yield
1132 the execution of the current thread.
1135 This variable conditionally defines PWAGE, which indicates
1136 that struct passwd contains pw_age.
1138 d_pwchange (i_pwd.U):
1139 This variable conditionally defines PWCHANGE, which indicates
1140 that struct passwd contains pw_change.
1142 d_pwclass (i_pwd.U):
1143 This variable conditionally defines PWCLASS, which indicates
1144 that struct passwd contains pw_class.
1146 d_pwcomment (i_pwd.U):
1147 This variable conditionally defines PWCOMMENT, which indicates
1148 that struct passwd contains pw_comment.
1150 d_pwexpire (i_pwd.U):
1151 This variable conditionally defines PWEXPIRE, which indicates
1152 that struct passwd contains pw_expire.
1154 d_pwgecos (i_pwd.U):
1155 This variable conditionally defines PWGECOS, which indicates
1156 that struct passwd contains pw_gecos.
1158 d_pwpasswd (i_pwd.U):
1159 This variable conditionally defines PWPASSWD, which indicates
1160 that struct passwd contains pw_passwd.
1162 d_pwquota (i_pwd.U):
1163 This variable conditionally defines PWQUOTA, which indicates
1164 that struct passwd contains pw_quota.
1166 d_qgcvt (d_qgcvt.U):
1167 This variable conditionally defines the HAS_QGCVT symbol, which
1168 indicates to the C program that the qgcvt() routine is available.
1170 d_quad (quadtype.U):
1171 This variable, if defined, tells that there's a 64-bit integer type,
1174 d_readdir (d_readdir.U):
1175 This variable conditionally defines HAS_READDIR if readdir() is
1176 available to read directory entries.
1178 d_readlink (d_readlink.U):
1179 This variable conditionally defines the HAS_READLINK symbol, which
1180 indicates to the C program that the readlink() routine is available
1181 to read the value of a symbolic link.
1183 d_rename (d_rename.U):
1184 This variable conditionally defines the HAS_RENAME symbol, which
1185 indicates to the C program that the rename() routine is available
1188 d_rewinddir (d_readdir.U):
1189 This variable conditionally defines HAS_REWINDDIR if rewinddir() is
1192 d_rmdir (d_rmdir.U):
1193 This variable conditionally defines HAS_RMDIR if rmdir() is
1194 available to remove directories.
1196 d_safebcpy (d_safebcpy.U):
1197 This variable conditionally defines the HAS_SAFE_BCOPY symbol if
1198 the bcopy() routine can do overlapping copies.
1200 d_safemcpy (d_safemcpy.U):
1201 This variable conditionally defines the HAS_SAFE_MEMCPY symbol if
1202 the memcpy() routine can do overlapping copies.
1204 d_sanemcmp (d_sanemcmp.U):
1205 This variable conditionally defines the HAS_SANE_MEMCMP symbol if
1206 the memcpy() routine is available and can be used to compare relative
1207 magnitudes of chars with their high bits set.
1209 d_sched_yield (d_pthread_y.U):
1210 This variable conditionally defines the HAS_SCHED_YIELD
1211 symbol if the sched_yield routine is available to yield
1212 the execution of the current thread.
1214 d_scm_rights (d_socket.U):
1215 This variable conditionally defines the HAS_SCM_RIGHTS symbol,
1216 which indicates that the SCM_RIGHTS is available. #ifdef is
1217 not enough because it may be an enum, glibc has been known to do this.
1219 d_seekdir (d_readdir.U):
1220 This variable conditionally defines HAS_SEEKDIR if seekdir() is
1223 d_select (d_select.U):
1224 This variable conditionally defines HAS_SELECT if select() is
1225 available to select active file descriptors. A <sys/time.h>
1226 inclusion may be necessary for the timeout field.
1229 This variable conditionally defines the HAS_SEM symbol, which
1230 indicates that the entire sem*(2) library is present.
1232 d_semctl (d_semctl.U):
1233 This variable conditionally defines the HAS_SEMCTL symbol, which
1234 indicates to the C program that the semctl() routine is available.
1236 d_semctl_semid_ds (d_union_semun.U):
1237 This variable conditionally defines USE_SEMCTL_SEMID_DS, which
1238 indicates that struct semid_ds * is to be used for semctl IPC_STAT.
1240 d_semctl_semun (d_union_semun.U):
1241 This variable conditionally defines USE_SEMCTL_SEMUN, which
1242 indicates that union semun is to be used for semctl IPC_STAT.
1244 d_semget (d_semget.U):
1245 This variable conditionally defines the HAS_SEMGET symbol, which
1246 indicates to the C program that the semget() routine is available.
1248 d_semop (d_semop.U):
1249 This variable conditionally defines the HAS_SEMOP symbol, which
1250 indicates to the C program that the semop() routine is available.
1252 d_setegid (d_setegid.U):
1253 This variable conditionally defines the HAS_SETEGID symbol, which
1254 indicates to the C program that the setegid() routine is available
1255 to change the effective gid of the current program.
1257 d_seteuid (d_seteuid.U):
1258 This variable conditionally defines the HAS_SETEUID symbol, which
1259 indicates to the C program that the seteuid() routine is available
1260 to change the effective uid of the current program.
1262 d_setgrent (d_setgrent.U):
1263 This variable conditionally defines the HAS_SETGRENT symbol, which
1264 indicates to the C program that the setgrent() routine is available
1265 for initializing sequential access to the group database.
1267 d_setgrps (d_setgrps.U):
1268 This variable conditionally defines the HAS_SETGROUPS symbol, which
1269 indicates to the C program that the setgroups() routine is available
1270 to set the list of process groups.
1272 d_sethent (d_sethent.U):
1273 This variable conditionally defines HAS_SETHOSTENT if sethostent() is
1276 d_setlinebuf (d_setlnbuf.U):
1277 This variable conditionally defines the HAS_SETLINEBUF symbol, which
1278 indicates to the C program that the setlinebuf() routine is available
1279 to change stderr or stdout from block-buffered or unbuffered to a
1282 d_setlocale (d_setlocale.U):
1283 This variable conditionally defines HAS_SETLOCALE if setlocale() is
1284 available to handle locale-specific ctype implementations.
1286 d_setnent (d_setnent.U):
1287 This variable conditionally defines HAS_SETNETENT if setnetent() is
1290 d_setpent (d_setpent.U):
1291 This variable conditionally defines HAS_SETPROTOENT if setprotoent() is
1294 d_setpgid (d_setpgid.U):
1295 This variable conditionally defines the HAS_SETPGID symbol if the
1296 setpgid(pid, gpid) function is available to set process group ID.
1298 d_setpgrp2 (d_setpgrp2.U):
1299 This variable conditionally defines the HAS_SETPGRP2 symbol, which
1300 indicates to the C program that the setpgrp2() (as in DG/UX) routine
1301 is available to set the current process group.
1303 d_setpgrp (d_setpgrp.U):
1304 This variable conditionally defines HAS_SETPGRP if setpgrp() is
1305 available to set the current process group.
1307 d_setprior (d_setprior.U):
1308 This variable conditionally defines HAS_SETPRIORITY if setpriority()
1309 is available to set a process's priority.
1311 d_setpwent (d_setpwent.U):
1312 This variable conditionally defines the HAS_SETPWENT symbol, which
1313 indicates to the C program that the setpwent() routine is available
1314 for initializing sequential access to the passwd database.
1316 d_setregid (d_setregid.U):
1317 This variable conditionally defines HAS_SETREGID if setregid() is
1318 available to change the real and effective gid of the current
1321 d_setresgid (d_setregid.U):
1322 This variable conditionally defines HAS_SETRESGID if setresgid() is
1323 available to change the real, effective and saved gid of the current
1326 d_setresuid (d_setreuid.U):
1327 This variable conditionally defines HAS_SETREUID if setresuid() is
1328 available to change the real, effective and saved uid of the current
1331 d_setreuid (d_setreuid.U):
1332 This variable conditionally defines HAS_SETREUID if setreuid() is
1333 available to change the real and effective uid of the current
1336 d_setrgid (d_setrgid.U):
1337 This variable conditionally defines the HAS_SETRGID symbol, which
1338 indicates to the C program that the setrgid() routine is available
1339 to change the real gid of the current program.
1341 d_setruid (d_setruid.U):
1342 This variable conditionally defines the HAS_SETRUID symbol, which
1343 indicates to the C program that the setruid() routine is available
1344 to change the real uid of the current program.
1346 d_setsent (d_setsent.U):
1347 This variable conditionally defines HAS_SETSERVENT if setservent() is
1350 d_setsid (d_setsid.U):
1351 This variable conditionally defines HAS_SETSID if setsid() is
1352 available to set the process group ID.
1354 d_setspent (d_setspent.U):
1355 This variable conditionally defines HAS_SETSPENT if setspent() is
1356 available to initialize the scan of SysV shadow password entries.
1358 d_setvbuf (d_setvbuf.U):
1359 This variable conditionally defines the HAS_SETVBUF symbol, which
1360 indicates to the C program that the setvbuf() routine is available
1361 to change buffering on an open stdio stream.
1364 This variable conditionally defines the USE_SFIO symbol,
1365 and indicates whether sfio is available (and should be used).
1368 This variable conditionally defines the HAS_SHM symbol, which
1369 indicates that the entire shm*(2) library is present.
1371 d_shmat (d_shmat.U):
1372 This variable conditionally defines the HAS_SHMAT symbol, which
1373 indicates to the C program that the shmat() routine is available.
1375 d_shmatprototype (d_shmat.U):
1376 This variable conditionally defines the HAS_SHMAT_PROTOTYPE
1377 symbol, which indicates that sys/shm.h has a prototype for
1380 d_shmctl (d_shmctl.U):
1381 This variable conditionally defines the HAS_SHMCTL symbol, which
1382 indicates to the C program that the shmctl() routine is available.
1384 d_shmdt (d_shmdt.U):
1385 This variable conditionally defines the HAS_SHMDT symbol, which
1386 indicates to the C program that the shmdt() routine is available.
1388 d_shmget (d_shmget.U):
1389 This variable conditionally defines the HAS_SHMGET symbol, which
1390 indicates to the C program that the shmget() routine is available.
1392 d_sigaction (d_sigaction.U):
1393 This variable conditionally defines the HAS_SIGACTION symbol, which
1394 indicates that the Vr4 sigaction() routine is available.
1396 d_sigsetjmp (d_sigsetjmp.U):
1397 This variable conditionally defines the HAS_SIGSETJMP symbol,
1398 which indicates that the sigsetjmp() routine is available to
1399 call setjmp() and optionally save the process's signal mask.
1401 d_socket (d_socket.U):
1402 This variable conditionally defines HAS_SOCKET, which indicates
1403 that the BSD socket interface is supported.
1405 d_socklen_t (d_socklen_t.U):
1406 This symbol will be defined if the C compiler supports socklen_t.
1408 d_sockpair (d_socket.U):
1409 This variable conditionally defines the HAS_SOCKETPAIR symbol, which
1410 indicates that the BSD socketpair() is supported.
1412 d_sqrtl (d_sqrtl.U):
1413 This variable conditionally defines the HAS_SQRTL symbol, which
1414 indicates to the C program that the sqrtl() routine is available.
1416 d_statblks (d_statblks.U):
1417 This variable conditionally defines USE_STAT_BLOCKS
1418 if this system has a stat structure declaring
1419 st_blksize and st_blocks.
1421 d_statfs_f_flags (d_statfs_f_flags.U):
1422 This variable conditionally defines the HAS_STRUCT_STATFS_F_FLAGS
1423 symbol, which indicates to struct statfs from has f_flags member.
1424 This kind of struct statfs is coming from sys/mount.h (BSD),
1425 not from sys/statfs.h (SYSV).
1427 d_statfs_s (d_statfs_s.U):
1428 This variable conditionally defines the HAS_STRUCT_STATFS symbol,
1429 which indicates that the struct statfs is supported.
1431 d_statvfs (d_statvfs.U):
1432 This variable conditionally defines the HAS_STATVFS symbol, which
1433 indicates to the C program that the statvfs() routine is available.
1435 d_stdio_cnt_lval (d_stdstdio.U):
1436 This variable conditionally defines STDIO_CNT_LVALUE if the
1437 FILE_cnt macro can be used as an lvalue.
1439 d_stdio_ptr_lval (d_stdstdio.U):
1440 This variable conditionally defines STDIO_PTR_LVALUE if the
1441 FILE_ptr macro can be used as an lvalue.
1443 d_stdio_stream_array (stdio_streams.U):
1444 This variable tells whether there is an array holding
1447 d_stdiobase (d_stdstdio.U):
1448 This variable conditionally defines USE_STDIO_BASE if this system
1449 has a FILE structure declaring a usable _base field (or equivalent)
1452 d_stdstdio (d_stdstdio.U):
1453 This variable conditionally defines USE_STDIO_PTR if this system
1454 has a FILE structure declaring usable _ptr and _cnt fields (or
1455 equivalent) in stdio.h.
1457 d_strchr (d_strchr.U):
1458 This variable conditionally defines HAS_STRCHR if strchr() and
1459 strrchr() are available for string searching.
1461 d_strcoll (d_strcoll.U):
1462 This variable conditionally defines HAS_STRCOLL if strcoll() is
1463 available to compare strings using collating information.
1465 d_strctcpy (d_strctcpy.U):
1466 This variable conditionally defines the USE_STRUCT_COPY symbol, which
1467 indicates to the C program that this C compiler knows how to copy
1470 d_strerrm (d_strerror.U):
1471 This variable holds what Strerrr is defined as to translate an error
1472 code condition into an error message string. It could be 'strerror'
1473 or a more complex macro emulating strrror with sys_errlist[], or the
1474 "unknown" string when both strerror and sys_errlist are missing.
1476 d_strerror (d_strerror.U):
1477 This variable conditionally defines HAS_STRERROR if strerror() is
1478 available to translate error numbers to strings.
1480 d_strtod (d_strtod.U):
1481 This variable conditionally defines the HAS_STRTOD symbol, which
1482 indicates to the C program that the strtod() routine is available
1483 to provide better numeric string conversion than atof().
1485 d_strtol (d_strtol.U):
1486 This variable conditionally defines the HAS_STRTOL symbol, which
1487 indicates to the C program that the strtol() routine is available
1488 to provide better numeric string conversion than atoi() and friends.
1490 d_strtold (d_strtold.U):
1491 This variable conditionally defines the HAS_STRTOLD symbol, which
1492 indicates to the C program that the strtold() routine is available.
1494 d_strtoll (d_strtoll.U):
1495 This variable conditionally defines the HAS_STRTOLL symbol, which
1496 indicates to the C program that the strtoll() routine is available.
1498 d_strtoul (d_strtoul.U):
1499 This variable conditionally defines the HAS_STRTOUL symbol, which
1500 indicates to the C program that the strtoul() routine is available
1501 to provide conversion of strings to unsigned long.
1503 d_strtoull (d_strtoull.U):
1504 This variable conditionally defines the HAS_STRTOULL symbol, which
1505 indicates to the C program that the strtoull() routine is available.
1507 d_strtouq (d_strtouq.U):
1508 This variable conditionally defines the HAS_STRTOUQ symbol, which
1509 indicates to the C program that the strtouq() routine is available.
1511 d_strxfrm (d_strxfrm.U):
1512 This variable conditionally defines HAS_STRXFRM if strxfrm() is
1513 available to transform strings.
1515 d_suidsafe (d_dosuid.U):
1516 This variable conditionally defines SETUID_SCRIPTS_ARE_SECURE_NOW
1517 if setuid scripts can be secure. This test looks in /dev/fd/.
1519 d_symlink (d_symlink.U):
1520 This variable conditionally defines the HAS_SYMLINK symbol, which
1521 indicates to the C program that the symlink() routine is available
1522 to create symbolic links.
1524 d_syscall (d_syscall.U):
1525 This variable conditionally defines HAS_SYSCALL if syscall() is
1526 available call arbitrary system calls.
1528 d_sysconf (d_sysconf.U):
1529 This variable conditionally defines the HAS_SYSCONF symbol, which
1530 indicates to the C program that the sysconf() routine is available
1531 to determine system related limits and options.
1533 d_sysernlst (d_strerror.U):
1534 This variable conditionally defines HAS_SYS_ERRNOLIST if sys_errnolist[]
1535 is available to translate error numbers to the symbolic name.
1537 d_syserrlst (d_strerror.U):
1538 This variable conditionally defines HAS_SYS_ERRLIST if sys_errlist[] is
1539 available to translate error numbers to strings.
1541 d_system (d_system.U):
1542 This variable conditionally defines HAS_SYSTEM if system() is
1543 available to issue a shell command.
1545 d_tcgetpgrp (d_tcgtpgrp.U):
1546 This variable conditionally defines the HAS_TCGETPGRP symbol, which
1547 indicates to the C program that the tcgetpgrp() routine is available.
1548 to get foreground process group ID.
1550 d_tcsetpgrp (d_tcstpgrp.U):
1551 This variable conditionally defines the HAS_TCSETPGRP symbol, which
1552 indicates to the C program that the tcsetpgrp() routine is available
1553 to set foreground process group ID.
1555 d_telldir (d_readdir.U):
1556 This variable conditionally defines HAS_TELLDIR if telldir() is
1559 d_telldirproto (d_telldirproto.U):
1560 This variable conditionally defines the HAS_TELLDIR_PROTO symbol,
1561 which indicates to the C program that the system provides
1562 a prototype for the telldir() function. Otherwise, it is
1563 up to the program to supply one.
1566 This variable conditionally defines the HAS_TIME symbol, which indicates
1567 that the time() routine exists. The time() routine is normaly
1568 provided on UNIX systems.
1570 d_times (d_times.U):
1571 This variable conditionally defines the HAS_TIMES symbol, which indicates
1572 that the times() routine exists. The times() routine is normaly
1573 provided on UNIX systems. You may have to include <sys/times.h>.
1575 d_truncate (d_truncate.U):
1576 This variable conditionally defines HAS_TRUNCATE if truncate() is
1577 available to truncate files.
1579 d_tzname (d_tzname.U):
1580 This variable conditionally defines HAS_TZNAME if tzname[] is
1581 available to access timezone names.
1583 d_umask (d_umask.U):
1584 This variable conditionally defines the HAS_UMASK symbol, which
1585 indicates to the C program that the umask() routine is available.
1586 to set and get the value of the file creation mask.
1588 d_uname (d_gethname.U):
1589 This variable conditionally defines the HAS_UNAME symbol, which
1590 indicates to the C program that the uname() routine may be
1591 used to derive the host name.
1593 d_union_semun (d_union_semun.U):
1594 This variable conditionally defines HAS_UNION_SEMUN if the
1595 union semun is defined by including <sys/sem.h>.
1597 d_ustat (d_ustat.U):
1598 This variable conditionally defines HAS_USTAT if ustat() is
1599 available to query file system statistics by dev_t.
1601 d_vendorarch (vendorarch.U):
1602 This variable conditionally defined PERL_VENDORARCH.
1604 d_vendorbin (vendorbin.U):
1605 This variable conditionally defines PERL_VENDORBIN.
1607 d_vendorlib (vendorlib.U):
1608 This variable conditionally defines PERL_VENDORLIB.
1610 d_vfork (d_vfork.U):
1611 This variable conditionally defines the HAS_VFORK symbol, which
1612 indicates the vfork() routine is available.
1614 d_void_closedir (d_closedir.U):
1615 This variable conditionally defines VOID_CLOSEDIR if closedir()
1616 does not return a value.
1618 d_voidsig (d_voidsig.U):
1619 This variable conditionally defines VOIDSIG if this system
1620 declares "void (*signal(...))()" in signal.h. The old way was to
1621 declare it as "int (*signal(...))()".
1623 d_voidtty (i_sysioctl.U):
1624 This variable conditionally defines USE_IOCNOTTY to indicate that the
1625 ioctl() call with TIOCNOTTY should be used to void tty association.
1626 Otherwise (on USG probably), it is enough to close the standard file
1627 decriptors and do a setpgrp().
1629 d_volatile (d_volatile.U):
1630 This variable conditionally defines the HASVOLATILE symbol, which
1631 indicates to the C program that this C compiler knows about the
1632 volatile declaration.
1634 d_vprintf (d_vprintf.U):
1635 This variable conditionally defines the HAS_VPRINTF symbol, which
1636 indicates to the C program that the vprintf() routine is available
1637 to printf with a pointer to an argument list.
1639 d_wait4 (d_wait4.U):
1640 This variable conditionally defines the HAS_WAIT4 symbol, which
1641 indicates the wait4() routine is available.
1643 d_waitpid (d_waitpid.U):
1644 This variable conditionally defines HAS_WAITPID if waitpid() is
1645 available to wait for child process.
1647 d_wcstombs (d_wcstombs.U):
1648 This variable conditionally defines the HAS_WCSTOMBS symbol, which
1649 indicates to the C program that the wcstombs() routine is available
1650 to convert wide character strings to multibyte strings.
1652 d_wctomb (d_wctomb.U):
1653 This variable conditionally defines the HAS_WCTOMB symbol, which
1654 indicates to the C program that the wctomb() routine is available
1655 to convert a wide character to a multibyte.
1658 This variable conditionally defines the symbol XENIX, which alerts
1659 the C program that it runs under Xenix.
1662 This variable is used internally by Configure to determine the
1663 full pathname (if any) of the date program. After Configure runs,
1664 the value is reset to a plain "date" and is not useful.
1666 db_hashtype (i_db.U):
1667 This variable contains the type of the hash structure element
1668 in the <db.h> header file. In older versions of DB, it was
1669 int, while in newer ones it is u_int32_t.
1671 db_prefixtype (i_db.U):
1672 This variable contains the type of the prefix structure element
1673 in the <db.h> header file. In older versions of DB, it was
1674 int, while in newer ones it is size_t.
1676 defvoidused (voidflags.U):
1677 This variable contains the default value of the VOIDUSED symbol (15).
1679 direntrytype (i_dirent.U):
1680 This symbol is set to 'struct direct' or 'struct dirent' depending on
1681 whether dirent is available or not. You should use this pseudo type to
1682 portably declare your directory entries.
1685 This variable contains the extension that is to be used for the
1686 dynamically loaded modules that perl generaties.
1689 This variable contains the name of the dynamic loading file that
1690 will be used with the package.
1692 doublesize (doublesize.U):
1693 This variable contains the value of the DOUBLESIZE symbol, which
1694 indicates to the C program how many bytes there are in a double.
1696 drand01 (randfunc.U):
1697 Indicates the macro to be used to generate normalized
1698 random numbers. Uses randfunc, often divided by
1699 (double) (((unsigned long) 1 << randbits)) in order to
1700 normalize the result.
1701 In C programs, the macro 'Drand01' is mapped to drand01.
1703 dynamic_ext (Extensions.U):
1704 This variable holds a list of XS extension files we want to
1705 link dynamically into the package. It is used by Makefile.
1707 eagain (nblock_io.U):
1708 This variable bears the symbolic errno code set by read() when no
1709 data is present on the file and non-blocking I/O was enabled (otherwise,
1710 read() blocks naturally).
1713 This variable conditionally defines EBCDIC if this
1714 system uses EBCDIC encoding. Among other things, this
1715 means that the character ranges are not contiguous.
1719 This variable is used internally by Configure to determine the
1720 full pathname (if any) of the echo program. After Configure runs,
1721 the value is reset to a plain "echo" and is not useful.
1724 This variable is used internally by Configure to determine the
1725 full pathname (if any) of the egrep program. After Configure runs,
1726 the value is reset to a plain "egrep" and is not useful.
1729 This variable is defined but not used by Configure.
1730 The value is a plain '' and is not useful.
1733 When running under Eunice this variable contains a command which will
1734 convert a shell script to the proper form of text file for it to be
1735 executable by the shell. On other systems it is a no-op.
1738 This is an old synonym for _exe.
1741 This variable is used internally by Configure to determine the
1742 full pathname (if any) of the expr program. After Configure runs,
1743 the value is reset to a plain "expr" and is not useful.
1745 extensions (Extensions.U):
1746 This variable holds a list of all extension files (both XS and
1747 non-xs linked into the package. It is propagated to Config.pm
1748 and is typically used to test whether a particular extesion
1751 fflushall (fflushall.U):
1752 This symbol, if defined, tells that to flush
1753 all pending stdio output one must loop through all
1754 the stdio file handles stored in an array and fflush them.
1755 Note that if fflushNULL is defined, fflushall will not
1756 even be probed for and will be left undefined.
1758 fflushNULL (fflushall.U):
1759 This symbol, if defined, tells that fflush(NULL) does flush
1760 all pending stdio output.
1763 This variable is defined but not used by Configure.
1764 The value is a plain '' and is not useful.
1766 firstmakefile (Unix.U):
1767 This variable defines the first file searched by make. On unix,
1768 it is makefile (then Makefile). On case-insensitive systems,
1769 it might be something else. This is only used to deal with
1770 convoluted make depend tricks.
1773 This variable is defined but not used by Configure.
1774 The value is a plain '' and is not useful.
1776 fpossize (fpossize.U):
1777 This variable contains the size of a fpostype in bytes.
1779 fpostype (fpostype.U):
1780 This variable defines Fpos_t to be something like fpos_t, long,
1781 uint, or whatever type is used to declare file positions in libc.
1783 freetype (mallocsrc.U):
1784 This variable contains the return type of free(). It is usually
1785 void, but occasionally int.
1788 This variable contains the full pathname to 'ar', whether or
1789 not the user has specified 'portability'. This is only used
1793 This variable contains the full pathname to 'csh', whether or
1794 not the user has specified 'portability'. This is only used
1795 in the compiled C program, and we assume that all systems which
1796 can share this executable will have the same full pathname to
1799 full_sed (Loc_sed.U):
1800 This variable contains the full pathname to 'sed', whether or
1801 not the user has specified 'portability'. This is only used
1802 in the compiled C program, and we assume that all systems which
1803 can share this executable will have the same full pathname to
1807 If GNU cc (gcc) is used, this variable holds '1' or '2' to
1808 indicate whether the compiler is version 1 or 2. This is used in
1809 setting some of the default cflags. It is set to '' if not gcc.
1812 This variable contains the format string used for printing a Gid_t.
1814 gidsign (gidsign.U):
1815 This variable contains the signedness of a gidtype.
1816 1 for unsigned, -1 for signed.
1818 gidsize (gidsize.U):
1819 This variable contains the size of a gidtype in bytes.
1821 gidtype (gidtype.U):
1822 This variable defines Gid_t to be something like gid_t, int,
1823 ushort, or whatever type is used to declare the return type
1824 of getgid(). Typically, it is the type of group ids in the kernel.
1827 This variable holds the general path (space-separated) used to
1828 find libraries. It may contain directories that do not exist on
1829 this platform, libpth is the cleaned-up version.
1832 This variable is used internally by Configure to determine the
1833 full pathname (if any) of the grep program. After Configure runs,
1834 the value is reset to a plain "grep" and is not useful.
1837 This variable contains a command that produces the text of the
1838 /etc/group file. This is normally "cat /etc/group", but can be
1839 "ypcat group" when NIS is used.
1840 On some systems, such as os390, there may be no equivalent
1841 command, in which case this variable is unset.
1843 groupstype (groupstype.U):
1844 This variable defines Groups_t to be something like gid_t, int,
1845 ushort, or whatever type is used for the second argument to
1846 getgroups() and setgroups(). Usually, this is the same as
1847 gidtype (gid_t), but sometimes it isn't.
1850 This variable is used internally by Configure to determine the
1851 full pathname (if any) of the gzip program. After Configure runs,
1852 the value is reset to a plain "gzip" and is not useful.
1854 h_fcntl (h_fcntl.U):
1855 This is variable gets set in various places to tell i_fcntl that
1856 <fcntl.h> should be included.
1858 h_sysfile (h_sysfile.U):
1859 This is variable gets set in various places to tell i_sys_file that
1860 <sys/file.h> should be included.
1863 Gives the type of hints used for previous answers. May be one of
1864 "default", "recommended" or "previous".
1867 This variable contains a command that produces the text of the
1868 /etc/hosts file. This is normally "cat /etc/hosts", but can be
1869 "ypcat hosts" when NIS is used.
1870 On some systems, such as os390, there may be no equivalent
1871 command, in which case this variable is unset.
1874 This variable contains a flag which will tell the C compiler and loader
1875 to produce a program running with a huge memory model. If the
1876 huge model is not supported, contains the flag to produce large
1877 model programs. It is up to the Makefile to use this.
1880 This variable is the size of an I16 in bytes.
1883 This variable contains the C type used for Perl's I16.
1886 This variable is the size of an I32 in bytes.
1889 This variable contains the C type used for Perl's I32.
1892 This variable is the size of an I64 in bytes.
1895 This variable contains the C type used for Perl's I64.
1898 This variable is the size of an I8 in bytes.
1901 This variable contains the C type used for Perl's I8.
1903 i_arpainet (i_arpainet.U):
1904 This variable conditionally defines the I_ARPA_INET symbol,
1905 and indicates whether a C program should include <arpa/inet.h>.
1907 i_bsdioctl (i_sysioctl.U):
1908 This variable conditionally defines the I_SYS_BSDIOCTL symbol, which
1909 indicates to the C program that <sys/bsdioctl.h> exists and should
1913 This variable conditionally defines the I_DB symbol, and indicates
1914 whether a C program may include Berkeley's DB include file <db.h>.
1917 This variable conditionally defines the I_DBM symbol, which
1918 indicates to the C program that <dbm.h> exists and should
1921 i_dirent (i_dirent.U):
1922 This variable conditionally defines I_DIRENT, which indicates
1923 to the C program that it should include <dirent.h>.
1926 This variable conditionally defines the I_DLD symbol, which
1927 indicates to the C program that <dld.h> (GNU dynamic loading)
1928 exists and should be included.
1930 i_dlfcn (i_dlfcn.U):
1931 This variable conditionally defines the I_DLFCN symbol, which
1932 indicates to the C program that <dlfcn.h> exists and should
1935 i_fcntl (i_fcntl.U):
1936 This variable controls the value of I_FCNTL (which tells
1937 the C program to include <fcntl.h>).
1939 i_float (i_float.U):
1940 This variable conditionally defines the I_FLOAT symbol, and indicates
1941 whether a C program may include <float.h> to get symbols like DBL_MAX
1942 or DBL_MIN, i.e. machine dependent floating point values.
1945 This variable conditionally defines the I_GDBM symbol, which
1946 indicates to the C program that <gdbm.h> exists and should
1950 This variable conditionally defines the I_GRP symbol, and indicates
1951 whether a C program should include <grp.h>.
1953 i_iconv (i_iconv.U):
1954 This variable conditionally defines the I_ICONV symbol, and indicates
1955 whether a C program should include <iconv.h>.
1957 i_ieeefp (i_ieeefp.U):
1958 This variable conditionally defines the I_IEEEFP symbol, and indicates
1959 whether a C program should include <ieeefp.h>.
1961 i_inttypes (i_inttypes.U):
1962 This variable conditionally defines the I_INTTYPES symbol,
1963 and indicates whether a C program should include <inttypes.h>.
1965 i_limits (i_limits.U):
1966 This variable conditionally defines the I_LIMITS symbol, and indicates
1967 whether a C program may include <limits.h> to get symbols like WORD_BIT
1970 i_locale (i_locale.U):
1971 This variable conditionally defines the I_LOCALE symbol,
1972 and indicates whether a C program should include <locale.h>.
1974 i_machcthr (i_machcthr.U):
1975 This variable conditionally defines the I_MACH_CTHREADS symbol,
1976 and indicates whether a C program should include <mach/cthreads.h>.
1978 i_malloc (i_malloc.U):
1979 This variable conditionally defines the I_MALLOC symbol, and indicates
1980 whether a C program should include <malloc.h>.
1983 This variable conditionally defines the I_MATH symbol, and indicates
1984 whether a C program may include <math.h>.
1986 i_memory (i_memory.U):
1987 This variable conditionally defines the I_MEMORY symbol, and indicates
1988 whether a C program should include <memory.h>.
1990 i_mntent (i_mntent.U):
1991 This variable conditionally defines the I_MNTENT symbol, and indicates
1992 whether a C program should include <mntent.h>.
1995 This variable conditionally defines the I_NDBM symbol, which
1996 indicates to the C program that <ndbm.h> exists and should
1999 i_netdb (i_netdb.U):
2000 This variable conditionally defines the I_NETDB symbol, and indicates
2001 whether a C program should include <netdb.h>.
2003 i_neterrno (i_neterrno.U):
2004 This variable conditionally defines the I_NET_ERRNO symbol, which
2005 indicates to the C program that <net/errno.h> exists and should
2008 i_netinettcp (i_netinettcp.U):
2009 This variable conditionally defines the I_NETINET_TCP symbol,
2010 and indicates whether a C program should include <netinet/tcp.h>.
2013 This variable conditionally defines I_NETINET_IN, which indicates
2014 to the C program that it should include <netinet/in.h>. Otherwise,
2015 you may try <sys/in.h>.
2018 This variable conditionally defines the I_POLL symbol, and indicates
2019 whether a C program should include <poll.h>.
2021 i_pthread (i_pthread.U):
2022 This variable conditionally defines the I_PTHREAD symbol,
2023 and indicates whether a C program should include <pthread.h>.
2026 This variable conditionally defines I_PWD, which indicates
2027 to the C program that it should include <pwd.h>.
2029 i_rpcsvcdbm (i_dbm.U):
2030 This variable conditionally defines the I_RPCSVC_DBM symbol, which
2031 indicates to the C program that <rpcsvc/dbm.h> exists and should
2032 be included. Some System V systems might need this instead of <dbm.h>.
2035 This variable conditionally defines the I_SFIO symbol,
2036 and indicates whether a C program should include <sfio.h>.
2038 i_sgtty (i_termio.U):
2039 This variable conditionally defines the I_SGTTY symbol, which
2040 indicates to the C program that it should include <sgtty.h> rather
2043 i_shadow (i_shadow.U):
2044 This variable conditionally defines the I_SHADOW symbol, and indicates
2045 whether a C program should include <shadow.h>.
2047 i_socks (i_socks.U):
2048 This variable conditionally defines the I_SOCKS symbol, and indicates
2049 whether a C program should include <socks.h>.
2051 i_stdarg (i_varhdr.U):
2052 This variable conditionally defines the I_STDARG symbol, which
2053 indicates to the C program that <stdarg.h> exists and should
2056 i_stddef (i_stddef.U):
2057 This variable conditionally defines the I_STDDEF symbol, which
2058 indicates to the C program that <stddef.h> exists and should
2061 i_stdlib (i_stdlib.U):
2062 This variable conditionally defines the I_STDLIB symbol, which
2063 indicates to the C program that <stdlib.h> exists and should
2066 i_string (i_string.U):
2067 This variable conditionally defines the I_STRING symbol, which
2068 indicates that <string.h> should be included rather than <strings.h>.
2070 i_sunmath (i_sunmath.U):
2071 This variable conditionally defines the I_SUNMATH symbol, and indicates
2072 whether a C program should include <sunmath.h>.
2074 i_sysaccess (i_sysaccess.U):
2075 This variable conditionally defines the I_SYS_ACCESS symbol,
2076 and indicates whether a C program should include <sys/access.h>.
2078 i_sysdir (i_sysdir.U):
2079 This variable conditionally defines the I_SYS_DIR symbol, and indicates
2080 whether a C program should include <sys/dir.h>.
2082 i_sysfile (i_sysfile.U):
2083 This variable conditionally defines the I_SYS_FILE symbol, and indicates
2084 whether a C program should include <sys/file.h> to get R_OK and friends.
2086 i_sysfilio (i_sysioctl.U):
2087 This variable conditionally defines the I_SYS_FILIO symbol, which
2088 indicates to the C program that <sys/filio.h> exists and should
2089 be included in preference to <sys/ioctl.h>.
2092 This variable conditionally defines I_SYS_IN, which indicates
2093 to the C program that it should include <sys/in.h> instead of
2096 i_sysioctl (i_sysioctl.U):
2097 This variable conditionally defines the I_SYS_IOCTL symbol, which
2098 indicates to the C program that <sys/ioctl.h> exists and should
2101 i_syslog (i_syslog.U):
2102 This variable conditionally defines the I_SYSLOG symbol,
2103 and indicates whether a C program should include <syslog.h>.
2105 i_sysmman (i_sysmman.U):
2106 This variable conditionally defines the I_SYS_MMAN symbol, and
2107 indicates whether a C program should include <sys/mman.h>.
2109 i_sysmode (i_sysmode.U):
2110 This variable conditionally defines the I_SYSMODE symbol,
2111 and indicates whether a C program should include <sys/mode.h>.
2113 i_sysmount (i_sysmount.U):
2114 This variable conditionally defines the I_SYSMOUNT symbol,
2115 and indicates whether a C program should include <sys/mount.h>.
2117 i_sysndir (i_sysndir.U):
2118 This variable conditionally defines the I_SYS_NDIR symbol, and indicates
2119 whether a C program should include <sys/ndir.h>.
2121 i_sysparam (i_sysparam.U):
2122 This variable conditionally defines the I_SYS_PARAM symbol, and indicates
2123 whether a C program should include <sys/param.h>.
2125 i_sysresrc (i_sysresrc.U):
2126 This variable conditionally defines the I_SYS_RESOURCE symbol,
2127 and indicates whether a C program should include <sys/resource.h>.
2129 i_syssecrt (i_syssecrt.U):
2130 This variable conditionally defines the I_SYS_SECURITY symbol,
2131 and indicates whether a C program should include <sys/security.h>.
2133 i_sysselct (i_sysselct.U):
2134 This variable conditionally defines I_SYS_SELECT, which indicates
2135 to the C program that it should include <sys/select.h> in order to
2136 get the definition of struct timeval.
2138 i_syssockio (i_sysioctl.U):
2139 This variable conditionally defines I_SYS_SOCKIO to indicate to the
2140 C program that socket ioctl codes may be found in <sys/sockio.h>
2141 instead of <sys/ioctl.h>.
2143 i_sysstat (i_sysstat.U):
2144 This variable conditionally defines the I_SYS_STAT symbol,
2145 and indicates whether a C program should include <sys/stat.h>.
2147 i_sysstatfs (i_sysstatfs.U):
2148 This variable conditionally defines the I_SYSSTATFS symbol,
2149 and indicates whether a C program should include <sys/statfs.h>.
2151 i_sysstatvfs (i_sysstatvfs.U):
2152 This variable conditionally defines the I_SYSSTATVFS symbol,
2153 and indicates whether a C program should include <sys/statvfs.h>.
2155 i_systime (i_time.U):
2156 This variable conditionally defines I_SYS_TIME, which indicates
2157 to the C program that it should include <sys/time.h>.
2159 i_systimek (i_time.U):
2160 This variable conditionally defines I_SYS_TIME_KERNEL, which
2161 indicates to the C program that it should include <sys/time.h>
2162 with KERNEL defined.
2164 i_systimes (i_systimes.U):
2165 This variable conditionally defines the I_SYS_TIMES symbol, and indicates
2166 whether a C program should include <sys/times.h>.
2168 i_systypes (i_systypes.U):
2169 This variable conditionally defines the I_SYS_TYPES symbol,
2170 and indicates whether a C program should include <sys/types.h>.
2172 i_sysuio (i_sysuio.U):
2173 This variable conditionally defines the I_SYSUIO symbol, and indicates
2174 whether a C program should include <sys/uio.h>.
2176 i_sysun (i_sysun.U):
2177 This variable conditionally defines I_SYS_UN, which indicates
2178 to the C program that it should include <sys/un.h> to get UNIX
2179 domain socket definitions.
2181 i_sysutsname (i_sysutsname.U):
2182 This variable conditionally defines the I_SYSUTSNAME symbol,
2183 and indicates whether a C program should include <sys/utsname.h>.
2185 i_sysvfs (i_sysvfs.U):
2186 This variable conditionally defines the I_SYSVFS symbol,
2187 and indicates whether a C program should include <sys/vfs.h>.
2189 i_syswait (i_syswait.U):
2190 This variable conditionally defines I_SYS_WAIT, which indicates
2191 to the C program that it should include <sys/wait.h>.
2193 i_termio (i_termio.U):
2194 This variable conditionally defines the I_TERMIO symbol, which
2195 indicates to the C program that it should include <termio.h> rather
2198 i_termios (i_termio.U):
2199 This variable conditionally defines the I_TERMIOS symbol, which
2200 indicates to the C program that the POSIX <termios.h> file is
2204 This variable conditionally defines I_TIME, which indicates
2205 to the C program that it should include <time.h>.
2207 i_unistd (i_unistd.U):
2208 This variable conditionally defines the I_UNISTD symbol, and indicates
2209 whether a C program should include <unistd.h>.
2211 i_ustat (i_ustat.U):
2212 This variable conditionally defines the I_USTAT symbol, and indicates
2213 whether a C program should include <ustat.h>.
2215 i_utime (i_utime.U):
2216 This variable conditionally defines the I_UTIME symbol, and indicates
2217 whether a C program should include <utime.h>.
2219 i_values (i_values.U):
2220 This variable conditionally defines the I_VALUES symbol, and indicates
2221 whether a C program may include <values.h> to get symbols like MAXLONG
2224 i_varargs (i_varhdr.U):
2225 This variable conditionally defines I_VARARGS, which indicates
2226 to the C program that it should include <varargs.h>.
2228 i_varhdr (i_varhdr.U):
2229 Contains the name of the header to be included to get va_dcl definition.
2230 Typically one of varargs.h or stdarg.h.
2232 i_vfork (i_vfork.U):
2233 This variable conditionally defines the I_VFORK symbol, and indicates
2234 whether a C program should include vfork.h.
2236 ignore_versioned_solibs (libs.U):
2237 This variable should be non-empty if non-versioned shared
2238 libraries (libfoo.so.x.y) are to be ignored (because they
2239 cannot be linked against).
2241 inc_version_list (inc_version_list.U):
2242 This variable specifies the list of subdirectories in over
2243 which perl.c:incpush() and lib/lib.pm will automatically
2244 search when adding directories to @INC. The elements in
2245 the list are separated by spaces. This is only useful
2246 if you have a perl library directory tree structured like the
2247 default one. See INSTALL for how this works. The versioned
2248 site_perl directory was introduced in 5.005, so that is the
2249 lowest possible value.
2251 inc_version_list_init (inc_version_list.U):
2252 This variable holds the same list as inc_version_list, but
2253 each item is enclosed in double quotes and separated by commas,
2254 suitable for use in the PERL_INC_VERSION_LIST initialization.
2257 This variable must preceed the normal include path to get hte
2258 right one, as in "$incpath/usr/include" or "$incpath/usr/lib".
2259 Value can be "" or "/bsd43" on mips.
2262 This variable is defined but not used by Configure.
2263 The value is a plain '' and is not useful.
2265 installarchlib (archlib.U):
2266 This variable is really the same as archlibexp but may differ on
2267 those systems using AFS. For extra portability, only this variable
2268 should be used in makefiles.
2271 This variable is the same as binexp unless AFS is running in which case
2272 the user is explicitely prompted for it. This variable should always
2273 be used in your makefiles for maximum portability.
2275 installman1dir (man1dir.U):
2276 This variable is really the same as man1direxp, unless you are using
2277 AFS in which case it points to the read/write location whereas
2278 man1direxp only points to the read-only access location. For extra
2279 portability, you should only use this variable within your makefiles.
2281 installman3dir (man3dir.U):
2282 This variable is really the same as man3direxp, unless you are using
2283 AFS in which case it points to the read/write location whereas
2284 man3direxp only points to the read-only access location. For extra
2285 portability, you should only use this variable within your makefiles.
2287 installprefix (installprefix.U):
2288 This variable holds the name of the directory below which
2289 "make install" will install the package. For most users, this
2290 is the same as prefix. However, it is useful for
2291 installing the software into a different (usually temporary)
2292 location after which it can be bundled up and moved somehow
2293 to the final location specified by prefix.
2295 installprefixexp (installprefix.U):
2296 This variable holds the full absolute path of installprefix
2297 with all ~-expansion done.
2299 installprivlib (privlib.U):
2300 This variable is really the same as privlibexp but may differ on
2301 those systems using AFS. For extra portability, only this variable
2302 should be used in makefiles.
2304 installscript (scriptdir.U):
2305 This variable is usually the same as scriptdirexp, unless you are on
2306 a system running AFS, in which case they may differ slightly. You
2307 should always use this variable within your makefiles for portability.
2309 installsitearch (sitearch.U):
2310 This variable is really the same as sitearchexp but may differ on
2311 those systems using AFS. For extra portability, only this variable
2312 should be used in makefiles.
2314 installsitebin (sitebin.U):
2315 This variable is usually the same as sitebinexp, unless you are on
2316 a system running AFS, in which case they may differ slightly. You
2317 should always use this variable within your makefiles for portability.
2319 installsitelib (sitelib.U):
2320 This variable is really the same as sitelibexp but may differ on
2321 those systems using AFS. For extra portability, only this variable
2322 should be used in makefiles.
2324 installstyle (installstyle.U):
2325 This variable describes the "style" of the perl installation.
2326 This is intended to be useful for tools that need to
2327 manipulate entire perl distributions. Perl itself doesn't use
2328 this to find its libraries -- the library directories are
2329 stored directly in Config.pm. Currently, there are only two
2330 styles: "lib" and "lib/perl5". The default library locations
2331 (e.g. privlib, sitelib) are either $prefix/lib or
2332 $prefix/lib/perl5. The former is useful if $prefix is a
2333 directory dedicated to perl (e.g. /opt/perl), while the latter
2334 is useful if $prefix is shared by many packages, e.g. if
2336 This may later be extended to include other information, so
2337 be careful with pattern-matching on the results.
2338 For compatibility with perl5.005 and earlier, the default
2339 setting is based on whether or not $prefix contains the string
2342 installusrbinperl (instubperl.U):
2343 This variable tells whether Perl should be installed also as
2344 /usr/bin/perl in addition to
2347 installvendorarch (vendorarch.U):
2348 This variable is really the same as vendorarchexp but may differ on
2349 those systems using AFS. For extra portability, only this variable
2350 should be used in makefiles.
2352 installvendorbin (vendorbin.U):
2353 This variable is really the same as vendorbinexp but may differ on
2354 those systems using AFS. For extra portability, only this variable
2355 should be used in makefiles.
2357 installvendorlib (vendorlib.U):
2358 This variable is really the same as vendorlibexp but may differ on
2359 those systems using AFS. For extra portability, only this variable
2360 should be used in makefiles.
2362 intsize (intsize.U):
2363 This variable contains the value of the INTSIZE symbol, which
2364 indicates to the C program how many bytes there are in an int.
2366 ivdformat (perlxvf.U):
2367 This variable contains the format string used for printing
2368 a Perl IV as a signed decimal integer.
2371 This variable is the size of an IV in bytes.
2374 This variable contains the C type used for Perl's IV.
2376 known_extensions (Extensions.U):
2377 This variable holds a list of all XS extensions included in
2381 This variable is defined but not used by Configure.
2382 The value is a plain '' and is not useful.
2385 This variable contains a flag which will tell the C compiler and loader
2386 to produce a program running with a large memory model. It is up to
2387 the Makefile to use this.
2390 This variable indicates the program to be used to link
2391 libraries for dynamic loading. On some systems, it is 'ld'.
2392 On ELF systems, it should be $cc. Mostly, we'll try to respect
2393 the hint file setting.
2395 lddlflags (dlsrc.U):
2396 This variable contains any special flags that might need to be
2397 passed to $ld to create a shared library suitable for dynamic
2398 loading. It is up to the makefile to use it. For hpux, it
2399 should be '-b'. For sunos 4.1, it is empty.
2401 ldflags (ccflags.U):
2402 This variable contains any additional C loader flags desired by
2403 the user. It is up to the Makefile to use this.
2405 ldlibpthname (libperl.U):
2406 This variable holds the name of the shared library
2407 search path, often LD_LIBRARY_PATH. To get an empty
2408 string, the hints file must set this to 'none'.
2411 This variable is used internally by Configure to determine the
2412 full pathname (if any) of the less program. After Configure runs,
2413 the value is reset to a plain "less" and is not useful.
2416 This is an old synonym for _a.
2419 This variable contains the location of the C library.
2421 libperl (libperl.U):
2422 The perl executable is obtained by linking perlmain.c with
2423 libperl, any static extensions (usually just DynaLoader),
2424 and any other libraries needed on this system. libperl
2425 is usually libperl.a, but can also be libperl.so.xxx if
2426 the user wishes to build a perl executable with a shared
2430 This variable holds the general path (space-separated) used to find
2431 libraries. It is intended to be used by other units.
2434 This variable holds the additional libraries we want to use.
2435 It is up to the Makefile to deal with it.
2438 This variable holds the directory names aka dirnames of the libraries
2439 we found and accepted, duplicates are removed.
2442 This variable holds the filenames aka basenames of the libraries
2443 we found and accepted.
2446 This variable holds the full pathnames of the libraries
2447 we found and accepted.
2450 This variable holds the directory names probed for libraries.
2452 libswanted (Myinit.U):
2453 This variable holds a list of all the libraries we want to
2454 search. The order is chosen to pick up the c library
2455 ahead of ucb or bsd libraries for SVR4.
2458 This variable is defined but not used by Configure.
2459 The value is a plain '' and is not useful.
2462 This variable is defined but not used by Configure.
2463 The value is a plain '' and is not useful.
2465 lkflags (ccflags.U):
2466 This variable contains any additional C partial linker flags desired by
2467 the user. It is up to the Makefile to use this.
2470 This variable is used internally by Configure to determine the
2471 full pathname (if any) of the ln program. After Configure runs,
2472 the value is reset to a plain "ln" and is not useful.
2475 This variable holds the name of the command to make
2476 symbolic links (if they are supported). It can be used
2477 in the Makefile. It is either 'ln -s' or 'ln'
2479 locincpth (ccflags.U):
2480 This variable contains a list of additional directories to be
2481 searched by the compiler. The appropriate '-I' directives will
2482 be added to ccflags. This is intended to simplify setting
2483 local directories from the Configure command line.
2484 It's not much, but it parallels the loclibpth stuff in libpth.U.
2486 loclibpth (libpth.U):
2487 This variable holds the paths (space-separated) used to find local
2488 libraries. It is prepended to libpth, and is intended to be easily
2489 set from the command line.
2491 longdblsize (d_longdbl.U):
2492 This variable contains the value of the LONG_DOUBLESIZE symbol, which
2493 indicates to the C program how many bytes there are in a long double,
2494 if this system supports long doubles.
2496 longlongsize (d_longlong.U):
2497 This variable contains the value of the LONGLONGSIZE symbol, which
2498 indicates to the C program how many bytes there are in a long long,
2499 if this system supports long long.
2501 longsize (intsize.U):
2502 This variable contains the value of the LONGSIZE symbol, which
2503 indicates to the C program how many bytes there are in a long.
2506 This variable is defined but not used by Configure.
2507 The value is a plain '' and is not useful.
2510 This variable is defined but not used by Configure.
2511 The value is a plain '' and is not useful.
2514 This variable is used internally by Configure to determine the
2515 full pathname (if any) of the ls program. After Configure runs,
2516 the value is reset to a plain "ls" and is not useful.
2518 lseeksize (lseektype.U):
2519 This variable defines lseektype to be something like off_t, long,
2520 or whatever type is used to declare lseek offset's type in the
2521 kernel (which also appears to be lseek's return type).
2523 lseektype (lseektype.U):
2524 This variable defines lseektype to be something like off_t, long,
2525 or whatever type is used to declare lseek offset's type in the
2526 kernel (which also appears to be lseek's return type).
2529 This variable is defined but not used by Configure.
2530 The value is a plain '' and is not useful.
2533 This variable is defined but not used by Configure.
2534 The value is a plain '' and is not useful.
2537 This variable is used internally by Configure to determine the
2538 full pathname (if any) of the make program. After Configure runs,
2539 the value is reset to a plain "make" and is not useful.
2541 make_set_make (make.U):
2542 Some versions of 'make' set the variable MAKE. Others do not.
2543 This variable contains the string to be included in Makefile.SH
2544 so that MAKE is set if needed, and not if not needed.
2545 Possible values are:
2546 make_set_make='#' # If your make program handles this for you,
2547 make_set_make="MAKE=$make" # if it doesn't.
2548 I used a comment character so that we can distinguish a
2549 'set' value (from a previous config.sh or Configure '-D' option)
2550 from an uncomputed value.
2552 mallocobj (mallocsrc.U):
2553 This variable contains the name of the malloc.o that this package
2554 generates, if that malloc.o is preferred over the system malloc.
2555 Otherwise the value is null. This variable is intended for generating
2556 Makefiles. See mallocsrc.
2558 mallocsrc (mallocsrc.U):
2559 This variable contains the name of the malloc.c that comes with
2560 the package, if that malloc.c is preferred over the system malloc.
2561 Otherwise the value is null. This variable is intended for generating
2564 malloctype (mallocsrc.U):
2565 This variable contains the kind of ptr returned by malloc and realloc.
2567 man1dir (man1dir.U):
2568 This variable contains the name of the directory in which manual
2569 source pages are to be put. It is the responsibility of the
2570 Makefile.SH to get the value of this into the proper command.
2571 You must be prepared to do the ~name expansion yourself.
2573 man1direxp (man1dir.U):
2574 This variable is the same as the man1dir variable, but is filename
2575 expanded at configuration time, for convenient use in makefiles.
2577 man1ext (man1dir.U):
2578 This variable contains the extension that the manual page should
2579 have: one of 'n', 'l', or '1'. The Makefile must supply the '.'.
2582 man3dir (man3dir.U):
2583 This variable contains the name of the directory in which manual
2584 source pages are to be put. It is the responsibility of the
2585 Makefile.SH to get the value of this into the proper command.
2586 You must be prepared to do the ~name expansion yourself.
2588 man3direxp (man3dir.U):
2589 This variable is the same as the man3dir variable, but is filename
2590 expanded at configuration time, for convenient use in makefiles.
2592 man3ext (man3dir.U):
2593 This variable contains the extension that the manual page should
2594 have: one of 'n', 'l', or '3'. The Makefile must supply the '.'.
2598 This variable is used internally by Configure to determine the
2599 full pathname (if any) of the Mcc program. After Configure runs,
2600 the value is reset to a plain "Mcc" and is not useful.
2603 This variable contains a flag which will tell the C compiler and loader
2604 to produce a program running with a medium memory model. If the
2605 medium model is not supported, contains the flag to produce large
2606 model programs. It is up to the Makefile to use this.
2608 mips_type (usrinc.U):
2609 This variable holds the environment type for the mips system.
2610 Possible values are "BSD 4.3" and "System V".
2613 This variable is used internally by Configure to determine the
2614 full pathname (if any) of the mkdir program. After Configure runs,
2615 the value is reset to a plain "mkdir" and is not useful.
2617 mmaptype (d_mmap.U):
2618 This symbol contains the type of pointer returned by mmap()
2619 (and simultaneously the type of the first argument).
2620 It can be 'void *' or 'caddr_t'.
2623 This variable contains the list of memory models supported by this
2624 system. Possible component values are none, split, unsplit, small,
2625 medium, large, and huge. The component values are space separated.
2627 modetype (modetype.U):
2628 This variable defines modetype to be something like mode_t,
2629 int, unsigned short, or whatever type is used to declare file
2630 modes for system calls.
2633 This variable is used internally by Configure to determine the
2634 full pathname (if any) of the more program. After Configure runs,
2635 the value is reset to a plain "more" and is not useful.
2637 multiarch (multiarch.U):
2638 This variable conditionally defines the MULTIARCH symbol
2639 which signifies the presence of multiplatform files.
2640 This is normally set by hints files.
2643 This variable is defined but not used by Configure.
2644 The value is a plain '' and is not useful.
2646 myarchname (archname.U):
2647 This variable holds the architecture name computed by Configure in
2648 a previous run. It is not intended to be perused by any user and
2649 should never be set in a hint file.
2651 mydomain (myhostname.U):
2652 This variable contains the eventual value of the MYDOMAIN symbol,
2653 which is the domain of the host the program is going to run on.
2654 The domain must be appended to myhostname to form a complete host name.
2655 The dot comes with mydomain, and need not be supplied by the program.
2657 myhostname (myhostname.U):
2658 This variable contains the eventual value of the MYHOSTNAME symbol,
2659 which is the name of the host the program is going to run on.
2660 The domain is not kept with hostname, but must be gotten from mydomain.
2661 The dot comes with mydomain, and need not be supplied by the program.
2663 myuname (Oldconfig.U):
2664 The output of 'uname -a' if available, otherwise the hostname. On Xenix,
2665 pseudo variables assignments in the output are stripped, thank you. The
2666 whole thing is then lower-cased.
2669 This variable contains the '-n' flag if that is what causes the echo
2670 command to suppress newline. Otherwise it is null. Correct usage is
2671 $echo $n "prompt for a question: $c".
2673 netdb_hlen_type (netdbtype.U):
2674 This variable holds the type used for the 2nd argument to
2675 gethostbyaddr(). Usually, this is int or size_t or unsigned.
2676 This is only useful if you have gethostbyaddr(), naturally.
2678 netdb_host_type (netdbtype.U):
2679 This variable holds the type used for the 1st argument to
2680 gethostbyaddr(). Usually, this is char * or void *, possibly
2681 with or without a const prefix.
2682 This is only useful if you have gethostbyaddr(), naturally.
2684 netdb_name_type (netdbtype.U):
2685 This variable holds the type used for the argument to
2686 gethostbyname(). Usually, this is char * or const char *.
2687 This is only useful if you have gethostbyname(), naturally.
2689 netdb_net_type (netdbtype.U):
2690 This variable holds the type used for the 1st argument to
2691 getnetbyaddr(). Usually, this is int or long.
2692 This is only useful if you have getnetbyaddr(), naturally.
2695 This variable is used internally by Configure to determine the
2696 full pathname (if any) of the nm program. After Configure runs,
2697 the value is reset to a plain "nm" and is not useful.
2700 This variable holds the options that may be necessary for nm.
2702 nm_so_opt (usenm.U):
2703 This variable holds the options that may be necessary for nm
2704 to work on a shared library but that can not be used on an
2705 archive library. Currently, this is only used by Linux, where
2706 nm --dynamic is *required* to get symbols from an ELF library which
2707 has been stripped, but nm --dynamic is *fatal* on an archive library.
2708 Maybe Linux should just always set usenm=false.
2710 nonxs_ext (Extensions.U):
2711 This variable holds a list of all non-xs extensions included
2712 in the package. All of them will be built.
2715 This variable is used internally by Configure to determine the
2716 full pathname (if any) of the nroff program. After Configure runs,
2717 the value is reset to a plain "nroff" and is not useful.
2720 This variable is the size of an NV in bytes.
2723 This variable contains the C type used for Perl's NV.
2725 o_nonblock (nblock_io.U):
2726 This variable bears the symbol value to be used during open() or fcntl()
2727 to turn on non-blocking I/O for a file descriptor. If you wish to switch
2728 between blocking and non-blocking, you may try ioctl(FIOSNBIO) instead,
2729 but that is only supported by some devices.
2732 This is an old synonym for _o.
2734 old_pthread_create_joinable (d_pthrattrj.U):
2735 This variable defines the constant to use for creating joinable
2736 (aka undetached) pthreads. Unused if pthread.h defines
2737 PTHREAD_CREATE_JOINABLE. If used, possible values are
2738 PTHREAD_CREATE_UNDETACHED and __UNDETACHED.
2740 optimize (ccflags.U):
2741 This variable contains any optimizer/debugger flag that should be used.
2742 It is up to the Makefile to use it.
2744 orderlib (orderlib.U):
2745 This variable is "true" if the components of libraries must be ordered
2746 (with `lorder $* | tsort`) before placing them in an archive. Set to
2747 "false" if ranlib or ar can generate random libraries.
2749 osname (Oldconfig.U):
2750 This variable contains the operating system name (e.g. sunos,
2751 solaris, hpux, etc.). It can be useful later on for setting
2752 defaults. Any spaces are replaced with underscores. It is set
2753 to a null string if we can't figure it out.
2755 osvers (Oldconfig.U):
2756 This variable contains the operating system version (e.g.
2757 4.1.3, 5.2, etc.). It is primarily used for helping select
2758 an appropriate hints file, but might be useful elsewhere for
2759 setting defaults. It is set to '' if we can't figure it out.
2760 We try to be flexible about how much of the version number
2761 to keep, e.g. if 4.1.1, 4.1.2, and 4.1.3 are essentially the
2762 same for this package, hints files might just be os_4.0 or
2763 os_4.1, etc., not keeping separate files for each little release.
2765 otherlibdirs (otherlibdirs.U):
2766 This variable contains a colon-separated set of paths for the perl
2767 binary to search for additional library files or modules.
2768 These directories will be tacked to the end of @INC.
2769 Perl will automatically search below each path for version-
2770 and architecture-specific directories. See inc_version_list
2772 A value of ' ' means 'none' and is used to preserve this value
2773 for the next run through Configure.
2775 package (package.U):
2776 This variable contains the name of the package being constructed.
2777 It is primarily intended for the use of later Configure units.
2780 This variable contains the name of the preferred pager on the system.
2781 Usual values are (the full pathnames of) more, less, pg, or cat.
2784 This variable contains a command that produces the text of the
2785 /etc/passwd file. This is normally "cat /etc/passwd", but can be
2786 "ypcat passwd" when NIS is used.
2787 On some systems, such as os390, there may be no equivalent
2788 command, in which case this variable is unset.
2790 patchlevel (patchlevel.U):
2791 The patchlevel level of this package.
2792 The value of patchlevel comes from the patchlevel.h file.
2793 In a version number such as 5.6.1, this is the "6".
2794 In patchlevel.h, this is referred to as "PERL_VERSION".
2797 This is an old synonym for p_ in Head.U, the character
2798 used to separate elements in the command shell search PATH.
2801 This variable contains the full path (if any) to a previously
2802 installed perl5.005 or later suitable for running the script
2803 to determine inc_version_list.
2806 This variable is defined but not used by Configure.
2807 The value is a plain '' and is not useful.
2809 PERL_REVISION (Oldsyms.U):
2810 In a Perl version number such as 5.6.2, this is the 5.
2811 This value is manually set in patchlevel.h
2813 PERL_SUBVERSION (Oldsyms.U):
2814 In a Perl version number such as 5.6.2, this is the 2.
2815 Values greater than 50 represent potentially unstable
2816 development subversions.
2817 This value is manually set in patchlevel.h
2819 PERL_VERSION (Oldsyms.U):
2820 In a Perl version number such as 5.6.2, this is the 6.
2821 This value is manually set in patchlevel.h
2823 perladmin (perladmin.U):
2824 Electronic mail address of the perl5 administrator.
2826 perlpath (perlpath.U):
2827 This variable contains the eventual value of the PERLPATH symbol,
2828 which contains the name of the perl interpreter to be used in
2829 shell scripts and in the "eval 'exec'" idiom.
2832 This variable is used internally by Configure to determine the
2833 full pathname (if any) of the pg program. After Configure runs,
2834 the value is reset to a plain "pg" and is not useful.
2836 phostname (myhostname.U):
2837 This variable contains the eventual value of the PHOSTNAME symbol,
2838 which is a command that can be fed to popen() to get the host name.
2839 The program should probably not presume that the domain is or isn't
2842 pidtype (pidtype.U):
2843 This variable defines PIDTYPE to be something like pid_t, int,
2844 ushort, or whatever type is used to declare process ids in the kernel.
2847 Holds the private path used by Configure to find out the libraries.
2848 Its value is prepend to libpth. This variable takes care of special
2849 machines, like the mips. Usually, it should be empty.
2851 pm_apiversion (xs_apiversion.U):
2852 This variable contains the version of the oldest perl
2853 compatible with the present perl. (That is, pure perl modules
2854 written for $pm_apiversion will still work for the current
2855 version). perl.c:incpush() and lib/lib.pm will automatically
2856 search in $sitelib for older directories across major versions
2857 back to pm_apiversion. This is only useful if you have a perl
2858 library directory tree structured like the default one. The
2859 versioned site_perl library was introduced in 5.005, so that's
2860 the default setting for this variable. It's hard to imagine
2861 it changing before Perl6. It is included here for symmetry
2862 with xs_apiveprsion -- the searching algorithms will
2863 (presumably) be similar.
2864 See the INSTALL file for how this works.
2867 This variable is defined but not used by Configure.
2868 The value is a plain '' and is not useful.
2871 This variable is defined but not used by Configure.
2872 The value is a plain '' and is not useful.
2875 This variable holds the name of the directory below which the
2876 user will install the package. Usually, this is /usr/local, and
2877 executables go in /usr/local/bin, library stuff in /usr/local/lib,
2878 man pages in /usr/local/man, etc. It is only used to set defaults
2879 for things in bin.U, mansrc.U, privlib.U, or scriptdir.U.
2881 prefixexp (prefix.U):
2882 This variable holds the full absolute path of the directory below
2883 which the user will install the package. Derived from prefix.
2885 privlib (privlib.U):
2886 This variable contains the eventual value of the PRIVLIB symbol,
2887 which is the name of the private library for this package. It may
2888 have a ~ on the front. It is up to the makefile to eventually create
2889 this directory while performing installation (with ~ substitution).
2891 privlibexp (privlib.U):
2892 This variable is the ~name expanded version of privlib, so that you
2893 may use it directly in Makefiles or shell scripts.
2895 prototype (prototype.U):
2896 This variable holds the eventual value of CAN_PROTOTYPE, which
2897 indicates the C compiler can handle funciton prototypes.
2899 ptrsize (ptrsize.U):
2900 This variable contains the value of the PTRSIZE symbol, which
2901 indicates to the C program how many bytes there are in a pointer.
2903 quadkind (quadtype.U):
2904 This variable, if defined, encodes the type of a quad:
2905 1 = int, 2 = long, 3 = long long, 4 = int64_t.
2907 quadtype (quadtype.U):
2908 This variable defines Quad_t to be something like long, int,
2909 long long, int64_t, or whatever type is used for 64-bit integers.
2911 randbits (randfunc.U):
2912 Indicates how many bits are produced by the function used to
2913 generate normalized random numbers.
2915 randfunc (randfunc.U):
2916 Indicates the name of the random number function to use.
2917 Values include drand48, random, and rand. In C programs,
2918 the 'Drand01' macro is defined to generate uniformly distributed
2919 random numbers over the range [0., 1.[ (see drand01 and nrand).
2921 randseedtype (randfunc.U):
2922 Indicates the type of the argument of the seedfunc.
2924 ranlib (orderlib.U):
2925 This variable is set to the pathname of the ranlib program, if it is
2926 needed to generate random libraries. Set to ":" if ar can generate
2927 random libraries or if random libraries are not supported
2929 rd_nodata (nblock_io.U):
2930 This variable holds the return code from read() when no data is
2931 present. It should be -1, but some systems return 0 when O_NDELAY is
2932 used, which is a shame because you cannot make the difference between
2933 no data and an EOF.. Sigh!
2935 revision (patchlevel.U):
2936 The value of revision comes from the patchlevel.h file.
2937 In a version number such as 5.6.1, this is the "5".
2938 In patchlevel.h, this is referred to as "PERL_REVISION".
2941 This variable is used internally by Configure to determine the
2942 full pathname (if any) of the rm program. After Configure runs,
2943 the value is reset to a plain "rm" and is not useful.
2946 This variable is defined but not used by Configure.
2947 The value is a plain '' and is not useful.
2950 This variable contains 'true' or 'false' depending whether the
2951 nm extraction should be performed or not, according to the value
2952 of usenm and the flags on the Configure command line.
2954 sched_yield (d_pthread_y.U):
2955 This variable defines the way to yield the execution
2956 of the current thread.
2958 scriptdir (scriptdir.U):
2959 This variable holds the name of the directory in which the user wants
2960 to put publicly scripts for the package in question. It is either
2961 the same directory as for binaries, or a special one that can be
2962 mounted across different architectures, like /usr/share. Programs
2963 must be prepared to deal with ~name expansion.
2965 scriptdirexp (scriptdir.U):
2966 This variable is the same as scriptdir, but is filename expanded
2967 at configuration time, for programs not wanting to bother with it.
2970 This variable is used internally by Configure to determine the
2971 full pathname (if any) of the sed program. After Configure runs,
2972 the value is reset to a plain "sed" and is not useful.
2974 seedfunc (randfunc.U):
2975 Indicates the random number generating seed function.
2976 Values include srand48, srandom, and srand.
2978 selectminbits (selectminbits.U):
2979 This variable holds the minimum number of bits operated by select.
2980 That is, if you do select(n, ...), how many bits at least will be
2981 cleared in the masks if some activity is detected. Usually this
2982 is either n or 32*ceil(n/32), especially many little-endians do
2983 the latter. This is only useful if you have select(), naturally.
2985 selecttype (selecttype.U):
2986 This variable holds the type used for the 2nd, 3rd, and 4th
2987 arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET
2988 is defined, and 'int *' otherwise. This is only useful if you
2989 have select(), naturally.
2992 This variable is defined but not used by Configure.
2993 The value is a plain '' and is not useful.
2996 This variable contains the full pathname of the shell used
2997 on this system to execute Bourne shell scripts. Usually, this will be
2998 /bin/sh, though it's possible that some systems will have /bin/ksh,
2999 /bin/pdksh, /bin/ash, /bin/bash, or even something such as
3001 This unit comes before Options.U, so you can't set sh with a '-D'
3002 option, though you can override this (and startsh)
3003 with '-O -Dsh=/bin/whatever -Dstartsh=whatever'
3006 This variable is defined but not used by Configure.
3007 The value is a plain '' and is not useful.
3009 sharpbang (spitshell.U):
3010 This variable contains the string #! if this system supports that
3013 shmattype (d_shmat.U):
3014 This symbol contains the type of pointer returned by shmat().
3015 It can be 'void *' or 'char *'.
3017 shortsize (intsize.U):
3018 This variable contains the value of the SHORTSIZE symbol which
3019 indicates to the C program how many bytes there are in a short.
3021 shrpenv (libperl.U):
3022 If the user builds a shared libperl.so, then we need to tell the
3023 'perl' executable where it will be able to find the installed libperl.so.
3024 One way to do this on some systems is to set the environment variable
3025 LD_RUN_PATH to the directory that will be the final location of the
3026 shared libperl.so. The makefile can use this with something like
3027 $shrpenv $(CC) -o perl perlmain.o $libperl $libs
3029 shrpenv="env LD_RUN_PATH=$archlibexp/CORE"
3032 See the main perl Makefile.SH for actual working usage.
3033 Alternatively, we might be able to use a command line option such
3034 as -R $archlibexp/CORE (Solaris, NetBSD) or -Wl,-rpath
3035 $archlibexp/CORE (Linux).
3037 shsharp (spitshell.U):
3038 This variable tells further Configure units whether your sh can
3041 sig_count (sig_name.U):
3042 This variable holds a number larger than the largest valid
3043 signal number. This is usually the same as the NSIG macro.
3045 sig_name (sig_name.U):
3046 This variable holds the signal names, space separated. The leading
3047 SIG in signal name is removed. A ZERO is prepended to the
3048 list. This is currently not used.
3050 sig_name_init (sig_name.U):
3051 This variable holds the signal names, enclosed in double quotes and
3052 separated by commas, suitable for use in the SIG_NAME definition
3053 below. A "ZERO" is prepended to the list, and the list is
3054 terminated with a plain 0. The leading SIG in signal names
3055 is removed. See sig_num.
3057 sig_num (sig_name.U):
3058 This variable holds the signal numbers, space separated. A ZERO is
3059 prepended to the list (corresponding to the fake SIGZERO), and
3060 the list is terminated with a 0. Those numbers correspond to
3061 the value of the signal listed in the same place within the
3064 sig_num_init (sig_name.U):
3065 This variable holds the signal numbers, enclosed in double quotes and
3066 separated by commas, suitable for use in the SIG_NUM definition
3067 below. A "ZERO" is prepended to the list, and the list is
3068 terminated with a plain 0.
3070 signal_t (d_voidsig.U):
3071 This variable holds the type of the signal handler (void or int).
3073 sitearch (sitearch.U):
3074 This variable contains the eventual value of the SITEARCH symbol,
3075 which is the name of the private library for this package. It may
3076 have a ~ on the front. It is up to the makefile to eventually create
3077 this directory while performing installation (with ~ substitution).
3078 The standard distribution will put nothing in this directory.
3079 After perl has been installed, users may install their own local
3080 architecture-dependent modules in this directory with
3081 MakeMaker Makefile.PL
3082 or equivalent. See INSTALL for details.
3084 sitearchexp (sitearch.U):
3085 This variable is the ~name expanded version of sitearch, so that you
3086 may use it directly in Makefiles or shell scripts.
3088 sitebin (sitebin.U):
3089 This variable holds the name of the directory in which the user wants
3090 to put add-on publicly executable files for the package in question. It
3091 is most often a local directory such as /usr/local/bin. Programs using
3092 this variable must be prepared to deal with ~name substitution.
3093 The standard distribution will put nothing in this directory.
3094 After perl has been installed, users may install their own local
3095 executables in this directory with
3096 MakeMaker Makefile.PL
3097 or equivalent. See INSTALL for details.
3099 sitebinexp (sitebin.U):
3100 This is the same as the sitebin variable, but is filename expanded at
3101 configuration time, for use in your makefiles.
3103 sitelib (sitelib.U):
3104 This variable contains the eventual value of the SITELIB symbol,
3105 which is the name of the private library for this package. It may
3106 have a ~ on the front. It is up to the makefile to eventually create
3107 this directory while performing installation (with ~ substitution).
3108 The standard distribution will put nothing in this directory.
3109 After perl has been installed, users may install their own local
3110 architecture-independent modules in this directory with
3111 MakeMaker Makefile.PL
3112 or equivalent. See INSTALL for details.
3114 sitelib_stem (sitelib.U):
3115 This variable is $sitelibexp with any trailing version-specific component
3116 removed. The elements in inc_version_list (inc_version_list.U) can
3117 be tacked onto this variable to generate a list of directories to search.
3119 sitelibexp (sitelib.U):
3120 This variable is the ~name expanded version of sitelib, so that you
3121 may use it directly in Makefiles or shell scripts.
3123 siteprefix (siteprefix.U):
3124 This variable holds the full absolute path of the directory below
3125 which the user will install add-on packages.
3126 See INSTALL for usage and examples.
3128 siteprefixexp (siteprefix.U):
3129 This variable holds the full absolute path of the directory below
3130 which the user will install add-on packages. Derived from siteprefix.
3132 sizesize (sizesize.U):
3133 This variable contains the size of a sizetype in bytes.
3135 sizetype (sizetype.U):
3136 This variable defines sizetype to be something like size_t,
3137 unsigned long, or whatever type is used to declare length
3138 parameters for string functions.
3141 This variable is defined but not used by Configure.
3142 The value is a plain '' and is not useful.
3145 This variable is defined but not used by Configure.
3146 The value is a plain '' and is not useful.
3149 This variable contains a flag which will tell the C compiler and loader
3150 to produce a program running with a small memory model. It is up to
3151 the Makefile to use this.
3154 This variable holds the extension used to identify shared libraries
3155 (also known as shared objects) on the system. Usually set to 'so'.
3157 sockethdr (d_socket.U):
3158 This variable has any cpp '-I' flags needed for socket support.
3160 socketlib (d_socket.U):
3161 This variable has the names of any libraries needed for socket support.
3163 socksizetype (socksizetype.U):
3164 This variable holds the type used for the size argument
3165 for various socket calls like accept. Usual values include
3166 socklen_t, size_t, and int.
3169 This variable is used internally by Configure to determine the
3170 full pathname (if any) of the sort program. After Configure runs,
3171 the value is reset to a plain "sort" and is not useful.
3173 spackage (package.U):
3174 This variable contains the name of the package being constructed,
3175 with the first letter uppercased, i.e. suitable for starting
3178 spitshell (spitshell.U):
3179 This variable contains the command necessary to spit out a runnable
3180 shell on this system. It is either cat or a grep '-v' for # comments.
3183 This variable contains a flag which will tell the C compiler and loader
3184 to produce a program that will run in separate I and D space, for those
3185 machines that support separation of instruction and data space. It is
3186 up to the Makefile to use this.
3188 sPRId64 (quadfio.U):
3189 This variable, if defined, contains the string used by stdio to
3190 format 64-bit decimal numbers (format 'd') for output.
3192 sPRIeldbl (longdblfio.U):
3193 This variable, if defined, contains the string used by stdio to
3194 format long doubles (format 'e') for output.
3196 sPRIEldbl (longdblfio.U):
3197 This variable, if defined, contains the string used by stdio to
3198 format long doubles (format 'E') for output.
3200 sPRIfldbl (longdblfio.U):
3201 This variable, if defined, contains the string used by stdio to
3202 format long doubles (format 'f') for output.
3204 sPRIFldbl (longdblfio.U):
3205 This variable, if defined, contains the string used by stdio to
3206 format long doubles (format 'F') for output.
3208 sPRIgldbl (longdblfio.U):
3209 This variable, if defined, contains the string used by stdio to
3210 format long doubles (format 'g') for output.
3212 sPRIGldbl (longdblfio.U):
3213 This variable, if defined, contains the string used by stdio to
3214 format long doubles (format 'G') for output.
3216 sPRIi64 (quadfio.U):
3217 This variable, if defined, contains the string used by stdio to
3218 format 64-bit decimal numbers (format 'i') for output.
3220 sPRIo64 (quadfio.U):
3221 This variable, if defined, contains the string used by stdio to
3222 format 64-bit octal numbers (format 'o') for output.
3224 sPRIu64 (quadfio.U):
3225 This variable, if defined, contains the string used by stdio to
3226 format 64-bit unsigned decimal numbers (format 'u') for output.
3228 sPRIx64 (quadfio.U):
3229 This variable, if defined, contains the string used by stdio to
3230 format 64-bit hexadecimal numbers (format 'x') for output.
3232 sPRIX64 (quadfio.U):
3233 This variable, if defined, contains the string used by stdio to
3234 format 64-bit hExADECimAl numbers (format 'X') for output.
3237 This variable holds the path to the package source. It is up to
3238 the Makefile to use this variable and set VPATH accordingly to
3239 find the sources remotely.
3241 ssizetype (ssizetype.U):
3242 This variable defines ssizetype to be something like ssize_t,
3243 long or int. It is used by functions that return a count
3244 of bytes or an error condition. It must be a signed type.
3245 We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
3247 startperl (startperl.U):
3248 This variable contains the string to put on the front of a perl
3249 script to make sure (hopefully) that it runs with perl and not some
3250 shell. Of course, that leading line must be followed by the classical
3252 eval 'exec perl -S $0 ${1+"$@"}'
3253 if $running_under_some_shell;
3254 to guarantee perl startup should the shell execute the script. Note
3255 that this magic incatation is not understood by csh.
3257 startsh (startsh.U):
3258 This variable contains the string to put on the front of a shell
3259 script to make sure (hopefully) that it runs with sh and not some
3262 static_ext (Extensions.U):
3263 This variable holds a list of XS extension files we want to
3264 link statically into the package. It is used by Makefile.
3266 stdchar (stdchar.U):
3267 This variable conditionally defines STDCHAR to be the type of char
3268 used in stdio.h. It has the values "unsigned char" or "char".
3270 stdio_base (d_stdstdio.U):
3271 This variable defines how, given a FILE pointer, fp, to access the
3272 _base field (or equivalent) of stdio.h's FILE structure. This will
3273 be used to define the macro FILE_base(fp).
3275 stdio_bufsiz (d_stdstdio.U):
3276 This variable defines how, given a FILE pointer, fp, to determine
3277 the number of bytes store in the I/O buffer pointer to by the
3278 _base field (or equivalent) of stdio.h's FILE structure. This will
3279 be used to define the macro FILE_bufsiz(fp).
3281 stdio_cnt (d_stdstdio.U):
3282 This variable defines how, given a FILE pointer, fp, to access the
3283 _cnt field (or equivalent) of stdio.h's FILE structure. This will
3284 be used to define the macro FILE_cnt(fp).
3286 stdio_filbuf (d_stdstdio.U):
3287 This variable defines how, given a FILE pointer, fp, to tell
3288 stdio to refill it's internal buffers (?). This will
3289 be used to define the macro FILE_filbuf(fp).
3291 stdio_ptr (d_stdstdio.U):
3292 This variable defines how, given a FILE pointer, fp, to access the
3293 _ptr field (or equivalent) of stdio.h's FILE structure. This will
3294 be used to define the macro FILE_ptr(fp).
3296 stdio_stream_array (stdio_streams.U):
3297 This variable tells the name of the array holding the stdio streams.
3298 Usual values include _iob, __iob, and __sF.
3300 strings (i_string.U):
3301 This variable holds the full path of the string header that will be
3302 used. Typically /usr/include/string.h or /usr/include/strings.h.
3305 This variable is defined but not used by Configure.
3306 The value is a plain '' and is not useful.
3308 subversion (patchlevel.U):
3309 The subversion level of this package.
3310 The value of subversion comes from the patchlevel.h file.
3311 In a version number such as 5.6.1, this is the "1".
3312 In patchlevel.h, this is referred to as "PERL_SUBVERSION".
3313 This is unique to perl.
3316 This variable holds the place where the manual is located on this
3317 system. It is not the place where the user wants to put his manual
3318 pages. Rather it is the place where Configure may look to find manual
3319 for unix commands (section 1 of the manual usually). See mansrc.
3322 This variable is defined but not used by Configure.
3323 The value is a plain '' and is not useful.
3326 This variable is defined but not used by Configure.
3327 The value is a plain '' and is not useful.
3330 This variable is defined but not used by Configure.
3331 The value is a plain '' and is not useful.
3334 This variable is defined but not used by Configure.
3335 The value is a plain '' and is not useful.
3338 This variable is used internally by Configure to determine the
3339 full pathname (if any) of the test program. After Configure runs,
3340 the value is reset to a plain "test" and is not useful.
3342 timeincl (i_time.U):
3343 This variable holds the full path of the included time header(s).
3345 timetype (d_time.U):
3346 This variable holds the type returned by time(). It can be long,
3347 or time_t on BSD sites (in which case <sys/types.h> should be
3348 included). Anyway, the type Time_t should be used.
3351 This variable is used internally by Configure to determine the
3352 full pathname (if any) of the touch program. After Configure runs,
3353 the value is reset to a plain "touch" and is not useful.
3356 This variable is used internally by Configure to determine the
3357 full pathname (if any) of the tr program. After Configure runs,
3358 the value is reset to a plain "tr" and is not useful.
3361 This variable contains the value to be passed to the tr(1)
3362 command to transliterate a newline. Typical values are
3363 '\012' and '\n'. This is needed for EBCDIC systems where
3364 newline is not necessarily '\012'.
3367 This variable is defined but not used by Configure.
3368 The value is a plain '' and is not useful.
3371 This variable is the size of an U16 in bytes.
3374 This variable contains the C type used for Perl's U16.
3377 This variable is the size of an U32 in bytes.
3380 This variable contains the C type used for Perl's U32.
3383 This variable is the size of an U64 in bytes.
3386 This variable contains the C type used for Perl's U64.
3389 This variable is the size of an U8 in bytes.
3392 This variable contains the C type used for Perl's U8.
3395 This variable contains the format string used for printing a Uid_t.
3397 uidsign (uidsign.U):
3398 This variable contains the signedness of a uidtype.
3399 1 for unsigned, -1 for signed.
3401 uidsize (uidsize.U):
3402 This variable contains the size of a uidtype in bytes.
3404 uidtype (uidtype.U):
3405 This variable defines Uid_t to be something like uid_t, int,
3406 ushort, or whatever type is used to declare user ids in the kernel.
3409 This variable is used internally by Configure to determine the
3410 full pathname (if any) of the uname program. After Configure runs,
3411 the value is reset to a plain "uname" and is not useful.
3414 This variable is used internally by Configure to determine the
3415 full pathname (if any) of the uniq program. After Configure runs,
3416 the value is reset to a plain "uniq" and is not useful.
3418 uquadtype (quadtype.U):
3419 This variable defines Uquad_t to be something like unsigned long,
3420 unsigned int, unsigned long long, uint64_t, or whatever type is
3421 used for 64-bit integers.
3423 use5005threads (usethreads.U):
3424 This variable conditionally defines the USE_5005THREADS symbol,
3425 and indicates that Perl should be built to use the 5.005-based
3426 threading implementation.
3428 use64bitall (use64bits.U):
3429 This variable conditionally defines the USE_64_BIT_ALL symbol,
3430 and indicates that 64-bit integer types should be used
3431 when available. The maximal possible
3432 64-bitness is employed: LP64 or ILP64, meaning that you will
3433 be able to use more than 2 gigabytes of memory. This mode is
3434 even more binary incompatible than USE_64_BIT_INT. You may not
3435 be able to run the resulting executable in a 32-bit CPU at all or
3436 you may need at least to reboot your OS to 64-bit mode.
3438 use64bitint (use64bits.U):
3439 This variable conditionally defines the USE_64_BIT_INT symbol,
3440 and indicates that 64-bit integer types should be used
3441 when available. The minimal possible 64-bitness
3442 is employed, just enough to get 64-bit integers into Perl.
3443 This may mean using for example "long longs", while your memory
3444 may still be limited to 2 gigabytes.
3447 This variable indicates if the system supports dynamic
3448 loading of some sort. See also dlsrc and dlobj.
3450 useithreads (usethreads.U):
3451 This variable conditionally defines the USE_ITHREADS symbol,
3452 and indicates that Perl should be built to use the interpreter-based
3453 threading implementation.
3455 uselargefiles (uselfs.U):
3456 This variable conditionally defines the USE_LARGE_FILES symbol,
3457 and indicates that large file interfaces should be used when
3460 uselongdouble (uselongdbl.U):
3461 This variable conditionally defines the USE_LONG_DOUBLE symbol,
3462 and indicates that long doubles should be used when available.
3464 usemorebits (usemorebits.U):
3465 This variable conditionally defines the USE_MORE_BITS symbol,
3466 and indicates that explicit 64-bit interfaces and long doubles
3467 should be used when available.
3469 usemultiplicity (usemultiplicity.U):
3470 This variable conditionally defines the MULTIPLICITY symbol,
3471 and indicates that Perl should be built to use multiplicity.
3473 usemymalloc (mallocsrc.U):
3474 This variable contains y if the malloc that comes with this package
3475 is desired over the system's version of malloc. People often include
3476 special versions of malloc for effiency, but such versions are often
3477 less portable. See also mallocsrc and mallocobj.
3478 If this is 'y', then -lmalloc is removed from $libs.
3481 This variable contains 'true' or 'false' depending whether the
3482 nm extraction is wanted or not.
3484 useopcode (Extensions.U):
3485 This variable holds either 'true' or 'false' to indicate
3486 whether the Opcode extension should be used. The sole
3487 use for this currently is to allow an easy mechanism
3488 for users to skip the Opcode extension from the Configure
3491 useperlio (useperlio.U):
3492 This variable conditionally defines the USE_PERLIO symbol,
3493 and indicates that the PerlIO abstraction should be
3496 useposix (Extensions.U):
3497 This variable holds either 'true' or 'false' to indicate
3498 whether the POSIX extension should be used. The sole
3499 use for this currently is to allow an easy mechanism
3500 for hints files to indicate that POSIX will not compile
3501 on a particular system.
3504 This variable is set to true when the user agrees to use sfio.
3505 It is set to false when sfio is not available or when the user
3506 explicitely requests not to use sfio. It is here primarily so
3507 that command-line settings can override the auto-detection of
3508 d_sfio without running into a "WHOA THERE".
3510 useshrplib (libperl.U):
3511 This variable is set to 'yes' if the user wishes
3512 to build a shared libperl, and 'no' otherwise.
3514 usesocks (usesocks.U):
3515 This variable conditionally defines the USE_SOCKS symbol,
3516 and indicates that Perl should be built to use SOCKS.
3518 usethreads (usethreads.U):
3519 This variable conditionally defines the USE_THREADS symbol,
3520 and indicates that Perl should be built to use threads.
3522 usevendorprefix (vendorprefix.U):
3523 This variable tells whether the vendorprefix
3524 and consequently other vendor* paths are in use.
3526 usevfork (d_vfork.U):
3527 This variable is set to true when the user accepts to use vfork.
3528 It is set to false when no vfork is available or when the user
3529 explicitely requests not to use vfork.
3532 This variable holds the path of the include files, which is
3533 usually /usr/include. It is mainly used by other Configure units.
3536 This variable is defined but not used by Configure.
3537 The value is a plain '' and is not useful.
3539 uvoformat (perlxvf.U):
3540 This variable contains the format string used for printing
3541 a Perl UV as an unsigned octal integer.
3544 This variable is the size of a UV in bytes.
3547 This variable contains the C type used for Perl's UV.
3549 uvuformat (perlxvf.U):
3550 This variable contains the format string used for printing
3551 a Perl UV as an unsigned decimal integer.
3553 uvxformat (perlxvf.U):
3554 This variable contains the format string used for printing
3555 a Perl UV as an unsigned hexadecimal integer.
3557 vendorarch (vendorarch.U):
3558 This variable contains the value of the PERL_VENDORARCH symbol.
3559 It may have a ~ on the front.
3560 The standard distribution will put nothing in this directory.
3561 Vendors who distribute perl may wish to place their own
3562 architecture-dependent modules and extensions in this directory with
3563 MakeMaker Makefile.PL INSTALLDIRS=vendor
3564 or equivalent. See INSTALL for details.
3566 vendorarchexp (vendorarch.U):
3567 This variable is the ~name expanded version of vendorarch, so that you
3568 may use it directly in Makefiles or shell scripts.
3570 vendorbin (vendorbin.U):
3571 This variable contains the eventual value of the VENDORBIN symbol.
3572 It may have a ~ on the front.
3573 The standard distribution will put nothing in this directory.
3574 Vendors who distribute perl may wish to place additional
3575 binaries in this directory with
3576 MakeMaker Makefile.PL INSTALLDIRS=vendor
3577 or equivalent. See INSTALL for details.
3579 vendorbinexp (vendorbin.U):
3580 This variable is the ~name expanded version of vendorbin, so that you
3581 may use it directly in Makefiles or shell scripts.
3583 vendorlib (vendorlib.U):
3584 This variable contains the eventual value of the VENDORLIB symbol,
3585 which is the name of the private library for this package.
3586 The standard distribution will put nothing in this directory.
3587 Vendors who distribute perl may wish to place their own
3588 modules in this directory with
3589 MakeMaker Makefile.PL INSTALLDIRS=vendor
3590 or equivalent. See INSTALL for details.
3592 vendorlib_stem (vendorlib.U):
3593 This variable is $vendorlibexp with any trailing version-specific component
3594 removed. The elements in inc_version_list (inc_version_list.U) can
3595 be tacked onto this variable to generate a list of directories to search.
3597 vendorlibexp (vendorlib.U):
3598 This variable is the ~name expanded version of vendorlib, so that you
3599 may use it directly in Makefiles or shell scripts.
3601 vendorprefix (vendorprefix.U):
3602 This variable holds the full absolute path of the directory below
3603 which the vendor will install add-on packages.
3604 See INSTALL for usage and examples.
3606 vendorprefixexp (vendorprefix.U):
3607 This variable holds the full absolute path of the directory below
3608 which the vendor will install add-on packages. Derived from vendorprefix.
3610 version (patchlevel.U):
3611 The full version number of this package, such as 5.6.1 (or 5_6_1).
3612 This combines revision, patchlevel, and subversion to get the
3613 full version number, including any possible subversions.
3614 This is suitable for use as a directory name, and hence is
3615 filesystem dependent.
3618 This variable is defined but not used by Configure.
3619 The value is a plain '' and is not useful.
3621 voidflags (voidflags.U):
3622 This variable contains the eventual value of the VOIDFLAGS symbol,
3623 which indicates how much support of the void type is given by this
3624 compiler. See VOIDFLAGS for more info.
3627 This variable holds extra path (space-separated) used to find
3628 libraries on this platform, for example CPU-specific libraries
3629 (on multi-CPU platforms) may be listed here.
3631 xs_apiversion (xs_apiversion.U):
3632 This variable contains the version of the oldest perl binary
3633 compatible with the present perl. perl.c:incpush() and
3634 lib/lib.pm will automatically search in $sitearch for older
3635 directories across major versions back to xs_apiversion.
3636 This is only useful if you have a perl library directory tree
3637 structured like the default one.
3638 See INSTALL for how this works.
3639 The versioned site_perl directory was introduced in 5.005,
3640 so that is the lowest possible value.
3641 Since this can depend on compile time options (such as
3642 bincompat) it is set by Configure. Other non-default sources
3643 of potential incompatibility, such as multiplicity, threads,
3644 debugging, 64bits, sfio, etc., are not checked for currently,
3645 though in principle we could go snooping around in old
3649 This variable is defined but not used by Configure.
3650 The value is a plain '' and is not useful.
3653 This variable is used internally by Configure to determine the
3654 full pathname (if any) of the zip program. After Configure runs,
3655 the value is reset to a plain "zip" and is not useful.