This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Compress-Raw-Zlib to CPAN version 2.069
[perl5.git] / Porting / Glossary
1
2 !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
3 This file is built by metaconfig.
4
5 This file contains a description of all the shell variables whose value is
6 determined by the Configure script.  Variables intended for use in C
7 programs (e.g. I_UNISTD) are already described in config_h.SH.  [`configpm'
8 generates pod documentation for Config.pm from this file--please try to keep
9 the formatting regular.]
10
11 _a (Unix.U):
12         This variable defines the extension used for ordinary library files.
13         For unix, it is '.a'.  The '.' is included.  Other possible
14         values include '.lib'.
15
16 _exe (Unix.U):
17         This variable defines the extension used for executable files.
18         DJGPP, Cygwin and OS/2 use '.exe'.  Stratus VOS uses '.pm'.
19         On operating systems which do not require a specific extension
20         for executable files, this variable is empty.
21
22 _o (Unix.U):
23         This variable defines the extension used for object files.
24         For unix, it is '.o'.  The '.' is included.  Other possible
25         values include '.obj'.
26
27 afs (afs.U):
28         This variable is set to 'true' if AFS (Andrew File System) is used
29         on the system, 'false' otherwise.  It is possible to override this
30         with a hint value or command line option, but you'd better know
31         what you are doing.
32
33 afsroot (afs.U):
34         This variable is by default set to '/afs'. In the unlikely case
35         this is not the correct root, it is possible to override this with
36         a hint value or command line option.  This will be used in subsequent
37         tests for AFSness in the configure and test process.
38
39 alignbytes (alignbytes.U):
40         This variable holds the number of bytes required to align a
41         double-- or a long double when applicable. Usual values are
42         2, 4 and 8.  The default is eight, for safety.
43
44 ansi2knr (ansi2knr.U):
45         This variable is set if the user needs to run ansi2knr.
46         Currently, this is not supported, so we just abort.
47
48 aphostname (d_gethname.U):
49         This variable contains the command which can be used to compute the
50         host name. The command is fully qualified by its absolute path, to make
51         it safe when used by a process with super-user privileges.
52
53 api_revision (patchlevel.U):
54         The three variables, api_revision, api_version, and
55         api_subversion, specify the version of the oldest perl binary
56         compatible with the present perl.  In a full version string
57         such as '5.6.1', api_revision is the '5'.
58         Prior to 5.5.640, the format was a floating point number,
59         like 5.00563.
60
61         perl.c:incpush() and lib/lib.pm will automatically search in
62         $sitelib/.. for older directories back to the limit specified
63         by these api_ variables.  This is only useful if you have a
64         perl library directory tree structured like the default one.
65         See INSTALL for how this works.  The versioned site_perl
66         directory was introduced in 5.005, so that is the lowest
67         possible value.  The version list appropriate for the current
68         system is determined in inc_version_list.U.
69
70         XXX To do:  Since compatibility can depend on compile time
71         options (such as bincompat, longlong, etc.) it should
72         (perhaps) be set by Configure, but currently it isn't.
73         Currently, we read a hard-wired value from patchlevel.h.
74         Perhaps what we ought to do is take the hard-wired value from
75         patchlevel.h but then modify it if the current Configure
76         options warrant.  patchlevel.h then would use an #ifdef guard.
77
78 api_subversion (patchlevel.U):
79         The three variables, api_revision, api_version, and
80         api_subversion, specify the version of the oldest perl binary
81         compatible with the present perl.  In a full version string
82         such as '5.6.1', api_subversion is the '1'.  See api_revision for
83         full details.
84
85 api_version (patchlevel.U):
86         The three variables, api_revision, api_version, and
87         api_subversion, specify the version of the oldest perl binary
88         compatible with the present perl.  In a full version string
89         such as '5.6.1', api_version is the '6'.  See api_revision for
90         full details.  As a special case, 5.5.0 is rendered in the
91         old-style as 5.005.  (In the 5.005_0x maintenance series,
92         this was the only versioned directory in $sitelib.)
93
94 api_versionstring (patchlevel.U):
95         This variable combines api_revision, api_version, and
96         api_subversion in a format such as 5.6.1 (or 5_6_1) suitable
97         for use as a directory name.  This is filesystem dependent.
98
99 ar (Loc.U):
100         This variable is used internally by Configure to determine the
101         full pathname (if any) of the ar program.  After Configure runs,
102         the value is reset to a plain "ar" and is not useful.
103
104 archlib (archlib.U):
105         This variable holds the name of the directory in which the user wants
106         to put architecture-dependent public library files for $package.
107         It is most often a local directory such as /usr/local/lib.
108         Programs using this variable must be prepared to deal
109         with filename expansion.
110
111 archlibexp (archlib.U):
112         This variable is the same as the archlib variable, but is
113         filename expanded at configuration time, for convenient use.
114
115 archname (archname.U):
116         This variable is a short name to characterize the current
117         architecture.  It is used mainly to construct the default archlib.
118
119 archname64 (use64bits.U):
120         This variable is used for the 64-bitness part of $archname.
121
122 archobjs (Unix.U):
123         This variable defines any additional objects that must be linked
124         in with the program on this architecture.  On unix, it is usually
125         empty.  It is typically used to include emulations of unix calls
126         or other facilities.  For perl on OS/2, for example, this would
127         include os2/os2.obj.
128
129 asctime_r_proto (d_asctime_r.U):
130         This variable encodes the prototype of asctime_r.
131         It is zero if d_asctime_r is undef, and one of the
132         REENTRANT_PROTO_T_ABC macros of reentr.h if d_asctime_r
133         is defined.
134
135 awk (Loc.U):
136         This variable is used internally by Configure to determine the
137         full pathname (if any) of the awk program.  After Configure runs,
138         the value is reset to a plain "awk" and is not useful.
139
140 baserev (baserev.U):
141         The base revision level of this package, from the .package file.
142
143 bash (Loc.U):
144         This variable is defined but not used by Configure.
145         The value is the empty string and is not useful.
146
147 bin (bin.U):
148         This variable holds the name of the directory in which the user wants
149         to put publicly executable images for the package in question.  It
150         is most often a local directory such as /usr/local/bin. Programs using
151         this variable must be prepared to deal with ~name substitution.
152
153 bin_ELF (dlsrc.U):
154         This variable saves the result from configure if generated binaries
155         are in ELF format. Only set to defined when the test has actually
156         been performed, and the result was positive.
157
158 binexp (bin.U):
159         This is the same as the bin variable, but is filename expanded at
160         configuration time, for use in your makefiles.
161
162 bison (Loc.U):
163         This variable is used internally by Configure to determine the
164         full pathname (if any) of the bison program.  After Configure runs,
165         the value is reset to a plain "bison" and is not useful.
166
167 byacc (Loc.U):
168         This variable is used internally by Configure to determine the
169         full pathname (if any) of the byacc program.  After Configure runs,
170         the value is reset to a plain "byacc" and is not useful.
171
172 byteorder (byteorder.U):
173         This variable holds the byte order in a UV. In the following,
174         larger digits indicate more significance.  The variable byteorder
175         is either 4321 on a big-endian machine, or 1234 on a little-endian,
176         or 87654321 on a Cray ... or 3412 with weird order !
177
178 c (n.U):
179         This variable contains the \c string if that is what causes the echo
180         command to suppress newline.  Otherwise it is null.  Correct usage is
181         $echo $n "prompt for a question: $c".
182
183 castflags (d_castneg.U):
184         This variable contains a flag that precise difficulties the
185         compiler has casting odd floating values to unsigned long:
186         0 = ok
187         1 = couldn't cast < 0
188         2 = couldn't cast >= 0x80000000
189         4 = couldn't cast in argument expression list
190
191 cat (Loc.U):
192         This variable is used internally by Configure to determine the
193         full pathname (if any) of the cat program.  After Configure runs,
194         the value is reset to a plain "cat" and is not useful.
195
196 cc (cc.U):
197         This variable holds the name of a command to execute a C compiler which
198         can resolve multiple global references that happen to have the same
199         name.  Usual values are 'cc' and 'gcc'.
200         Fervent ANSI compilers may be called 'c89'.  AIX has xlc.
201
202 cccdlflags (dlsrc.U):
203         This variable contains any special flags that might need to be
204         passed with 'cc -c' to compile modules to be used to create a shared
205         library that will be used for dynamic loading.  For hpux, this
206         should be +z.  It is up to the makefile to use it.
207
208 ccdlflags (dlsrc.U):
209         This variable contains any special flags that might need to be
210         passed to cc to link with a shared library for dynamic loading.
211         It is up to the makefile to use it.  For sunos 4.1, it should
212         be empty.
213
214 ccflags (ccflags.U):
215         This variable contains any additional C compiler flags desired by
216         the user.  It is up to the Makefile to use this.
217
218 ccflags_uselargefiles (uselfs.U):
219         This variable contains the compiler flags needed by large file builds
220         and added to ccflags by hints files.
221
222 ccname (Checkcc.U):
223         This can set either by hints files or by Configure.  If using
224         gcc, this is gcc, and if not, usually equal to cc, unimpressive, no?
225         Some platforms, however, make good use of this by storing the
226         flavor of the C compiler being used here.  For example if using
227         the Sun WorkShop suite, ccname will be 'workshop'.
228
229 ccsymbols (Cppsym.U):
230         The variable contains the symbols defined by the C compiler alone.
231         The symbols defined by cpp or by cc when it calls cpp are not in
232         this list, see cppsymbols and cppccsymbols.
233         The list is a space-separated list of symbol=value tokens.
234
235 ccversion (Checkcc.U):
236         This can set either by hints files or by Configure.  If using
237         a (non-gcc) vendor cc, this variable may contain a version for
238         the compiler.
239
240 cf_by (cf_who.U):
241         Login name of the person who ran the Configure script and answered the
242         questions. This is used to tag both config.sh and config_h.SH.
243
244 cf_email (cf_email.U):
245         Electronic mail address of the person who ran Configure. This can be
246         used by units that require the user's e-mail, like MailList.U.
247
248 cf_time (cf_who.U):
249         Holds the output of the "date" command when the configuration file was
250         produced. This is used to tag both config.sh and config_h.SH.
251
252 charbits (charsize.U):
253         This variable contains the value of the CHARBITS symbol, which
254         indicates to the C program how many bits there are in a character.
255
256 charsize (charsize.U):
257         This variable contains the value of the CHARSIZE symbol, which
258         indicates to the C program how many bytes there are in a character.
259
260 chgrp (Loc.U):
261         This variable is defined but not used by Configure.
262         The value is the empty string and is not useful.
263
264 chmod (Loc.U):
265         This variable is used internally by Configure to determine the
266         full pathname (if any) of the chmod program.  After Configure runs,
267         the value is reset to a plain "chmod" and is not useful.
268
269 chown (Loc.U):
270         This variable is defined but not used by Configure.
271         The value is the empty string and is not useful.
272
273 clocktype (d_times.U):
274         This variable holds the type returned by times(). It can be long,
275         or clock_t on BSD sites (in which case <sys/types.h> should be
276         included).
277
278 comm (Loc.U):
279         This variable is used internally by Configure to determine the
280         full pathname (if any) of the comm program.  After Configure runs,
281         the value is reset to a plain "comm" and is not useful.
282
283 compress (Loc.U):
284         This variable is defined but not used by Configure.
285         The value is the empty string and is not useful.
286
287 config_arg0 (Options.U):
288         This variable contains the string used to invoke the Configure
289         command, as reported by the shell in the $0 variable.
290
291 config_argc (Options.U):
292         This variable contains the number of command-line arguments
293         passed to Configure, as reported by the shell in the $# variable.
294         The individual arguments are stored as variables config_arg1,
295         config_arg2, etc.
296
297 config_args (Options.U):
298         This variable contains a single string giving the command-line
299         arguments passed to Configure.  Spaces within arguments,
300         quotes, and escaped characters are not correctly preserved.
301         To reconstruct the command line, you must assemble the individual
302         command line pieces, given in config_arg[0-9]*.
303
304 contains (contains.U):
305         This variable holds the command to do a grep with a proper return
306         status.  On most sane systems it is simply "grep".  On insane systems
307         it is a grep followed by a cat followed by a test.  This variable
308         is primarily for the use of other Configure units.
309
310 cp (Loc.U):
311         This variable is used internally by Configure to determine the
312         full pathname (if any) of the cp program.  After Configure runs,
313         the value is reset to a plain "cp" and is not useful.
314
315 cpio (Loc.U):
316         This variable is defined but not used by Configure.
317         The value is the empty string and is not useful.
318
319 cpp (Loc.U):
320         This variable is used internally by Configure to determine the
321         full pathname (if any) of the cpp program.  After Configure runs,
322         the value is reset to a plain "cpp" and is not useful.
323
324 cpp_stuff (cpp_stuff.U):
325         This variable contains an identification of the concatenation mechanism
326         used by the C preprocessor.
327
328 cppccsymbols (Cppsym.U):
329         The variable contains the symbols defined by the C compiler
330         when it calls cpp.  The symbols defined by the cc alone or cpp
331         alone are not in this list, see ccsymbols and cppsymbols.
332         The list is a space-separated list of symbol=value tokens.
333
334 cppflags (ccflags.U):
335         This variable holds the flags that will be passed to the C pre-
336         processor. It is up to the Makefile to use it.
337
338 cpplast (cppstdin.U):
339         This variable has the same functionality as cppminus, only it applies
340         to cpprun and not cppstdin.
341
342 cppminus (cppstdin.U):
343         This variable contains the second part of the string which will invoke
344         the C preprocessor on the standard input and produce to standard
345         output.  This variable will have the value "-" if cppstdin needs
346         a minus to specify standard input, otherwise the value is "".
347
348 cpprun (cppstdin.U):
349         This variable contains the command which will invoke a C preprocessor
350         on standard input and put the output to stdout. It is guaranteed not
351         to be a wrapper and may be a null string if no preprocessor can be
352         made directly available. This preprocessor might be different from the
353         one used by the C compiler. Don't forget to append cpplast after the
354         preprocessor options.
355
356 cppstdin (cppstdin.U):
357         This variable contains the command which will invoke the C
358         preprocessor on standard input and put the output to stdout.
359         It is primarily used by other Configure units that ask about
360         preprocessor symbols.
361
362 cppsymbols (Cppsym.U):
363         The variable contains the symbols defined by the C preprocessor
364         alone.  The symbols defined by cc or by cc when it calls cpp are
365         not in this list, see ccsymbols and cppccsymbols.
366         The list is a space-separated list of symbol=value tokens.
367
368 crypt_r_proto (d_crypt_r.U):
369         This variable encodes the prototype of crypt_r.
370         It is zero if d_crypt_r is undef, and one of the
371         REENTRANT_PROTO_T_ABC macros of reentr.h if d_crypt_r
372         is defined.
373
374 cryptlib (d_crypt.U):
375         This variable holds -lcrypt or the path to a libcrypt.a archive if
376         the crypt() function is not defined in the standard C library. It is
377         up to the Makefile to use this.
378
379 csh (Loc.U):
380         This variable is used internally by Configure to determine the
381         full pathname (if any) of the csh program.  After Configure runs,
382         the value is reset to a plain "csh" and is not useful.
383
384 ctermid_r_proto (d_ctermid_r.U):
385         This variable encodes the prototype of ctermid_r.
386         It is zero if d_ctermid_r is undef, and one of the
387         REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctermid_r
388         is defined.
389
390 ctime_r_proto (d_ctime_r.U):
391         This variable encodes the prototype of ctime_r.
392         It is zero if d_ctime_r is undef, and one of the
393         REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctime_r
394         is defined.
395
396 d__fwalk (d__fwalk.U):
397         This variable conditionally defines HAS__FWALK if _fwalk() is
398         available to apply a function to all the file handles.
399
400 d_access (d_access.U):
401         This variable conditionally defines HAS_ACCESS if the access() system
402         call is available to check for access permissions using real IDs.
403
404 d_accessx (d_accessx.U):
405         This variable conditionally defines the HAS_ACCESSX symbol, which
406         indicates to the C program that the accessx() routine is available.
407
408 d_acosh (d_acosh.U):
409         This variable conditionally defines the HAS_ACOSH symbol, which
410         indicates to the C program that the acosh() routine is available.
411
412 d_aintl (d_aintl.U):
413         This variable conditionally defines the HAS_AINTL symbol, which
414         indicates to the C program that the aintl() routine is available.
415         If copysignl is also present we can emulate modfl.
416
417 d_alarm (d_alarm.U):
418         This variable conditionally defines the HAS_ALARM symbol, which
419         indicates to the C program that the alarm() routine is available.
420
421 d_archlib (archlib.U):
422         This variable conditionally defines ARCHLIB to hold the pathname
423         of architecture-dependent library files for $package.  If
424         $archlib is the same as $privlib, then this is set to undef.
425
426 d_asctime64 (d_timefuncs64.U):
427         This variable conditionally defines the HAS_ASCTIME64 symbol, which
428         indicates to the C program that the asctime64 () routine is available.
429
430 d_asctime_r (d_asctime_r.U):
431         This variable conditionally defines the HAS_ASCTIME_R symbol,
432         which indicates to the C program that the asctime_r()
433         routine is available.
434
435 d_asinh (d_asinh.U):
436         This variable conditionally defines the HAS_ASINH symbol, which
437         indicates to the C program that the asinh() routine is available.
438
439 d_atanh (d_atanh.U):
440         This variable conditionally defines the HAS_ATANH symbol, which
441         indicates to the C program that the atanh() routine is available.
442
443 d_atolf (atolf.U):
444         This variable conditionally defines the HAS_ATOLF symbol, which
445         indicates to the C program that the atolf() routine is available.
446
447 d_atoll (atoll.U):
448         This variable conditionally defines the HAS_ATOLL symbol, which
449         indicates to the C program that the atoll() routine is available.
450
451 d_attribute_deprecated (d_attribut.U):
452         This variable conditionally defines HASATTRIBUTE_DEPRECATED, which
453         indicates that GCC can handle the attribute for marking deprecated
454         APIs
455
456 d_attribute_format (d_attribut.U):
457         This variable conditionally defines HASATTRIBUTE_FORMAT, which
458         indicates the C compiler can check for printf-like formats.
459
460 d_attribute_malloc (d_attribut.U):
461         This variable conditionally defines HASATTRIBUTE_MALLOC, which
462         indicates the C compiler can understand functions as having
463         malloc-like semantics.
464
465 d_attribute_nonnull (d_attribut.U):
466         This variable conditionally defines HASATTRIBUTE_NONNULL, which
467         indicates that the C compiler can know that certain arguments
468         must not be NULL, and will check accordingly at compile time.
469
470 d_attribute_noreturn (d_attribut.U):
471         This variable conditionally defines HASATTRIBUTE_NORETURN, which
472         indicates that the C compiler can know that certain functions
473         are guaranteed never to return.
474
475 d_attribute_pure (d_attribut.U):
476         This variable conditionally defines HASATTRIBUTE_PURE, which
477         indicates that the C compiler can know that certain functions
478         are "pure" functions, meaning that they have no side effects, and
479         only rely on function input and/or global data for their results.
480
481 d_attribute_unused (d_attribut.U):
482         This variable conditionally defines HASATTRIBUTE_UNUSED, which
483         indicates that the C compiler can know that certain variables
484         and arguments may not always be used, and to not throw warnings
485         if they don't get used.
486
487 d_attribute_warn_unused_result (d_attribut.U):
488         This variable conditionally defines
489         HASATTRIBUTE_WARN_UNUSED_RESULT, which indicates that the C
490         compiler can know that certain functions have a return values
491         that must not be ignored, such as malloc() or open().
492
493 d_backtrace (d_backtrace.U):
494         This variable conditionally defines the HAS_BACKTRACE symbol, which
495         indicates to the C program that the backtrace() routine is available
496         to get a stack trace.
497
498 d_bcmp (d_bcmp.U):
499         This variable conditionally defines the HAS_BCMP symbol if
500         the bcmp() routine is available to compare strings.
501
502 d_bcopy (d_bcopy.U):
503         This variable conditionally defines the HAS_BCOPY symbol if
504         the bcopy() routine is available to copy strings.
505
506 d_bsd (Guess.U):
507         This symbol conditionally defines the symbol BSD when running on a
508         BSD system.
509
510 d_bsdgetpgrp (d_getpgrp.U):
511         This variable conditionally defines USE_BSD_GETPGRP if
512         getpgrp needs one arguments whereas USG one needs none.
513
514 d_bsdsetpgrp (d_setpgrp.U):
515         This variable conditionally defines USE_BSD_SETPGRP if
516         setpgrp needs two arguments whereas USG one needs none.
517         See also d_setpgid for a POSIX interface.
518
519 d_builtin_choose_expr (d_builtin.U):
520         This conditionally defines HAS_BUILTIN_CHOOSE_EXPR, which
521         indicates that the compiler supports __builtin_choose_expr(x,y,z).
522         This built-in function is analogous to the "x?y:z" operator in C,
523         except that the expression returned has its type unaltered by
524         promotion rules. Also, the built-in function does not evaluate
525         the expression that was not chosen.
526
527 d_builtin_expect (d_builtin.U):
528         This conditionally defines HAS_BUILTIN_EXPECT, which indicates
529         that the compiler supports __builtin_expect(exp,c).  You may use
530         __builtin_expect to provide the compiler with branch prediction
531         information.
532
533 d_bzero (d_bzero.U):
534         This variable conditionally defines the HAS_BZERO symbol if
535         the bzero() routine is available to set memory to 0.
536
537 d_c99_variadic_macros (d_c99_variadic.U):
538         This variable conditionally defines the HAS_C99_VARIADIC_MACROS
539         symbol, which indicates to the C program that C99 variadic macros
540         are available.
541
542 d_casti32 (d_casti32.U):
543         This variable conditionally defines CASTI32, which indicates
544         whether the C compiler can cast large floats to 32-bit ints.
545
546 d_castneg (d_castneg.U):
547         This variable conditionally defines CASTNEG, which indicates
548         whether the C compiler can cast negative float to unsigned.
549
550 d_cbrt (d_cbrt.U):
551         This variable conditionally defines the HAS_CBRT symbol, which
552         indicates to the C program that the cbrt() (cube root) function
553         is available.
554
555 d_charvspr (d_vprintf.U):
556         This variable conditionally defines CHARVSPRINTF if this system
557         has vsprintf returning type (char*).  The trend seems to be to
558         declare it as "int vsprintf()".
559
560 d_chown (d_chown.U):
561         This variable conditionally defines the HAS_CHOWN symbol, which
562         indicates to the C program that the chown() routine is available.
563
564 d_chroot (d_chroot.U):
565         This variable conditionally defines the HAS_CHROOT symbol, which
566         indicates to the C program that the chroot() routine is available.
567
568 d_chsize (d_chsize.U):
569         This variable conditionally defines the CHSIZE symbol, which
570         indicates to the C program that the chsize() routine is available
571         to truncate files.  You might need a -lx to get this routine.
572
573 d_class (d_class.U):
574         This variable conditionally defines the HAS_CLASS symbol, which
575         indicates to the C program that the class() routine is available.
576
577 d_clearenv (d_clearenv.U):
578         This variable conditionally defines the HAS_CLEARENV symbol, which
579         indicates to the C program that the clearenv () routine is available.
580
581 d_closedir (d_closedir.U):
582         This variable conditionally defines HAS_CLOSEDIR if closedir() is
583         available.
584
585 d_cmsghdr_s (d_cmsghdr_s.U):
586         This variable conditionally defines the HAS_STRUCT_CMSGHDR symbol,
587         which indicates that the struct cmsghdr is supported.
588
589 d_const (d_const.U):
590         This variable conditionally defines the HASCONST symbol, which
591         indicates to the C program that this C compiler knows about the
592         const type.
593
594 d_copysign (d_copysign.U):
595         This variable conditionally defines the HAS_COPYSIGN symbol, which
596         indicates to the C program that the copysign() routine is available.
597
598 d_copysignl (d_copysignl.U):
599         This variable conditionally defines the HAS_COPYSIGNL symbol, which
600         indicates to the C program that the copysignl() routine is available.
601         If aintl is also present we can emulate modfl.
602
603 d_cplusplus (d_cplusplus.U):
604         This variable conditionally defines the USE_CPLUSPLUS symbol, which
605         indicates that a C++ compiler was used to compiled Perl and will be
606         used to compile extensions.
607
608 d_crypt (d_crypt.U):
609         This variable conditionally defines the CRYPT symbol, which
610         indicates to the C program that the crypt() routine is available
611         to encrypt passwords and the like.
612
613 d_crypt_r (d_crypt_r.U):
614         This variable conditionally defines the HAS_CRYPT_R symbol,
615         which indicates to the C program that the crypt_r()
616         routine is available.
617
618 d_csh (d_csh.U):
619         This variable conditionally defines the CSH symbol, which
620         indicates to the C program that the C-shell exists.
621
622 d_ctermid (d_ctermid.U):
623         This variable conditionally defines CTERMID if ctermid() is
624         available to generate filename for terminal.
625
626 d_ctermid_r (d_ctermid_r.U):
627         This variable conditionally defines the HAS_CTERMID_R symbol,
628         which indicates to the C program that the ctermid_r()
629         routine is available.
630
631 d_ctime64 (d_timefuncs64.U):
632         This variable conditionally defines the HAS_CTIME64 symbol, which
633         indicates to the C program that the ctime64 () routine is available.
634
635 d_ctime_r (d_ctime_r.U):
636         This variable conditionally defines the HAS_CTIME_R symbol,
637         which indicates to the C program that the ctime_r()
638         routine is available.
639
640 d_cuserid (d_cuserid.U):
641         This variable conditionally defines the HAS_CUSERID symbol, which
642         indicates to the C program that the cuserid() routine is available
643         to get character login names.
644
645 d_dbl_dig (d_dbl_dig.U):
646         This variable conditionally defines d_dbl_dig if this system's
647         header files provide DBL_DIG, which is the number of significant
648         digits in a double precision number.
649
650 d_dbminitproto (d_dbminitproto.U):
651         This variable conditionally defines the HAS_DBMINIT_PROTO symbol,
652         which indicates to the C program that the system provides
653         a prototype for the dbminit() function.  Otherwise, it is
654         up to the program to supply one.
655
656 d_difftime (d_difftime.U):
657         This variable conditionally defines the HAS_DIFFTIME symbol, which
658         indicates to the C program that the difftime() routine is available.
659
660 d_difftime64 (d_timefuncs64.U):
661         This variable conditionally defines the HAS_DIFFTIME64 symbol, which
662         indicates to the C program that the difftime64 () routine is available.
663
664 d_dir_dd_fd (d_dir_dd_fd.U):
665         This variable conditionally defines the HAS_DIR_DD_FD symbol, which
666         indicates that the DIR directory stream type contains a member
667         variable called dd_fd.
668
669 d_dirfd (d_dirfd.U):
670         This variable conditionally defines the HAS_DIRFD constant,
671         which indicates to the C program that dirfd() is available
672         to return the file descriptor of a directory stream.
673
674 d_dirnamlen (i_dirent.U):
675         This variable conditionally defines DIRNAMLEN, which indicates
676         to the C program that the length of directory entry names is
677         provided by a d_namelen field.
678
679 d_dladdr (d_dladdr.U):
680         This variable conditionally defines the HAS_DLADDR symbol, which
681         indicates to the C program that the dladdr() routine is available
682         to get a stack trace.
683
684 d_dlerror (d_dlerror.U):
685         This variable conditionally defines the HAS_DLERROR symbol, which
686         indicates to the C program that the dlerror() routine is available.
687
688 d_dlopen (d_dlopen.U):
689         This variable conditionally defines the HAS_DLOPEN symbol, which
690         indicates to the C program that the dlopen() routine is available.
691
692 d_dlsymun (d_dlsymun.U):
693         This variable conditionally defines DLSYM_NEEDS_UNDERSCORE, which
694         indicates that we need to prepend an underscore to the symbol
695         name before calling dlsym().
696
697 d_dosuid (d_dosuid.U):
698         This variable conditionally defines the symbol DOSUID, which
699         tells the C program that it should insert setuid emulation code
700         on hosts which have setuid #! scripts disabled.
701
702 d_drand48_r (d_drand48_r.U):
703         This variable conditionally defines the HAS_DRAND48_R symbol,
704         which indicates to the C program that the drand48_r()
705         routine is available.
706
707 d_drand48proto (d_drand48proto.U):
708         This variable conditionally defines the HAS_DRAND48_PROTO symbol,
709         which indicates to the C program that the system provides
710         a prototype for the drand48() function.  Otherwise, it is
711         up to the program to supply one.
712
713 d_dup2 (d_dup2.U):
714         This variable conditionally defines HAS_DUP2 if dup2() is
715         available to duplicate file descriptors.
716
717 d_eaccess (d_eaccess.U):
718         This variable conditionally defines the HAS_EACCESS symbol, which
719         indicates to the C program that the eaccess() routine is available.
720
721 d_endgrent (d_endgrent.U):
722         This variable conditionally defines the HAS_ENDGRENT symbol, which
723         indicates to the C program that the endgrent() routine is available
724         for sequential access of the group database.
725
726 d_endgrent_r (d_endgrent_r.U):
727         This variable conditionally defines the HAS_ENDGRENT_R symbol,
728         which indicates to the C program that the endgrent_r()
729         routine is available.
730
731 d_endhent (d_endhent.U):
732         This variable conditionally defines HAS_ENDHOSTENT if endhostent() is
733         available to close whatever was being used for host queries.
734
735 d_endhostent_r (d_endhostent_r.U):
736         This variable conditionally defines the HAS_ENDHOSTENT_R symbol,
737         which indicates to the C program that the endhostent_r()
738         routine is available.
739
740 d_endnent (d_endnent.U):
741         This variable conditionally defines HAS_ENDNETENT if endnetent() is
742         available to close whatever was being used for network queries.
743
744 d_endnetent_r (d_endnetent_r.U):
745         This variable conditionally defines the HAS_ENDNETENT_R symbol,
746         which indicates to the C program that the endnetent_r()
747         routine is available.
748
749 d_endpent (d_endpent.U):
750         This variable conditionally defines HAS_ENDPROTOENT if endprotoent() is
751         available to close whatever was being used for protocol queries.
752
753 d_endprotoent_r (d_endprotoent_r.U):
754         This variable conditionally defines the HAS_ENDPROTOENT_R symbol,
755         which indicates to the C program that the endprotoent_r()
756         routine is available.
757
758 d_endpwent (d_endpwent.U):
759         This variable conditionally defines the HAS_ENDPWENT symbol, which
760         indicates to the C program that the endpwent() routine is available
761         for sequential access of the passwd database.
762
763 d_endpwent_r (d_endpwent_r.U):
764         This variable conditionally defines the HAS_ENDPWENT_R symbol,
765         which indicates to the C program that the endpwent_r()
766         routine is available.
767
768 d_endsent (d_endsent.U):
769         This variable conditionally defines HAS_ENDSERVENT if endservent() is
770         available to close whatever was being used for service queries.
771
772 d_endservent_r (d_endservent_r.U):
773         This variable conditionally defines the HAS_ENDSERVENT_R symbol,
774         which indicates to the C program that the endservent_r()
775         routine is available.
776
777 d_eofnblk (nblock_io.U):
778         This variable conditionally defines EOF_NONBLOCK if EOF can be seen
779         when reading from a non-blocking I/O source.
780
781 d_erf (d_erf.U):
782         This variable conditionally defines the HAS_ERF symbol, which
783         indicates to the C program that the erf() routine is available.
784
785 d_erfc (d_erfc.U):
786         This variable conditionally defines the HAS_ERFC symbol, which
787         indicates to the C program that the erfc() routine is available.
788
789 d_eunice (Guess.U):
790         This variable conditionally defines the symbols EUNICE and VAX, which
791         alerts the C program that it must deal with idiosyncrasies of VMS.
792
793 d_exp2 (d_exp2.U):
794         This variable conditionally defines the HAS_EXP2 symbol, which
795         indicates to the C program that the exp2() routine is available.
796
797 d_expm1 (d_expm1.U):
798         This variable conditionally defines the HAS_EXPM1 symbol, which
799         indicates to the C program that the expm1() routine is available.
800
801 d_faststdio (d_faststdio.U):
802         This variable conditionally defines the HAS_FAST_STDIO symbol,
803         which indicates to the C program that the "fast stdio" is available
804         to manipulate the stdio buffers directly.
805
806 d_fchdir (d_fchdir.U):
807         This variable conditionally defines the HAS_FCHDIR symbol, which
808         indicates to the C program that the fchdir() routine is available.
809
810 d_fchmod (d_fchmod.U):
811         This variable conditionally defines the HAS_FCHMOD symbol, which
812         indicates to the C program that the fchmod() routine is available
813         to change mode of opened files.
814
815 d_fchown (d_fchown.U):
816         This variable conditionally defines the HAS_FCHOWN symbol, which
817         indicates to the C program that the fchown() routine is available
818         to change ownership of opened files.
819
820 d_fcntl (d_fcntl.U):
821         This variable conditionally defines the HAS_FCNTL symbol, and indicates
822         whether the fcntl() function exists
823
824 d_fcntl_can_lock (d_fcntl_can_lock.U):
825         This variable conditionally defines the FCNTL_CAN_LOCK symbol
826         and indicates whether file locking with fcntl() works.
827
828 d_fd_macros (d_fd_set.U):
829         This variable contains the eventual value of the HAS_FD_MACROS symbol,
830         which indicates if your C compiler knows about the macros which
831         manipulate an fd_set.
832
833 d_fd_set (d_fd_set.U):
834         This variable contains the eventual value of the HAS_FD_SET symbol,
835         which indicates if your C compiler knows about the fd_set typedef.
836
837 d_fdim (d_fdim.U):
838         This variable conditionally defines the HAS_FDIM symbol, which
839         indicates to the C program that the fdim() routine is available.
840
841 d_fds_bits (d_fd_set.U):
842         This variable contains the eventual value of the HAS_FDS_BITS symbol,
843         which indicates if your fd_set typedef contains the fds_bits member.
844         If you have an fd_set typedef, but the dweebs who installed it did
845         a half-fast job and neglected to provide the macros to manipulate
846         an fd_set, HAS_FDS_BITS will let us know how to fix the gaffe.
847
848 d_fegetround (d_fegetround.U):
849         This variable conditionally defines HAS_FEGETROUND if fegetround() is
850         available to get the floating point rounding mode.
851
852 d_fgetpos (d_fgetpos.U):
853         This variable conditionally defines HAS_FGETPOS if fgetpos() is
854         available to get the file position indicator.
855
856 d_finite (d_finite.U):
857         This variable conditionally defines the HAS_FINITE symbol, which
858         indicates to the C program that the finite() routine is available.
859
860 d_finitel (d_finitel.U):
861         This variable conditionally defines the HAS_FINITEL symbol, which
862         indicates to the C program that the finitel() routine is available.
863
864 d_flexfnam (d_flexfnam.U):
865         This variable conditionally defines the FLEXFILENAMES symbol, which
866         indicates that the system supports filenames longer than 14 characters.
867
868 d_flock (d_flock.U):
869         This variable conditionally defines HAS_FLOCK if flock() is
870         available to do file locking.
871
872 d_flockproto (d_flockproto.U):
873         This variable conditionally defines the HAS_FLOCK_PROTO symbol,
874         which indicates to the C program that the system provides
875         a prototype for the flock() function.  Otherwise, it is
876         up to the program to supply one.
877
878 d_fma (d_fma.U):
879         This variable conditionally defines the HAS_FMA symbol, which
880         indicates to the C program that the fma() routine is available.
881
882 d_fmax (d_fmax.U):
883         This variable conditionally defines the HAS_FMAX symbol, which
884         indicates to the C program that the fmax() routine is available.
885
886 d_fmin (d_fmin.U):
887         This variable conditionally defines the HAS_FMIN symbol, which
888         indicates to the C program that the fmin() routine is available.
889
890 d_fork (d_fork.U):
891         This variable conditionally defines the HAS_FORK symbol, which
892         indicates to the C program that the fork() routine is available.
893
894 d_fp_class (d_fp_class.U):
895         This variable conditionally defines the HAS_FP_CLASS symbol, which
896         indicates to the C program that the fp_class() routine is available.
897
898 d_fp_classify (d_fpclassify.U):
899         This variable conditionally defines the HAS_FP_CLASSIFY symbol, which
900         indicates to the C program that the fp_classify() routine is available.
901
902 d_fp_classl (d_fp_classl.U):
903         This variable conditionally defines the HAS_FP_CLASSL symbol, which
904         indicates to the C program that the fp_classl() routine is available.
905
906 d_fpathconf (d_pathconf.U):
907         This variable conditionally defines the HAS_FPATHCONF symbol, which
908         indicates to the C program that the pathconf() routine is available
909         to determine file-system related limits and options associated
910         with a given open file descriptor.
911
912 d_fpclass (d_fpclass.U):
913         This variable conditionally defines the HAS_FPCLASS symbol, which
914         indicates to the C program that the fpclass() routine is available.
915
916 d_fpclassify (d_fpclassify.U):
917         This variable conditionally defines the HAS_FPCLASSIFY symbol, which
918         indicates to the C program that the fpclassify() routine is available.
919
920 d_fpclassl (d_fpclassl.U):
921         This variable conditionally defines the HAS_FPCLASSL symbol, which
922         indicates to the C program that the fpclassl() routine is available.
923
924 d_fpgetround (d_fpgetround.U):
925         This variable conditionally defines HAS_FPGETROUND if fpgetround()
926         is available to get the floating point rounding mode.
927
928 d_fpos64_t (d_fpos64_t.U):
929         This symbol will be defined if the C compiler supports fpos64_t.
930
931 d_frexpl (d_frexpl.U):
932         This variable conditionally defines the HAS_FREXPL symbol, which
933         indicates to the C program that the frexpl() routine is available.
934
935 d_fseeko (d_fseeko.U):
936         This variable conditionally defines the HAS_FSEEKO symbol, which
937         indicates to the C program that the fseeko() routine is available.
938
939 d_fsetpos (d_fsetpos.U):
940         This variable conditionally defines HAS_FSETPOS if fsetpos() is
941         available to set the file position indicator.
942
943 d_fsync (d_fsync.U):
944         This variable conditionally defines the HAS_FSYNC symbol, which
945         indicates to the C program that the fsync() routine is available.
946
947 d_ftello (d_ftello.U):
948         This variable conditionally defines the HAS_FTELLO symbol, which
949         indicates to the C program that the ftello() routine is available.
950
951 d_ftime (d_ftime.U):
952         This variable conditionally defines the HAS_FTIME symbol, which indicates
953         that the ftime() routine exists.  The ftime() routine is basically
954         a sub-second accuracy clock.
955
956 d_futimes (d_futimes.U):
957         This variable conditionally defines the HAS_FUTIMES symbol, which
958         indicates to the C program that the futimes() routine is available.
959
960 d_Gconvert (d_gconvert.U):
961         This variable holds what Gconvert is defined as to convert
962         floating point numbers into strings.  By default, Configure
963         sets this macro to use the first of gconvert, gcvt, or sprintf
964         that pass sprintf-%g-like behavior tests.  If perl is using
965         long doubles, the macro uses the first of the following
966         functions that pass Configure's tests: qgcvt, sprintf (if
967         Configure knows how to make sprintf format long doubles--see
968         sPRIgldbl), gconvert, gcvt, and sprintf (casting to double).
969         The gconvert_preference and gconvert_ld_preference variables
970         can be used to alter Configure's preferences, for doubles and
971         long doubles, respectively.  If present, they contain a
972         space-separated list of one or more of the above function
973         names in the order they should be tried.
974
975         d_Gconvert may be set to override Configure with a platform-
976         specific function.  If this function expects a double, a
977         different value may need to be set by the uselongdouble.cbu
978         call-back unit so that long doubles can be formatted without
979         loss of precision.
980
981 d_gdbm_ndbm_h_uses_prototypes (i_ndbm.U):
982         This variable conditionally defines the NDBM_H_USES_PROTOTYPES symbol,
983         which indicates that the gdbm-ndbm.h include file uses real ANSI C
984         prototypes instead of K&R style function declarations. K&R style
985         declarations are unsupported in C++, so the include file requires
986         special handling when using a C++ compiler and this variable is
987         undefined. Consult the different d_*ndbm_h_uses_prototypes variables
988         to get the same information for alternative ndbm.h include files.
989
990 d_gdbmndbm_h_uses_prototypes (i_ndbm.U):
991         This variable conditionally defines the NDBM_H_USES_PROTOTYPES symbol,
992         which indicates that the gdbm/ndbm.h include file uses real ANSI C
993         prototypes instead of K&R style function declarations. K&R style
994         declarations are unsupported in C++, so the include file requires
995         special handling when using a C++ compiler and this variable is
996         undefined. Consult the different d_*ndbm_h_uses_prototypes variables
997         to get the same information for alternative ndbm.h include files.
998
999 d_getaddrinfo (d_getaddrinfo.U):
1000         This variable conditionally defines the HAS_GETADDRINFO symbol,
1001         which indicates to the C program that the getaddrinfo() function
1002         is available.
1003
1004 d_getcwd (d_getcwd.U):
1005         This variable conditionally defines the HAS_GETCWD symbol, which
1006         indicates to the C program that the getcwd() routine is available
1007         to get the current working directory.
1008
1009 d_getespwnam (d_getespwnam.U):
1010         This variable conditionally defines HAS_GETESPWNAM if getespwnam() is
1011         available to retrieve enhanced (shadow) password entries by name.
1012
1013 d_getgrent (d_getgrent.U):
1014         This variable conditionally defines the HAS_GETGRENT symbol, which
1015         indicates to the C program that the getgrent() routine is available
1016         for sequential access of the group database.
1017
1018 d_getgrent_r (d_getgrent_r.U):
1019         This variable conditionally defines the HAS_GETGRENT_R symbol,
1020         which indicates to the C program that the getgrent_r()
1021         routine is available.
1022
1023 d_getgrgid_r (d_getgrgid_r.U):
1024         This variable conditionally defines the HAS_GETGRGID_R symbol,
1025         which indicates to the C program that the getgrgid_r()
1026         routine is available.
1027
1028 d_getgrnam_r (d_getgrnam_r.U):
1029         This variable conditionally defines the HAS_GETGRNAM_R symbol,
1030         which indicates to the C program that the getgrnam_r()
1031         routine is available.
1032
1033 d_getgrps (d_getgrps.U):
1034         This variable conditionally defines the HAS_GETGROUPS symbol, which
1035         indicates to the C program that the getgroups() routine is available
1036         to get the list of process groups.
1037
1038 d_gethbyaddr (d_gethbyad.U):
1039         This variable conditionally defines the HAS_GETHOSTBYADDR symbol, which
1040         indicates to the C program that the gethostbyaddr() routine is available
1041         to look up hosts by their IP addresses.
1042
1043 d_gethbyname (d_gethbynm.U):
1044         This variable conditionally defines the HAS_GETHOSTBYNAME symbol, which
1045         indicates to the C program that the gethostbyname() routine is available
1046         to look up host names in some data base or other.
1047
1048 d_gethent (d_gethent.U):
1049         This variable conditionally defines HAS_GETHOSTENT if gethostent() is
1050         available to look up host names in some data base or another.
1051
1052 d_gethname (d_gethname.U):
1053         This variable conditionally defines the HAS_GETHOSTNAME symbol, which
1054         indicates to the C program that the gethostname() routine may be
1055         used to derive the host name.
1056
1057 d_gethostbyaddr_r (d_gethostbyaddr_r.U):
1058         This variable conditionally defines the HAS_GETHOSTBYADDR_R symbol,
1059         which indicates to the C program that the gethostbyaddr_r()
1060         routine is available.
1061
1062 d_gethostbyname_r (d_gethostbyname_r.U):
1063         This variable conditionally defines the HAS_GETHOSTBYNAME_R symbol,
1064         which indicates to the C program that the gethostbyname_r()
1065         routine is available.
1066
1067 d_gethostent_r (d_gethostent_r.U):
1068         This variable conditionally defines the HAS_GETHOSTENT_R symbol,
1069         which indicates to the C program that the gethostent_r()
1070         routine is available.
1071
1072 d_gethostprotos (d_gethostprotos.U):
1073         This variable conditionally defines the HAS_GETHOST_PROTOS symbol,
1074         which indicates to the C program that <netdb.h> supplies
1075         prototypes for the various gethost*() functions.
1076         See also netdbtype.U for probing for various netdb types.
1077
1078 d_getitimer (d_getitimer.U):
1079         This variable conditionally defines the HAS_GETITIMER symbol, which
1080         indicates to the C program that the getitimer() routine is available.
1081
1082 d_getlogin (d_getlogin.U):
1083         This variable conditionally defines the HAS_GETLOGIN symbol, which
1084         indicates to the C program that the getlogin() routine is available
1085         to get the login name.
1086
1087 d_getlogin_r (d_getlogin_r.U):
1088         This variable conditionally defines the HAS_GETLOGIN_R symbol,
1089         which indicates to the C program that the getlogin_r()
1090         routine is available.
1091
1092 d_getnameinfo (d_getnameinfo.U):
1093         This variable conditionally defines the HAS_GETNAMEINFO symbol,
1094         which indicates to the C program that the getnameinfo() function
1095         is available.
1096
1097 d_getnbyaddr (d_getnbyad.U):
1098         This variable conditionally defines the HAS_GETNETBYADDR symbol, which
1099         indicates to the C program that the getnetbyaddr() routine is available
1100         to look up networks by their IP addresses.
1101
1102 d_getnbyname (d_getnbynm.U):
1103         This variable conditionally defines the HAS_GETNETBYNAME symbol, which
1104         indicates to the C program that the getnetbyname() routine is available
1105         to look up networks by their names.
1106
1107 d_getnent (d_getnent.U):
1108         This variable conditionally defines HAS_GETNETENT if getnetent() is
1109         available to look up network names in some data base or another.
1110
1111 d_getnetbyaddr_r (d_getnetbyaddr_r.U):
1112         This variable conditionally defines the HAS_GETNETBYADDR_R symbol,
1113         which indicates to the C program that the getnetbyaddr_r()
1114         routine is available.
1115
1116 d_getnetbyname_r (d_getnetbyname_r.U):
1117         This variable conditionally defines the HAS_GETNETBYNAME_R symbol,
1118         which indicates to the C program that the getnetbyname_r()
1119         routine is available.
1120
1121 d_getnetent_r (d_getnetent_r.U):
1122         This variable conditionally defines the HAS_GETNETENT_R symbol,
1123         which indicates to the C program that the getnetent_r()
1124         routine is available.
1125
1126 d_getnetprotos (d_getnetprotos.U):
1127         This variable conditionally defines the HAS_GETNET_PROTOS symbol,
1128         which indicates to the C program that <netdb.h> supplies
1129         prototypes for the various getnet*() functions.
1130         See also netdbtype.U for probing for various netdb types.
1131
1132 d_getpagsz (d_getpagsz.U):
1133         This variable conditionally defines HAS_GETPAGESIZE if getpagesize()
1134         is available to get the system page size.
1135
1136 d_getpbyname (d_getprotby.U):
1137         This variable conditionally defines the HAS_GETPROTOBYNAME
1138         symbol, which indicates to the C program that the
1139         getprotobyname() routine is available to look up protocols
1140         by their name.
1141
1142 d_getpbynumber (d_getprotby.U):
1143         This variable conditionally defines the HAS_GETPROTOBYNUMBER
1144         symbol, which indicates to the C program that the
1145         getprotobynumber() routine is available to look up protocols
1146         by their number.
1147
1148 d_getpent (d_getpent.U):
1149         This variable conditionally defines HAS_GETPROTOENT if getprotoent() is
1150         available to look up protocols in some data base or another.
1151
1152 d_getpgid (d_getpgid.U):
1153         This variable conditionally defines the HAS_GETPGID symbol, which
1154         indicates to the C program that the getpgid(pid) function
1155         is available to get the process group id.
1156
1157 d_getpgrp (d_getpgrp.U):
1158         This variable conditionally defines HAS_GETPGRP if getpgrp() is
1159         available to get the current process group.
1160
1161 d_getpgrp2 (d_getpgrp2.U):
1162         This variable conditionally defines the HAS_GETPGRP2 symbol, which
1163         indicates to the C program that the getpgrp2() (as in DG/UX) routine
1164         is available to get the current process group.
1165
1166 d_getppid (d_getppid.U):
1167         This variable conditionally defines the HAS_GETPPID symbol, which
1168         indicates to the C program that the getppid() routine is available
1169         to get the parent process ID.
1170
1171 d_getprior (d_getprior.U):
1172         This variable conditionally defines HAS_GETPRIORITY if getpriority()
1173         is available to get a process's priority.
1174
1175 d_getprotobyname_r (d_getprotobyname_r.U):
1176         This variable conditionally defines the HAS_GETPROTOBYNAME_R symbol,
1177         which indicates to the C program that the getprotobyname_r()
1178         routine is available.
1179
1180 d_getprotobynumber_r (d_getprotobynumber_r.U):
1181         This variable conditionally defines the HAS_GETPROTOBYNUMBER_R symbol,
1182         which indicates to the C program that the getprotobynumber_r()
1183         routine is available.
1184
1185 d_getprotoent_r (d_getprotoent_r.U):
1186         This variable conditionally defines the HAS_GETPROTOENT_R symbol,
1187         which indicates to the C program that the getprotoent_r()
1188         routine is available.
1189
1190 d_getprotoprotos (d_getprotoprotos.U):
1191         This variable conditionally defines the HAS_GETPROTO_PROTOS symbol,
1192         which indicates to the C program that <netdb.h> supplies
1193         prototypes for the various getproto*() functions.
1194         See also netdbtype.U for probing for various netdb types.
1195
1196 d_getprpwnam (d_getprpwnam.U):
1197         This variable conditionally defines HAS_GETPRPWNAM if getprpwnam() is
1198         available to retrieve protected (shadow) password entries by name.
1199
1200 d_getpwent (d_getpwent.U):
1201         This variable conditionally defines the HAS_GETPWENT symbol, which
1202         indicates to the C program that the getpwent() routine is available
1203         for sequential access of the passwd database.
1204
1205 d_getpwent_r (d_getpwent_r.U):
1206         This variable conditionally defines the HAS_GETPWENT_R symbol,
1207         which indicates to the C program that the getpwent_r()
1208         routine is available.
1209
1210 d_getpwnam_r (d_getpwnam_r.U):
1211         This variable conditionally defines the HAS_GETPWNAM_R symbol,
1212         which indicates to the C program that the getpwnam_r()
1213         routine is available.
1214
1215 d_getpwuid_r (d_getpwuid_r.U):
1216         This variable conditionally defines the HAS_GETPWUID_R symbol,
1217         which indicates to the C program that the getpwuid_r()
1218         routine is available.
1219
1220 d_getsbyname (d_getsrvby.U):
1221         This variable conditionally defines the HAS_GETSERVBYNAME
1222         symbol, which indicates to the C program that the
1223         getservbyname() routine is available to look up services
1224         by their name.
1225
1226 d_getsbyport (d_getsrvby.U):
1227         This variable conditionally defines the HAS_GETSERVBYPORT
1228         symbol, which indicates to the C program that the
1229         getservbyport() routine is available to look up services
1230         by their port.
1231
1232 d_getsent (d_getsent.U):
1233         This variable conditionally defines HAS_GETSERVENT if getservent() is
1234         available to look up network services in some data base or another.
1235
1236 d_getservbyname_r (d_getservbyname_r.U):
1237         This variable conditionally defines the HAS_GETSERVBYNAME_R symbol,
1238         which indicates to the C program that the getservbyname_r()
1239         routine is available.
1240
1241 d_getservbyport_r (d_getservbyport_r.U):
1242         This variable conditionally defines the HAS_GETSERVBYPORT_R symbol,
1243         which indicates to the C program that the getservbyport_r()
1244         routine is available.
1245
1246 d_getservent_r (d_getservent_r.U):
1247         This variable conditionally defines the HAS_GETSERVENT_R symbol,
1248         which indicates to the C program that the getservent_r()
1249         routine is available.
1250
1251 d_getservprotos (d_getservprotos.U):
1252         This variable conditionally defines the HAS_GETSERV_PROTOS symbol,
1253         which indicates to the C program that <netdb.h> supplies
1254         prototypes for the various getserv*() functions.
1255         See also netdbtype.U for probing for various netdb types.
1256
1257 d_getspnam (d_getspnam.U):
1258         This variable conditionally defines HAS_GETSPNAM if getspnam() is
1259         available to retrieve SysV shadow password entries by name.
1260
1261 d_getspnam_r (d_getspnam_r.U):
1262         This variable conditionally defines the HAS_GETSPNAM_R symbol,
1263         which indicates to the C program that the getspnam_r()
1264         routine is available.
1265
1266 d_gettimeod (d_ftime.U):
1267         This variable conditionally defines the HAS_GETTIMEOFDAY symbol, which
1268         indicates that the gettimeofday() system call exists (to obtain a
1269         sub-second accuracy clock). You should probably include <sys/resource.h>.
1270
1271 d_gmtime64 (d_timefuncs64.U):
1272         This variable conditionally defines the HAS_GMTIME64 symbol, which
1273         indicates to the C program that the gmtime64 () routine is available.
1274
1275 d_gmtime_r (d_gmtime_r.U):
1276         This variable conditionally defines the HAS_GMTIME_R symbol,
1277         which indicates to the C program that the gmtime_r()
1278         routine is available.
1279
1280 d_gnulibc (d_gnulibc.U):
1281         Defined if we're dealing with the GNU C Library.
1282
1283 d_grpasswd (i_grp.U):
1284         This variable conditionally defines GRPASSWD, which indicates
1285         that struct group in <grp.h> contains gr_passwd.
1286
1287 d_htonl (d_htonl.U):
1288         This variable conditionally defines HAS_HTONL if htonl() and its
1289         friends are available to do network order byte swapping.
1290
1291 d_hypot (d_hypot.U):
1292         This variable conditionally defines HAS_HYPOT if hypot is available
1293         for numerically stable hypotenuse function.
1294
1295 d_ilogb (d_ilogb.U):
1296         This variable conditionally defines the HAS_ILOGB symbol, which
1297         indicates to the C program that the ilogb() routine is available
1298         for extracting the exponent of double x as a signed integer.
1299
1300 d_ilogbl (d_ilogbl.U):
1301         This variable conditionally defines the HAS_ILOGBL symbol, which
1302         indicates to the C program that the ilogbl() routine is available
1303         for extracting the exponent of long double x as a signed integer.
1304         If scalbnl is also present we can emulate frexpl.
1305
1306 d_inc_version_list (inc_version_list.U):
1307         This variable conditionally defines PERL_INC_VERSION_LIST.
1308         It is set to undef when PERL_INC_VERSION_LIST is empty.
1309
1310 d_index (d_strchr.U):
1311         This variable conditionally defines HAS_INDEX if index() and
1312         rindex() are available for string searching.
1313
1314 d_inetaton (d_inetaton.U):
1315         This variable conditionally defines the HAS_INET_ATON symbol, which
1316         indicates to the C program that the inet_aton() function is available
1317         to parse IP address "dotted-quad" strings.
1318
1319 d_inetntop (d_inetntop.U):
1320         This variable conditionally defines the HAS_INETNTOP symbol,
1321         which indicates to the C program that the inet_ntop() function
1322         is available.
1323
1324 d_inetpton (d_inetpton.U):
1325         This variable conditionally defines the HAS_INETPTON symbol,
1326         which indicates to the C program that the inet_pton() function
1327         is available.
1328
1329 d_int64_t (d_int64_t.U):
1330         This symbol will be defined if the C compiler supports int64_t.
1331
1332 d_ip_mreq (d_socket.U):
1333         This variable conditionally defines the HAS_IP_MREQ symbol, which
1334         indicates the availability of a struct ip_mreq.
1335
1336 d_ip_mreq_source (d_socket.U):
1337         This variable conditionally defines the HAS_IP_MREQ_SOURCE symbol,
1338         which indicates the availability of a struct ip_mreq_source.
1339
1340 d_ipv6_mreq (d_socket.U):
1341         This variable conditionally defines the HAS_IPV6_MREQ symbol, which
1342         indicates the availability of a struct ipv6_mreq.
1343
1344 d_ipv6_mreq_source (d_socket.U):
1345         This variable conditionally defines the HAS_IPV6_MREQ_SOURCE symbol,
1346         which indicates the availability of a struct ipv6_mreq_source.
1347
1348 d_isascii (d_isascii.U):
1349         This variable conditionally defines the HAS_ISASCII constant,
1350         which indicates to the C program that isascii() is available.
1351
1352 d_isblank (d_isblank.U):
1353         This variable conditionally defines the HAS_ISBLANK constant,
1354         which indicates to the C program that isblank() is available.
1355
1356 d_isfinite (d_isfinite.U):
1357         This variable conditionally defines the HAS_ISFINITE symbol, which
1358         indicates to the C program that the isfinite() routine is available.
1359
1360 d_isfinitel (d_isfinitel.U):
1361         This variable conditionally defines the HAS_ISFINITEL symbol, which
1362         indicates to the C program that the isfinitel() routine is available.
1363
1364 d_isinf (d_isinf.U):
1365         This variable conditionally defines the HAS_ISINF symbol, which
1366         indicates to the C program that the isinf() routine is available.
1367
1368 d_isinfl (d_isinfl.U):
1369         This variable conditionally defines the HAS_ISINFL symbol, which
1370         indicates to the C program that the isinfl() routine is available.
1371
1372 d_isnan (d_isnan.U):
1373         This variable conditionally defines the HAS_ISNAN symbol, which
1374         indicates to the C program that the isnan() routine is available.
1375
1376 d_isnanl (d_isnanl.U):
1377         This variable conditionally defines the HAS_ISNANL symbol, which
1378         indicates to the C program that the isnanl() routine is available.
1379
1380 d_isnormal (d_isnormal.U):
1381         This variable conditionally defines the HAS_ISNORMAL symbol, which
1382         indicates to the C program that the isnormal() routine is available.
1383
1384 d_j0 (d_j0.U):
1385         This variable conditionally defines the HAS_J0 symbol, which
1386         indicates to the C program that the j0() routine is available.
1387
1388 d_j0l (d_j0.U):
1389         This variable conditionally defines the HAS_J0L symbol, which
1390         indicates to the C program that the j0l() routine is available.
1391
1392 d_killpg (d_killpg.U):
1393         This variable conditionally defines the HAS_KILLPG symbol, which
1394         indicates to the C program that the killpg() routine is available
1395         to kill process groups.
1396
1397 d_lc_monetary_2008 (d_lc_monetary_2008.U):
1398         This variable conditionally defines HAS_LC_MONETARY_2008 if libc
1399         has the international currency locale rules from POSIX
1400         1003.1-2008.
1401
1402 d_lchown (d_lchown.U):
1403         This variable conditionally defines the HAS_LCHOWN symbol, which
1404         indicates to the C program that the lchown() routine is available
1405         to operate on a symbolic link (instead of following the link).
1406
1407 d_ldbl_dig (d_ldbl_dig.U):
1408         This variable conditionally defines d_ldbl_dig if this system's
1409         header files provide LDBL_DIG, which is the number of significant
1410         digits in a long double precision number.
1411
1412 d_ldexpl (d_longdbl.U):
1413         This variable conditionally defines the HAS_LDEXPL symbol, which
1414         indicates to the C program that the ldexpl() routine is available.
1415
1416 d_lgamma (d_lgamma.U):
1417         This variable conditionally defines the HAS_LGAMMA symbol, which
1418         indicates to the C program that the lgamma() routine is available
1419         for the log gamma function.  See also d_tgamma and d_lgamma_r.
1420
1421 d_lgamma_r (d_lgamma_r.U):
1422         This variable conditionally defines the HAS_LGAMMA_R symbol, which
1423         indicates to the C program that the lgamma_r() routine is available
1424         for the log gamma function, without using the global signgam variable.
1425
1426 d_libm_lib_version (d_libm_lib_version.U):
1427         This variable conditionally defines the LIBM_LIB_VERSION symbol,
1428         which indicates to the C program that math.h defines _LIB_VERSION
1429         being available in libm
1430
1431 d_libname_unique (so.U):
1432         This variable is defined if the target system insists on unique
1433         basenames for shared library files. This is currently true on Android,
1434         false everywhere else we know of.
1435         Defaults to 'undef'.
1436
1437 d_link (d_link.U):
1438         This variable conditionally defines HAS_LINK if link() is
1439         available to create hard links.
1440
1441 d_llrint (d_llrint.U):
1442         This variable conditionally defines the HAS_LLRINT symbol, which
1443         indicates to the C program that the llrint() routine is available
1444         to return the long long value closest to (according to the current
1445         rounding mode) to x.
1446
1447 d_llrintl (d_llrintl.U):
1448         This variable conditionally defines the HAS_LLRINTL symbol, which
1449         indicates to the C program that the llrintl() routine is available
1450         to return the long long value closest to (according to the current
1451         rounding mode) to long double x.
1452
1453 d_llround (d_llround.U):
1454         This variable conditionally defines the HAS_LLROUND symbol, which
1455         indicates to the C program that the llround() routine is available
1456         to return the long long value nearest to x.
1457
1458 d_llroundl (d_llroundl.U):
1459         This variable conditionally defines the HAS_LLROUNDL symbol, which
1460         indicates to the C program that the llroundl() routine is available
1461         to return the long long value nearest to long double x.
1462
1463 d_localtime64 (d_timefuncs64.U):
1464         This variable conditionally defines the HAS_LOCALTIME64 symbol, which
1465         indicates to the C program that the localtime64 () routine is available.
1466
1467 d_localtime_r (d_localtime_r.U):
1468         This variable conditionally defines the HAS_LOCALTIME_R symbol,
1469         which indicates to the C program that the localtime_r()
1470         routine is available.
1471
1472 d_localtime_r_needs_tzset (d_localtime_r.U):
1473         This variable conditionally defines the LOCALTIME_R_NEEDS_TZSET
1474         symbol, which makes us call tzset before localtime_r()
1475
1476 d_locconv (d_locconv.U):
1477         This variable conditionally defines HAS_LOCALECONV if localeconv() is
1478         available for numeric and monetary formatting conventions.
1479
1480 d_lockf (d_lockf.U):
1481         This variable conditionally defines HAS_LOCKF if lockf() is
1482         available to do file locking.
1483
1484 d_log1p (d_log1p.U):
1485         This variable conditionally defines the HAS_LOG1P symbol, which
1486         indicates to the C program that the logp1() routine is available
1487         to compute log(1 + x) for values of x close to zero.
1488
1489 d_log2 (d_log2.U):
1490         This variable conditionally defines the HAS_LOG2 symbol, which
1491         indicates to the C program that the log2() routine is available
1492         to compute log base two.
1493
1494 d_logb (d_logb.U):
1495         This variable conditionally defines the HAS_LOGB symbol, which
1496         indicates to the C program that the logb() routine is available
1497         to extract the exponent of x.
1498
1499 d_longdbl (d_longdbl.U):
1500         This variable conditionally defines HAS_LONG_DOUBLE if
1501         the long double type is supported.
1502
1503 d_longlong (d_longlong.U):
1504         This variable conditionally defines HAS_LONG_LONG if
1505         the long long type is supported.
1506
1507 d_lrint (d_lrint.U):
1508         This variable conditionally defines the HAS_LRINT symbol, which
1509         indicates to the C program that the lrint() routine is available
1510         to return the integral value closest to (according to the current
1511         rounding mode) to x.
1512
1513 d_lrintl (d_lrintl.U):
1514         This variable conditionally defines the HAS_LRINTL symbol, which
1515         indicates to the C program that the lrintl() routine is available
1516         to return the integral value closest to (according to the current
1517         rounding mode) to long double x.
1518
1519 d_lround (d_lround.U):
1520         This variable conditionally defines the HAS_LROUND symbol, which
1521         indicates to the C program that the lround() routine is available
1522         to return the integral value nearest to x.
1523
1524 d_lroundl (d_lroundl.U):
1525         This variable conditionally defines the HAS_LROUNDL symbol, which
1526         indicates to the C program that the lroundl() routine is available
1527         to return the integral value nearest to x of the long double argument.
1528
1529 d_lseekproto (d_lseekproto.U):
1530         This variable conditionally defines the HAS_LSEEK_PROTO symbol,
1531         which indicates to the C program that the system provides
1532         a prototype for the lseek() function.  Otherwise, it is
1533         up to the program to supply one.
1534
1535 d_lstat (d_lstat.U):
1536         This variable conditionally defines HAS_LSTAT if lstat() is
1537         available to do file stats on symbolic links.
1538
1539 d_madvise (d_madvise.U):
1540         This variable conditionally defines HAS_MADVISE if madvise() is
1541         available to map a file into memory.
1542
1543 d_malloc_good_size (d_malloc_size.U):
1544         This symbol, if defined, indicates that the malloc_good_size
1545         routine is available for use.
1546
1547 d_malloc_size (d_malloc_size.U):
1548         This symbol, if defined, indicates that the malloc_size
1549         routine is available for use.
1550
1551 d_mblen (d_mblen.U):
1552         This variable conditionally defines the HAS_MBLEN symbol, which
1553         indicates to the C program that the mblen() routine is available
1554         to find the number of bytes in a multibye character.
1555
1556 d_mbstowcs (d_mbstowcs.U):
1557         This variable conditionally defines the HAS_MBSTOWCS symbol, which
1558         indicates to the C program that the mbstowcs() routine is available
1559         to convert a multibyte string into a wide character string.
1560
1561 d_mbtowc (d_mbtowc.U):
1562         This variable conditionally defines the HAS_MBTOWC symbol, which
1563         indicates to the C program that the mbtowc() routine is available
1564         to convert multibyte to a wide character.
1565
1566 d_memchr (d_memchr.U):
1567         This variable conditionally defines the HAS_MEMCHR symbol, which
1568         indicates to the C program that the memchr() routine is available
1569         to locate characters within a C string.
1570
1571 d_memcmp (d_memcmp.U):
1572         This variable conditionally defines the HAS_MEMCMP symbol, which
1573         indicates to the C program that the memcmp() routine is available
1574         to compare blocks of memory.
1575
1576 d_memcpy (d_memcpy.U):
1577         This variable conditionally defines the HAS_MEMCPY symbol, which
1578         indicates to the C program that the memcpy() routine is available
1579         to copy blocks of memory.
1580
1581 d_memmove (d_memmove.U):
1582         This variable conditionally defines the HAS_MEMMOVE symbol, which
1583         indicates to the C program that the memmove() routine is available
1584         to copy potentially overlapping blocks of memory.
1585
1586 d_memset (d_memset.U):
1587         This variable conditionally defines the HAS_MEMSET symbol, which
1588         indicates to the C program that the memset() routine is available
1589         to set blocks of memory.
1590
1591 d_mkdir (d_mkdir.U):
1592         This variable conditionally defines the HAS_MKDIR symbol, which
1593         indicates to the C program that the mkdir() routine is available
1594         to create directories..
1595
1596 d_mkdtemp (d_mkdtemp.U):
1597         This variable conditionally defines the HAS_MKDTEMP symbol, which
1598         indicates to the C program that the mkdtemp() routine is available
1599         to exclusively create a uniquely named temporary directory.
1600
1601 d_mkfifo (d_mkfifo.U):
1602         This variable conditionally defines the HAS_MKFIFO symbol, which
1603         indicates to the C program that the mkfifo() routine is available.
1604
1605 d_mkstemp (d_mkstemp.U):
1606         This variable conditionally defines the HAS_MKSTEMP symbol, which
1607         indicates to the C program that the mkstemp() routine is available
1608         to exclusively create and open a uniquely named temporary file.
1609
1610 d_mkstemps (d_mkstemps.U):
1611         This variable conditionally defines the HAS_MKSTEMPS symbol, which
1612         indicates to the C program that the mkstemps() routine is available
1613         to exclusively create and open a uniquely named (with a suffix)
1614         temporary file.
1615
1616 d_mktime (d_mktime.U):
1617         This variable conditionally defines the HAS_MKTIME symbol, which
1618         indicates to the C program that the mktime() routine is available.
1619
1620 d_mktime64 (d_timefuncs64.U):
1621         This variable conditionally defines the HAS_MKTIME64 symbol, which
1622         indicates to the C program that the mktime64 () routine is available.
1623
1624 d_mmap (d_mmap.U):
1625         This variable conditionally defines HAS_MMAP if mmap() is
1626         available to map a file into memory.
1627
1628 d_modfl (d_modfl.U):
1629         This variable conditionally defines the HAS_MODFL symbol, which
1630         indicates to the C program that the modfl() routine is available.
1631
1632 d_modflproto (d_modfl.U):
1633         This symbol, if defined, indicates that the system provides
1634         a prototype for the modfl() function.  Otherwise, it is up
1635         to the program to supply one.  C99 says it should be
1636         long double modfl(long double, long double *);
1637
1638 d_mprotect (d_mprotect.U):
1639         This variable conditionally defines HAS_MPROTECT if mprotect() is
1640         available to modify the access protection of a memory mapped file.
1641
1642 d_msg (d_msg.U):
1643         This variable conditionally defines the HAS_MSG symbol, which
1644         indicates that the entire msg*(2) library is present.
1645
1646 d_msgctl (d_msgctl.U):
1647         This variable conditionally defines the HAS_MSGCTL symbol, which
1648         indicates to the C program that the msgctl() routine is available.
1649
1650 d_msgget (d_msgget.U):
1651         This variable conditionally defines the HAS_MSGGET symbol, which
1652         indicates to the C program that the msgget() routine is available.
1653
1654 d_msghdr_s (d_msghdr_s.U):
1655         This variable conditionally defines the HAS_STRUCT_MSGHDR symbol,
1656         which indicates that the struct msghdr is supported.
1657
1658 d_msgrcv (d_msgrcv.U):
1659         This variable conditionally defines the HAS_MSGRCV symbol, which
1660         indicates to the C program that the msgrcv() routine is available.
1661
1662 d_msgsnd (d_msgsnd.U):
1663         This variable conditionally defines the HAS_MSGSND symbol, which
1664         indicates to the C program that the msgsnd() routine is available.
1665
1666 d_msync (d_msync.U):
1667         This variable conditionally defines HAS_MSYNC if msync() is
1668         available to synchronize a mapped file.
1669
1670 d_munmap (d_munmap.U):
1671         This variable conditionally defines HAS_MUNMAP if munmap() is
1672         available to unmap a region mapped by mmap().
1673
1674 d_mymalloc (mallocsrc.U):
1675         This variable conditionally defines MYMALLOC in case other parts
1676         of the source want to take special action if MYMALLOC is used.
1677         This may include different sorts of profiling or error detection.
1678
1679 d_nan (d_nan.U):
1680         This variable conditionally defines HAS_NAN if nan() is
1681         available to generate NaN.
1682
1683 d_ndbm (i_ndbm.U):
1684         This variable conditionally defines the HAS_NDBM symbol, which
1685         indicates that both the ndbm.h include file and an appropriate ndbm
1686         library exist.  Consult the different i_*ndbm variables
1687         to find out the actual include location.  Sometimes, a system has the
1688         header file but not the library.  This variable will only be set if
1689         the system has both.
1690
1691 d_ndbm_h_uses_prototypes (i_ndbm.U):
1692         This variable conditionally defines the NDBM_H_USES_PROTOTYPES symbol,
1693         which indicates that the ndbm.h include file uses real ANSI C
1694         prototypes instead of K&R style function declarations. K&R style
1695         declarations are unsupported in C++, so the include file requires
1696         special handling when using a C++ compiler and this variable is
1697         undefined. Consult the different d_*ndbm_h_uses_prototypes variables
1698         to get the same information for alternative ndbm.h include files.
1699
1700 d_nearbyint (d_nearbyint.U):
1701         This variable conditionally defines HAS_NEARBYINT if nearbyint()
1702         is available to return the integral value closest to (according to
1703         the current rounding mode) to x.
1704
1705 d_nextafter (d_nextafter.U):
1706         This variable conditionally defines HAS_NEXTAFTER if nextafter()
1707         is available to return the next machine representable double from
1708         x in direction y.
1709
1710 d_nexttoward (d_nexttoward.U):
1711         This variable conditionally defines HAS_NEXTTOWARD if nexttoward()
1712         is available to return the next machine representable long double from
1713         x in direction y.
1714
1715 d_nice (d_nice.U):
1716         This variable conditionally defines the HAS_NICE symbol, which
1717         indicates to the C program that the nice() routine is available.
1718
1719 d_nl_langinfo (d_nl_langinfo.U):
1720         This variable conditionally defines the HAS_NL_LANGINFO symbol, which
1721         indicates to the C program that the nl_langinfo() routine is available.
1722
1723 d_nv_preserves_uv (perlxv.U):
1724         This variable indicates whether a variable of type nvtype
1725         can preserve all the bits a variable of type uvtype.
1726
1727 d_nv_zero_is_allbits_zero (perlxv.U):
1728         This variable indicates whether a variable of type nvtype
1729         stores 0.0 in memory as all bits zero.
1730
1731 d_off64_t (d_off64_t.U):
1732         This symbol will be defined if the C compiler supports off64_t.
1733
1734 d_old_pthread_create_joinable (d_pthrattrj.U):
1735         This variable conditionally defines pthread_create_joinable.
1736         undef if pthread.h defines PTHREAD_CREATE_JOINABLE.
1737
1738 d_oldpthreads (usethreads.U):
1739         This variable conditionally defines the OLD_PTHREADS_API symbol,
1740         and indicates that Perl should be built to use the old
1741         draft POSIX threads API.  This is only potentially meaningful if
1742         usethreads is set.
1743
1744 d_oldsock (d_socket.U):
1745         This variable conditionally defines the OLDSOCKET symbol, which
1746         indicates that the BSD socket interface is based on 4.1c and not 4.2.
1747
1748 d_open3 (d_open3.U):
1749         This variable conditionally defines the HAS_OPEN3 manifest constant,
1750         which indicates to the C program that the 3 argument version of
1751         the open(2) function is available.
1752
1753 d_pathconf (d_pathconf.U):
1754         This variable conditionally defines the HAS_PATHCONF symbol, which
1755         indicates to the C program that the pathconf() routine is available
1756         to determine file-system related limits and options associated
1757         with a given filename.
1758
1759 d_pause (d_pause.U):
1760         This variable conditionally defines the HAS_PAUSE symbol, which
1761         indicates to the C program that the pause() routine is available
1762         to suspend a process until a signal is received.
1763
1764 d_perl_otherlibdirs (otherlibdirs.U):
1765         This variable conditionally defines PERL_OTHERLIBDIRS, which
1766         contains a colon-separated set of paths for the perl binary to
1767         include in @INC.  See also otherlibdirs.
1768
1769 d_phostname (d_gethname.U):
1770         This variable conditionally defines the HAS_PHOSTNAME symbol, which
1771         contains the shell command which, when fed to popen(), may be
1772         used to derive the host name.
1773
1774 d_pipe (d_pipe.U):
1775         This variable conditionally defines the HAS_PIPE symbol, which
1776         indicates to the C program that the pipe() routine is available
1777         to create an inter-process channel.
1778
1779 d_poll (d_poll.U):
1780         This variable conditionally defines the HAS_POLL symbol, which
1781         indicates to the C program that the poll() routine is available
1782         to poll active file descriptors.
1783
1784 d_portable (d_portable.U):
1785         This variable conditionally defines the PORTABLE symbol, which
1786         indicates to the C program that it should not assume that it is
1787         running on the machine it was compiled on.
1788
1789 d_prctl (d_prctl.U):
1790         This variable conditionally defines the HAS_PRCTL symbol, which
1791         indicates to the C program that the prctl() routine is available.
1792         Note that there are at least two prctl variants: Linux and Irix.
1793         While they are somewhat similar, they are incompatible.
1794
1795 d_prctl_set_name (d_prctl.U):
1796         This variable conditionally defines the HAS_PRCTL_SET_NAME symbol,
1797         which indicates to the C program that the prctl() routine supports
1798         the PR_SET_NAME option.
1799
1800 d_PRId64 (quadfio.U):
1801         This variable conditionally defines the PERL_PRId64 symbol, which
1802         indicates that stdio has a symbol to print 64-bit decimal numbers.
1803
1804 d_PRIeldbl (longdblfio.U):
1805         This variable conditionally defines the PERL_PRIfldbl symbol, which
1806         indicates that stdio has a symbol to print long doubles.
1807
1808 d_PRIEUldbl (longdblfio.U):
1809         This variable conditionally defines the PERL_PRIfldbl symbol, which
1810         indicates that stdio has a symbol to print long doubles.
1811         The 'U' in the name is to separate this from d_PRIeldbl so that even
1812         case-blind systems can see the difference.
1813
1814 d_PRIfldbl (longdblfio.U):
1815         This variable conditionally defines the PERL_PRIfldbl symbol, which
1816         indicates that stdio has a symbol to print long doubles.
1817
1818 d_PRIFUldbl (longdblfio.U):
1819         This variable conditionally defines the PERL_PRIfldbl symbol, which
1820         indicates that stdio has a symbol to print long doubles.
1821         The 'U' in the name is to separate this from d_PRIfldbl so that even
1822         case-blind systems can see the difference.
1823
1824 d_PRIgldbl (longdblfio.U):
1825         This variable conditionally defines the PERL_PRIfldbl symbol, which
1826         indicates that stdio has a symbol to print long doubles.
1827
1828 d_PRIGUldbl (longdblfio.U):
1829         This variable conditionally defines the PERL_PRIfldbl symbol, which
1830         indicates that stdio has a symbol to print long doubles.
1831         The 'U' in the name is to separate this from d_PRIgldbl so that even
1832         case-blind systems can see the difference.
1833
1834 d_PRIi64 (quadfio.U):
1835         This variable conditionally defines the PERL_PRIi64 symbol, which
1836         indicates that stdio has a symbol to print 64-bit decimal numbers.
1837
1838 d_printf_format_null (d_attribut.U):
1839         This variable conditionally defines PRINTF_FORMAT_NULL_OK, which
1840         indicates the C compiler allows printf-like formats to be null.
1841
1842 d_PRIo64 (quadfio.U):
1843         This variable conditionally defines the PERL_PRIo64 symbol, which
1844         indicates that stdio has a symbol to print 64-bit octal numbers.
1845
1846 d_PRIu64 (quadfio.U):
1847         This variable conditionally defines the PERL_PRIu64 symbol, which
1848         indicates that stdio has a symbol to print 64-bit unsigned decimal
1849         numbers.
1850
1851 d_PRIx64 (quadfio.U):
1852         This variable conditionally defines the PERL_PRIx64 symbol, which
1853         indicates that stdio has a symbol to print 64-bit hexadecimal numbers.
1854
1855 d_PRIXU64 (quadfio.U):
1856         This variable conditionally defines the PERL_PRIXU64 symbol, which
1857         indicates that stdio has a symbol to print 64-bit hExADECimAl numbers.
1858         The 'U' in the name is to separate this from d_PRIx64 so that even
1859         case-blind systems can see the difference.
1860
1861 d_procselfexe (d_procselfexe.U):
1862         Defined if $procselfexe is symlink to the absolute
1863         pathname of the executing program.
1864
1865 d_pseudofork (d_vfork.U):
1866         This variable conditionally defines the HAS_PSEUDOFORK symbol,
1867         which indicates that an emulation of the fork routine is available.
1868
1869 d_pthread_atfork (d_pthread_atfork.U):
1870         This variable conditionally defines the HAS_PTHREAD_ATFORK symbol,
1871         which indicates to the C program that the pthread_atfork()
1872         routine is available.
1873
1874 d_pthread_attr_setscope (d_pthread_attr_ss.U):
1875         This variable conditionally defines HAS_PTHREAD_ATTR_SETSCOPE if
1876         pthread_attr_setscope() is available to set the contention scope
1877         attribute of a thread attribute object.
1878
1879 d_pthread_yield (d_pthread_y.U):
1880         This variable conditionally defines the HAS_PTHREAD_YIELD
1881         symbol if the pthread_yield routine is available to yield
1882         the execution of the current thread.
1883
1884 d_ptrdiff_t (d_ptrdiff_t.U):
1885         This symbol will be defined if the C compiler supports ptrdiff_t.
1886
1887 d_pwage (i_pwd.U):
1888         This variable conditionally defines PWAGE, which indicates
1889         that struct passwd contains pw_age.
1890
1891 d_pwchange (i_pwd.U):
1892         This variable conditionally defines PWCHANGE, which indicates
1893         that struct passwd contains pw_change.
1894
1895 d_pwclass (i_pwd.U):
1896         This variable conditionally defines PWCLASS, which indicates
1897         that struct passwd contains pw_class.
1898
1899 d_pwcomment (i_pwd.U):
1900         This variable conditionally defines PWCOMMENT, which indicates
1901         that struct passwd contains pw_comment.
1902
1903 d_pwexpire (i_pwd.U):
1904         This variable conditionally defines PWEXPIRE, which indicates
1905         that struct passwd contains pw_expire.
1906
1907 d_pwgecos (i_pwd.U):
1908         This variable conditionally defines PWGECOS, which indicates
1909         that struct passwd contains pw_gecos.
1910
1911 d_pwpasswd (i_pwd.U):
1912         This variable conditionally defines PWPASSWD, which indicates
1913         that struct passwd contains pw_passwd.
1914
1915 d_pwquota (i_pwd.U):
1916         This variable conditionally defines PWQUOTA, which indicates
1917         that struct passwd contains pw_quota.
1918
1919 d_qgcvt (d_qgcvt.U):
1920         This variable conditionally defines the HAS_QGCVT symbol, which
1921         indicates to the C program that the qgcvt() routine is available.
1922
1923 d_quad (quadtype.U):
1924         This variable, if defined, tells that there's a 64-bit integer type,
1925         quadtype.
1926
1927 d_random_r (d_random_r.U):
1928         This variable conditionally defines the HAS_RANDOM_R symbol,
1929         which indicates to the C program that the random_r()
1930         routine is available.
1931
1932 d_re_comp (d_regcmp.U):
1933         This variable conditionally defines the HAS_RECOMP symbol, which
1934         indicates to the C program that the re_comp() routine is available
1935         for regular patern matching (usally on BSD). If so, it is likely that
1936         re_exec() exists.
1937
1938 d_readdir (d_readdir.U):
1939         This variable conditionally defines HAS_READDIR if readdir() is
1940         available to read directory entries.
1941
1942 d_readdir64_r (d_readdir64_r.U):
1943         This variable conditionally defines the HAS_READDIR64_R symbol,
1944         which indicates to the C program that the readdir64_r()
1945         routine is available.
1946
1947 d_readdir_r (d_readdir_r.U):
1948         This variable conditionally defines the HAS_READDIR_R symbol,
1949         which indicates to the C program that the readdir_r()
1950         routine is available.
1951
1952 d_readlink (d_readlink.U):
1953         This variable conditionally defines the HAS_READLINK symbol, which
1954         indicates to the C program that the readlink() routine is available
1955         to read the value of a symbolic link.
1956
1957 d_readv (d_readv.U):
1958         This variable conditionally defines the HAS_READV symbol, which
1959         indicates to the C program that the readv() routine is available.
1960
1961 d_recvmsg (d_recvmsg.U):
1962         This variable conditionally defines the HAS_RECVMSG symbol, which
1963         indicates to the C program that the recvmsg() routine is available.
1964
1965 d_regcmp (d_regcmp.U):
1966         This variable conditionally defines the HAS_REGCMP symbol, which
1967         indicates to the C program that the regcmp() routine is available
1968         for regular patern matching (usally on System V).
1969
1970 d_regcomp (d_regcmp.U):
1971         This variable conditionally defines the HAS_REGCOMP symbol, which
1972         indicates to the C program that the regcomp() routine is available
1973         for regular patern matching (usally on POSIX.2 conforming systems).
1974
1975 d_remainder (d_remainder.U):
1976         This variable conditionally defines the HAS_REMAINDER symbol, which
1977         indicates to the C program that the remainder() routine is available.
1978
1979 d_remquo (d_remquo.U):
1980         This variable conditionally defines the HAS_REMQUO symbol, which
1981         indicates to the C program that the remquo() routine is available.
1982
1983 d_rename (d_rename.U):
1984         This variable conditionally defines the HAS_RENAME symbol, which
1985         indicates to the C program that the rename() routine is available
1986         to rename files.
1987
1988 d_rewinddir (d_readdir.U):
1989         This variable conditionally defines HAS_REWINDDIR if rewinddir() is
1990         available.
1991
1992 d_rint (d_rint.U):
1993         This variable conditionally defines the HAS_RINT symbol, which
1994         indicates to the C program that the rint() routine is available.
1995
1996 d_rmdir (d_rmdir.U):
1997         This variable conditionally defines HAS_RMDIR if rmdir() is
1998         available to remove directories.
1999
2000 d_round (d_round.U):
2001         This variable conditionally defines the HAS_ROUND symbol, which
2002         indicates to the C program that the round() routine is available.
2003
2004 d_safebcpy (d_safebcpy.U):
2005         This variable conditionally defines the HAS_SAFE_BCOPY symbol if
2006         the bcopy() routine can do overlapping copies.  Normally, you
2007         should probably use memmove().
2008
2009 d_safemcpy (d_safemcpy.U):
2010         This variable conditionally defines the HAS_SAFE_MEMCPY symbol if
2011         the memcpy() routine can do overlapping copies.
2012         For overlapping copies, memmove() should be used, if available.
2013
2014 d_sanemcmp (d_sanemcmp.U):
2015         This variable conditionally defines the HAS_SANE_MEMCMP symbol if
2016         the memcpy() routine is available and can be used to compare relative
2017         magnitudes of chars with their high bits set.
2018
2019 d_sbrkproto (d_sbrkproto.U):
2020         This variable conditionally defines the HAS_SBRK_PROTO symbol,
2021         which indicates to the C program that the system provides
2022         a prototype for the sbrk() function.  Otherwise, it is
2023         up to the program to supply one.
2024
2025 d_scalbn (d_scalbn.U):
2026         This variable conditionally defines the HAS_SCALBN symbol, which
2027         indicates to the C program that the scalbn() routine is available.
2028
2029 d_scalbnl (d_scalbnl.U):
2030         This variable conditionally defines the HAS_SCALBNL symbol, which
2031         indicates to the C program that the scalbnl() routine is available.
2032         If ilogbl is also present we can emulate frexpl.
2033
2034 d_sched_yield (d_pthread_y.U):
2035         This variable conditionally defines the HAS_SCHED_YIELD
2036         symbol if the sched_yield routine is available to yield
2037         the execution of the current thread.
2038
2039 d_SCNfldbl (longdblfio.U):
2040         This variable conditionally defines the PERL_PRIfldbl symbol, which
2041         indicates that stdio has a symbol to scan long doubles.
2042
2043 d_seekdir (d_readdir.U):
2044         This variable conditionally defines HAS_SEEKDIR if seekdir() is
2045         available.
2046
2047 d_select (d_select.U):
2048         This variable conditionally defines HAS_SELECT if select() is
2049         available to select active file descriptors. A <sys/time.h>
2050         inclusion may be necessary for the timeout field.
2051
2052 d_sem (d_sem.U):
2053         This variable conditionally defines the HAS_SEM symbol, which
2054         indicates that the entire sem*(2) library is present.
2055
2056 d_semctl (d_semctl.U):
2057         This variable conditionally defines the HAS_SEMCTL symbol, which
2058         indicates to the C program that the semctl() routine is available.
2059
2060 d_semctl_semid_ds (d_union_semun.U):
2061         This variable conditionally defines USE_SEMCTL_SEMID_DS, which
2062         indicates that struct semid_ds * is to be used for semctl IPC_STAT.
2063
2064 d_semctl_semun (d_union_semun.U):
2065         This variable conditionally defines USE_SEMCTL_SEMUN, which
2066         indicates that union semun is to be used for semctl IPC_STAT.
2067
2068 d_semget (d_semget.U):
2069         This variable conditionally defines the HAS_SEMGET symbol, which
2070         indicates to the C program that the semget() routine is available.
2071
2072 d_semop (d_semop.U):
2073         This variable conditionally defines the HAS_SEMOP symbol, which
2074         indicates to the C program that the semop() routine is available.
2075
2076 d_sendmsg (d_sendmsg.U):
2077         This variable conditionally defines the HAS_SENDMSG symbol, which
2078         indicates to the C program that the sendmsg() routine is available.
2079
2080 d_setegid (d_setegid.U):
2081         This variable conditionally defines the HAS_SETEGID symbol, which
2082         indicates to the C program that the setegid() routine is available
2083         to change the effective gid of the current program.
2084
2085 d_seteuid (d_seteuid.U):
2086         This variable conditionally defines the HAS_SETEUID symbol, which
2087         indicates to the C program that the seteuid() routine is available
2088         to change the effective uid of the current program.
2089
2090 d_setgrent (d_setgrent.U):
2091         This variable conditionally defines the HAS_SETGRENT symbol, which
2092         indicates to the C program that the setgrent() routine is available
2093         for initializing sequential access to the group database.
2094
2095 d_setgrent_r (d_setgrent_r.U):
2096         This variable conditionally defines the HAS_SETGRENT_R symbol,
2097         which indicates to the C program that the setgrent_r()
2098         routine is available.
2099
2100 d_setgrps (d_setgrps.U):
2101         This variable conditionally defines the HAS_SETGROUPS symbol, which
2102         indicates to the C program that the setgroups() routine is available
2103         to set the list of process groups.
2104
2105 d_sethent (d_sethent.U):
2106         This variable conditionally defines HAS_SETHOSTENT if sethostent() is
2107         available.
2108
2109 d_sethostent_r (d_sethostent_r.U):
2110         This variable conditionally defines the HAS_SETHOSTENT_R symbol,
2111         which indicates to the C program that the sethostent_r()
2112         routine is available.
2113
2114 d_setitimer (d_setitimer.U):
2115         This variable conditionally defines the HAS_SETITIMER symbol, which
2116         indicates to the C program that the setitimer() routine is available.
2117
2118 d_setlinebuf (d_setlnbuf.U):
2119         This variable conditionally defines the HAS_SETLINEBUF symbol, which
2120         indicates to the C program that the setlinebuf() routine is available
2121         to change stderr or stdout from block-buffered or unbuffered to a
2122         line-buffered mode.
2123
2124 d_setlocale (d_setlocale.U):
2125         This variable conditionally defines HAS_SETLOCALE if setlocale() is
2126         available to handle locale-specific ctype implementations.
2127
2128 d_setlocale_r (d_setlocale_r.U):
2129         This variable conditionally defines the HAS_SETLOCALE_R symbol,
2130         which indicates to the C program that the setlocale_r()
2131         routine is available.
2132
2133 d_setnent (d_setnent.U):
2134         This variable conditionally defines HAS_SETNETENT if setnetent() is
2135         available.
2136
2137 d_setnetent_r (d_setnetent_r.U):
2138         This variable conditionally defines the HAS_SETNETENT_R symbol,
2139         which indicates to the C program that the setnetent_r()
2140         routine is available.
2141
2142 d_setpent (d_setpent.U):
2143         This variable conditionally defines HAS_SETPROTOENT if setprotoent() is
2144         available.
2145
2146 d_setpgid (d_setpgid.U):
2147         This variable conditionally defines the HAS_SETPGID symbol if the
2148         setpgid(pid, gpid) function is available to set process group ID.
2149
2150 d_setpgrp (d_setpgrp.U):
2151         This variable conditionally defines HAS_SETPGRP if setpgrp() is
2152         available to set the current process group.
2153
2154 d_setpgrp2 (d_setpgrp2.U):
2155         This variable conditionally defines the HAS_SETPGRP2 symbol, which
2156         indicates to the C program that the setpgrp2() (as in DG/UX) routine
2157         is available to set the current process group.
2158
2159 d_setprior (d_setprior.U):
2160         This variable conditionally defines HAS_SETPRIORITY if setpriority()
2161         is available to set a process's priority.
2162
2163 d_setproctitle (d_setproctitle.U):
2164         This variable conditionally defines the HAS_SETPROCTITLE symbol,
2165         which indicates to the C program that the setproctitle() routine
2166         is available.
2167
2168 d_setprotoent_r (d_setprotoent_r.U):
2169         This variable conditionally defines the HAS_SETPROTOENT_R symbol,
2170         which indicates to the C program that the setprotoent_r()
2171         routine is available.
2172
2173 d_setpwent (d_setpwent.U):
2174         This variable conditionally defines the HAS_SETPWENT symbol, which
2175         indicates to the C program that the setpwent() routine is available
2176         for initializing sequential access to the passwd database.
2177
2178 d_setpwent_r (d_setpwent_r.U):
2179         This variable conditionally defines the HAS_SETPWENT_R symbol,
2180         which indicates to the C program that the setpwent_r()
2181         routine is available.
2182
2183 d_setregid (d_setregid.U):
2184         This variable conditionally defines HAS_SETREGID if setregid() is
2185         available to change the real and effective gid of the current
2186         process.
2187
2188 d_setresgid (d_setregid.U):
2189         This variable conditionally defines HAS_SETRESGID if setresgid() is
2190         available to change the real, effective and saved gid of the current
2191         process.
2192
2193 d_setresuid (d_setreuid.U):
2194         This variable conditionally defines HAS_SETREUID if setresuid() is
2195         available to change the real, effective and saved uid of the current
2196         process.
2197
2198 d_setreuid (d_setreuid.U):
2199         This variable conditionally defines HAS_SETREUID if setreuid() is
2200         available to change the real and effective uid of the current
2201         process.
2202
2203 d_setrgid (d_setrgid.U):
2204         This variable conditionally defines the HAS_SETRGID symbol, which
2205         indicates to the C program that the setrgid() routine is available
2206         to change the real gid of the current program.
2207
2208 d_setruid (d_setruid.U):
2209         This variable conditionally defines the HAS_SETRUID symbol, which
2210         indicates to the C program that the setruid() routine is available
2211         to change the real uid of the current program.
2212
2213 d_setsent (d_setsent.U):
2214         This variable conditionally defines HAS_SETSERVENT if setservent() is
2215         available.
2216
2217 d_setservent_r (d_setservent_r.U):
2218         This variable conditionally defines the HAS_SETSERVENT_R symbol,
2219         which indicates to the C program that the setservent_r()
2220         routine is available.
2221
2222 d_setsid (d_setsid.U):
2223         This variable conditionally defines HAS_SETSID if setsid() is
2224         available to set the process group ID.
2225
2226 d_setvbuf (d_setvbuf.U):
2227         This variable conditionally defines the HAS_SETVBUF symbol, which
2228         indicates to the C program that the setvbuf() routine is available
2229         to change buffering on an open stdio stream.
2230
2231 d_shm (d_shm.U):
2232         This variable conditionally defines the HAS_SHM symbol, which
2233         indicates that the entire shm*(2) library is present.
2234
2235 d_shmat (d_shmat.U):
2236         This variable conditionally defines the HAS_SHMAT symbol, which
2237         indicates to the C program that the shmat() routine is available.
2238
2239 d_shmatprototype (d_shmat.U):
2240         This variable conditionally defines the HAS_SHMAT_PROTOTYPE
2241         symbol, which indicates that sys/shm.h has a prototype for
2242         shmat.
2243
2244 d_shmctl (d_shmctl.U):
2245         This variable conditionally defines the HAS_SHMCTL symbol, which
2246         indicates to the C program that the shmctl() routine is available.
2247
2248 d_shmdt (d_shmdt.U):
2249         This variable conditionally defines the HAS_SHMDT symbol, which
2250         indicates to the C program that the shmdt() routine is available.
2251
2252 d_shmget (d_shmget.U):
2253         This variable conditionally defines the HAS_SHMGET symbol, which
2254         indicates to the C program that the shmget() routine is available.
2255
2256 d_sigaction (d_sigaction.U):
2257         This variable conditionally defines the HAS_SIGACTION symbol, which
2258         indicates that the Vr4 sigaction() routine is available.
2259
2260 d_signbit (d_signbit.U):
2261         This variable conditionally defines the HAS_SIGNBIT symbol, which
2262         indicates to the C program that the signbit() routine is available
2263         and safe to use with perl's intern NV type.
2264
2265 d_sigprocmask (d_sigprocmask.U):
2266         This variable conditionally defines HAS_SIGPROCMASK
2267         if sigprocmask() is available to examine or change the signal mask
2268         of the calling process.
2269
2270 d_sigsetjmp (d_sigsetjmp.U):
2271         This variable conditionally defines the HAS_SIGSETJMP symbol,
2272         which indicates that the sigsetjmp() routine is available to
2273         call setjmp() and optionally save the process's signal mask.
2274
2275 d_sin6_scope_id (d_socket.U):
2276         This variable conditionally defines the HAS_SIN6_SCOPE_ID symbol, which
2277         indicates that a struct sockaddr_in6 structure has the sin6_scope_id
2278         member.
2279
2280 d_sitearch (sitearch.U):
2281         This variable conditionally defines SITEARCH to hold the pathname
2282         of architecture-dependent library files for $package.  If
2283         $sitearch is the same as $archlib, then this is set to undef.
2284
2285 d_snprintf (d_snprintf.U):
2286         This variable conditionally defines the HAS_SNPRINTF symbol, which
2287         indicates to the C program that the snprintf () library function
2288         is available.
2289
2290 d_sockaddr_in6 (d_socket.U):
2291         This variable conditionally defines the HAS_SOCKADDR_IN6 symbol, which
2292         indicates the availability of a struct sockaddr_in6.
2293
2294 d_sockaddr_sa_len (d_socket.U):
2295         This variable conditionally defines the HAS_SOCKADDR_SA_LEN symbol,
2296         which indicates that a struct sockaddr structure has the sa_len
2297         member.
2298
2299 d_sockatmark (d_sockatmark.U):
2300         This variable conditionally defines the HAS_SOCKATMARK symbol, which
2301         indicates to the C program that the sockatmark() routine is available.
2302
2303 d_sockatmarkproto (d_sockatmarkproto.U):
2304         This variable conditionally defines the HAS_SOCKATMARK_PROTO symbol,
2305         which indicates to the C program that the system provides
2306         a prototype for the sockatmark() function.  Otherwise, it is
2307         up to the program to supply one.
2308
2309 d_socket (d_socket.U):
2310         This variable conditionally defines HAS_SOCKET, which indicates
2311         that the BSD socket interface is supported.
2312
2313 d_socklen_t (d_socklen_t.U):
2314         This symbol will be defined if the C compiler supports socklen_t.
2315
2316 d_sockpair (d_socket.U):
2317         This variable conditionally defines the HAS_SOCKETPAIR symbol, which
2318         indicates that the BSD socketpair() is supported.
2319
2320 d_socks5_init (d_socks5_init.U):
2321         This variable conditionally defines the HAS_SOCKS5_INIT symbol, which
2322         indicates to the C program that the socks5_init() routine is available.
2323
2324 d_sprintf_returns_strlen (d_sprintf_len.U):
2325         This variable defines whether sprintf returns the length of the string
2326         (as per the ANSI spec). Some C libraries retain compatibility with
2327         pre-ANSI C and return a pointer to the passed in buffer; for these
2328         this variable will be undef.
2329
2330 d_sqrtl (d_sqrtl.U):
2331         This variable conditionally defines the HAS_SQRTL symbol, which
2332         indicates to the C program that the sqrtl() routine is available.
2333
2334 d_srand48_r (d_srand48_r.U):
2335         This variable conditionally defines the HAS_SRAND48_R symbol,
2336         which indicates to the C program that the srand48_r()
2337         routine is available.
2338
2339 d_srandom_r (d_srandom_r.U):
2340         This variable conditionally defines the HAS_SRANDOM_R symbol,
2341         which indicates to the C program that the srandom_r()
2342         routine is available.
2343
2344 d_sresgproto (d_sresgproto.U):
2345         This variable conditionally defines the HAS_SETRESGID_PROTO symbol,
2346         which indicates to the C program that the system provides
2347         a prototype for the setresgid() function.  Otherwise, it is
2348         up to the program to supply one.
2349
2350 d_sresuproto (d_sresuproto.U):
2351         This variable conditionally defines the HAS_SETRESUID_PROTO symbol,
2352         which indicates to the C program that the system provides
2353         a prototype for the setresuid() function.  Otherwise, it is
2354         up to the program to supply one.
2355
2356 d_stat (d_stat.U):
2357         This variable conditionally defines HAS_STAT if stat() is
2358         available to get file status.
2359
2360 d_statblks (d_statblks.U):
2361         This variable conditionally defines USE_STAT_BLOCKS
2362         if this system has a stat structure declaring
2363         st_blksize and st_blocks.
2364
2365 d_static_inline (d_static_inline.U):
2366         This variable conditionally defines the HAS_STATIC_INLINE symbol,
2367         which indicates that the C compiler supports C99-style static
2368         inline.  That is, the function can't be called from another
2369         translation unit.
2370
2371 d_stdio_cnt_lval (d_stdstdio.U):
2372         This variable conditionally defines STDIO_CNT_LVALUE if the
2373         FILE_cnt macro can be used as an lvalue.
2374
2375 d_stdio_ptr_lval (d_stdstdio.U):
2376         This variable conditionally defines STDIO_PTR_LVALUE if the
2377         FILE_ptr macro can be used as an lvalue.
2378
2379 d_stdio_ptr_lval_nochange_cnt (d_stdstdio.U):
2380         This symbol is defined if using the FILE_ptr macro as an lvalue
2381         to increase the pointer by n leaves File_cnt(fp) unchanged.
2382
2383 d_stdio_ptr_lval_sets_cnt (d_stdstdio.U):
2384         This symbol is defined if using the FILE_ptr macro as an lvalue
2385         to increase the pointer by n has the side effect of decreasing the
2386         value of File_cnt(fp) by n.
2387
2388 d_stdio_stream_array (stdio_streams.U):
2389         This variable tells whether there is an array holding
2390         the stdio streams.
2391
2392 d_stdiobase (d_stdstdio.U):
2393         This variable conditionally defines USE_STDIO_BASE if this system
2394         has a FILE structure declaring a usable _base field (or equivalent)
2395         in stdio.h.
2396
2397 d_stdstdio (d_stdstdio.U):
2398         This variable conditionally defines USE_STDIO_PTR if this system
2399         has a FILE structure declaring usable _ptr and _cnt fields (or
2400         equivalent) in stdio.h.
2401
2402 d_strchr (d_strchr.U):
2403         This variable conditionally defines HAS_STRCHR if strchr() and
2404         strrchr() are available for string searching.
2405
2406 d_strcoll (d_strcoll.U):
2407         This variable conditionally defines HAS_STRCOLL if strcoll() is
2408         available to compare strings using collating information.
2409
2410 d_strctcpy (d_strctcpy.U):
2411         This variable conditionally defines the USE_STRUCT_COPY symbol, which
2412         indicates to the C program that this C compiler knows how to copy
2413         structures.
2414
2415 d_strerrm (d_strerror.U):
2416         This variable holds what Strerror is defined as to translate an error
2417         code condition into an error message string. It could be 'strerror'
2418         or a more complex macro emulating strerror with sys_errlist[], or the
2419         "unknown" string when both strerror and sys_errlist are missing.
2420
2421 d_strerror (d_strerror.U):
2422         This variable conditionally defines HAS_STRERROR if strerror() is
2423         available to translate error numbers to strings.
2424
2425 d_strerror_r (d_strerror_r.U):
2426         This variable conditionally defines the HAS_STRERROR_R symbol,
2427         which indicates to the C program that the strerror_r()
2428         routine is available.
2429
2430 d_strftime (d_strftime.U):
2431         This variable conditionally defines the HAS_STRFTIME symbol, which
2432         indicates to the C program that the strftime() routine is available.
2433
2434 d_strlcat (d_strlcat.U):
2435         This variable conditionally defines the HAS_STRLCAT symbol, which
2436         indicates to the C program that the strlcat () routine is available.
2437
2438 d_strlcpy (d_strlcpy.U):
2439         This variable conditionally defines the HAS_STRLCPY symbol, which
2440         indicates to the C program that the strlcpy () routine is available.
2441
2442 d_strtod (d_strtod.U):
2443         This variable conditionally defines the HAS_STRTOD symbol, which
2444         indicates to the C program that the strtod() routine is available
2445         to provide better numeric string conversion than atof().
2446
2447 d_strtol (d_strtol.U):
2448         This variable conditionally defines the HAS_STRTOL symbol, which
2449         indicates to the C program that the strtol() routine is available
2450         to provide better numeric string conversion than atoi() and friends.
2451
2452 d_strtold (d_strtold.U):
2453         This variable conditionally defines the HAS_STRTOLD symbol, which
2454         indicates to the C program that the strtold() routine is available.
2455
2456 d_strtoll (d_strtoll.U):
2457         This variable conditionally defines the HAS_STRTOLL symbol, which
2458         indicates to the C program that the strtoll() routine is available.
2459
2460 d_strtoq (d_strtoq.U):
2461         This variable conditionally defines the HAS_STRTOQ symbol, which
2462         indicates to the C program that the strtoq() routine is available.
2463
2464 d_strtoul (d_strtoul.U):
2465         This variable conditionally defines the HAS_STRTOUL symbol, which
2466         indicates to the C program that the strtoul() routine is available
2467         to provide conversion of strings to unsigned long.
2468
2469 d_strtoull (d_strtoull.U):
2470         This variable conditionally defines the HAS_STRTOULL symbol, which
2471         indicates to the C program that the strtoull() routine is available.
2472
2473 d_strtouq (d_strtouq.U):
2474         This variable conditionally defines the HAS_STRTOUQ symbol, which
2475         indicates to the C program that the strtouq() routine is available.
2476
2477 d_strxfrm (d_strxfrm.U):
2478         This variable conditionally defines HAS_STRXFRM if strxfrm() is
2479         available to transform strings.
2480
2481 d_suidsafe (d_dosuid.U):
2482         This variable conditionally defines SETUID_SCRIPTS_ARE_SECURE_NOW
2483         if setuid scripts can be secure.  This test looks in /dev/fd/.
2484
2485 d_symlink (d_symlink.U):
2486         This variable conditionally defines the HAS_SYMLINK symbol, which
2487         indicates to the C program that the symlink() routine is available
2488         to create symbolic links.
2489
2490 d_syscall (d_syscall.U):
2491         This variable conditionally defines HAS_SYSCALL if syscall() is
2492         available call arbitrary system calls.
2493
2494 d_syscallproto (d_syscallproto.U):
2495         This variable conditionally defines the HAS_SYSCALL_PROTO symbol,
2496         which indicates to the C program that the system provides
2497         a prototype for the syscall() function.  Otherwise, it is
2498         up to the program to supply one.
2499
2500 d_sysconf (d_sysconf.U):
2501         This variable conditionally defines the HAS_SYSCONF symbol, which
2502         indicates to the C program that the sysconf() routine is available
2503         to determine system related limits and options.
2504
2505 d_sysernlst (d_strerror.U):
2506         This variable conditionally defines HAS_SYS_ERRNOLIST if sys_errnolist[]
2507         is available to translate error numbers to the symbolic name.
2508
2509 d_syserrlst (d_strerror.U):
2510         This variable conditionally defines HAS_SYS_ERRLIST if sys_errlist[] is
2511         available to translate error numbers to strings.
2512
2513 d_system (d_system.U):
2514         This variable conditionally defines HAS_SYSTEM if system() is
2515         available to issue a shell command.
2516
2517 d_tcgetpgrp (d_tcgtpgrp.U):
2518         This variable conditionally defines the HAS_TCGETPGRP symbol, which
2519         indicates to the C program that the tcgetpgrp() routine is available.
2520         to get foreground process group ID.
2521
2522 d_tcsetpgrp (d_tcstpgrp.U):
2523         This variable conditionally defines the HAS_TCSETPGRP symbol, which
2524         indicates to the C program that the tcsetpgrp() routine is available
2525         to set foreground process group ID.
2526
2527 d_telldir (d_readdir.U):
2528         This variable conditionally defines HAS_TELLDIR if telldir() is
2529         available.
2530
2531 d_telldirproto (d_telldirproto.U):
2532         This variable conditionally defines the HAS_TELLDIR_PROTO symbol,
2533         which indicates to the C program that the system provides
2534         a prototype for the telldir() function.  Otherwise, it is
2535         up to the program to supply one.
2536
2537 d_tgamma (d_tgamma.U):
2538         This variable conditionally defines the HAS_TGAMMA symbol, which
2539         indicates to the C program that the tgamma() routine is available
2540         for the gamma function.  See also d_lgamma.
2541
2542 d_time (d_time.U):
2543         This variable conditionally defines the HAS_TIME symbol, which indicates
2544         that the time() routine exists.  The time() routine is normally
2545         provided on UNIX systems.
2546
2547 d_timegm (d_timegm.U):
2548         This variable conditionally defines the HAS_TIMEGM symbol, which
2549         indicates to the C program that the timegm () routine is available.
2550
2551 d_times (d_times.U):
2552         This variable conditionally defines the HAS_TIMES symbol, which indicates
2553         that the times() routine exists.  The times() routine is normally
2554         provided on UNIX systems. You may have to include <sys/times.h>.
2555
2556 d_tm_tm_gmtoff (i_time.U):
2557         This variable conditionally defines HAS_TM_TM_GMTOFF, which indicates
2558         indicates to the C program that the struct tm has the tm_gmtoff field.
2559
2560 d_tm_tm_zone (i_time.U):
2561         This variable conditionally defines HAS_TM_TM_ZONE, which indicates
2562         indicates to the C program that the struct tm has the tm_zone field.
2563
2564 d_tmpnam_r (d_tmpnam_r.U):
2565         This variable conditionally defines the HAS_TMPNAM_R symbol,
2566         which indicates to the C program that the tmpnam_r()
2567         routine is available.
2568
2569 d_trunc (d_trunc.U):
2570         This variable conditionally defines the HAS_TRUNC symbol, which
2571         indicates to the C program that the trunc() routine is available
2572         to round doubles towards zero.
2573
2574 d_truncate (d_truncate.U):
2575         This variable conditionally defines HAS_TRUNCATE if truncate() is
2576         available to truncate files.
2577
2578 d_truncl (d_truncl.U):
2579         This variable conditionally defines the HAS_TRUNCL symbol, which
2580         indicates to the C program that the truncl() routine is available
2581         to round long doubles towards zero. If copysignl is also present,
2582         we can emulate modfl.
2583
2584 d_ttyname_r (d_ttyname_r.U):
2585         This variable conditionally defines the HAS_TTYNAME_R symbol,
2586         which indicates to the C program that the ttyname_r()
2587         routine is available.
2588
2589 d_tzname (d_tzname.U):
2590         This variable conditionally defines HAS_TZNAME if tzname[] is
2591         available to access timezone names.
2592
2593 d_u32align (d_u32align.U):
2594         This variable tells whether you must access character data
2595         through U32-aligned pointers.
2596
2597 d_ualarm (d_ualarm.U):
2598         This variable conditionally defines the HAS_UALARM symbol, which
2599         indicates to the C program that the ualarm() routine is available.
2600
2601 d_umask (d_umask.U):
2602         This variable conditionally defines the HAS_UMASK symbol, which
2603         indicates to the C program that the umask() routine is available.
2604         to set and get the value of the file creation mask.
2605
2606 d_uname (d_gethname.U):
2607         This variable conditionally defines the HAS_UNAME symbol, which
2608         indicates to the C program that the uname() routine may be
2609         used to derive the host name.
2610
2611 d_union_semun (d_union_semun.U):
2612         This variable conditionally defines HAS_UNION_SEMUN if the
2613         union semun is defined by including <sys/sem.h>.
2614
2615 d_unordered (d_unordered.U):
2616         This variable conditionally defines the HAS_UNORDERED symbol, which
2617         indicates to the C program that the unordered() routine is available.
2618
2619 d_unsetenv (d_unsetenv.U):
2620         This variable conditionally defines the HAS_UNSETENV symbol, which
2621         indicates to the C program that the unsetenv () routine is available.
2622
2623 d_usleep (d_usleep.U):
2624         This variable conditionally defines HAS_USLEEP if usleep() is
2625         available to do high granularity sleeps.
2626
2627 d_usleepproto (d_usleepproto.U):
2628         This variable conditionally defines the HAS_USLEEP_PROTO symbol,
2629         which indicates to the C program that the system provides
2630         a prototype for the usleep() function.  Otherwise, it is
2631         up to the program to supply one.
2632
2633 d_vendorarch (vendorarch.U):
2634         This variable conditionally defined PERL_VENDORARCH.
2635
2636 d_vendorbin (vendorbin.U):
2637         This variable conditionally defines PERL_VENDORBIN.
2638
2639 d_vendorlib (vendorlib.U):
2640         This variable conditionally defines PERL_VENDORLIB.
2641
2642 d_vendorscript (vendorscript.U):
2643         This variable conditionally defines PERL_VENDORSCRIPT.
2644
2645 d_vfork (d_vfork.U):
2646         This variable conditionally defines the HAS_VFORK symbol, which
2647         indicates the vfork() routine is available.
2648
2649 d_void_closedir (d_closedir.U):
2650         This variable conditionally defines VOID_CLOSEDIR if closedir()
2651         does not return a value.
2652
2653 d_voidsig (d_voidsig.U):
2654         This variable conditionally defines VOIDSIG if this system
2655         declares "void (*signal(...))()" in signal.h.  The old way was to
2656         declare it as "int (*signal(...))()".
2657
2658 d_voidtty (i_sysioctl.U):
2659         This variable conditionally defines USE_IOCNOTTY to indicate that the
2660         ioctl() call with TIOCNOTTY should be used to void tty association.
2661         Otherwise (on USG probably), it is enough to close the standard file
2662         descriptors and do a setpgrp().
2663
2664 d_volatile (d_volatile.U):
2665         This variable conditionally defines the HASVOLATILE symbol, which
2666         indicates to the C program that this C compiler knows about the
2667         volatile declaration.
2668
2669 d_vprintf (d_vprintf.U):
2670         This variable conditionally defines the HAS_VPRINTF symbol, which
2671         indicates to the C program that the vprintf() routine is available
2672         to printf with a pointer to an argument list.
2673
2674 d_vsnprintf (d_snprintf.U):
2675         This variable conditionally defines the HAS_VSNPRINTF symbol, which
2676         indicates to the C program that the vsnprintf () library function
2677         is available.
2678
2679 d_wait4 (d_wait4.U):
2680         This variable conditionally defines the HAS_WAIT4 symbol, which
2681         indicates the wait4() routine is available.
2682
2683 d_waitpid (d_waitpid.U):
2684         This variable conditionally defines HAS_WAITPID if waitpid() is
2685         available to wait for child process.
2686
2687 d_wcscmp (d_wcscmp.U):
2688         This variable conditionally defines the HAS_WCSCMP symbol if the
2689         wcscmp() routine is available and can be used to compare wide
2690         character strings.
2691
2692 d_wcstombs (d_wcstombs.U):
2693         This variable conditionally defines the HAS_WCSTOMBS symbol, which
2694         indicates to the C program that the wcstombs() routine is available
2695         to convert wide character strings to multibyte strings.
2696
2697 d_wcsxfrm (d_wcsxfrm.U):
2698         This variable conditionally defines the HAS_WCSXFRM symbol if the
2699         wcsxfrm() routine is available and can be used to compare wide
2700         character strings.
2701
2702 d_wctomb (d_wctomb.U):
2703         This variable conditionally defines the HAS_WCTOMB symbol, which
2704         indicates to the C program that the wctomb() routine is available
2705         to convert a wide character to a multibyte.
2706
2707 d_writev (d_writev.U):
2708         This variable conditionally defines the HAS_WRITEV symbol, which
2709         indicates to the C program that the writev() routine is available.
2710
2711 d_xenix (Guess.U):
2712         This variable conditionally defines the symbol XENIX, which alerts
2713         the C program that it runs under Xenix.
2714
2715 date (Loc.U):
2716         This variable is used internally by Configure to determine the
2717         full pathname (if any) of the date program.  After Configure runs,
2718         the value is reset to a plain "date" and is not useful.
2719
2720 db_hashtype (i_db.U):
2721         This variable contains the type of the hash structure element
2722         in the <db.h> header file.  In older versions of DB, it was
2723         int, while in newer ones it is u_int32_t.
2724
2725 db_prefixtype (i_db.U):
2726         This variable contains the type of the prefix structure element
2727         in the <db.h> header file.  In older versions of DB, it was
2728         int, while in newer ones it is size_t.
2729
2730 db_version_major (i_db.U):
2731         This variable contains the major version number of
2732         Berkeley DB found in the <db.h> header file.
2733
2734 db_version_minor (i_db.U):
2735         This variable contains the minor version number of
2736         Berkeley DB found in the <db.h> header file.
2737         For DB version 1 this is always 0.
2738
2739 db_version_patch (i_db.U):
2740         This variable contains the patch version number of
2741         Berkeley DB found in the <db.h> header file.
2742         For DB version 1 this is always 0.
2743
2744 direntrytype (i_dirent.U):
2745         This symbol is set to 'struct direct' or 'struct dirent' depending on
2746         whether dirent is available or not. You should use this pseudo type to
2747         portably declare your directory entries.
2748
2749 dlext (dlext.U):
2750         This variable contains the extension that is to be used for the
2751         dynamically loaded modules that perl generates.
2752
2753 dlsrc (dlsrc.U):
2754         This variable contains the name of the dynamic loading file that
2755         will be used with the package.
2756
2757 doubleinfbytes (infnan.U):
2758         This variable contains comma-separated list of hexadecimal bytes
2759         for the double precision infinity.
2760
2761 doublekind (longdblfio.U):
2762         This variable, if defined, encodes the type of a double:
2763         1 = IEEE 754 32-bit big little endian,
2764         2 = IEEE 754 32-bit big big endian,
2765         3 = IEEE 754 64-bit big little endian,
2766         4 = IEEE 754 64-bit big big endian,
2767         5 = IEEE 754 128-bit big little endian,
2768         6 = IEEE 754 128-bit big big endian,
2769         7 = IEEE 754 64-bit big mixed endian le-be,
2770         8 = IEEE 754 64-bit big mixed endian be-le,
2771         -1 = unknown format.
2772
2773 doublemantbits (mantbits.U):
2774         This symbol, if defined, tells how many mantissa bits
2775         there are in double precision floating point format.
2776         Note that this is usually DBL_MANT_DIG minus one, since
2777         with the standard IEEE 754 formats DBL_MANT_DIG includes
2778         the implicit bit which doesn't really exist.
2779
2780 doublenanbytes (infnan.U):
2781         This variable contains comma-separated list of hexadecimal bytes
2782         for the double precision not-a-number.
2783
2784 doublesize (doublesize.U):
2785         This variable contains the value of the DOUBLESIZE symbol, which
2786         indicates to the C program how many bytes there are in a double.
2787
2788 drand01 (randfunc.U):
2789         Indicates the macro to be used to generate normalized
2790         random numbers.  Uses randfunc, often divided by
2791         (double) (((unsigned long) 1 << randbits)) in order to
2792         normalize the result.
2793         In C programs, the macro 'Drand01' is mapped to drand01.
2794
2795 drand48_r_proto (d_drand48_r.U):
2796         This variable encodes the prototype of drand48_r.
2797         It is zero if d_drand48_r is undef, and one of the
2798         REENTRANT_PROTO_T_ABC macros of reentr.h if d_drand48_r
2799         is defined.
2800
2801 dtrace (usedtrace.U):
2802         This variable holds the location of the dtrace executable.
2803
2804 dynamic_ext (Extensions.U):
2805         This variable holds a list of XS extension files we want to
2806         link dynamically into the package.  It is used by Makefile.
2807
2808 eagain (nblock_io.U):
2809         This variable bears the symbolic errno code set by read() when no
2810         data is present on the file and non-blocking I/O was enabled (otherwise,
2811         read() blocks naturally).
2812
2813 ebcdic (ebcdic.U):
2814         This variable conditionally defines EBCDIC if this
2815         system uses EBCDIC encoding.
2816
2817 echo (Loc.U):
2818         This variable is used internally by Configure to determine the
2819         full pathname (if any) of the echo program.  After Configure runs,
2820         the value is reset to a plain "echo" and is not useful.
2821
2822 egrep (Loc.U):
2823         This variable is used internally by Configure to determine the
2824         full pathname (if any) of the egrep program.  After Configure runs,
2825         the value is reset to a plain "egrep" and is not useful.
2826
2827 emacs (Loc.U):
2828         This variable is defined but not used by Configure.
2829         The value is the empty string and is not useful.
2830
2831 endgrent_r_proto (d_endgrent_r.U):
2832         This variable encodes the prototype of endgrent_r.
2833         It is zero if d_endgrent_r is undef, and one of the
2834         REENTRANT_PROTO_T_ABC macros of reentr.h if d_endgrent_r
2835         is defined.
2836
2837 endhostent_r_proto (d_endhostent_r.U):
2838         This variable encodes the prototype of endhostent_r.
2839         It is zero if d_endhostent_r is undef, and one of the
2840         REENTRANT_PROTO_T_ABC macros of reentr.h if d_endhostent_r
2841         is defined.
2842
2843 endnetent_r_proto (d_endnetent_r.U):
2844         This variable encodes the prototype of endnetent_r.
2845         It is zero if d_endnetent_r is undef, and one of the
2846         REENTRANT_PROTO_T_ABC macros of reentr.h if d_endnetent_r
2847         is defined.
2848
2849 endprotoent_r_proto (d_endprotoent_r.U):
2850         This variable encodes the prototype of endprotoent_r.
2851         It is zero if d_endprotoent_r is undef, and one of the
2852         REENTRANT_PROTO_T_ABC macros of reentr.h if d_endprotoent_r
2853         is defined.
2854
2855 endpwent_r_proto (d_endpwent_r.U):
2856         This variable encodes the prototype of endpwent_r.
2857         It is zero if d_endpwent_r is undef, and one of the
2858         REENTRANT_PROTO_T_ABC macros of reentr.h if d_endpwent_r
2859         is defined.
2860
2861 endservent_r_proto (d_endservent_r.U):
2862         This variable encodes the prototype of endservent_r.
2863         It is zero if d_endservent_r is undef, and one of the
2864         REENTRANT_PROTO_T_ABC macros of reentr.h if d_endservent_r
2865         is defined.
2866
2867 eunicefix (Init.U):
2868         When running under Eunice this variable contains a command which will
2869         convert a shell script to the proper form of text file for it to be
2870         executable by the shell.  On other systems it is a no-op.
2871
2872 exe_ext (Unix.U):
2873         This is an old synonym for _exe.
2874
2875 expr (Loc.U):
2876         This variable is used internally by Configure to determine the
2877         full pathname (if any) of the expr program.  After Configure runs,
2878         the value is reset to a plain "expr" and is not useful.
2879
2880 extensions (Extensions.U):
2881         This variable holds a list of all extension files (both XS and
2882         non-xs) installed with the package.  It is propagated to Config.pm
2883         and is typically used to test whether a particular extension
2884         is available.
2885
2886 extern_C (Csym.U):
2887         ANSI C requires 'extern' where C++ requires 'extern "C"'. This
2888         variable can be used in Configure to do the right thing.
2889
2890 extras (Extras.U):
2891         This variable holds a list of extra modules to install.
2892
2893 fflushall (fflushall.U):
2894         This symbol, if defined, tells that to flush
2895         all pending stdio output one must loop through all
2896         the stdio file handles stored in an array and fflush them.
2897         Note that if fflushNULL is defined, fflushall will not
2898         even be probed for and will be left undefined.
2899
2900 fflushNULL (fflushall.U):
2901         This symbol, if defined, tells that fflush(NULL) correctly
2902         flushes all pending stdio output without side effects. In
2903         particular, on some platforms calling fflush(NULL) *still*
2904         corrupts STDIN if it is a pipe.
2905
2906 find (Loc.U):
2907         This variable is defined but not used by Configure.
2908         The value is the empty string and is not useful.
2909
2910 firstmakefile (Unix.U):
2911         This variable defines the first file searched by make.  On unix,
2912         it is makefile (then Makefile).  On case-insensitive systems,
2913         it might be something else.  This is only used to deal with
2914         convoluted make depend tricks.
2915
2916 flex (Loc.U):
2917         This variable is defined but not used by Configure.
2918         The value is the empty string and is not useful.
2919
2920 fpossize (fpossize.U):
2921         This variable contains the size of a fpostype in bytes.
2922
2923 fpostype (fpostype.U):
2924         This variable defines Fpos_t to be something like fpos_t, long,
2925         uint, or whatever type is used to declare file positions in libc.
2926
2927 freetype (mallocsrc.U):
2928         This variable contains the return type of free().  It is usually
2929         void, but occasionally int.
2930
2931 from (Cross.U):
2932         This variable contains the command used by Configure
2933         to copy files from the target host.  Useful and available
2934         only during Perl build.
2935         The string ':' if not cross-compiling.
2936
2937 full_ar (Loc_ar.U):
2938         This variable contains the full pathname to 'ar', whether or
2939         not the user has specified 'portability'.  This is only used
2940         in the Makefile.SH.
2941
2942 full_csh (d_csh.U):
2943         This variable contains the full pathname to 'csh', whether or
2944         not the user has specified 'portability'.  This is only used
2945         in the compiled C program, and we assume that all systems which
2946         can share this executable will have the same full pathname to
2947         'csh.'
2948
2949 full_sed (Loc_sed.U):
2950         This variable contains the full pathname to 'sed', whether or
2951         not the user has specified 'portability'.  This is only used
2952         in the compiled C program, and we assume that all systems which
2953         can share this executable will have the same full pathname to
2954         'sed.'
2955
2956 gccansipedantic (gccvers.U):
2957         If GNU cc (gcc) is used, this variable will enable (if set) the
2958         -ansi and -pedantic ccflags for building core files (through
2959         cflags script). (See Porting/pumpkin.pod for full description).
2960
2961 gccosandvers (gccvers.U):
2962         If GNU cc (gcc) is used, this variable holds the operating system
2963         and version used to compile gcc.  It is set to '' if not gcc,
2964         or if nothing useful can be parsed as the os version.
2965
2966 gccversion (gccvers.U):
2967         If GNU cc (gcc) is used, this variable holds '1' or '2' to
2968         indicate whether the compiler is version 1 or 2.  This is used in
2969         setting some of the default cflags.  It is set to '' if not gcc.
2970
2971 getgrent_r_proto (d_getgrent_r.U):
2972         This variable encodes the prototype of getgrent_r.
2973         It is zero if d_getgrent_r is undef, and one of the
2974         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrent_r
2975         is defined.
2976
2977 getgrgid_r_proto (d_getgrgid_r.U):
2978         This variable encodes the prototype of getgrgid_r.
2979         It is zero if d_getgrgid_r is undef, and one of the
2980         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrgid_r
2981         is defined.
2982
2983 getgrnam_r_proto (d_getgrnam_r.U):
2984         This variable encodes the prototype of getgrnam_r.
2985         It is zero if d_getgrnam_r is undef, and one of the
2986         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrnam_r
2987         is defined.
2988
2989 gethostbyaddr_r_proto (d_gethostbyaddr_r.U):
2990         This variable encodes the prototype of gethostbyaddr_r.
2991         It is zero if d_gethostbyaddr_r is undef, and one of the
2992         REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyaddr_r
2993         is defined.
2994
2995 gethostbyname_r_proto (d_gethostbyname_r.U):
2996         This variable encodes the prototype of gethostbyname_r.
2997         It is zero if d_gethostbyname_r is undef, and one of the
2998         REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyname_r
2999         is defined.
3000
3001 gethostent_r_proto (d_gethostent_r.U):
3002         This variable encodes the prototype of gethostent_r.
3003         It is zero if d_gethostent_r is undef, and one of the
3004         REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostent_r
3005         is defined.
3006
3007 getlogin_r_proto (d_getlogin_r.U):
3008         This variable encodes the prototype of getlogin_r.
3009         It is zero if d_getlogin_r is undef, and one of the
3010         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getlogin_r
3011         is defined.
3012
3013 getnetbyaddr_r_proto (d_getnetbyaddr_r.U):
3014         This variable encodes the prototype of getnetbyaddr_r.
3015         It is zero if d_getnetbyaddr_r is undef, and one of the
3016         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyaddr_r
3017         is defined.
3018
3019 getnetbyname_r_proto (d_getnetbyname_r.U):
3020         This variable encodes the prototype of getnetbyname_r.
3021         It is zero if d_getnetbyname_r is undef, and one of the
3022         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyname_r
3023         is defined.
3024
3025 getnetent_r_proto (d_getnetent_r.U):
3026         This variable encodes the prototype of getnetent_r.
3027         It is zero if d_getnetent_r is undef, and one of the
3028         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetent_r
3029         is defined.
3030
3031 getprotobyname_r_proto (d_getprotobyname_r.U):
3032         This variable encodes the prototype of getprotobyname_r.
3033         It is zero if d_getprotobyname_r is undef, and one of the
3034         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobyname_r
3035         is defined.
3036
3037 getprotobynumber_r_proto (d_getprotobynumber_r.U):
3038         This variable encodes the prototype of getprotobynumber_r.
3039         It is zero if d_getprotobynumber_r is undef, and one of the
3040         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobynumber_r
3041         is defined.
3042
3043 getprotoent_r_proto (d_getprotoent_r.U):
3044         This variable encodes the prototype of getprotoent_r.
3045         It is zero if d_getprotoent_r is undef, and one of the
3046         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotoent_r
3047         is defined.
3048
3049 getpwent_r_proto (d_getpwent_r.U):
3050         This variable encodes the prototype of getpwent_r.
3051         It is zero if d_getpwent_r is undef, and one of the
3052         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwent_r
3053         is defined.
3054
3055 getpwnam_r_proto (d_getpwnam_r.U):
3056         This variable encodes the prototype of getpwnam_r.
3057         It is zero if d_getpwnam_r is undef, and one of the
3058         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwnam_r
3059         is defined.
3060
3061 getpwuid_r_proto (d_getpwuid_r.U):
3062         This variable encodes the prototype of getpwuid_r.
3063         It is zero if d_getpwuid_r is undef, and one of the
3064         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwuid_r
3065         is defined.
3066
3067 getservbyname_r_proto (d_getservbyname_r.U):
3068         This variable encodes the prototype of getservbyname_r.
3069         It is zero if d_getservbyname_r is undef, and one of the
3070         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyname_r
3071         is defined.
3072
3073 getservbyport_r_proto (d_getservbyport_r.U):
3074         This variable encodes the prototype of getservbyport_r.
3075         It is zero if d_getservbyport_r is undef, and one of the
3076         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyport_r
3077         is defined.
3078
3079 getservent_r_proto (d_getservent_r.U):
3080         This variable encodes the prototype of getservent_r.
3081         It is zero if d_getservent_r is undef, and one of the
3082         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservent_r
3083         is defined.
3084
3085 getspnam_r_proto (d_getspnam_r.U):
3086         This variable encodes the prototype of getspnam_r.
3087         It is zero if d_getspnam_r is undef, and one of the
3088         REENTRANT_PROTO_T_ABC macros of reentr.h if d_getspnam_r
3089         is defined.
3090
3091 gidformat (gidf.U):
3092         This variable contains the format string used for printing a Gid_t.
3093
3094 gidsign (gidsign.U):
3095         This variable contains the signedness of a gidtype.
3096         1 for unsigned, -1 for signed.
3097
3098 gidsize (gidsize.U):
3099         This variable contains the size of a gidtype in bytes.
3100
3101 gidtype (gidtype.U):
3102         This variable defines Gid_t to be something like gid_t, int,
3103         ushort, or whatever type is used to declare the return type
3104         of getgid().  Typically, it is the type of group ids in the kernel.
3105
3106 glibpth (libpth.U):
3107         This variable holds the general path (space-separated) used to
3108         find libraries.  It may contain directories that do not exist on
3109         this platform, libpth is the cleaned-up version.
3110
3111 gmake (Loc.U):
3112         This variable is used internally by Configure to determine the
3113         full pathname (if any) of the gmake program.  After Configure runs,
3114         the value is reset to a plain "gmake" and is not useful.
3115
3116 gmtime_r_proto (d_gmtime_r.U):
3117         This variable encodes the prototype of gmtime_r.
3118         It is zero if d_gmtime_r is undef, and one of the
3119         REENTRANT_PROTO_T_ABC macros of reentr.h if d_gmtime_r
3120         is defined.
3121
3122 gnulibc_version (d_gnulibc.U):
3123         This variable contains the version number of the GNU C library.
3124         It is usually something like '2.2.5'.  It is a plain '' if this
3125         is not the GNU C library, or if the version is unknown.
3126
3127 grep (Loc.U):
3128         This variable is used internally by Configure to determine the
3129         full pathname (if any) of the grep program.  After Configure runs,
3130         the value is reset to a plain "grep" and is not useful.
3131
3132 groupcat (nis.U):
3133         This variable contains a command that produces the text of the
3134         /etc/group file.  This is normally "cat /etc/group", but can be
3135         "ypcat group" when NIS is used.
3136         On some systems, such as os390, there may be no equivalent
3137         command, in which case this variable is unset.
3138
3139 groupstype (groupstype.U):
3140         This variable defines Groups_t to be something like gid_t, int,
3141         ushort, or whatever type is used for the second argument to
3142         getgroups() and setgroups().  Usually, this is the same as
3143         gidtype (gid_t), but sometimes it isn't.
3144
3145 gzip (Loc.U):
3146         This variable is used internally by Configure to determine the
3147         full pathname (if any) of the gzip program.  After Configure runs,
3148         the value is reset to a plain "gzip" and is not useful.
3149
3150 h_fcntl (h_fcntl.U):
3151         This is variable gets set in various places to tell i_fcntl that
3152         <fcntl.h> should be included.
3153
3154 h_sysfile (h_sysfile.U):
3155         This is variable gets set in various places to tell i_sys_file that
3156         <sys/file.h> should be included.
3157
3158 hint (Oldconfig.U):
3159         Gives the type of hints used for previous answers. May be one of
3160         "default", "recommended" or "previous".
3161
3162 hostcat (nis.U):
3163         This variable contains a command that produces the text of the
3164         /etc/hosts file.  This is normally "cat /etc/hosts", but can be
3165         "ypcat hosts" when NIS is used.
3166         On some systems, such as os390, there may be no equivalent
3167         command, in which case this variable is unset.
3168
3169 hostgenerate (Cross.U):
3170         This variable contains the path to a generate_uudmap binary that
3171         can be run on the host OS when cross-compiling.  Useful and
3172         available only during Perl build.
3173         Empty string '' if not cross-compiling.
3174
3175 hostosname (Cross.U):
3176         This variable contains the original value of '$^O' for hostperl
3177         when cross-compiling.  This is useful to pick the proper tools
3178         when running build code in the host.
3179         Empty string '' if not cross-compiling.
3180
3181 hostperl (Cross.U):
3182         This variable contains the path to a miniperl binary that can be
3183         run on the host OS when cross-compiling.  Useful and available only
3184         during Perl build.
3185         Empty string '' if not cross-compiling.
3186
3187 html1dir (html1dir.U):
3188         This variable contains the name of the directory in which html
3189         source pages are to be put.  This directory is for pages
3190         that describe whole programs, not libraries or modules.  It
3191         is intended to correspond roughly to section 1 of the Unix
3192         manuals.
3193
3194 html1direxp (html1dir.U):
3195         This variable is the same as the html1dir variable, but is filename
3196         expanded at configuration time, for convenient use in makefiles.
3197
3198 html3dir (html3dir.U):
3199         This variable contains the name of the directory in which html
3200         source pages are to be put.  This directory is for pages
3201         that describe libraries or modules.  It is intended to
3202         correspond roughly to section 3 of the Unix manuals.
3203
3204 html3direxp (html3dir.U):
3205         This variable is the same as the html3dir variable, but is filename
3206         expanded at configuration time, for convenient use in makefiles.
3207
3208 i16size (perlxv.U):
3209         This variable is the size of an I16 in bytes.
3210
3211 i16type (perlxv.U):
3212         This variable contains the C type used for Perl's I16.
3213
3214 i32size (perlxv.U):
3215         This variable is the size of an I32 in bytes.
3216
3217 i32type (perlxv.U):
3218         This variable contains the C type used for Perl's I32.
3219
3220 i64size (perlxv.U):
3221         This variable is the size of an I64 in bytes.
3222
3223 i64type (perlxv.U):
3224         This variable contains the C type used for Perl's I64.
3225
3226 i8size (perlxv.U):
3227         This variable is the size of an I8 in bytes.
3228
3229 i8type (perlxv.U):
3230         This variable contains the C type used for Perl's I8.
3231
3232 i_arpainet (i_arpainet.U):
3233         This variable conditionally defines the I_ARPA_INET symbol,
3234         and indicates whether a C program should include <arpa/inet.h>.
3235
3236 i_assert (i_assert.U):
3237         This variable conditionally defines the I_ASSERT symbol, which
3238         indicates to the C program that <assert.h> exists and could be
3239         included.
3240
3241 i_bfd (i_bfd.U):
3242         This variable conditionally defines the I_BFD symbol, and
3243         indicates whether a C program can include <bfd.h>.
3244
3245 i_bsdioctl (i_sysioctl.U):
3246         This variable conditionally defines the I_SYS_BSDIOCTL symbol, which
3247         indicates to the C program that <sys/bsdioctl.h> exists and should
3248         be included.
3249
3250 i_crypt (i_crypt.U):
3251         This variable conditionally defines the I_CRYPT symbol, and indicates
3252         whether a C program should include <crypt.h>.
3253
3254 i_db (i_db.U):
3255         This variable conditionally defines the I_DB symbol, and indicates
3256         whether a C program may include Berkeley's DB include file <db.h>.
3257
3258 i_dbm (i_dbm.U):
3259         This variable conditionally defines the I_DBM symbol, which
3260         indicates to the C program that <dbm.h> exists and should
3261         be included.
3262
3263 i_dirent (i_dirent.U):
3264         This variable conditionally defines I_DIRENT, which indicates
3265         to the C program that it should include <dirent.h>.
3266
3267 i_dlfcn (i_dlfcn.U):
3268         This variable conditionally defines the I_DLFCN symbol, which
3269         indicates to the C program that <dlfcn.h> exists and should
3270         be included.
3271
3272 i_execinfo (i_execinfo.U):
3273         This variable conditionally defines the I_EXECINFO symbol, and indicates
3274         whether a C program may include <execinfo.h>, for backtrace() support.
3275
3276 i_fcntl (i_fcntl.U):
3277         This variable controls the value of I_FCNTL (which tells
3278         the C program to include <fcntl.h>).
3279
3280 i_fenv (i_fenv.U):
3281         This variable conditionally defines the I_FENV symbol, which
3282         indicates to the C program that <fenv.h> exists and should
3283         be included.
3284
3285 i_float (i_float.U):
3286         This variable conditionally defines the I_FLOAT symbol, and indicates
3287         whether a C program may include <float.h> to get symbols like DBL_MAX
3288         or DBL_MIN, i.e. machine dependent floating point values.
3289
3290 i_fp (i_fp.U):
3291         This variable conditionally defines the I_FP symbol, and indicates
3292         whether a C program should include <fp.h>.
3293
3294 i_fp_class (i_fp_class.U):
3295         This variable conditionally defines the I_FP_CLASS symbol, and indicates
3296         whether a C program should include <fp_class.h>.
3297
3298 i_gdbm (i_gdbm.U):
3299         This variable conditionally defines the I_GDBM symbol, which
3300         indicates to the C program that <gdbm.h> exists and should
3301         be included.
3302
3303 i_gdbm_ndbm (i_ndbm.U):
3304         This variable conditionally defines the I_GDBM_NDBM symbol, which
3305         indicates to the C program that <gdbm-ndbm.h> exists and should
3306         be included.  This is the location of the ndbm.h compatibility file
3307         in Debian 4.0.
3308
3309 i_gdbmndbm (i_ndbm.U):
3310         This variable conditionally defines the I_GDBMNDBM symbol, which
3311         indicates to the C program that <gdbm/ndbm.h> exists and should
3312         be included.  This was the location of the ndbm.h compatibility file
3313         in RedHat 7.1.
3314
3315 i_grp (i_grp.U):
3316         This variable conditionally defines the I_GRP symbol, and indicates
3317         whether a C program should include <grp.h>.
3318
3319 i_ieeefp (i_ieeefp.U):
3320         This variable conditionally defines the I_IEEEFP symbol, and indicates
3321         whether a C program should include <ieeefp.h>.
3322
3323 i_inttypes (i_inttypes.U):
3324         This variable conditionally defines the I_INTTYPES symbol,
3325         and indicates whether a C program should include <inttypes.h>.
3326
3327 i_langinfo (i_langinfo.U):
3328         This variable conditionally defines the I_LANGINFO symbol,
3329         and indicates whether a C program should include <langinfo.h>.
3330
3331 i_libutil (i_libutil.U):
3332         This variable conditionally defines the I_LIBUTIL symbol, and indicates
3333         whether a C program should include <libutil.h>.
3334
3335 i_limits (i_limits.U):
3336         This variable conditionally defines the I_LIMITS symbol, and indicates
3337         whether a C program may include <limits.h> to get symbols like WORD_BIT
3338         and friends.
3339
3340 i_locale (i_locale.U):
3341         This variable conditionally defines the I_LOCALE symbol,
3342         and indicates whether a C program should include <locale.h>.
3343
3344 i_machcthr (i_machcthr.U):
3345         This variable conditionally defines the I_MACH_CTHREADS symbol,
3346         and indicates whether a C program should include <mach/cthreads.h>.
3347
3348 i_malloc (i_malloc.U):
3349         This variable conditionally defines the I_MALLOC symbol, and indicates
3350         whether a C program should include <malloc.h>.
3351
3352 i_mallocmalloc (i_mallocmalloc.U):
3353         This variable conditionally defines the I_MALLOCMALLOC symbol,
3354         and indicates whether a C program should include <malloc/malloc.h>.
3355
3356 i_math (i_math.U):
3357         This variable conditionally defines the I_MATH symbol, and indicates
3358         whether a C program may include <math.h>.
3359
3360 i_memory (i_memory.U):
3361         This variable conditionally defines the I_MEMORY symbol, and indicates
3362         whether a C program should include <memory.h>.
3363
3364 i_ndbm (i_ndbm.U):
3365         This variable conditionally defines the I_NDBM symbol, which
3366         indicates to the C program that <ndbm.h> exists and should
3367         be included.
3368
3369 i_netdb (i_netdb.U):
3370         This variable conditionally defines the I_NETDB symbol, and indicates
3371         whether a C program should include <netdb.h>.
3372
3373 i_neterrno (i_neterrno.U):
3374         This variable conditionally defines the I_NET_ERRNO symbol, which
3375         indicates to the C program that <net/errno.h> exists and should
3376         be included.
3377
3378 i_netinettcp (i_netinettcp.U):
3379         This variable conditionally defines the I_NETINET_TCP symbol,
3380         and indicates whether a C program should include <netinet/tcp.h>.
3381
3382 i_niin (i_niin.U):
3383         This variable conditionally defines I_NETINET_IN, which indicates
3384         to the C program that it should include <netinet/in.h>. Otherwise,
3385         you may try <sys/in.h>.
3386
3387 i_poll (i_poll.U):
3388         This variable conditionally defines the I_POLL symbol, and indicates
3389         whether a C program should include <poll.h>.
3390
3391 i_prot (i_prot.U):
3392         This variable conditionally defines the I_PROT symbol, and indicates
3393         whether a C program should include <prot.h>.
3394
3395 i_pthread (i_pthread.U):
3396         This variable conditionally defines the I_PTHREAD symbol,
3397         and indicates whether a C program should include <pthread.h>.
3398
3399 i_pwd (i_pwd.U):
3400         This variable conditionally defines I_PWD, which indicates
3401         to the C program that it should include <pwd.h>.
3402
3403 i_quadmath (i_quadmath.U):
3404         This variable conditionally defines I_QUADMATH, which indicates
3405         to the C program that it should include <quadmath.h>.
3406
3407 i_rpcsvcdbm (i_dbm.U):
3408         This variable conditionally defines the I_RPCSVC_DBM symbol, which
3409         indicates to the C program that <rpcsvc/dbm.h> exists and should
3410         be included.  Some System V systems might need this instead of <dbm.h>.
3411
3412 i_sgtty (i_termio.U):
3413         This variable conditionally defines the I_SGTTY symbol, which
3414         indicates to the C program that it should include <sgtty.h> rather
3415         than <termio.h>.
3416
3417 i_shadow (i_shadow.U):
3418         This variable conditionally defines the I_SHADOW symbol, and indicates
3419         whether a C program should include <shadow.h>.
3420
3421 i_socks (i_socks.U):
3422         This variable conditionally defines the I_SOCKS symbol, and indicates
3423         whether a C program should include <socks.h>.
3424
3425 i_stdarg (i_varhdr.U):
3426         This variable conditionally defines the I_STDARG symbol, which
3427         indicates to the C program that <stdarg.h> exists and should
3428         be included.
3429
3430 i_stdbool (i_stdbool.U):
3431         This variable conditionally defines the I_STDBOOL symbol, which
3432         indicates to the C program that <stdbool.h> exists and should
3433         be included.
3434
3435 i_stddef (i_stddef.U):
3436         This variable conditionally defines the I_STDDEF symbol, which
3437         indicates to the C program that <stddef.h> exists and should
3438         be included.
3439
3440 i_stdint (i_stdint.U):
3441         This variable conditionally defines the I_STDINT symbol, which
3442         indicates to the C program that <stdint.h> exists and should
3443         be included.
3444
3445 i_stdlib (i_stdlib.U):
3446         This variable conditionally defines the I_STDLIB symbol, which
3447         indicates to the C program that <stdlib.h> exists and should
3448         be included.
3449
3450 i_string (i_string.U):
3451         This variable conditionally defines the I_STRING symbol, which
3452         indicates that <string.h> should be included rather than <strings.h>.
3453
3454 i_sunmath (i_sunmath.U):
3455         This variable conditionally defines the I_SUNMATH symbol, and indicates
3456         whether a C program should include <sunmath.h>.
3457
3458 i_sysaccess (i_sysaccess.U):
3459         This variable conditionally defines the I_SYS_ACCESS symbol,
3460         and indicates whether a C program should include <sys/access.h>.
3461
3462 i_sysdir (i_sysdir.U):
3463         This variable conditionally defines the I_SYS_DIR symbol, and indicates
3464         whether a C program should include <sys/dir.h>.
3465
3466 i_sysfile (i_sysfile.U):
3467         This variable conditionally defines the I_SYS_FILE symbol, and indicates
3468         whether a C program should include <sys/file.h> to get R_OK and friends.
3469
3470 i_sysfilio (i_sysioctl.U):
3471         This variable conditionally defines the I_SYS_FILIO symbol, which
3472         indicates to the C program that <sys/filio.h> exists and should
3473         be included in preference to <sys/ioctl.h>.
3474
3475 i_sysin (i_niin.U):
3476         This variable conditionally defines I_SYS_IN, which indicates
3477         to the C program that it should include <sys/in.h> instead of
3478         <netinet/in.h>.
3479
3480 i_sysioctl (i_sysioctl.U):
3481         This variable conditionally defines the I_SYS_IOCTL symbol, which
3482         indicates to the C program that <sys/ioctl.h> exists and should
3483         be included.
3484
3485 i_syslog (i_syslog.U):
3486         This variable conditionally defines the I_SYSLOG symbol,
3487         and indicates whether a C program should include <syslog.h>.
3488
3489 i_sysmman (i_sysmman.U):
3490         This variable conditionally defines the I_SYS_MMAN symbol, and
3491         indicates whether a C program should include <sys/mman.h>.
3492
3493 i_sysmode (i_sysmode.U):
3494         This variable conditionally defines the I_SYSMODE symbol,
3495         and indicates whether a C program should include <sys/mode.h>.
3496
3497 i_sysndir (i_sysndir.U):
3498         This variable conditionally defines the I_SYS_NDIR symbol, and indicates
3499         whether a C program should include <sys/ndir.h>.
3500
3501 i_sysparam (i_sysparam.U):
3502         This variable conditionally defines the I_SYS_PARAM symbol, and indicates
3503         whether a C program should include <sys/param.h>.
3504
3505 i_syspoll (i_syspoll.U):
3506         This variable conditionally defines the I_SYS_POLL symbol, which
3507         indicates to the C program that it should include <sys/poll.h>.
3508
3509 i_sysresrc (i_sysresrc.U):
3510         This variable conditionally defines the I_SYS_RESOURCE symbol,
3511         and indicates whether a C program should include <sys/resource.h>.
3512
3513 i_syssecrt (i_syssecrt.U):
3514         This variable conditionally defines the I_SYS_SECURITY symbol,
3515         and indicates whether a C program should include <sys/security.h>.
3516
3517 i_sysselct (i_sysselct.U):
3518         This variable conditionally defines I_SYS_SELECT, which indicates
3519         to the C program that it should include <sys/select.h> in order to
3520         get the definition of struct timeval.
3521
3522 i_syssockio (i_sysioctl.U):
3523         This variable conditionally defines I_SYS_SOCKIO to indicate to the
3524         C program that socket ioctl codes may be found in <sys/sockio.h>
3525         instead of <sys/ioctl.h>.
3526
3527 i_sysstat (i_sysstat.U):
3528         This variable conditionally defines the I_SYS_STAT symbol,
3529         and indicates whether a C program should include <sys/stat.h>.
3530
3531 i_systime (i_time.U):
3532         This variable conditionally defines I_SYS_TIME, which indicates
3533         to the C program that it should include <sys/time.h>.
3534
3535 i_systimek (i_time.U):
3536         This variable conditionally defines I_SYS_TIME_KERNEL, which
3537         indicates to the C program that it should include <sys/time.h>
3538         with KERNEL defined.
3539
3540 i_systimes (i_systimes.U):
3541         This variable conditionally defines the I_SYS_TIMES symbol, and indicates
3542         whether a C program should include <sys/times.h>.
3543
3544 i_systypes (i_systypes.U):
3545         This variable conditionally defines the I_SYS_TYPES symbol,
3546         and indicates whether a C program should include <sys/types.h>.
3547
3548 i_sysuio (i_sysuio.U):
3549         This variable conditionally defines the I_SYSUIO symbol, and indicates
3550         whether a C program should include <sys/uio.h>.
3551
3552 i_sysun (i_sysun.U):
3553         This variable conditionally defines I_SYS_UN, which indicates
3554         to the C program that it should include <sys/un.h> to get UNIX
3555         domain socket definitions.
3556
3557 i_sysutsname (i_sysutsname.U):
3558         This variable conditionally defines the I_SYSUTSNAME symbol,
3559         and indicates whether a C program should include <sys/utsname.h>.
3560
3561 i_syswait (i_syswait.U):
3562         This variable conditionally defines I_SYS_WAIT, which indicates
3563         to the C program that it should include <sys/wait.h>.
3564
3565 i_termio (i_termio.U):
3566         This variable conditionally defines the I_TERMIO symbol, which
3567         indicates to the C program that it should include <termio.h> rather
3568         than <sgtty.h>.
3569
3570 i_termios (i_termio.U):
3571         This variable conditionally defines the I_TERMIOS symbol, which
3572         indicates to the C program that the POSIX <termios.h> file is
3573         to be included.
3574
3575 i_time (i_time.U):
3576         This variable conditionally defines I_TIME, which indicates
3577         to the C program that it should include <time.h>.
3578
3579 i_unistd (i_unistd.U):
3580         This variable conditionally defines the I_UNISTD symbol, and indicates
3581         whether a C program should include <unistd.h>.
3582
3583 i_utime (i_utime.U):
3584         This variable conditionally defines the I_UTIME symbol, and indicates
3585         whether a C program should include <utime.h>.
3586
3587 i_values (i_values.U):
3588         This variable conditionally defines the I_VALUES symbol, and indicates
3589         whether a C program may include <values.h> to get symbols like MAXLONG
3590         and friends.
3591
3592 i_varargs (i_varhdr.U):
3593         This variable conditionally defines I_VARARGS, which indicates
3594         to the C program that it should include <varargs.h>.
3595
3596 i_varhdr (i_varhdr.U):
3597         Contains the name of the header to be included to get va_dcl definition.
3598         Typically one of varargs.h or stdarg.h.
3599
3600 i_vfork (i_vfork.U):
3601         This variable conditionally defines the I_VFORK symbol, and indicates
3602         whether a C program should include vfork.h.
3603
3604 ignore_versioned_solibs (libs.U):
3605         This variable should be non-empty if non-versioned shared
3606         libraries (libfoo.so.x.y) are to be ignored (because they
3607         cannot be linked against).
3608
3609 inc_version_list (inc_version_list.U):
3610         This variable specifies the list of subdirectories in over
3611         which perl.c:incpush() and lib/lib.pm will automatically
3612         search when adding directories to @INC.  The elements in
3613         the list are separated by spaces.  This is only useful
3614         if you have a perl library directory tree structured like the
3615         default one.  See INSTALL for how this works.  The versioned
3616         site_perl directory was introduced in 5.005, so that is the
3617         lowest possible value.
3618
3619         This list includes architecture-dependent directories back to
3620         version $api_versionstring (e.g. 5.5.640) and
3621         architecture-independent directories all the way back to
3622         5.005.
3623
3624 inc_version_list_init (inc_version_list.U):
3625         This variable holds the same list as inc_version_list, but
3626         each item is enclosed in double quotes and separated by commas,
3627         suitable for use in the PERL_INC_VERSION_LIST initialization.
3628
3629 incpath (usrinc.U):
3630         This variable must precede the normal include path to get the
3631         right one, as in "$incpath/usr/include" or "$incpath/usr/lib".
3632         Value can be "" or "/bsd43" on mips.
3633
3634 incpth (libpth.U):
3635         This variable must precede the normal include path to get the
3636         right one, as in "$incpath/usr/include" or "$incpath/usr/lib".
3637         Value can be "" or "/bsd43" on mips.
3638
3639 inews (Loc.U):
3640         This variable is defined but not used by Configure.
3641         The value is the empty string and is not useful.
3642
3643 initialinstalllocation (bin.U):
3644         When userelocatableinc is true, this variable holds the location
3645         that make install should copy the perl binary to, with all the
3646         run-time relocatable paths calculated from this at install time.
3647         When used, it is initialized to the original value of binexp, and
3648         then binexp is set to '.../', as the other binaries are found
3649         relative to the perl binary.
3650
3651 installarchlib (archlib.U):
3652         This variable is really the same as archlibexp but may differ on
3653         those systems using AFS. For extra portability, only this variable
3654         should be used in makefiles.
3655
3656 installbin (bin.U):
3657         This variable is the same as binexp unless AFS is running in which case
3658         the user is explicitly prompted for it. This variable should always
3659         be used in your makefiles for maximum portability.
3660
3661 installhtml1dir (html1dir.U):
3662         This variable is really the same as html1direxp, unless you are
3663         using a different installprefix.  For extra portability, you
3664         should only use this variable within your makefiles.
3665
3666 installhtml3dir (html3dir.U):
3667         This variable is really the same as html3direxp, unless you are
3668         using a different installprefix.  For extra portability, you
3669         should only use this variable within your makefiles.
3670
3671 installman1dir (man1dir.U):
3672         This variable is really the same as man1direxp, unless you are using
3673         AFS in which case it points to the read/write location whereas
3674         man1direxp only points to the read-only access location. For extra
3675         portability, you should only use this variable within your makefiles.
3676
3677 installman3dir (man3dir.U):
3678         This variable is really the same as man3direxp, unless you are using
3679         AFS in which case it points to the read/write location whereas
3680         man3direxp only points to the read-only access location. For extra
3681         portability, you should only use this variable within your makefiles.
3682
3683 installprefix (installprefix.U):
3684         This variable holds the name of the directory below which
3685         "make install" will install the package.  For most users, this
3686         is the same as prefix.  However, it is useful for
3687         installing the software into a different (usually temporary)
3688         location after which it can be bundled up and moved somehow
3689         to the final location specified by prefix.
3690
3691 installprefixexp (installprefix.U):
3692         This variable holds the full absolute path of installprefix
3693         with all ~-expansion done.
3694
3695 installprivlib (privlib.U):
3696         This variable is really the same as privlibexp but may differ on
3697         those systems using AFS. For extra portability, only this variable
3698         should be used in makefiles.
3699
3700 installscript (scriptdir.U):
3701         This variable is usually the same as scriptdirexp, unless you are on
3702         a system running AFS, in which case they may differ slightly. You
3703         should always use this variable within your makefiles for portability.
3704
3705 installsitearch (sitearch.U):
3706         This variable is really the same as sitearchexp but may differ on
3707         those systems using AFS. For extra portability, only this variable
3708         should be used in makefiles.
3709
3710 installsitebin (sitebin.U):
3711         This variable is usually the same as sitebinexp, unless you are on
3712         a system running AFS, in which case they may differ slightly. You
3713         should always use this variable within your makefiles for portability.
3714
3715 installsitehtml1dir (sitehtml1dir.U):
3716         This variable is really the same as sitehtml1direxp, unless you are using
3717         AFS in which case it points to the read/write location whereas
3718         html1direxp only points to the read-only access location. For extra
3719         portability, you should only use this variable within your makefiles.
3720
3721 installsitehtml3dir (sitehtml3dir.U):
3722         This variable is really the same as sitehtml3direxp, unless you are using
3723         AFS in which case it points to the read/write location whereas
3724         html3direxp only points to the read-only access location. For extra
3725         portability, you should only use this variable within your makefiles.
3726
3727 installsitelib (sitelib.U):
3728         This variable is really the same as sitelibexp but may differ on
3729         those systems using AFS. For extra portability, only this variable
3730         should be used in makefiles.
3731
3732 installsiteman1dir (siteman1dir.U):
3733         This variable is really the same as siteman1direxp, unless you are using
3734         AFS in which case it points to the read/write location whereas
3735         man1direxp only points to the read-only access location. For extra
3736         portability, you should only use this variable within your makefiles.
3737
3738 installsiteman3dir (siteman3dir.U):
3739         This variable is really the same as siteman3direxp, unless you are using
3740         AFS in which case it points to the read/write location whereas
3741         man3direxp only points to the read-only access location. For extra
3742         portability, you should only use this variable within your makefiles.
3743
3744 installsitescript (sitescript.U):
3745         This variable is usually the same as sitescriptexp, unless you are on
3746         a system running AFS, in which case they may differ slightly. You
3747         should always use this variable within your makefiles for portability.
3748
3749 installstyle (installstyle.U):
3750         This variable describes the "style" of the perl installation.
3751         This is intended to be useful for tools that need to
3752         manipulate entire perl distributions.  Perl itself doesn't use
3753         this to find its libraries -- the library directories are
3754         stored directly in Config.pm.  Currently, there are only two
3755         styles:  "lib" and "lib/perl5".  The default library locations
3756         (e.g. privlib, sitelib) are either $prefix/lib or
3757         $prefix/lib/perl5.  The former is useful if $prefix is a
3758         directory dedicated to perl (e.g. /opt/perl), while the latter
3759         is useful if $prefix is shared by many packages, e.g. if
3760         $prefix=/usr/local.
3761
3762         Unfortunately, while this "style" variable is used to set
3763         defaults for all three directory hierarchies (core, vendor, and
3764         site), there is no guarantee that the same style is actually
3765         appropriate for all those directories.  For example, $prefix
3766         might be /opt/perl, but $siteprefix might be /usr/local.
3767         (Perhaps, in retrospect, the "lib" style should never have been
3768         supported, but it did seem like a nice idea at the time.)
3769
3770         The situation is even less clear for tools such as MakeMaker
3771         that can be used to install additional modules into
3772         non-standard places.  For example, if a user intends to install
3773         a module into a private directory (perhaps by setting PREFIX on
3774         the Makefile.PL command line), then there is no reason to
3775         assume that the Configure-time $installstyle setting will be
3776         relevant for that PREFIX.
3777
3778         This may later be extended to include other information, so
3779         be careful with pattern-matching on the results.
3780
3781         For compatibility with perl5.005 and earlier, the default
3782         setting is based on whether or not $prefix contains the string
3783         "perl".
3784
3785 installusrbinperl (instubperl.U):
3786         This variable tells whether Perl should be installed also as
3787         /usr/bin/perl in addition to
3788         $installbin/perl
3789
3790 installvendorarch (vendorarch.U):
3791         This variable is really the same as vendorarchexp but may differ on
3792         those systems using AFS. For extra portability, only this variable
3793         should be used in makefiles.
3794
3795 installvendorbin (vendorbin.U):
3796         This variable is really the same as vendorbinexp but may differ on
3797         those systems using AFS. For extra portability, only this variable
3798         should be used in makefiles.
3799
3800 installvendorhtml1dir (vendorhtml1dir.U):
3801         This variable is really the same as vendorhtml1direxp but may differ on
3802         those systems using AFS. For extra portability, only this variable
3803         should be used in makefiles.
3804
3805 installvendorhtml3dir (vendorhtml3dir.U):
3806         This variable is really the same as vendorhtml3direxp but may differ on
3807         those systems using AFS. For extra portability, only this variable
3808         should be used in makefiles.
3809
3810 installvendorlib (vendorlib.U):
3811         This variable is really the same as vendorlibexp but may differ on
3812         those systems using AFS. For extra portability, only this variable
3813         should be used in makefiles.
3814
3815 installvendorman1dir (vendorman1dir.U):
3816         This variable is really the same as vendorman1direxp but may differ on
3817         those systems using AFS. For extra portability, only this variable
3818         should be used in makefiles.
3819
3820 installvendorman3dir (vendorman3dir.U):
3821         This variable is really the same as vendorman3direxp but may differ on
3822         those systems using AFS. For extra portability, only this variable
3823         should be used in makefiles.
3824
3825 installvendorscript (vendorscript.U):
3826         This variable is really the same as vendorscriptexp but may differ on
3827         those systems using AFS. For extra portability, only this variable
3828         should be used in makefiles.
3829
3830 intsize (intsize.U):
3831         This variable contains the value of the INTSIZE symbol, which
3832         indicates to the C program how many bytes there are in an int.
3833
3834 issymlink (issymlink.U):
3835         This variable holds the test command to test for a symbolic link
3836         (if they are supported).  Typical values include 'test -h' and
3837         'test -L'.
3838
3839 ivdformat (perlxvf.U):
3840         This variable contains the format string used for printing
3841         a Perl IV as a signed decimal integer.
3842
3843 ivsize (perlxv.U):
3844         This variable is the size of an IV in bytes.
3845
3846 ivtype (perlxv.U):
3847         This variable contains the C type used for Perl's IV.
3848
3849 known_extensions (Extensions.U):
3850         This variable holds a list of all extensions (both XS and non-xs)
3851         included in the package source distribution.  This information is
3852         only really of use during the Perl build, as the list makes no
3853         distinction between extensions which were build and installed, and
3854         those which where not.  See "extensions" for the list of extensions
3855         actually built and available.
3856
3857 ksh (Loc.U):
3858         This variable is defined but not used by Configure.
3859         The value is the empty string and is not useful.
3860
3861 ld (dlsrc.U):
3862         This variable indicates the program to be used to link
3863         libraries for dynamic loading.  On some systems, it is 'ld'.
3864         On ELF systems, it should be $cc.  Mostly, we'll try to respect
3865         the hint file setting.
3866
3867 ld_can_script (dlsrc.U):
3868         This variable shows if the loader accepts scripts in the form of
3869         -Wl,--version-script=ld.script. This is currently only supported
3870         for GNU ld on ELF in dynamic loading builds.
3871
3872 lddlflags (dlsrc.U):
3873         This variable contains any special flags that might need to be
3874         passed to $ld to create a shared library suitable for dynamic
3875         loading.  It is up to the makefile to use it.  For hpux, it
3876         should be '-b'.  For sunos 4.1, it is empty.
3877
3878 ldflags (ccflags.U):
3879         This variable contains any additional C loader flags desired by
3880         the user.  It is up to the Makefile to use this.
3881
3882 ldflags_uselargefiles (uselfs.U):
3883         This variable contains the loader flags needed by large file builds
3884         and added to ldflags by hints files.
3885
3886 ldlibpthname (libperl.U):
3887         This variable holds the name of the shared library
3888         search path, often LD_LIBRARY_PATH.  To get an empty
3889         string, the hints file must set this to 'none'.
3890
3891 less (Loc.U):
3892         This variable is used internally by Configure to determine the
3893         full pathname (if any) of the less program.  After Configure runs,
3894         the value is reset to a plain "less" and is not useful.
3895
3896 lib_ext (Unix.U):
3897         This is an old synonym for _a.
3898
3899 libc (libc.U):
3900         This variable contains the location of the C library.
3901
3902 libperl (libperl.U):
3903         The perl executable is obtained by linking perlmain.c with
3904         libperl, any static extensions (usually just DynaLoader),
3905         and any other libraries needed on this system.  libperl
3906         is usually libperl.a, but can also be libperl.so.xxx if
3907         the user wishes to build a perl executable with a shared
3908         library.
3909
3910 libpth (libpth.U):
3911         This variable holds the general path (space-separated) used to find
3912         libraries. It is intended to be used by other units.
3913
3914 libs (libs.U):
3915         This variable holds the additional libraries we want to use.
3916         It is up to the Makefile to deal with it.  The list can be empty.
3917
3918 libsdirs (libs.U):
3919         This variable holds the directory names aka dirnames of the libraries
3920         we found and accepted, duplicates are removed.
3921
3922 libsfiles (libs.U):
3923         This variable holds the filenames aka basenames of the libraries
3924         we found and accepted.
3925
3926 libsfound (libs.U):
3927         This variable holds the full pathnames of the libraries
3928         we found and accepted.
3929
3930 libspath (libs.U):
3931         This variable holds the directory names probed for libraries.
3932
3933 libswanted (Myinit.U):
3934         This variable holds a list of all the libraries we want to
3935         search.  The order is chosen to pick up the c library
3936         ahead of ucb or bsd libraries for SVR4.
3937
3938 libswanted_uselargefiles (uselfs.U):
3939         This variable contains the libraries needed by large file builds
3940         and added to ldflags by hints files.  It is a space separated list
3941         of the library names without the "lib" prefix or any suffix, just
3942         like libswanted..
3943
3944 line (Loc.U):
3945         This variable is defined but not used by Configure.
3946         The value is the empty string and is not useful.
3947
3948 lint (Loc.U):
3949         This variable is defined but not used by Configure.
3950         The value is the empty string and is not useful.
3951
3952 lkflags (ccflags.U):
3953         This variable contains any additional C partial linker flags desired by
3954         the user.  It is up to the Makefile to use this.
3955
3956 ln (Loc.U):
3957         This variable is used internally by Configure to determine the
3958         full pathname (if any) of the ln program.  After Configure runs,
3959         the value is reset to a plain "ln" and is not useful.
3960
3961 lns (lns.U):
3962         This variable holds the name of the command to make
3963         symbolic links (if they are supported).  It can be used
3964         in the Makefile. It is either 'ln -s' or 'ln'
3965
3966 localtime_r_proto (d_localtime_r.U):
3967         This variable encodes the prototype of localtime_r.
3968         It is zero if d_localtime_r is undef, and one of the
3969         REENTRANT_PROTO_T_ABC macros of reentr.h if d_localtime_r
3970         is defined.
3971
3972 locincpth (ccflags.U):
3973         This variable contains a list of additional directories to be
3974         searched by the compiler.  The appropriate '-I' directives will
3975         be added to ccflags.  This is intended to simplify setting
3976         local directories from the Configure command line.
3977         It's not much, but it parallels the loclibpth stuff in libpth.U.
3978
3979 loclibpth (libpth.U):
3980         This variable holds the paths (space-separated) used to find local
3981         libraries.  It is prepended to libpth, and is intended to be easily
3982         set from the command line.
3983
3984 longdblinfbytes (infnan.U):
3985         This variable contains comma-separated list of hexadecimal bytes
3986         for the long double precision infinity.
3987
3988 longdblkind (d_longdbl.U):
3989         This variable, if defined, encodes the type of a long double:
3990         0 = double, 1 = IEEE 754 128-bit big little endian,
3991         2 = IEEE 754 128-bit big big endian, 3 = x86 80-bit little endian,
3992         4 = x86 80-bit big endian, 5 = double-double 128-bit little endian,
3993         6 = double-double 128-bit big endian, -1 = unknown format.
3994
3995 longdblmantbits (longdblmant.U):
3996         This symbol, if defined, tells how many mantissa bits
3997         there are in long double precision floating point format.
3998         Note that this can be LDBL_MANT_DIG minus one,
3999         since LDBL_MANT_DIG can include the IEEE 754 implicit bit.
4000         The common x86-style 80-bit long double does not have
4001         an implicit bit.
4002
4003 longdblnanbytes (infnan.U):
4004         This variable contains comma-separated list of hexadecimal bytes
4005         for the long double precision not-a-number.
4006
4007 longdblsize (d_longdbl.U):
4008         This variable contains the value of the LONG_DOUBLESIZE symbol, which
4009         indicates to the C program how many bytes there are in a long double,
4010         if this system supports long doubles.  Note that this is
4011         sizeof(long double), which may include unused bytes.
4012
4013 longlongsize (d_longlong.U):
4014         This variable contains the value of the LONGLONGSIZE symbol, which
4015         indicates to the C program how many bytes there are in a long long,
4016         if this system supports long long.
4017
4018 longsize (intsize.U):
4019         This variable contains the value of the LONGSIZE symbol, which
4020         indicates to the C program how many bytes there are in a long.
4021
4022 lp (Loc.U):
4023         This variable is defined but not used by Configure.
4024         The value is the empty string and is not useful.
4025
4026 lpr (Loc.U):
4027         This variable is defined but not used by Configure.
4028         The value is the empty string and is not useful.
4029
4030 ls (Loc.U):
4031         This variable is used internally by Configure to determine the
4032         full pathname (if any) of the ls program.  After Configure runs,
4033         the value is reset to a plain "ls" and is not useful.
4034
4035 lseeksize (lseektype.U):
4036         This variable defines lseektype to be something like off_t, long,
4037         or whatever type is used to declare lseek offset's type in the
4038         kernel (which also appears to be lseek's return type).
4039
4040 lseektype (lseektype.U):
4041         This variable defines lseektype to be something like off_t, long,
4042         or whatever type is used to declare lseek offset's type in the
4043         kernel (which also appears to be lseek's return type).
4044
4045 mail (Loc.U):
4046         This variable is defined but not used by Configure.
4047         The value is the empty string and is not useful.
4048
4049 mailx (Loc.U):
4050         This variable is defined but not used by Configure.
4051         The value is the empty string and is not useful.
4052
4053 make (Loc.U):
4054         This variable is used internally by Configure to determine the
4055         full pathname (if any) of the make program.  After Configure runs,
4056         the value is reset to a plain "make" and is not useful.
4057
4058 make_set_make (make.U):
4059         Some versions of 'make' set the variable MAKE.  Others do not.
4060         This variable contains the string to be included in Makefile.SH
4061         so that MAKE is set if needed, and not if not needed.
4062         Possible values are:
4063
4064         make_set_make='#'               # If your make program handles this for you,
4065
4066         make_set_make="MAKE=$make"      # if it doesn't.
4067
4068         This uses a comment character so that we can distinguish a
4069         'set' value (from a previous config.sh or Configure '-D' option)
4070         from an uncomputed value.
4071
4072 mallocobj (mallocsrc.U):
4073         This variable contains the name of the malloc.o that this package
4074         generates, if that malloc.o is preferred over the system malloc.
4075         Otherwise the value is null.  This variable is intended for generating
4076         Makefiles.  See mallocsrc.
4077
4078 mallocsrc (mallocsrc.U):
4079         This variable contains the name of the malloc.c that comes with
4080         the package, if that malloc.c is preferred over the system malloc.
4081         Otherwise the value is null.  This variable is intended for generating
4082         Makefiles.
4083
4084 malloctype (mallocsrc.U):
4085         This variable contains the kind of ptr returned by malloc and realloc.
4086
4087 man1dir (man1dir.U):
4088         This variable contains the name of the directory in which manual
4089         source pages are to be put.  It is the responsibility of the
4090         Makefile.SH to get the value of this into the proper command.
4091         You must be prepared to do the ~name expansion yourself.
4092
4093 man1direxp (man1dir.U):
4094         This variable is the same as the man1dir variable, but is filename
4095         expanded at configuration time, for convenient use in makefiles.
4096
4097 man1ext (man1dir.U):
4098         This variable contains the extension that the manual page should
4099         have: one of 'n', 'l', or '1'.  The Makefile must supply the '.'.
4100         See man1dir.
4101
4102 man3dir (man3dir.U):
4103         This variable contains the name of the directory in which manual
4104         source pages are to be put.  It is the responsibility of the
4105         Makefile.SH to get the value of this into the proper command.
4106         You must be prepared to do the ~name expansion yourself.
4107
4108 man3direxp (man3dir.U):
4109         This variable is the same as the man3dir variable, but is filename
4110         expanded at configuration time, for convenient use in makefiles.
4111
4112 man3ext (man3dir.U):
4113         This variable contains the extension that the manual page should
4114         have: one of 'n', 'l', or '3'.  The Makefile must supply the '.'.
4115         See man3dir.
4116
4117 mips_type (usrinc.U):
4118         This variable holds the environment type for the mips system.
4119         Possible values are "BSD 4.3" and "System V".
4120
4121 mistrustnm (Csym.U):
4122         This variable can be used to establish a fallthrough for the cases
4123         where nm fails to find a symbol.  If usenm is false or usenm is true
4124         and mistrustnm is false, this variable has no effect.  If usenm is true
4125         and mistrustnm is "compile", a test program will be compiled to try to
4126         find any symbol that can't be located via nm lookup.  If mistrustnm is
4127         "run", the test program will be run as well as being compiled.
4128
4129 mkdir (Loc.U):
4130         This variable is used internally by Configure to determine the
4131         full pathname (if any) of the mkdir program.  After Configure runs,
4132         the value is reset to a plain "mkdir" and is not useful.
4133
4134 mmaptype (d_mmap.U):
4135         This symbol contains the type of pointer returned by mmap()
4136         (and simultaneously the type of the first argument).
4137         It can be 'void *' or 'caddr_t'.
4138
4139 modetype (modetype.U):
4140         This variable defines modetype to be something like mode_t,
4141         int, unsigned short, or whatever type is used to declare file
4142         modes for system calls.
4143
4144 more (Loc.U):
4145         This variable is used internally by Configure to determine the
4146         full pathname (if any) of the more program.  After Configure runs,
4147         the value is reset to a plain "more" and is not useful.
4148
4149 multiarch (multiarch.U):
4150         This variable conditionally defines the MULTIARCH symbol
4151         which signifies the presence of multiplatform files.
4152         This is normally set by hints files.
4153
4154 mv (Loc.U):
4155         This variable is defined but not used by Configure.
4156         The value is the empty string and is not useful.
4157
4158 myarchname (archname.U):
4159         This variable holds the architecture name computed by Configure in
4160         a previous run. It is not intended to be perused by any user and
4161         should never be set in a hint file.
4162
4163 mydomain (myhostname.U):
4164         This variable contains the eventual value of the MYDOMAIN symbol,
4165         which is the domain of the host the program is going to run on.
4166         The domain must be appended to myhostname to form a complete host name.
4167         The dot comes with mydomain, and need not be supplied by the program.
4168
4169 myhostname (myhostname.U):
4170         This variable contains the eventual value of the MYHOSTNAME symbol,
4171         which is the name of the host the program is going to run on.
4172         The domain is not kept with hostname, but must be gotten from mydomain.
4173         The dot comes with mydomain, and need not be supplied by the program.
4174
4175 myuname (Oldconfig.U):
4176         The output of 'uname -a' if available, otherwise the hostname.
4177         The whole thing is then lower-cased and slashes and single quotes are
4178         removed.
4179
4180 n (n.U):
4181         This variable contains the '-n' flag if that is what causes the echo
4182         command to suppress newline.  Otherwise it is null.  Correct usage is
4183         $echo $n "prompt for a question: $c".
4184
4185 need_va_copy (need_va_copy.U):
4186         This symbol, if defined, indicates that the system stores
4187         the variable argument list datatype, va_list, in a format
4188         that cannot be copied by simple assignment, so that some
4189         other means must be used when copying is required.
4190         As such systems vary in their provision (or non-provision)
4191         of copying mechanisms, handy.h defines a platform-
4192         independent macro, Perl_va_copy(src, dst), to do the job.
4193
4194 netdb_hlen_type (netdbtype.U):
4195         This variable holds the type used for the 2nd argument to
4196         gethostbyaddr().  Usually, this is int or size_t or unsigned.
4197         This is only useful if you have gethostbyaddr(), naturally.
4198
4199 netdb_host_type (netdbtype.U):
4200         This variable holds the type used for the 1st argument to
4201         gethostbyaddr().  Usually, this is char * or void *,  possibly
4202         with or without a const prefix.
4203         This is only useful if you have gethostbyaddr(), naturally.
4204
4205 netdb_name_type (netdbtype.U):
4206         This variable holds the type used for the argument to
4207         gethostbyname().  Usually, this is char * or const char *.
4208         This is only useful if you have gethostbyname(), naturally.
4209
4210 netdb_net_type (netdbtype.U):
4211         This variable holds the type used for the 1st argument to
4212         getnetbyaddr().  Usually, this is int or long.
4213         This is only useful if you have getnetbyaddr(), naturally.
4214
4215 nm (Loc.U):
4216         This variable is used internally by Configure to determine the
4217         full pathname (if any) of the nm program.  After Configure runs,
4218         the value is reset to a plain "nm" and is not useful.
4219
4220 nm_opt (usenm.U):
4221         This variable holds the options that may be necessary for nm.
4222
4223 nm_so_opt (usenm.U):
4224         This variable holds the options that may be necessary for nm
4225         to work on a shared library but that can not be used on an
4226         archive library.  Currently, this is only used by Linux, where
4227         nm --dynamic is *required* to get symbols from an ELF library which
4228         has been stripped, but nm --dynamic is *fatal* on an archive library.
4229         Maybe Linux should just always set usenm=false.
4230
4231 nonxs_ext (Extensions.U):
4232         This variable holds a list of all non-xs extensions built and
4233         installed by the package.  By default, all non-xs extensions
4234         distributed will be built, with the exception of platform-specific
4235         extensions (currently only one VMS specific extension).
4236
4237 nroff (Loc.U):
4238         This variable is used internally by Configure to determine the
4239         full pathname (if any) of the nroff program.  After Configure runs,
4240         the value is reset to a plain "nroff" and is not useful.
4241
4242 nv_overflows_integers_at (perlxv.U):
4243         This variable gives the largest integer value that NVs can hold
4244         as a constant floating point expression.
4245         If it could not be determined, it holds the value 0.
4246
4247 nv_preserves_uv_bits (perlxv.U):
4248         This variable indicates how many of bits type uvtype
4249         a variable nvtype can preserve.
4250
4251 nveformat (perlxvf.U):
4252         This variable contains the format string used for printing
4253         a Perl NV using %e-ish floating point format.
4254
4255 nvEUformat (perlxvf.U):
4256         This variable contains the format string used for printing
4257         a Perl NV using %E-ish floating point format.
4258
4259 nvfformat (perlxvf.U):
4260         This variable contains the format string used for printing
4261         a Perl NV using %f-ish floating point format.
4262
4263 nvFUformat (perlxvf.U):
4264         This variable contains the format string used for printing
4265         a Perl NV using %F-ish floating point format.
4266
4267 nvgformat (perlxvf.U):
4268         This variable contains the format string used for printing
4269         a Perl NV using %g-ish floating point format.
4270
4271 nvGUformat (perlxvf.U):
4272         This variable contains the format string used for printing
4273         a Perl NV using %G-ish floating point format.
4274
4275 nvmantbits (mantbits.U):
4276         This variable tells how many bits the mantissa of a Perl NV has,
4277         not including the possible implicit bit.
4278
4279 nvsize (perlxv.U):
4280         This variable is the size of a Perl NV in bytes.
4281         Note that some floating point formats have unused bytes.
4282
4283 nvtype (perlxv.U):
4284         This variable contains the C type used for Perl's NV.
4285
4286 o_nonblock (nblock_io.U):
4287         This variable bears the symbol value to be used during open() or fcntl()
4288         to turn on non-blocking I/O for a file descriptor. If you wish to switch
4289         between blocking and non-blocking, you may try ioctl(FIOSNBIO) instead,
4290         but that is only supported by some devices.
4291
4292 obj_ext (Unix.U):
4293         This is an old synonym for _o.
4294
4295 old_pthread_create_joinable (d_pthrattrj.U):
4296         This variable defines the constant to use for creating joinable
4297         (aka undetached) pthreads.  Unused if pthread.h defines
4298         PTHREAD_CREATE_JOINABLE.  If used, possible values are
4299         PTHREAD_CREATE_UNDETACHED and __UNDETACHED.
4300
4301 optimize (ccflags.U):
4302         This variable contains any optimizer/debugger flag that should be used.
4303         It is up to the Makefile to use it.
4304
4305 orderlib (orderlib.U):
4306         This variable is "true" if the components of libraries must be ordered
4307         (with `lorder $* | tsort`) before placing them in an archive.  Set to
4308         "false" if ranlib or ar can generate random libraries.
4309
4310 osname (Oldconfig.U):
4311         This variable contains the operating system name (e.g. sunos,
4312         solaris, hpux, etc.).  It can be useful later on for setting
4313         defaults.  Any spaces are replaced with underscores.  It is set
4314         to a null string if we can't figure it out.
4315
4316 osvers (Oldconfig.U):
4317         This variable contains the operating system version (e.g.
4318         4.1.3, 5.2, etc.).  It is primarily used for helping select
4319         an appropriate hints file, but might be useful elsewhere for
4320         setting defaults.  It is set to '' if we can't figure it out.
4321         We try to be flexible about how much of the version number
4322         to keep, e.g. if 4.1.1, 4.1.2, and 4.1.3 are essentially the
4323         same for this package, hints files might just be os_4.0 or
4324         os_4.1, etc., not keeping separate files for each little release.
4325
4326 otherlibdirs (otherlibdirs.U):
4327         This variable contains a colon-separated set of paths for the perl
4328         binary to search for additional library files or modules.
4329         These directories will be tacked to the end of @INC.
4330         Perl will automatically search below each path for version-
4331         and architecture-specific directories.  See inc_version_list
4332         for more details.
4333         A value of ' ' means 'none' and is used to preserve this value
4334         for the next run through Configure.
4335
4336 package (package.U):
4337         This variable contains the name of the package being constructed.
4338         It is primarily intended for the use of later Configure units.
4339
4340 pager (pager.U):
4341         This variable contains the name of the preferred pager on the system.
4342         Usual values are (the full pathnames of) more, less, pg, or cat.
4343
4344 passcat (nis.U):
4345         This variable contains a command that produces the text of the
4346         /etc/passwd file.  This is normally "cat /etc/passwd", but can be
4347         "ypcat passwd" when NIS is used.
4348         On some systems, such as os390, there may be no equivalent
4349         command, in which case this variable is unset.
4350
4351 patchlevel (patchlevel.U):
4352         The patchlevel level of this package.
4353         The value of patchlevel comes from the patchlevel.h file.
4354         In a version number such as 5.6.1, this is the "6".
4355         In patchlevel.h, this is referred to as "PERL_VERSION".
4356
4357 path_sep (Unix.U):
4358         This is an old synonym for p_ in Head.U, the character
4359         used to separate elements in the command shell search PATH.
4360
4361 perl (Loc.U):
4362         This variable is used internally by Configure to determine the
4363         full pathname (if any) of the perl program.  After Configure runs,
4364         the value is reset to a plain "perl" and is not useful.
4365
4366 perl5 (perl5.U):
4367         This variable contains the full path (if any) to a previously
4368         installed perl5.005 or later suitable for running the script
4369         to determine inc_version_list.
4370
4371 PERL_API_REVISION (patchlevel.h):
4372         This number describes the earliest compatible PERL_REVISION of
4373         Perl ("compatibility" here being defined as sufficient binary/API
4374         compatibility to run XS code built with the older version).
4375         Normally this does not change across maintenance releases.
4376         Please read the comment in patchlevel.h.
4377
4378 PERL_API_SUBVERSION (patchlevel.h):
4379         This number describes the earliest compatible PERL_SUBVERSION of
4380         Perl ("compatibility" here being defined as sufficient binary/API
4381         compatibility to run XS code built with the older version).
4382         Normally this does not change across maintenance releases.
4383         Please read the comment in patchlevel.h.
4384
4385 PERL_API_VERSION (patchlevel.h):
4386         This number describes the earliest compatible PERL_VERSION of
4387         Perl ("compatibility" here being defined as sufficient binary/API
4388         compatibility to run XS code built with the older version).
4389         Normally this does not change across maintenance releases.
4390         Please read the comment in patchlevel.h.
4391
4392 PERL_CONFIG_SH (Oldsyms.U):
4393         This is set to 'true' in config.sh so that a shell script
4394         sourcing config.sh can tell if it has been sourced already.
4395
4396 PERL_PATCHLEVEL (Oldsyms.U):
4397         This symbol reflects the patchlevel, if available. Will usually
4398         come from the .patch file, which is available when the perl
4399         source tree was fetched with rsync.
4400
4401 perl_patchlevel (patchlevel.U):
4402         This is the Perl patch level, a numeric change identifier,
4403         as defined by whichever source code maintenance system
4404         is used to maintain the patches; currently Perforce.
4405         It does not correlate with the Perl version numbers or
4406         the maintenance versus development dichotomy except
4407         by also being increasing.
4408
4409 PERL_REVISION (Oldsyms.U):
4410         In a Perl version number such as 5.6.2, this is the 5.
4411         This value is manually set in patchlevel.h
4412
4413 perl_static_inline (d_static_inline.U):
4414         This variable defines the PERL_STATIC_INLINE symbol to
4415         the best-guess incantation to use for static inline functions.
4416         Possibilities include
4417         static inline       (c99)
4418         static __inline__   (gcc -ansi)
4419         static __inline     (MSVC)
4420         static _inline      (older MSVC)
4421         static              (c89 compilers)
4422
4423 PERL_SUBVERSION (Oldsyms.U):
4424         In a Perl version number such as 5.6.2, this is the 2.
4425         Values greater than 50 represent potentially unstable
4426         development subversions.
4427         This value is manually set in patchlevel.h
4428
4429 PERL_VERSION (Oldsyms.U):
4430         In a Perl version number such as 5.6.2, this is the 6.
4431         This value is manually set in patchlevel.h
4432
4433 perladmin (perladmin.U):
4434         Electronic mail address of the perl5 administrator.
4435
4436 perllibs (End.U):
4437         The list of libraries needed by Perl only (any libraries needed
4438         by extensions only will by dropped, if using dynamic loading).
4439
4440 perlpath (perlpath.U):
4441         This variable contains the eventual value of the PERLPATH symbol,
4442         which contains the name of the perl interpreter to be used in
4443         shell scripts and in the "eval 'exec'" idiom.  This variable is
4444         not necessarily the pathname of the file containing the perl
4445         interpreter; you must append the executable extension (_exe) if
4446         it is not already present.  Note that Perl code that runs during
4447         the Perl build process cannot reference this variable, as Perl
4448         may not have been installed, or even if installed, may be a
4449         different version of Perl.
4450
4451 pg (Loc.U):
4452         This variable is used internally by Configure to determine the
4453         full pathname (if any) of the pg program.  After Configure runs,
4454         the value is reset to a plain "pg" and is not useful.
4455
4456 phostname (myhostname.U):
4457         This variable contains the eventual value of the PHOSTNAME symbol,
4458         which is a command that can be fed to popen() to get the host name.
4459         The program should probably not presume that the domain is or isn't
4460         there already.
4461
4462 pidtype (pidtype.U):
4463         This variable defines PIDTYPE to be something like pid_t, int,
4464         ushort, or whatever type is used to declare process ids in the kernel.
4465
4466 plibpth (libpth.U):
4467         Holds the private path used by Configure to find out the libraries.
4468         Its value is prepend to libpth. This variable takes care of special
4469         machines, like the mips.  Usually, it should be empty.
4470
4471 pmake (Loc.U):
4472         This variable is defined but not used by Configure.
4473         The value is the empty string and is not useful.
4474
4475 pr (Loc.U):
4476         This variable is defined but not used by Configure.
4477         The value is the empty string and is not useful.
4478
4479 prefix (prefix.U):
4480         This variable holds the name of the directory below which the
4481         user will install the package.  Usually, this is /usr/local, and
4482         executables go in /usr/local/bin, library stuff in /usr/local/lib,
4483         man pages in /usr/local/man, etc.  It is only used to set defaults
4484         for things in bin.U, mansrc.U, privlib.U, or scriptdir.U.
4485
4486 prefixexp (prefix.U):
4487         This variable holds the full absolute path of the directory below
4488         which the user will install the package.  Derived from prefix.
4489
4490 privlib (privlib.U):
4491         This variable contains the eventual value of the PRIVLIB symbol,
4492         which is the name of the private library for this package.  It may
4493         have a ~ on the front. It is up to the makefile to eventually create
4494         this directory while performing installation (with ~ substitution).
4495
4496 privlibexp (privlib.U):
4497         This variable is the ~name expanded version of privlib, so that you
4498         may use it directly in Makefiles or shell scripts.
4499
4500 procselfexe (d_procselfexe.U):
4501         If d_procselfexe is defined, $procselfexe is the filename
4502         of the symbolic link pointing to the absolute pathname of
4503         the executing program.
4504
4505 prototype (prototype.U):
4506         This variable holds the eventual value of CAN_PROTOTYPE, which
4507         indicates the C compiler can handle function prototypes.
4508
4509 ptrsize (ptrsize.U):
4510         This variable contains the value of the PTRSIZE symbol, which
4511         indicates to the C program how many bytes there are in a pointer.
4512
4513 quadkind (quadtype.U):
4514         This variable, if defined, encodes the type of a quad:
4515         1 = int, 2 = long, 3 = long long, 4 = int64_t.
4516
4517 quadtype (quadtype.U):
4518         This variable defines Quad_t to be something like long, int,
4519         long long, int64_t, or whatever type is used for 64-bit integers.
4520
4521 randbits (randfunc.U):
4522         Indicates how many bits are produced by the function used to
4523         generate normalized random numbers.
4524
4525 randfunc (randfunc.U):
4526         Indicates the name of the random number function to use.
4527         Values include drand48, random, and rand. In C programs,
4528         the 'Drand01' macro is defined to generate uniformly distributed
4529         random numbers over the range [0., 1.[ (see drand01 and nrand).
4530
4531 random_r_proto (d_random_r.U):
4532         This variable encodes the prototype of random_r.
4533         It is zero if d_random_r is undef, and one of the
4534         REENTRANT_PROTO_T_ABC macros of reentr.h if d_random_r
4535         is defined.
4536
4537 randseedtype (randfunc.U):
4538         Indicates the type of the argument of the seedfunc.
4539
4540 ranlib (orderlib.U):
4541         This variable is set to the pathname of the ranlib program, if it is
4542         needed to generate random libraries.  Set to ":" if ar can generate
4543         random libraries or if random libraries are not supported
4544
4545 rd_nodata (nblock_io.U):
4546         This variable holds the return code from read() when no data is
4547         present. It should be -1, but some systems return 0 when O_NDELAY is
4548         used, which is a shame because you cannot make the difference between
4549         no data and an EOF.. Sigh!
4550
4551 readdir64_r_proto (d_readdir64_r.U):
4552         This variable encodes the prototype of readdir64_r.
4553         It is zero if d_readdir64_r is undef, and one of the
4554         REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir64_r
4555         is defined.
4556
4557 readdir_r_proto (d_readdir_r.U):
4558         This variable encodes the prototype of readdir_r.
4559         It is zero if d_readdir_r is undef, and one of the
4560         REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir_r
4561         is defined.
4562
4563 revision (patchlevel.U):
4564         The value of revision comes from the patchlevel.h file.
4565         In a version number such as 5.6.1, this is the "5".
4566         In patchlevel.h, this is referred to as "PERL_REVISION".
4567
4568 rm (Loc.U):
4569         This variable is used internally by Configure to determine the
4570         full pathname (if any) of the rm program.  After Configure runs,
4571         the value is reset to a plain "rm" and is not useful.
4572
4573 rm_try (Unix.U):
4574         This is a cleanup variable for try test programs.
4575         Internal Configure use only.
4576
4577 rmail (Loc.U):
4578         This variable is defined but not used by Configure.
4579         The value is the empty string and is not useful.
4580
4581 run (Cross.U):
4582         This variable contains the command used by Configure
4583         to copy and execute a cross-compiled executable in the
4584         target host.  Useful and available only during Perl build.
4585         Empty string '' if not cross-compiling.
4586
4587 runnm (usenm.U):
4588         This variable contains 'true' or 'false' depending whether the
4589         nm extraction should be performed or not, according to the value
4590         of usenm and the flags on the Configure command line.
4591
4592 sched_yield (d_pthread_y.U):
4593         This variable defines the way to yield the execution
4594         of the current thread.
4595
4596 scriptdir (scriptdir.U):
4597         This variable holds the name of the directory in which the user wants
4598         to put publicly scripts for the package in question.  It is either
4599         the same directory as for binaries, or a special one that can be
4600         mounted across different architectures, like /usr/share. Programs
4601         must be prepared to deal with ~name expansion.
4602
4603 scriptdirexp (scriptdir.U):
4604         This variable is the same as scriptdir, but is filename expanded
4605         at configuration time, for programs not wanting to bother with it.
4606
4607 sed (Loc.U):
4608         This variable is used internally by Configure to determine the
4609         full pathname (if any) of the sed program.  After Configure runs,
4610         the value is reset to a plain "sed" and is not useful.
4611
4612 seedfunc (randfunc.U):
4613         Indicates the random number generating seed function.
4614         Values include srand48, srandom, and srand.
4615
4616 selectminbits (selectminbits.U):
4617         This variable holds the minimum number of bits operated by select.
4618         That is, if you do select(n, ...), how many bits at least will be
4619         cleared in the masks if some activity is detected.  Usually this
4620         is either n or 32*ceil(n/32), especially many little-endians do
4621         the latter.  This is only useful if you have select(), naturally.
4622
4623 selecttype (selecttype.U):
4624         This variable holds the type used for the 2nd, 3rd, and 4th
4625         arguments to select.  Usually, this is 'fd_set *', if HAS_FD_SET
4626         is defined, and 'int *' otherwise.  This is only useful if you
4627         have select(), naturally.
4628
4629 sendmail (Loc.U):
4630         This variable is defined but not used by Configure.
4631         The value is the empty string and is not useful.
4632
4633 setgrent_r_proto (d_setgrent_r.U):
4634         This variable encodes the prototype of setgrent_r.
4635         It is zero if d_setgrent_r is undef, and one of the
4636         REENTRANT_PROTO_T_ABC macros of reentr.h if d_setgrent_r
4637         is defined.
4638
4639 sethostent_r_proto (d_sethostent_r.U):
4640         This variable encodes the prototype of sethostent_r.
4641         It is zero if d_sethostent_r is undef, and one of the
4642         REENTRANT_PROTO_T_ABC macros of reentr.h if d_sethostent_r
4643         is defined.
4644
4645 setlocale_r_proto (d_setlocale_r.U):
4646         This variable encodes the prototype of setlocale_r.
4647         It is zero if d_setlocale_r is undef, and one of the
4648         REENTRANT_PROTO_T_ABC macros of reentr.h if d_setlocale_r
4649         is defined.
4650
4651 setnetent_r_proto (d_setnetent_r.U):
4652         This variable encodes the prototype of setnetent_r.
4653         It is zero if d_setnetent_r is undef, and one of the
4654         REENTRANT_PROTO_T_ABC macros of reentr.h if d_setnetent_r
4655         is defined.
4656
4657 setprotoent_r_proto (d_setprotoent_r.U):
4658         This variable encodes the prototype of setprotoent_r.
4659         It is zero if d_setprotoent_r is undef, and one of the
4660         REENTRANT_PROTO_T_ABC macros of reentr.h if d_setprotoent_r
4661         is defined.
4662
4663 setpwent_r_proto (d_setpwent_r.U):
4664         This variable encodes the prototype of setpwent_r.
4665         It is zero if d_setpwent_r is undef, and one of the
4666         REENTRANT_PROTO_T_ABC macros of reentr.h if d_setpwent_r
4667         is defined.
4668
4669 setservent_r_proto (d_setservent_r.U):
4670         This variable encodes the prototype of setservent_r.
4671         It is zero if d_setservent_r is undef, and one of the
4672         REENTRANT_PROTO_T_ABC macros of reentr.h if d_setservent_r
4673         is defined.
4674
4675 sGMTIME_max (time_size.U):
4676         This variable defines the maximum value of the time_t offset that
4677         the system function gmtime () accepts
4678
4679 sGMTIME_min (time_size.U):
4680         This variable defines the minimum value of the time_t offset that
4681         the system function gmtime () accepts
4682
4683 sh (sh.U):
4684         This variable contains the full pathname of the shell used
4685         on this system to execute Bourne shell scripts.  Usually, this will be
4686         /bin/sh, though it's possible that some systems will have /bin/ksh,
4687         /bin/pdksh, /bin/ash, /bin/bash, or even something such as
4688         D:/bin/sh.exe.
4689         This unit comes before Options.U, so you can't set sh with a '-D'
4690         option, though you can override this (and startsh)
4691         with '-O -Dsh=/bin/whatever -Dstartsh=whatever'
4692
4693 shar (Loc.U):
4694         This variable is defined but not used by Configure.
4695         The value is the empty string and is not useful.
4696
4697 sharpbang (spitshell.U):
4698         This variable contains the string #! if this system supports that
4699         construct.
4700
4701 shmattype (d_shmat.U):
4702         This symbol contains the type of pointer returned by shmat().
4703         It can be 'void *' or 'char *'.
4704
4705 shortsize (intsize.U):
4706         This variable contains the value of the SHORTSIZE symbol which
4707         indicates to the C program how many bytes there are in a short.
4708
4709 shrpenv (libperl.U):
4710         If the user builds a shared libperl.so, then we need to tell the
4711         'perl' executable where it will be able to find the installed libperl.so.
4712         One way to do this on some systems is to set the environment variable
4713         LD_RUN_PATH to the directory that will be the final location of the
4714         shared libperl.so.  The makefile can use this with something like
4715         $shrpenv $(CC) -o perl perlmain.o $libperl $libs
4716         Typical values are
4717         shrpenv="env LD_RUN_PATH=$archlibexp/CORE"
4718         or
4719         shrpenv=''
4720         See the main perl Makefile.SH for actual working usage.
4721         Alternatively, we might be able to use a command line option such
4722         as -R $archlibexp/CORE (Solaris) or -Wl,-rpath
4723         $archlibexp/CORE (Linux).
4724
4725 shsharp (spitshell.U):
4726         This variable tells further Configure units whether your sh can
4727         handle # comments.
4728
4729 sig_count (sig_name.U):
4730         This variable holds a number larger than the largest valid
4731         signal number.  This is usually the same as the NSIG macro.
4732
4733 sig_name (sig_name.U):
4734         This variable holds the signal names, space separated. The leading
4735         SIG in signal name is removed.  A ZERO is prepended to the list.
4736         This is currently not used, sig_name_init is used instead.
4737
4738 sig_name_init (sig_name.U):
4739         This variable holds the signal names, enclosed in double quotes and
4740         separated by commas, suitable for use in the SIG_NAME definition
4741         below.  A "ZERO" is prepended to the list, and the list is
4742         terminated with a plain 0.  The leading SIG in signal names
4743         is removed. See sig_num.
4744
4745 sig_num (sig_name.U):
4746         This variable holds the signal numbers, space separated. A ZERO is
4747         prepended to the list (corresponding to the fake SIGZERO).
4748         Those numbers correspond to  the value of the signal listed
4749         in the same place within the sig_name list.
4750         This is currently not used, sig_num_init is used instead.
4751
4752 sig_num_init (sig_name.U):
4753         This variable holds the signal numbers, enclosed in double quotes and
4754         separated by commas, suitable for use in the SIG_NUM definition
4755         below.  A "ZERO" is prepended to the list, and the list is
4756         terminated with a plain 0.
4757
4758 sig_size (sig_name.U):
4759         This variable contains the number of elements of the sig_name
4760         and sig_num arrays.
4761
4762 signal_t (d_voidsig.U):
4763         This variable holds the type of the signal handler (void or int).
4764
4765 sitearch (sitearch.U):
4766         This variable contains the eventual value of the SITEARCH symbol,
4767         which is the name of the private library for this package.  It may
4768         have a ~ on the front. It is up to the makefile to eventually create
4769         this directory while performing installation (with ~ substitution).
4770         The standard distribution will put nothing in this directory.
4771         After perl has been installed, users may install their own local
4772         architecture-dependent modules in this directory with
4773         MakeMaker Makefile.PL
4774         or equivalent.  See INSTALL for details.
4775
4776 sitearchexp (sitearch.U):
4777         This variable is the ~name expanded version of sitearch, so that you
4778         may use it directly in Makefiles or shell scripts.
4779
4780 sitebin (sitebin.U):
4781         This variable holds the name of the directory in which the user wants
4782         to put add-on publicly executable files for the package in question.  It
4783         is most often a local directory such as /usr/local/bin. Programs using
4784         this variable must be prepared to deal with ~name substitution.
4785         The standard distribution will put nothing in this directory.
4786         After perl has been installed, users may install their own local
4787         executables in this directory with
4788         MakeMaker Makefile.PL
4789         or equivalent.  See INSTALL for details.
4790
4791 sitebinexp (sitebin.U):
4792         This is the same as the sitebin variable, but is filename expanded at
4793         configuration time, for use in your makefiles.
4794
4795 sitehtml1dir (sitehtml1dir.U):
4796         This variable contains the name of the directory in which site-specific
4797         html source pages are to be put.  It is the responsibility of the
4798         Makefile.SH to get the value of this into the proper command.
4799         You must be prepared to do the ~name expansion yourself.
4800         The standard distribution will put nothing in this directory.
4801         After perl has been installed, users may install their own local
4802         html pages in this directory with
4803         MakeMaker Makefile.PL
4804         or equivalent.  See INSTALL for details.
4805
4806 sitehtml1direxp (sitehtml1dir.U):
4807         This variable is the same as the sitehtml1dir variable, but is filename
4808         expanded at configuration time, for convenient use in makefiles.
4809
4810 sitehtml3dir (sitehtml3dir.U):
4811         This variable contains the name of the directory in which site-specific
4812         library html source pages are to be put.  It is the responsibility of the
4813         Makefile.SH to get the value of this into the proper command.
4814         You must be prepared to do the ~name expansion yourself.
4815         The standard distribution will put nothing in this directory.
4816         After perl has been installed, users may install their own local
4817         library html pages in this directory with
4818         MakeMaker Makefile.PL
4819         or equivalent.  See INSTALL for details.
4820
4821 sitehtml3direxp (sitehtml3dir.U):
4822         This variable is the same as the sitehtml3dir variable, but is filename
4823         expanded at configuration time, for convenient use in makefiles.
4824
4825 sitelib (sitelib.U):
4826         This variable contains the eventual value of the SITELIB symbol,
4827         which is the name of the private library for this package.  It may
4828         have a ~ on the front. It is up to the makefile to eventually create
4829         this directory while performing installation (with ~ substitution).
4830         The standard distribution will put nothing in this directory.
4831         After perl has been installed, users may install their own local
4832         architecture-independent modules in this directory with
4833         MakeMaker Makefile.PL
4834         or equivalent.  See INSTALL for details.
4835
4836 sitelib_stem (sitelib.U):
4837         This variable is $sitelibexp with any trailing version-specific component
4838         removed.  The elements in inc_version_list (inc_version_list.U) can
4839         be tacked onto this variable to generate a list of directories to search.
4840
4841 sitelibexp (sitelib.U):
4842         This variable is the ~name expanded version of sitelib, so that you
4843         may use it directly in Makefiles or shell scripts.
4844
4845 siteman1dir (siteman1dir.U):
4846         This variable contains the name of the directory in which site-specific
4847         manual source pages are to be put.  It is the responsibility of the
4848         Makefile.SH to get the value of this into the proper command.
4849         You must be prepared to do the ~name expansion yourself.
4850         The standard distribution will put nothing in this directory.
4851         After perl has been installed, users may install their own local
4852         man1 pages in this directory with
4853         MakeMaker Makefile.PL
4854         or equivalent.  See INSTALL for details.
4855
4856 siteman1direxp (siteman1dir.U):
4857         This variable is the same as the siteman1dir variable, but is filename
4858         expanded at configuration time, for convenient use in makefiles.
4859
4860 siteman3dir (siteman3dir.U):
4861         This variable contains the name of the directory in which site-specific
4862         library man source pages are to be put.  It is the responsibility of the
4863         Makefile.SH to get the value of this into the proper command.
4864         You must be prepared to do the ~name expansion yourself.
4865         The standard distribution will put nothing in this directory.
4866         After perl has been installed, users may install their own local
4867         man3 pages in this directory with
4868         MakeMaker Makefile.PL
4869         or equivalent.  See INSTALL for details.
4870
4871 siteman3direxp (siteman3dir.U):
4872         This variable is the same as the siteman3dir variable, but is filename
4873         expanded at configuration time, for convenient use in makefiles.
4874
4875 siteprefix (siteprefix.U):
4876         This variable holds the full absolute path of the directory below
4877         which the user will install add-on packages.
4878         See INSTALL for usage and examples.
4879
4880 siteprefixexp (siteprefix.U):
4881         This variable holds the full absolute path of the directory below
4882         which the user will install add-on packages.  Derived from siteprefix.
4883
4884 sitescript (sitescript.U):
4885         This variable holds the name of the directory in which the user wants
4886         to put add-on publicly executable files for the package in question.  It
4887         is most often a local directory such as /usr/local/bin. Programs using
4888         this variable must be prepared to deal with ~name substitution.
4889         The standard distribution will put nothing in this directory.
4890         After perl has been installed, users may install their own local
4891         scripts in this directory with
4892         MakeMaker Makefile.PL
4893         or equivalent.  See INSTALL for details.
4894
4895 sitescriptexp (sitescript.U):
4896         This is the same as the sitescript variable, but is filename expanded at
4897         configuration time, for use in your makefiles.
4898
4899 sizesize (sizesize.U):
4900         This variable contains the size of a sizetype in bytes.
4901
4902 sizetype (sizetype.U):
4903         This variable defines sizetype to be something like size_t,
4904         unsigned long, or whatever type is used to declare length
4905         parameters for string functions.
4906
4907 sleep (Loc.U):
4908         This variable is defined but not used by Configure.
4909         The value is the empty string and is not useful.
4910
4911 sLOCALTIME_max (time_size.U):
4912         This variable defines the maximum value of the time_t offset that
4913         the system function localtime () accepts
4914
4915 sLOCALTIME_min (time_size.U):
4916         This variable defines the minimum value of the time_t offset that
4917         the system function localtime () accepts
4918
4919 smail (Loc.U):
4920         This variable is defined but not used by Configure.
4921         The value is the empty string and is not useful.
4922
4923 so (so.U):
4924         This variable holds the extension used to identify shared libraries
4925         (also known as shared objects) on the system. Usually set to 'so'.
4926
4927 sockethdr (d_socket.U):
4928         This variable has any cpp '-I' flags needed for socket support.
4929
4930 socketlib (d_socket.U):
4931         This variable has the names of any libraries needed for socket support.
4932
4933 socksizetype (socksizetype.U):
4934         This variable holds the type used for the size argument
4935         for various socket calls like accept.  Usual values include
4936         socklen_t, size_t, and int.
4937
4938 sort (Loc.U):
4939         This variable is used internally by Configure to determine the
4940         full pathname (if any) of the sort program.  After Configure runs,
4941         the value is reset to a plain "sort" and is not useful.
4942
4943 spackage (package.U):
4944         This variable contains the name of the package being constructed,
4945         with the first letter uppercased, i.e. suitable for starting
4946         sentences.
4947
4948 spitshell (spitshell.U):
4949         This variable contains the command necessary to spit out a runnable
4950         shell on this system.  It is either cat or a grep '-v' for # comments.
4951
4952 sPRId64 (quadfio.U):
4953         This variable, if defined, contains the string used by stdio to
4954         format 64-bit decimal numbers (format 'd') for output.
4955
4956 sPRIeldbl (longdblfio.U):
4957         This variable, if defined, contains the string used by stdio to
4958         format long doubles (format 'e') for output.
4959
4960 sPRIEUldbl (longdblfio.U):
4961         This variable, if defined, contains the string used by stdio to
4962         format long doubles (format 'E') for output.
4963         The 'U' in the name is to separate this from sPRIeldbl so that even
4964         case-blind systems can see the difference.
4965
4966 sPRIfldbl (longdblfio.U):
4967         This variable, if defined, contains the string used by stdio to
4968         format long doubles (format 'f') for output.
4969
4970 sPRIFUldbl (longdblfio.U):
4971         This variable, if defined, contains the string used by stdio to
4972         format long doubles (format 'F') for output.
4973         The 'U' in the name is to separate this from sPRIfldbl so that even
4974         case-blind systems can see the difference.
4975
4976 sPRIgldbl (longdblfio.U):
4977         This variable, if defined, contains the string used by stdio to
4978         format long doubles (format 'g') for output.
4979
4980 sPRIGUldbl (longdblfio.U):
4981         This variable, if defined, contains the string used by stdio to
4982         format long doubles (format 'G') for output.
4983         The 'U' in the name is to separate this from sPRIgldbl so that even
4984         case-blind systems can see the difference.
4985
4986 sPRIi64 (quadfio.U):
4987         This variable, if defined, contains the string used by stdio to
4988         format 64-bit decimal numbers (format 'i') for output.
4989
4990 sPRIo64 (quadfio.U):
4991         This variable, if defined, contains the string used by stdio to
4992         format 64-bit octal numbers (format 'o') for output.
4993
4994 sPRIu64 (quadfio.U):
4995         This variable, if defined, contains the string used by stdio to
4996         format 64-bit unsigned decimal numbers (format 'u') for output.
4997
4998 sPRIx64 (quadfio.U):
4999         This variable, if defined, contains the string used by stdio to
5000         format 64-bit hexadecimal numbers (format 'x') for output.
5001
5002 sPRIXU64 (quadfio.U):
5003         This variable, if defined, contains the string used by stdio to
5004         format 64-bit hExADECimAl numbers (format 'X') for output.
5005         The 'U' in the name is to separate this from sPRIx64 so that even
5006         case-blind systems can see the difference.
5007
5008 srand48_r_proto (d_srand48_r.U):
5009         This variable encodes the prototype of srand48_r.
5010         It is zero if d_srand48_r is undef, and one of the
5011         REENTRANT_PROTO_T_ABC macros of reentr.h if d_srand48_r
5012         is defined.
5013
5014 srandom_r_proto (d_srandom_r.U):
5015         This variable encodes the prototype of srandom_r.
5016         It is zero if d_srandom_r is undef, and one of the
5017         REENTRANT_PROTO_T_ABC macros of reentr.h if d_srandom_r
5018         is defined.
5019
5020 src (src.U):
5021         This variable holds the (possibly relative) path of the package source.
5022         It is up to the Makefile to use this variable and set VPATH accordingly
5023         to find the sources remotely.  Use $pkgsrc to have an absolute path.
5024
5025 sSCNfldbl (longdblfio.U):
5026         This variable, if defined, contains the string used by stdio to
5027         format long doubles (format 'f') for input.
5028
5029 ssizetype (ssizetype.U):
5030         This variable defines ssizetype to be something like ssize_t,
5031         long or int.  It is used by functions that return a count
5032         of bytes or an error condition.  It must be a signed type.
5033         We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
5034
5035 st_ino_sign (st_ino_def.U):
5036         This variable contains the signedness of struct stat's st_ino.
5037         1 for unsigned, -1 for signed.
5038
5039 st_ino_size (st_ino_def.U):
5040         This variable contains the size of struct stat's st_ino in bytes.
5041
5042 startperl (startperl.U):
5043         This variable contains the string to put on the front of a perl
5044         script to make sure (hopefully) that it runs with perl and not some
5045         shell. Of course, that leading line must be followed by the classical
5046         perl idiom:
5047         eval 'exec perl -S $0 ${1+"$@"}'
5048         if $running_under_some_shell;
5049         to guarantee perl startup should the shell execute the script. Note
5050         that this magic incantation is not understood by csh.
5051
5052 startsh (startsh.U):
5053         This variable contains the string to put on the front of a shell
5054         script to make sure (hopefully) that it runs with sh and not some
5055         other shell.
5056
5057 static_ext (Extensions.U):
5058         This variable holds a list of XS extension files we want to
5059         link statically into the package.  It is used by Makefile.
5060
5061 stdchar (stdchar.U):
5062         This variable conditionally defines STDCHAR to be the type of char
5063         used in stdio.h.  It has the values "unsigned char" or "char".
5064
5065 stdio_base (d_stdstdio.U):
5066         This variable defines how, given a FILE pointer, fp, to access the
5067         _base field (or equivalent) of stdio.h's FILE structure.  This will
5068         be used to define the macro FILE_base(fp).
5069
5070 stdio_bufsiz (d_stdstdio.U):
5071         This variable defines how, given a FILE pointer, fp, to determine
5072         the number of bytes store in the I/O buffer pointer to by the
5073         _base field (or equivalent) of stdio.h's FILE structure.  This will
5074         be used to define the macro FILE_bufsiz(fp).
5075
5076 stdio_cnt (d_stdstdio.U):
5077         This variable defines how, given a FILE pointer, fp, to access the
5078         _cnt field (or equivalent) of stdio.h's FILE structure.  This will
5079         be used to define the macro FILE_cnt(fp).
5080
5081 stdio_filbuf (d_stdstdio.U):
5082         This variable defines how, given a FILE pointer, fp, to tell
5083         stdio to refill its internal buffers (?).  This will
5084         be used to define the macro FILE_filbuf(fp).
5085
5086 stdio_ptr (d_stdstdio.U):
5087         This variable defines how, given a FILE pointer, fp, to access the
5088         _ptr field (or equivalent) of stdio.h's FILE structure.  This will
5089         be used to define the macro FILE_ptr(fp).
5090
5091 stdio_stream_array (stdio_streams.U):
5092         This variable tells the name of the array holding the stdio streams.
5093         Usual values include _iob, __iob, and __sF.
5094
5095 strerror_r_proto (d_strerror_r.U):
5096         This variable encodes the prototype of strerror_r.
5097         It is zero if d_strerror_r is undef, and one of the
5098         REENTRANT_PROTO_T_ABC macros of reentr.h if d_strerror_r
5099         is defined.
5100
5101 strings (i_string.U):
5102         This variable holds the full path of the string header that will be
5103         used. Typically /usr/include/string.h or /usr/include/strings.h.
5104
5105 submit (Loc.U):
5106         This variable is defined but not used by Configure.
5107         The value is the empty string and is not useful.
5108
5109 subversion (patchlevel.U):
5110         The subversion level of this package.
5111         The value of subversion comes from the patchlevel.h file.
5112         In a version number such as 5.6.1, this is the "1".
5113         In patchlevel.h, this is referred to as "PERL_SUBVERSION".
5114         This is unique to perl.
5115
5116 sysman (sysman.U):
5117         This variable holds the place where the manual is located on this
5118         system. It is not the place where the user wants to put his manual
5119         pages. Rather it is the place where Configure may look to find manual
5120         for unix commands (section 1 of the manual usually). See mansrc.
5121
5122 sysroot (Sysroot.U):
5123         This variable is empty unless supplied by the Configure user.
5124         It can contain a path to an alternative root directory, under which
5125         headers and libraries for the compilation target can be found. This
5126         is generally used when cross-compiling using a gcc-like compiler.
5127
5128 tail (Loc.U):
5129         This variable is defined but not used by Configure.
5130         The value is the empty string and is not useful.
5131
5132 tar (Loc.U):
5133         This variable is defined but not used by Configure.
5134         The value is the empty string and is not useful.
5135
5136 targetarch (Cross.U):
5137         If cross-compiling, this variable contains the target architecture.
5138         If not, this will be empty.
5139
5140 targetdir (Cross.U):
5141         This variable contains a path that will be created on the target
5142         host using targetmkdir, and then used to copy the cross-compiled
5143         executables to. Defaults to '/tmp' if not set.
5144
5145 targetenv (Cross.U):
5146         If cross-compiling, this variable can be used to modify the
5147         environment on the target system.
5148         However, how and where it's used, and even if it's used at all, is
5149         entirely dependent on both the transport mechanism (targetrun) and
5150         what the target system is.  Unless the relevant documentation says
5151         otherwise, it is genereally not useful.
5152
5153 targethost (Cross.U):
5154         This variable contains the name of a separate host machine that
5155         can be used to run compiled test programs and perl tests on.
5156         Set to empty string if not in use.
5157
5158 targetmkdir (Cross.U):
5159         This variable contains the command used by Configure to create a
5160         new directory on the target host.
5161
5162 targetport (Cross.U):
5163         This variable contains the number of a network port to be used to
5164         connect to the host in targethost, if unset defaults to 22 for ssh.
5165
5166 targetsh (sh.U):
5167         If cross-compiling, this variable contains the location of sh on the
5168         target system.
5169         If not, this will be the same as $sh.
5170
5171 tbl (Loc.U):
5172         This variable is defined but not used by Configure.
5173         The value is the empty string and is not useful.
5174
5175 tee (Loc.U):
5176         This variable is defined but not used by Configure.
5177         The value is the empty string and is not useful.
5178
5179 test (Loc.U):
5180         This variable is used internally by Configure to determine the
5181         full pathname (if any) of the test program.  After Configure runs,
5182         the value is reset to a plain "test" and is not useful.
5183
5184 timeincl (i_time.U):
5185         This variable holds the full path of the included time header(s).
5186
5187 timetype (d_time.U):
5188         This variable holds the type returned by time(). It can be long,
5189         or time_t on BSD sites (in which case <sys/types.h> should be
5190         included). Anyway, the type Time_t should be used.
5191
5192 tmpnam_r_proto (d_tmpnam_r.U):
5193         This variable encodes the prototype of tmpnam_r.
5194         It is zero if d_tmpnam_r is undef, and one of the
5195         REENTRANT_PROTO_T_ABC macros of reentr.h if d_tmpnam_r
5196         is defined.
5197
5198 to (Cross.U):
5199         This variable contains the command used by Configure
5200         to copy to from the target host.  Useful and available
5201         only during Perl build.
5202         The string ':' if not cross-compiling.
5203
5204 touch (Loc.U):
5205         This variable is used internally by Configure to determine the
5206         full pathname (if any) of the touch program.  After Configure runs,
5207         the value is reset to a plain "touch" and is not useful.
5208
5209 tr (Loc.U):
5210         This variable is used internally by Configure to determine the
5211         full pathname (if any) of the tr program.  After Configure runs,
5212         the value is reset to a plain "tr" and is not useful.
5213
5214 trnl (trnl.U):
5215         This variable contains the value to be passed to the tr(1)
5216         command to transliterate a newline.  Typical values are
5217         '\012' and '\n'.  This is needed for EBCDIC systems where
5218         newline is not necessarily '\012'.
5219
5220 troff (Loc.U):
5221         This variable is defined but not used by Configure.
5222         The value is the empty string and is not useful.
5223
5224 ttyname_r_proto (d_ttyname_r.U):
5225         This variable encodes the prototype of ttyname_r.
5226         It is zero if d_ttyname_r is undef, and one of the
5227         REENTRANT_PROTO_T_ABC macros of reentr.h if d_ttyname_r
5228         is defined.
5229
5230 u16size (perlxv.U):
5231         This variable is the size of an U16 in bytes.
5232
5233 u16type (perlxv.U):
5234         This variable contains the C type used for Perl's U16.
5235
5236 u32size (perlxv.U):
5237         This variable is the size of an U32 in bytes.
5238
5239 u32type (perlxv.U):
5240         This variable contains the C type used for Perl's U32.
5241
5242 u64size (perlxv.U):
5243         This variable is the size of an U64 in bytes.
5244
5245 u64type (perlxv.U):
5246         This variable contains the C type used for Perl's U64.
5247
5248 u8size (perlxv.U):
5249         This variable is the size of an U8 in bytes.
5250
5251 u8type (perlxv.U):
5252         This variable contains the C type used for Perl's U8.
5253
5254 uidformat (uidf.U):
5255         This variable contains the format string used for printing a Uid_t.
5256
5257 uidsign (uidsign.U):
5258         This variable contains the signedness of a uidtype.
5259         1 for unsigned, -1 for signed.
5260
5261 uidsize (uidsize.U):
5262         This variable contains the size of a uidtype in bytes.
5263
5264 uidtype (uidtype.U):
5265         This variable defines Uid_t to be something like uid_t, int,
5266         ushort, or whatever type is used to declare user ids in the kernel.
5267
5268 uname (Loc.U):
5269         This variable is used internally by Configure to determine the
5270         full pathname (if any) of the uname program.  After Configure runs,
5271         the value is reset to a plain "uname" and is not useful.
5272
5273 uniq (Loc.U):
5274         This variable is used internally by Configure to determine the
5275         full pathname (if any) of the uniq program.  After Configure runs,
5276         the value is reset to a plain "uniq" and is not useful.
5277
5278 uquadtype (quadtype.U):
5279         This variable defines Uquad_t to be something like unsigned long,
5280         unsigned int, unsigned long long, uint64_t, or whatever type is
5281         used for 64-bit integers.
5282
5283 use5005threads (usethreads.U):
5284         This variable conditionally defines the USE_5005THREADS symbol,
5285         and indicates that Perl should be built to use the 5.005-based
5286         threading implementation. Only valid up to 5.8.x.
5287
5288 use64bitall (use64bits.U):
5289         This variable conditionally defines the USE_64_BIT_ALL symbol,
5290         and indicates that 64-bit integer types should be used
5291         when available.  The maximal possible
5292         64-bitness is employed: LP64 or ILP64, meaning that you will
5293         be able to use more than 2 gigabytes of memory.  This mode is
5294         even more binary incompatible than USE_64_BIT_INT. You may not
5295         be able to run the resulting executable in a 32-bit CPU at all or
5296         you may need at least to reboot your OS to 64-bit mode.
5297
5298 use64bitint (use64bits.U):
5299         This variable conditionally defines the USE_64_BIT_INT symbol,
5300         and indicates that 64-bit integer types should be used
5301         when available.  The minimal possible 64-bitness
5302         is employed, just enough to get 64-bit integers into Perl.
5303         This may mean using for example "long longs", while your memory
5304         may still be limited to 2 gigabytes.
5305
5306 usecbacktrace (usebacktrace.U):
5307         This variable indicates whether we are compiling with backtrace
5308         support.
5309
5310 usecrosscompile (Cross.U):
5311         This variable conditionally defines the USE_CROSS_COMPILE symbol,
5312         and indicates that Perl has been cross-compiled.
5313
5314 usedevel (Devel.U):
5315         This variable indicates that Perl was configured with development
5316         features enabled.  This should not be done for production builds.
5317
5318 usedl (dlsrc.U):
5319         This variable indicates if the system supports dynamic
5320         loading of some sort.  See also dlsrc and dlobj.
5321
5322 usedtrace (usedtrace.U):
5323         This variable indicates whether we are compiling with dtrace
5324         support. See also dtrace.
5325
5326 usefaststdio (usefaststdio.U):
5327         This variable conditionally defines the USE_FAST_STDIO symbol,
5328         and indicates that Perl should be built to use 'fast stdio'.
5329         Defaults to define in Perls 5.8 and earlier, to undef later.
5330
5331 useithreads (usethreads.U):
5332         This variable conditionally defines the USE_ITHREADS symbol,
5333         and indicates that Perl should be built to use the interpreter-based
5334         threading implementation.
5335
5336 usekernprocpathname (usekernprocpathname.U):
5337         This variable, indicates that we can use sysctl with
5338         KERN_PROC_PATHNAME to get a full path for the executable, and hence
5339         convert $^X to an absolute path.
5340
5341 uselargefiles (uselfs.U):
5342         This variable conditionally defines the USE_LARGE_FILES symbol,
5343         and indicates that large file interfaces should be used when
5344         available.
5345
5346 uselongdouble (uselongdbl.U):
5347         This variable conditionally defines the USE_LONG_DOUBLE symbol,
5348         and indicates that long doubles should be used when available.
5349
5350 usemallocwrap (mallocsrc.U):
5351         This variable contains y if we are wrapping malloc to prevent
5352         integer overflow during size calculations.
5353
5354 usemorebits (usemorebits.U):
5355         This variable conditionally defines the USE_MORE_BITS symbol,
5356         and indicates that explicit 64-bit interfaces and long doubles
5357         should be used when available.
5358
5359 usemultiplicity (usemultiplicity.U):
5360         This variable conditionally defines the MULTIPLICITY symbol,
5361         and indicates that Perl should be built to use multiplicity.
5362
5363 usemymalloc (mallocsrc.U):
5364         This variable contains y if the malloc that comes with this package
5365         is desired over the system's version of malloc.  People often include
5366         special versions of malloc for efficiency, but such versions are often
5367         less portable.  See also mallocsrc and mallocobj.
5368         If this is 'y', then -lmalloc is removed from $libs.
5369
5370 usenm (usenm.U):
5371         This variable contains 'true' or 'false' depending whether the
5372         nm extraction is wanted or not.
5373
5374 usensgetexecutablepath (usensgetexecutablepath.U):
5375         This symbol, if defined, indicates that we can use _NSGetExecutablePath
5376         and realpath to get a full path for the executable, and hence convert
5377         $^X to an absolute path.
5378
5379 useopcode (Extensions.U):
5380         This variable holds either 'true' or 'false' to indicate
5381         whether the Opcode extension should be used.  The sole
5382         use for this currently is to allow an easy mechanism
5383         for users to skip the Opcode extension from the Configure
5384         command line.
5385
5386 useperlio (useperlio.U):
5387         This variable conditionally defines the USE_PERLIO symbol,
5388         and indicates that the PerlIO abstraction should be
5389         used throughout.
5390
5391 useposix (Extensions.U):
5392         This variable holds either 'true' or 'false' to indicate
5393         whether the POSIX extension should be used.  The sole
5394         use for this currently is to allow an easy mechanism
5395         for hints files to indicate that POSIX will not compile
5396         on a particular system.
5397
5398 usequadmath (usequadmath.U):
5399         This variable conditionally defines the USE_QUADMATH symbol,
5400         and indicates that the quadmath library __float128 long doubles
5401         should be used when available.
5402
5403 usereentrant (usethreads.U):
5404         This variable conditionally defines the USE_REENTRANT_API symbol,
5405         which indicates that the thread code may try to use the various
5406         _r versions of library functions.  This is only potentially
5407         meaningful if usethreads is set and is very experimental, it is
5408         not even prompted for.
5409
5410 userelocatableinc (bin.U):
5411         This variable is set to true to indicate that perl should relocate
5412         @INC entries at runtime based on the path to the perl binary.
5413         Any @INC paths starting ".../" are relocated relative to the directory
5414         containing the perl binary, and a logical cleanup of the path is then
5415         made around the join point (removing "dir/../" pairs)
5416
5417 useshrplib (libperl.U):
5418         This variable is set to 'true' if the user wishes
5419         to build a shared libperl, and 'false' otherwise.
5420
5421 usesitecustomize (d_sitecustomize.U):
5422         This variable is set to true when the user requires a mechanism that
5423         allows the sysadmin to add entries to @INC at runtime.  This variable
5424         being set, makes perl run '$sitelib/sitecustomize.pl' at startup.
5425
5426 usesocks (usesocks.U):
5427         This variable conditionally defines the USE_SOCKS symbol,
5428         and indicates that Perl should be built to use SOCKS.
5429
5430 usethreads (usethreads.U):
5431         This variable conditionally defines the USE_THREADS symbol,
5432         and indicates that Perl should be built to use threads.
5433
5434 usevendorprefix (vendorprefix.U):
5435         This variable tells whether the vendorprefix
5436         and consequently other vendor* paths are in use.
5437
5438 useversionedarchname (archname.U):
5439         This variable indicates whether to include the $api_versionstring
5440         as a component of the $archname.
5441
5442 usevfork (d_vfork.U):
5443         This variable is set to true when the user accepts to use vfork.
5444         It is set to false when no vfork is available or when the user
5445         explicitly requests not to use vfork.
5446
5447 usrinc (usrinc.U):
5448         This variable holds the path of the include files, which is
5449         usually /usr/include. It is mainly used by other Configure units.
5450
5451 uuname (Loc.U):
5452         This variable is defined but not used by Configure.
5453         The value is the empty string and is not useful.
5454
5455 uvoformat (perlxvf.U):
5456         This variable contains the format string used for printing
5457         a Perl UV as an unsigned octal integer.
5458
5459 uvsize (perlxv.U):
5460         This variable is the size of a UV in bytes.
5461
5462 uvtype (perlxv.U):
5463         This variable contains the C type used for Perl's UV.
5464
5465 uvuformat (perlxvf.U):
5466         This variable contains the format string used for printing
5467         a Perl UV as an unsigned decimal integer.
5468
5469 uvxformat (perlxvf.U):
5470         This variable contains the format string used for printing
5471         a Perl UV as an unsigned hexadecimal integer in lowercase abcdef.
5472
5473 uvXUformat (perlxvf.U):
5474         This variable contains the format string used for printing
5475         a Perl UV as an unsigned hexadecimal integer in uppercase ABCDEF.
5476
5477 vaproto (vaproto.U):
5478         This variable conditionally defines CAN_VAPROTO on systems supporting
5479         prototype declaration of functions with a variable number of
5480         arguments. See also prototype.
5481
5482 vendorarch (vendorarch.U):
5483         This variable contains the value of the PERL_VENDORARCH symbol.
5484         It may have a ~ on the front.
5485         The standard distribution will put nothing in this directory.
5486         Vendors who distribute perl may wish to place their own
5487         architecture-dependent modules and extensions in this directory with
5488         MakeMaker Makefile.PL INSTALLDIRS=vendor
5489         or equivalent.  See INSTALL for details.
5490
5491 vendorarchexp (vendorarch.U):
5492         This variable is the ~name expanded version of vendorarch, so that you
5493         may use it directly in Makefiles or shell scripts.
5494
5495 vendorbin (vendorbin.U):
5496         This variable contains the eventual value of the VENDORBIN symbol.
5497         It may have a ~ on the front.
5498         The standard distribution will put nothing in this directory.
5499         Vendors who distribute perl may wish to place additional
5500         binaries in this directory with
5501         MakeMaker Makefile.PL INSTALLDIRS=vendor
5502         or equivalent.  See INSTALL for details.
5503
5504 vendorbinexp (vendorbin.U):
5505         This variable is the ~name expanded version of vendorbin, so that you
5506         may use it directly in Makefiles or shell scripts.
5507
5508 vendorhtml1dir (vendorhtml1dir.U):
5509         This variable contains the name of the directory for html
5510         pages.  It may have a ~ on the front.
5511         The standard distribution will put nothing in this directory.
5512         Vendors who distribute perl may wish to place their own
5513         html pages in this directory with
5514         MakeMaker Makefile.PL INSTALLDIRS=vendor
5515         or equivalent.  See INSTALL for details.
5516
5517 vendorhtml1direxp (vendorhtml1dir.U):
5518         This variable is the ~name expanded version of vendorhtml1dir, so that you
5519         may use it directly in Makefiles or shell scripts.
5520
5521 vendorhtml3dir (vendorhtml3dir.U):
5522         This variable contains the name of the directory for html
5523         library pages.  It may have a ~ on the front.
5524         The standard distribution will put nothing in this directory.
5525         Vendors who distribute perl may wish to place their own
5526         html pages for modules and extensions in this directory with
5527         MakeMaker Makefile.PL INSTALLDIRS=vendor
5528         or equivalent.  See INSTALL for details.
5529
5530 vendorhtml3direxp (vendorhtml3dir.U):
5531         This variable is the ~name expanded version of vendorhtml3dir, so that you
5532         may use it directly in Makefiles or shell scripts.
5533
5534 vendorlib (vendorlib.U):
5535         This variable contains the eventual value of the VENDORLIB symbol,
5536         which is the name of the private library for this package.
5537         The standard distribution will put nothing in this directory.
5538         Vendors who distribute perl may wish to place their own
5539         modules in this directory with
5540         MakeMaker Makefile.PL INSTALLDIRS=vendor
5541         or equivalent.  See INSTALL for details.
5542
5543 vendorlib_stem (vendorlib.U):
5544         This variable is $vendorlibexp with any trailing version-specific component
5545         removed.  The elements in inc_version_list (inc_version_list.U) can
5546         be tacked onto this variable to generate a list of directories to search.
5547
5548 vendorlibexp (vendorlib.U):
5549         This variable is the ~name expanded version of vendorlib, so that you
5550         may use it directly in Makefiles or shell scripts.
5551
5552 vendorman1dir (vendorman1dir.U):
5553         This variable contains the name of the directory for man1
5554         pages.  It may have a ~ on the front.
5555         The standard distribution will put nothing in this directory.
5556         Vendors who distribute perl may wish to place their own
5557         man1 pages in this directory with
5558         MakeMaker Makefile.PL INSTALLDIRS=vendor
5559         or equivalent.  See INSTALL for details.
5560
5561 vendorman1direxp (vendorman1dir.U):
5562         This variable is the ~name expanded version of vendorman1dir, so that you
5563         may use it directly in Makefiles or shell scripts.
5564
5565 vendorman3dir (vendorman3dir.U):
5566         This variable contains the name of the directory for man3
5567         pages.  It may have a ~ on the front.
5568         The standard distribution will put nothing in this directory.
5569         Vendors who distribute perl may wish to place their own
5570         man3 pages in this directory with
5571         MakeMaker Makefile.PL INSTALLDIRS=vendor
5572         or equivalent.  See INSTALL for details.
5573
5574 vendorman3direxp (vendorman3dir.U):
5575         This variable is the ~name expanded version of vendorman3dir, so that you
5576         may use it directly in Makefiles or shell scripts.
5577
5578 vendorprefix (vendorprefix.U):
5579         This variable holds the full absolute path of the directory below
5580         which the vendor will install add-on packages.
5581         See INSTALL for usage and examples.
5582
5583 vendorprefixexp (vendorprefix.U):
5584         This variable holds the full absolute path of the directory below
5585         which the vendor will install add-on packages.  Derived from vendorprefix.
5586
5587 vendorscript (vendorscript.U):
5588         This variable contains the eventual value of the VENDORSCRIPT symbol.
5589         It may have a ~ on the front.
5590         The standard distribution will put nothing in this directory.
5591         Vendors who distribute perl may wish to place additional
5592         executable scripts in this directory with
5593         MakeMaker Makefile.PL INSTALLDIRS=vendor
5594         or equivalent.  See INSTALL for details.
5595
5596 vendorscriptexp (vendorscript.U):
5597         This variable is the ~name expanded version of vendorscript, so that you
5598         may use it directly in Makefiles or shell scripts.
5599
5600 version (patchlevel.U):
5601         The full version number of this package, such as 5.6.1 (or 5_6_1).
5602         This combines revision, patchlevel, and subversion to get the
5603         full version number, including any possible subversions.
5604         This is suitable for use as a directory name, and hence is
5605         filesystem dependent.
5606
5607 version_patchlevel_string (patchlevel.U):
5608         This is a string combining version, subversion and
5609         perl_patchlevel (if perl_patchlevel is non-zero).
5610         It is typically something like
5611         'version 7 subversion 1'  or
5612         'version 7 subversion 1 patchlevel 11224'
5613         It is computed here to avoid duplication of code in myconfig.SH
5614         and lib/Config.pm.
5615
5616 versiononly (versiononly.U):
5617         If set, this symbol indicates that only the version-specific
5618         components of a perl installation should be installed.
5619         This may be useful for making a test installation of a new
5620         version without disturbing the existing installation.
5621         Setting versiononly is equivalent to setting installperl's -v option.
5622         In particular, the non-versioned scripts and programs such as
5623         a2p, c2ph, h2xs, pod2*, and perldoc are not installed
5624         (see INSTALL for a more complete list).  Nor are the man
5625         pages installed.
5626         Usually, this is undef.
5627
5628 vi (Loc.U):
5629         This variable is defined but not used by Configure.
5630         The value is the empty string and is not useful.
5631
5632 xlibpth (libpth.U):
5633         This variable holds extra path (space-separated) used to find
5634         libraries on this platform, for example CPU-specific libraries
5635         (on multi-CPU platforms) may be listed here.
5636
5637 yacc (yacc.U):
5638         This variable holds the name of the compiler compiler we
5639         want to use in the Makefile. It can be yacc, byacc, or bison -y.
5640
5641 yaccflags (yacc.U):
5642         This variable contains any additional yacc flags desired by the
5643         user.  It is up to the Makefile to use this.
5644
5645 zcat (Loc.U):
5646         This variable is defined but not used by Configure.
5647         The value is the empty string and is not useful.
5648
5649 zip (Loc.U):
5650         This variable is used internally by Configure to determine the
5651         full pathname (if any) of the zip program.  After Configure runs,
5652         the value is reset to a plain "zip" and is not useful.
5653