Resync with mainline
[p5sagit/p5-mst-13.2.git] / Porting / Glossary
1 This file contains a description of all the shell variables whose value is
2 determined by the Configure script.  Variables intended for use in C
3 programs (e.g. I_UNISTD) are already described in config_h.SH.  [`configpm'
4 generates pod documentation for Config.pm from this file--please try to keep
5 the formatting regular.]
6
7 _a (Unix.U):
8         This variable defines the extension used for ordinary libraries.
9         For unix, it is '.a'.  The '.' is included.  Other possible
10         values include '.lib'.
11
12 _exe (Unix.U):
13         This variable defines the extension used for executable files.
14         For unix it is empty.  Other possible values include '.exe'.
15
16 _o (Unix.U):
17         This variable defines the extension used for object files.
18         For unix, it is '.o'.  The '.' is included.  Other possible
19         values include '.obj'.
20
21 afs (afs.U):
22         This variable is set to 'true' if AFS (Andrew File System) is used
23         on the system, 'false' otherwise.  It is possible to override this
24         with a hint value or command line option, but you'd better know
25         what you are doing.
26
27 alignbytes (alignbytes.U):
28         This variable holds the number of bytes required to align a
29         double. Usual values are 2, 4 and 8.
30
31 ansi2knr (ansi2knr.U):
32         This variable is set if the user needs to run ansi2knr.  
33         Currently, this is not supported, so we just abort.
34
35 aphostname (d_gethname.U):
36         This variable contains the command which can be used to compute the
37         host name. The command is fully qualified by its absolute path, to make
38         it safe when used by a process with super-user privileges.
39
40 api_revision (patchlevel.U):
41         The three variables, api_revision, api_version, and
42         api_subversion, specify the version of the oldest perl binary
43         compatible with the present perl.  In a full version string
44         such as '5.6.1', api_revision is the '5'.
45         Prior to 5.5.640, the format was a floating point number,
46         like 5.00563.
47                 perl.c:incpush() and lib/lib.pm will automatically search in
48         $sitelib/.. for older directories back to the limit specified
49         by these api_ variables.  This is only useful if you have a
50         perl library directory tree structured like the default one.
51         See INSTALL for how this works.  The versioned site_perl
52         directory was introduced in 5.005, so that is the lowest
53         possible value.  The version list appropriate for the current
54         system is determined in inc_version_list.U.
55                 XXX To do:  Since compatibility can depend on compile time
56         options (such as bincompat, longlong, etc.) it should
57         (perhaps) be set by Configure, but currently it isn't.
58         Currently, we read a hard-wired value from patchlevel.h.
59         Perhaps what we ought to do is take the hard-wired value from
60         patchlevel.h but then modify it if the current Configure
61         options warrant.  patchlevel.h then would use an #ifdef guard.
62
63 api_subversion (patchlevel.U):
64         The three variables, api_revision, api_version, and
65         api_subversion, specify the version of the oldest perl binary
66         compatible with the present perl.  In a full version string
67         such as '5.6.1', api_subversion is the '1'.  See api_revision for
68         full details.
69
70 api_version (patchlevel.U):
71         The three variables, api_revision, api_version, and
72         api_subversion, specify the version of the oldest perl binary
73         compatible with the present perl.  In a full version string
74         such as '5.6.1', api_version is the '6'.  See api_revision for
75         full details.  As a special case, 5.5.0 is rendered in the
76         old-style as 5.005.  (In the 5.005_0x maintenance series,
77         this was the only versioned directory in $sitelib.)
78
79 api_versionstring (patchlevel.U):
80         This variable combines api_revision, api_version, and
81         api_subversion in a format such as 5.6.1 (or 5_6_1) suitable
82         for use as a directory name.  This is filesystem dependent.
83
84 ar (Loc.U):
85         This variable is used internally by Configure to determine the
86         full pathname (if any) of the ar program.  After Configure runs,
87         the value is reset to a plain "ar" and is not useful.
88
89 archlib (archlib.U):
90         This variable holds the name of the directory in which the user wants
91         to put architecture-dependent public library files for $package.
92         It is most often a local directory such as /usr/local/lib.
93         Programs using this variable must be prepared to deal
94         with filename expansion.
95
96 archlibexp (archlib.U):
97         This variable is the same as the archlib variable, but is
98         filename expanded at configuration time, for convenient use.
99
100 archname64 (use64bits.U):
101         This variable is used for the 64-bitness part of $archname.
102
103 archname (archname.U):
104         This variable is a short name to characterize the current
105         architecture.  It is used mainly to construct the default archlib.
106
107 archobjs (Unix.U):
108         This variable defines any additional objects that must be linked
109         in with the program on this architecture.  On unix, it is usually
110         empty.  It is typically used to include emulations of unix calls
111         or other facilities.  For perl on OS/2, for example, this would
112         include os2/os2.obj.
113
114 awk (Loc.U):
115         This variable is used internally by Configure to determine the
116         full pathname (if any) of the awk program.  After Configure runs,
117         the value is reset to a plain "awk" and is not useful.
118
119 baserev (baserev.U):
120         The base revision level of this package, from the .package file.
121
122 bash (Loc.U):
123         This variable is defined but not used by Configure.
124         The value is a plain '' and is not useful.
125
126 bin (bin.U):
127         This variable holds the name of the directory in which the user wants
128         to put publicly executable images for the package in question.  It
129         is most often a local directory such as /usr/local/bin. Programs using
130         this variable must be prepared to deal with ~name substitution.
131
132 bincompat5005 (bincompat5005.U):
133         This variable contains y if Perl 5.006 should be binary-compatible
134         with Perl 5.005.
135
136 binexp (bin.U):
137         This is the same as the bin variable, but is filename expanded at
138         configuration time, for use in your makefiles.
139
140 bison (Loc.U):
141         This variable is defined but not used by Configure.
142         The value is a plain '' and is not useful.
143
144 byacc (Loc.U):
145         This variable is used internally by Configure to determine the
146         full pathname (if any) of the byacc program.  After Configure runs,
147         the value is reset to a plain "byacc" and is not useful.
148
149 byteorder (byteorder.U):
150         This variable holds the byte order. In the following, larger digits
151         indicate more significance.  The variable byteorder is either 4321
152         on a big-endian machine, or 1234 on a little-endian, or 87654321
153         on a Cray ... or 3412 with weird order !
154
155 c (n.U):
156         This variable contains the \c string if that is what causes the echo
157         command to suppress newline.  Otherwise it is null.  Correct usage is
158         $echo $n "prompt for a question: $c".
159
160 castflags (d_castneg.U):
161         This variable contains a flag that precise difficulties the
162         compiler has casting odd floating values to unsigned long:
163         0 = ok
164         1 = couldn't cast < 0
165         2 = couldn't cast >= 0x80000000
166         4 = couldn't cast in argument expression list
167
168 cat (Loc.U):
169         This variable is used internally by Configure to determine the
170         full pathname (if any) of the cat program.  After Configure runs,
171         the value is reset to a plain "cat" and is not useful.
172
173 cc (cc.U):
174         This variable holds the name of a command to execute a C compiler which
175         can resolve multiple global references that happen to have the same
176         name.  Usual values are 'cc', 'Mcc', 'cc -M', and 'gcc'.
177
178 cccdlflags (dlsrc.U):
179         This variable contains any special flags that might need to be
180         passed with 'cc -c' to compile modules to be used to create a shared
181         library that will be used for dynamic loading.  For hpux, this
182         should be +z.  It is up to the makefile to use it.
183
184 ccdlflags (dlsrc.U):
185         This variable contains any special flags that might need to be
186         passed to cc to link with a shared library for dynamic loading.
187         It is up to the makefile to use it.  For sunos 4.1, it should
188         be empty.
189
190 ccflags (ccflags.U):
191         This variable contains any additional C compiler flags desired by
192         the user.  It is up to the Makefile to use this.
193
194 ccsymbols (Cppsym.U):
195         The variable contains the symbols defined by the C compiler alone.
196         The symbols defined by cpp or by cc when it calls cpp are not in
197         this list, see cppsymbols and cppccsymbols.
198         The list is a space-separated list of symbol=value tokens.
199
200 cf_by (cf_who.U):
201         Login name of the person who ran the Configure script and answered the
202         questions. This is used to tag both config.sh and config_h.SH.
203
204 cf_email (cf_email.U):
205         Electronic mail address of the person who ran Configure. This can be
206         used by units that require the user's e-mail, like MailList.U.
207
208 cf_time (cf_who.U):
209         Holds the output of the "date" command when the configuration file was
210         produced. This is used to tag both config.sh and config_h.SH.
211
212 charsize (charsize.U):
213         This variable contains the value of the CHARSIZE symbol, which
214         indicates to the C program how many bytes there are in a character.
215
216 chgrp (Loc.U):
217         This variable is defined but not used by Configure.
218         The value is a plain '' and is not useful.
219
220 chmod (Loc.U):
221         This variable is defined but not used by Configure.
222         The value is a plain '' and is not useful.
223
224 chown (Loc.U):
225         This variable is defined but not used by Configure.
226         The value is a plain '' and is not useful.
227
228 clocktype (d_times.U):
229         This variable holds the type returned by times(). It can be long,
230         or clock_t on BSD sites (in which case <sys/types.h> should be
231         included).
232
233 comm (Loc.U):
234         This variable is used internally by Configure to determine the
235         full pathname (if any) of the comm program.  After Configure runs,
236         the value is reset to a plain "comm" and is not useful.
237
238 compress (Loc.U):
239         This variable is defined but not used by Configure.
240         The value is a plain '' and is not useful.
241
242 CONFIGDOTSH (Oldsyms.U):
243         This is set to 'true' in config.sh so that a shell script
244         sourcing config.sh can tell if it has been sourced already.
245
246 contains (contains.U):
247         This variable holds the command to do a grep with a proper return
248         status.  On most sane systems it is simply "grep".  On insane systems
249         it is a grep followed by a cat followed by a test.  This variable
250         is primarily for the use of other Configure units.
251
252 cp (Loc.U):
253         This variable is used internally by Configure to determine the
254         full pathname (if any) of the cp program.  After Configure runs,
255         the value is reset to a plain "cp" and is not useful.
256
257 cpio (Loc.U):
258         This variable is defined but not used by Configure.
259         The value is a plain '' and is not useful.
260
261 cpp (Loc.U):
262         This variable is used internally by Configure to determine the
263         full pathname (if any) of the cpp program.  After Configure runs,
264         the value is reset to a plain "cpp" and is not useful.
265
266 cpp_stuff (cpp_stuff.U):
267         This variable contains an identification of the catenation mechanism
268         used by the C preprocessor.
269
270 cppccsymbols (Cppsym.U):
271         The variable contains the symbols defined by the C compiler
272         when it calls cpp.  The symbols defined by the cc alone or cpp
273         alone are not in this list, see ccsymbols and cppsymbols.
274         The list is a space-separated list of symbol=value tokens.
275
276 cppflags (ccflags.U):
277         This variable holds the flags that will be passed to the C pre-
278         processor. It is up to the Makefile to use it.
279
280 cpplast (cppstdin.U):
281         This variable has the same functionality as cppminus, only it applies
282         to cpprun and not cppstdin.
283
284 cppminus (cppstdin.U):
285         This variable contains the second part of the string which will invoke
286         the C preprocessor on the standard input and produce to standard
287         output.  This variable will have the value "-" if cppstdin needs
288         a minus to specify standard input, otherwise the value is "".
289
290 cpprun (cppstdin.U):
291         This variable contains the command which will invoke a C preprocessor
292         on standard input and put the output to stdout. It is guaranteed not
293         to be a wrapper and may be a null string if no preprocessor can be
294         made directly available. This preprocessor might be different from the
295         one used by the C compiler. Don't forget to append cpplast after the
296         preprocessor options.
297
298 cppstdin (cppstdin.U):
299         This variable contains the command which will invoke the C
300         preprocessor on standard input and put the output to stdout.
301         It is primarily used by other Configure units that ask about
302         preprocessor symbols.
303
304 cppsymbols (Cppsym.U):
305         The variable contains the symbols defined by the C preprocessor
306         alone.  The symbols defined by cc or by cc when it calls cpp are
307         not in this list, see ccsymbols and cppccsymbols.
308         The list is a space-separated list of symbol=value tokens.
309
310 crosscompile (crosscompile.U):
311         This variable conditionally defines the CROSSCOMPILE symbol
312         which signifies that the build process is be a cross-compilation.
313         This is normally set by hints files or from Configure command line.
314
315 cryptlib (d_crypt.U):
316         This variable holds -lcrypt or the path to a libcrypt.a archive if
317         the crypt() function is not defined in the standard C library. It is
318         up to the Makefile to use this.
319
320 csh (Loc.U):
321         This variable is used internally by Configure to determine the
322         full pathname (if any) of the csh program.  After Configure runs,
323         the value is reset to a plain "csh" and is not useful.
324
325 d_access (d_access.U):
326         This variable conditionally defines HAS_ACCESS if the access() system
327         call is available to check for access permissions using real IDs.
328
329 d_accessx (d_accessx.U):
330         This variable conditionally defines the HAS_ACCESSX symbol, which
331         indicates to the C program that the accessx() routine is available.
332
333 d_alarm (d_alarm.U):
334         This variable conditionally defines the HAS_ALARM symbol, which
335         indicates to the C program that the alarm() routine is available.
336
337 d_archlib (archlib.U):
338         This variable conditionally defines ARCHLIB to hold the pathname
339         of architecture-dependent library files for $package.  If
340         $archlib is the same as $privlib, then this is set to undef.
341
342 d_atolf (atolf.U):
343         This variable conditionally defines the HAS_ATOLF symbol, which
344         indicates to the C program that the atolf() routine is available.
345
346 d_atoll (atoll.U):
347         This variable conditionally defines the HAS_ATOLL symbol, which
348         indicates to the C program that the atoll() routine is available.
349
350 d_attribut (d_attribut.U):
351         This variable conditionally defines HASATTRIBUTE, which
352         indicates the C compiler can check for function attributes,
353         such as printf formats.
354
355 d_bcmp (d_bcmp.U):
356         This variable conditionally defines the HAS_BCMP symbol if
357         the bcmp() routine is available to compare strings.
358
359 d_bcopy (d_bcopy.U):
360         This variable conditionally defines the HAS_BCOPY symbol if
361         the bcopy() routine is available to copy strings.
362
363 d_bincompat5005 (bincompat5005.U):
364         This variable conditionally defines BINCOMPAT5005 so that embed.h
365         can take special action if Perl 5.006 should be binary-compatible
366         with Perl 5.005.  This is impossible for builds that use features
367         like threads and multiplicity it is always $undef for those versions.
368
369 d_bsd (Guess.U):
370         This symbol conditionally defines the symbol BSD when running on a
371         BSD system.
372
373 d_bsdgetpgrp (d_getpgrp.U):
374         This variable conditionally defines USE_BSD_GETPGRP if
375         getpgrp needs one arguments whereas USG one needs none.
376
377 d_bsdsetpgrp (d_setpgrp.U):
378         This variable conditionally defines USE_BSD_SETPGRP if
379         setpgrp needs two arguments whereas USG one needs none.
380         See also d_setpgid for a POSIX interface.
381
382 d_bzero (d_bzero.U):
383         This variable conditionally defines the HAS_BZERO symbol if
384         the bzero() routine is available to set memory to 0.
385
386 d_casti32 (d_casti32.U):
387         This variable conditionally defines CASTI32, which indicates
388         whether the C compiler can cast large floats to 32-bit ints.
389
390 d_castneg (d_castneg.U):
391         This variable conditionally defines CASTNEG, which indicates
392         wether the C compiler can cast negative float to unsigned.
393
394 d_charvspr (d_vprintf.U):
395         This variable conditionally defines CHARVSPRINTF if this system
396         has vsprintf returning type (char*).  The trend seems to be to
397         declare it as "int vsprintf()".
398
399 d_chown (d_chown.U):
400         This variable conditionally defines the HAS_CHOWN symbol, which
401         indicates to the C program that the chown() routine is available.
402
403 d_chroot (d_chroot.U):
404         This variable conditionally defines the HAS_CHROOT symbol, which
405         indicates to the C program that the chroot() routine is available.
406
407 d_chsize (d_chsize.U):
408         This variable conditionally defines the CHSIZE symbol, which
409         indicates to the C program that the chsize() routine is available
410         to truncate files.  You might need a -lx to get this routine.
411
412 d_closedir (d_closedir.U):
413         This variable conditionally defines HAS_CLOSEDIR if closedir() is
414         available.
415
416 d_const (d_const.U):
417         This variable conditionally defines the HASCONST symbol, which
418         indicates to the C program that this C compiler knows about the
419         const type.
420
421 d_crypt (d_crypt.U):
422         This variable conditionally defines the CRYPT symbol, which
423         indicates to the C program that the crypt() routine is available
424         to encrypt passwords and the like.
425
426 d_csh (d_csh.U):
427         This variable conditionally defines the CSH symbol, which
428         indicates to the C program that the C-shell exists.
429
430 d_cuserid (d_cuserid.U):
431         This variable conditionally defines the HAS_CUSERID symbol, which
432         indicates to the C program that the cuserid() routine is available
433         to get character login names.
434
435 d_dbl_dig (d_dbl_dig.U):
436         This variable conditionally defines d_dbl_dig if this system's
437         header files provide DBL_DIG, which is the number of significant
438         digits in a double precision number.
439
440 d_difftime (d_difftime.U):
441         This variable conditionally defines the HAS_DIFFTIME symbol, which
442         indicates to the C program that the difftime() routine is available.
443
444 d_dirnamlen (i_dirent.U):
445         This variable conditionally defines DIRNAMLEN, which indicates
446         to the C program that the length of directory entry names is
447         provided by a d_namelen field.
448
449 d_dlerror (d_dlerror.U):
450         This variable conditionally defines the HAS_DLERROR symbol, which
451         indicates to the C program that the dlerror() routine is available.
452
453 d_dlopen (d_dlopen.U):
454         This variable conditionally defines the HAS_DLOPEN symbol, which
455         indicates to the C program that the dlopen() routine is available.
456
457 d_dlsymun (d_dlsymun.U):
458         This variable conditionally defines DLSYM_NEEDS_UNDERSCORE, which
459         indicates that we need to prepend an underscore to the symbol
460         name before calling dlsym().
461
462 d_dosuid (d_dosuid.U):
463         This variable conditionally defines the symbol DOSUID, which
464         tells the C program that it should insert setuid emulation code
465         on hosts which have setuid #! scripts disabled.
466
467 d_drand48proto (d_drand48proto.U):
468         This variable conditionally defines the HAS_DRAND48_PROTO symbol,
469         which indicates to the C program that the system provides
470         a prototype for the drand48() function.  Otherwise, it is
471         up to the program to supply one.
472
473 d_dup2 (d_dup2.U):
474         This variable conditionally defines HAS_DUP2 if dup2() is
475         available to duplicate file descriptors.
476
477 d_eaccess (d_eaccess.U):
478         This variable conditionally defines the HAS_EACCESS symbol, which
479         indicates to the C program that the eaccess() routine is available.
480
481 d_endgrent (d_endgrent.U):
482         This variable conditionally defines the HAS_ENDGRENT symbol, which
483         indicates to the C program that the endgrent() routine is available
484         for sequential access of the group database.
485
486 d_endhent (d_endhent.U):
487         This variable conditionally defines HAS_ENDHOSTENT if endhostent() is
488         available to close whatever was being used for host queries.
489
490 d_endnent (d_endnent.U):
491         This variable conditionally defines HAS_ENDNETENT if endnetent() is
492         available to close whatever was being used for network queries.
493
494 d_endpent (d_endpent.U):
495         This variable conditionally defines HAS_ENDPROTOENT if endprotoent() is
496         available to close whatever was being used for protocol queries.
497
498 d_endpwent (d_endpwent.U):
499         This variable conditionally defines the HAS_ENDPWENT symbol, which
500         indicates to the C program that the endpwent() routine is available
501         for sequential access of the passwd database.
502
503 d_endsent (d_endsent.U):
504         This variable conditionally defines HAS_ENDSERVENT if endservent() is
505         available to close whatever was being used for service queries.
506
507 d_endspent (d_endspent.U):
508         This variable conditionally defines HAS_ENDSPENT if endspent() is
509         available to finalize the scan of SysV shadow password entries.
510
511 d_eofnblk (nblock_io.U):
512         This variable conditionally defines EOF_NONBLOCK if EOF can be seen
513         when reading from a non-blocking I/O source.
514
515 d_eunice (Guess.U):
516         This variable conditionally defines the symbols EUNICE and VAX, which
517         alerts the C program that it must deal with ideosyncracies of VMS.
518
519 d_fchmod (d_fchmod.U):
520         This variable conditionally defines the HAS_FCHMOD symbol, which
521         indicates to the C program that the fchmod() routine is available
522         to change mode of opened files.
523
524 d_fchown (d_fchown.U):
525         This variable conditionally defines the HAS_FCHOWN symbol, which
526         indicates to the C program that the fchown() routine is available
527         to change ownership of opened files.
528
529 d_fcntl (d_fcntl.U):
530         This variable conditionally defines the HAS_FCNTL symbol, and indicates
531         whether the fcntl() function exists
532
533 d_fd_macros (d_fd_set.U):
534         This variable contains the eventual value of the HAS_FD_MACROS symbol,
535         which indicates if your C compiler knows about the macros which
536         manipulate an fd_set.
537
538 d_fd_set (d_fd_set.U):
539         This variable contains the eventual value of the HAS_FD_SET symbol,
540         which indicates if your C compiler knows about the fd_set typedef.
541
542 d_fds_bits (d_fd_set.U):
543         This variable contains the eventual value of the HAS_FDS_BITS symbol,
544         which indicates if your fd_set typedef contains the fds_bits member.
545         If you have an fd_set typedef, but the dweebs who installed it did
546         a half-fast job and neglected to provide the macros to manipulate
547         an fd_set, HAS_FDS_BITS will let us know how to fix the gaffe.
548
549 d_fgetpos (d_fgetpos.U):
550         This variable conditionally defines HAS_FGETPOS if fgetpos() is
551         available to get the file position indicator.
552
553 d_flexfnam (d_flexfnam.U):
554         This variable conditionally defines the FLEXFILENAMES symbol, which
555         indicates that the system supports filenames longer than 14 characters.
556
557 d_flock (d_flock.U):
558         This variable conditionally defines HAS_FLOCK if flock() is
559         available to do file locking.
560
561 d_fork (d_fork.U):
562         This variable conditionally defines the HAS_FORK symbol, which
563         indicates to the C program that the fork() routine is available.
564
565 d_fpathconf (d_pathconf.U):
566         This variable conditionally defines the HAS_FPATHCONF symbol, which
567         indicates to the C program that the pathconf() routine is available
568         to determine file-system related limits and options associated
569         with a given open file descriptor.
570
571 d_fpos64_t (io64.U):
572         This symbol will be defined if the C compiler supports fpos64_t.
573
574 d_fs_data_s (d_fs_data_s.U):
575         This variable conditionally defines the HAS_STRUCT_FS_DATA symbol,
576         which indicates that the struct fs_data is supported.
577
578 d_fseeko (d_fseeko.U):
579         This variable conditionally defines the HAS_FSEEKO symbol, which
580         indicates to the C program that the fseeko() routine is available.
581
582 d_fsetpos (d_fsetpos.U):
583         This variable conditionally defines HAS_FSETPOS if fsetpos() is
584         available to set the file position indicator.
585
586 d_fstatfs (d_fstatfs.U):
587         This variable conditionally defines the HAS_FSTATFS symbol, which
588         indicates to the C program that the fstatfs() routine is available.
589
590 d_fstatvfs (d_statvfs.U):
591         This variable conditionally defines the HAS_FSTATVFS symbol, which
592         indicates to the C program that the fstatvfs() routine is available.
593
594 d_ftello (d_ftello.U):
595         This variable conditionally defines the HAS_FTELLO symbol, which
596         indicates to the C program that the ftello() routine is available.
597
598 d_ftime (d_ftime.U):
599         This variable conditionally defines the HAS_FTIME symbol, which indicates
600         that the ftime() routine exists.  The ftime() routine is basically
601         a sub-second accuracy clock.
602
603 d_Gconvert (d_gconvert.U):
604         This variable holds what Gconvert is defined as to convert
605         floating point numbers into strings. It could be 'gconvert'
606         or a more complex macro emulating gconvert with gcvt() or sprintf.
607         Possible values are:
608         d_Gconvert='gconvert((x),(n),(t),(b))'
609         d_Gconvert='gcvt((x),(n),(b))'
610         d_Gconvert='sprintf((b),"%.*g",(n),(x))'
611
612 d_getgrent (d_getgrent.U):
613         This variable conditionally defines the HAS_GETGRENT symbol, which
614         indicates to the C program that the getgrent() routine is available
615         for sequential access of the group database.
616
617 d_getgrps (d_getgrps.U):
618         This variable conditionally defines the HAS_GETGROUPS symbol, which
619         indicates to the C program that the getgroups() routine is available
620         to get the list of process groups.
621
622 d_gethbyaddr (d_gethbyad.U):
623         This variable conditionally defines the HAS_GETHOSTBYADDR symbol, which
624         indicates to the C program that the gethostbyaddr() routine is available
625         to look up hosts by their IP addresses.
626
627 d_gethbyname (d_gethbynm.U):
628         This variable conditionally defines the HAS_GETHOSTBYNAME symbol, which
629         indicates to the C program that the gethostbyname() routine is available
630         to look up host names in some data base or other.
631
632 d_gethent (d_gethent.U):
633         This variable conditionally defines HAS_GETHOSTENT if gethostent() is
634         available to look up host names in some data base or another.
635
636 d_gethname (d_gethname.U):
637         This variable conditionally defines the HAS_GETHOSTNAME symbol, which
638         indicates to the C program that the gethostname() routine may be
639         used to derive the host name.
640
641 d_gethostprotos (d_gethostprotos.U):
642         This variable conditionally defines the HAS_GETHOST_PROTOS symbol,
643         which indicates to the C program that <netdb.h> supplies
644         prototypes for the various gethost*() functions.  
645         See also netdbtype.U for probing for various netdb types.
646
647 d_getlogin (d_getlogin.U):
648         This variable conditionally defines the HAS_GETLOGIN symbol, which
649         indicates to the C program that the getlogin() routine is available
650         to get the login name.
651
652 d_getmnt (d_getmnt.U):
653         This variable conditionally defines the HAS_GETMNT symbol, which
654         indicates to the C program that the getmnt() routine is available
655         to retrieve one or more mount info blocks by filename.
656
657 d_getmntent (d_getmntent.U):
658         This variable conditionally defines the HAS_GETMNTENT symbol, which
659         indicates to the C program that the getmntent() routine is available
660         to iterate through mounted files to get their mount info.
661
662 d_getnbyaddr (d_getnbyad.U):
663         This variable conditionally defines the HAS_GETNETBYADDR symbol, which
664         indicates to the C program that the getnetbyaddr() routine is available
665         to look up networks by their IP addresses.
666
667 d_getnbyname (d_getnbynm.U):
668         This variable conditionally defines the HAS_GETNETBYNAME symbol, which
669         indicates to the C program that the getnetbyname() routine is available
670         to look up networks by their names.
671
672 d_getnent (d_getnent.U):
673         This variable conditionally defines HAS_GETNETENT if getnetent() is
674         available to look up network names in some data base or another.
675
676 d_getnetprotos (d_getnetprotos.U):
677         This variable conditionally defines the HAS_GETNET_PROTOS symbol,
678         which indicates to the C program that <netdb.h> supplies
679         prototypes for the various getnet*() functions.  
680         See also netdbtype.U for probing for various netdb types.
681
682 d_getpbyname (d_getprotby.U):
683         This variable conditionally defines the HAS_GETPROTOBYNAME 
684         symbol, which indicates to the C program that the 
685         getprotobyname() routine is available to look up protocols
686         by their name.
687
688 d_getpbynumber (d_getprotby.U):
689         This variable conditionally defines the HAS_GETPROTOBYNUMBER 
690         symbol, which indicates to the C program that the 
691         getprotobynumber() routine is available to look up protocols
692         by their number.
693
694 d_getpent (d_getpent.U):
695         This variable conditionally defines HAS_GETPROTOENT if getprotoent() is
696         available to look up protocols in some data base or another.
697
698 d_getpgid (d_getpgid.U):
699         This variable conditionally defines the HAS_GETPGID symbol, which
700         indicates to the C program that the getpgid(pid) function
701         is available to get the process group id.
702
703 d_getpgrp2 (d_getpgrp2.U):
704         This variable conditionally defines the HAS_GETPGRP2 symbol, which
705         indicates to the C program that the getpgrp2() (as in DG/UX) routine
706         is available to get the current process group.
707
708 d_getpgrp (d_getpgrp.U):
709         This variable conditionally defines HAS_GETPGRP if getpgrp() is
710         available to get the current process group.
711
712 d_getppid (d_getppid.U):
713         This variable conditionally defines the HAS_GETPPID symbol, which
714         indicates to the C program that the getppid() routine is available
715         to get the parent process ID.
716
717 d_getprior (d_getprior.U):
718         This variable conditionally defines HAS_GETPRIORITY if getpriority()
719         is available to get a process's priority.
720
721 d_getprotoprotos (d_getprotoprotos.U):
722         This variable conditionally defines the HAS_GETPROTO_PROTOS symbol,
723         which indicates to the C program that <netdb.h> supplies
724         prototypes for the various getproto*() functions.  
725         See also netdbtype.U for probing for various netdb types.
726
727 d_getpwent (d_getpwent.U):
728         This variable conditionally defines the HAS_GETPWENT symbol, which
729         indicates to the C program that the getpwent() routine is available
730         for sequential access of the passwd database.
731
732 d_getsbyname (d_getsrvby.U):
733         This variable conditionally defines the HAS_GETSERVBYNAME 
734         symbol, which indicates to the C program that the 
735         getservbyname() routine is available to look up services
736         by their name.
737
738 d_getsbyport (d_getsrvby.U):
739         This variable conditionally defines the HAS_GETSERVBYPORT 
740         symbol, which indicates to the C program that the 
741         getservbyport() routine is available to look up services
742         by their port.
743
744 d_getsent (d_getsent.U):
745         This variable conditionally defines HAS_GETSERVENT if getservent() is
746         available to look up network services in some data base or another.
747
748 d_getservprotos (d_getservprotos.U):
749         This variable conditionally defines the HAS_GETSERV_PROTOS symbol,
750         which indicates to the C program that <netdb.h> supplies
751         prototypes for the various getserv*() functions.  
752         See also netdbtype.U for probing for various netdb types.
753
754 d_getspent (d_getspent.U):
755         This variable conditionally defines HAS_GETSPENT if getspent() is
756         available to retrieve SysV shadow password entries sequentially.
757
758 d_getspnam (d_getspnam.U):
759         This variable conditionally defines HAS_GETSPNAM if getspnam() is
760         available to retrieve SysV shadow password entries by name.
761
762 d_gettimeod (d_ftime.U):
763         This variable conditionally defines the HAS_GETTIMEOFDAY symbol, which
764         indicates that the gettimeofday() system call exists (to obtain a
765         sub-second accuracy clock). You should probably include <sys/resource.h>.
766
767 d_gnulibc (d_gnulibc.U):
768         Defined if we're dealing with the GNU C Library.
769
770 d_grpasswd (i_grp.U):
771         This variable conditionally defines GRPASSWD, which indicates
772         that struct group in <grp.h> contains gr_passwd.
773
774 d_hasmntopt (d_hasmntopt.U):
775         This variable conditionally defines the HAS_HASMNTOPT symbol, which
776         indicates to the C program that the hasmntopt() routine is available
777         to query the mount options of file systems.
778
779 d_htonl (d_htonl.U):
780         This variable conditionally defines HAS_HTONL if htonl() and its
781         friends are available to do network order byte swapping.
782
783 d_index (d_strchr.U):
784         This variable conditionally defines HAS_INDEX if index() and
785         rindex() are available for string searching.
786
787 d_inetaton (d_inetaton.U):
788         This variable conditionally defines the HAS_INET_ATON symbol, which
789         indicates to the C program that the inet_aton() function is available
790         to parse IP address "dotted-quad" strings.
791
792 d_int64t (d_int64t.U):
793         This symbol will be defined if the C compiler supports int64_t.
794
795 d_isascii (d_isascii.U):
796         This variable conditionally defines the HAS_ISASCII constant,
797         which indicates to the C program that isascii() is available.
798
799 d_killpg (d_killpg.U):
800         This variable conditionally defines the HAS_KILLPG symbol, which
801         indicates to the C program that the killpg() routine is available
802         to kill process groups.
803
804 d_lchown (d_lchown.U):
805         This variable conditionally defines the HAS_LCHOWN symbol, which
806         indicates to the C program that the lchown() routine is available
807         to operate on a symbolic link (instead of following the link).
808
809 d_ldbl_dig (d_ldbl_dig.U):
810         This variable conditionally defines d_ldbl_dig if this system's
811         header files provide LDBL_DIG, which is the number of significant
812         digits in a long double precision number.
813
814 d_link (d_link.U):
815         This variable conditionally defines HAS_LINK if link() is
816         available to create hard links.
817
818 d_locconv (d_locconv.U):
819         This variable conditionally defines HAS_LOCALECONV if localeconv() is
820         available for numeric and monetary formatting conventions.
821
822 d_lockf (d_lockf.U):
823         This variable conditionally defines HAS_LOCKF if lockf() is
824         available to do file locking.
825
826 d_longdbl (d_longdbl.U):
827         This variable conditionally defines HAS_LONG_DOUBLE if 
828         the long double type is supported.
829
830 d_longlong (d_longlong.U):
831         This variable conditionally defines HAS_LONG_LONG if 
832         the long long type is supported.
833
834 d_lstat (d_lstat.U):
835         This variable conditionally defines HAS_LSTAT if lstat() is
836         available to do file stats on symbolic links.
837
838 d_mblen (d_mblen.U):
839         This variable conditionally defines the HAS_MBLEN symbol, which
840         indicates to the C program that the mblen() routine is available
841         to find the number of bytes in a multibye character.
842
843 d_mbstowcs (d_mbstowcs.U):
844         This variable conditionally defines the HAS_MBSTOWCS symbol, which
845         indicates to the C program that the mbstowcs() routine is available
846         to convert a multibyte string into a wide character string.
847
848 d_mbtowc (d_mbtowc.U):
849         This variable conditionally defines the HAS_MBTOWC symbol, which
850         indicates to the C program that the mbtowc() routine is available
851         to convert multibyte to a wide character.
852
853 d_memchr (d_memchr.U):
854         This variable conditionally defines the HAS_MEMCHR symbol, which
855         indicates to the C program that the memchr() routine is available
856         to locate characters within a C string.
857
858 d_memcmp (d_memcmp.U):
859         This variable conditionally defines the HAS_MEMCMP symbol, which
860         indicates to the C program that the memcmp() routine is available
861         to compare blocks of memory.
862
863 d_memcpy (d_memcpy.U):
864         This variable conditionally defines the HAS_MEMCPY symbol, which
865         indicates to the C program that the memcpy() routine is available
866         to copy blocks of memory.
867
868 d_memmove (d_memmove.U):
869         This variable conditionally defines the HAS_MEMMOVE symbol, which
870         indicates to the C program that the memmove() routine is available
871         to copy potentatially overlapping blocks of memory.
872
873 d_memset (d_memset.U):
874         This variable conditionally defines the HAS_MEMSET symbol, which
875         indicates to the C program that the memset() routine is available
876         to set blocks of memory.
877
878 d_mkdir (d_mkdir.U):
879         This variable conditionally defines the HAS_MKDIR symbol, which
880         indicates to the C program that the mkdir() routine is available
881         to create directories..
882
883 d_mkfifo (d_mkfifo.U):
884         This variable conditionally defines the HAS_MKFIFO symbol, which
885         indicates to the C program that the mkfifo() routine is available.
886
887 d_mktime (d_mktime.U):
888         This variable conditionally defines the HAS_MKTIME symbol, which
889         indicates to the C program that the mktime() routine is available.
890
891 d_msg (d_msg.U):
892         This variable conditionally defines the HAS_MSG symbol, which
893         indicates that the entire msg*(2) library is present.
894
895 d_msg_ctrunc (d_socket.U):
896         This variable conditionally defines the HAS_MSG_CTRUNC symbol,
897         which indicates that the MSG_CTRUNC is available.  #ifdef is
898         not enough because it may be an enum, glibc has been known to do this.
899
900 d_msg_dontroute (d_socket.U):
901         This variable conditionally defines the HAS_MSG_DONTROUTE symbol,
902         which indicates that the MSG_DONTROUTE is available.  #ifdef is
903         not enough because it may be an enum, glibc has been known to do this.
904
905 d_msg_oob (d_socket.U):
906         This variable conditionally defines the HAS_MSG_OOB symbol,
907         which indicates that the MSG_OOB is available.  #ifdef is
908         not enough because it may be an enum, glibc has been known to do this.
909
910 d_msg_peek (d_socket.U):
911         This variable conditionally defines the HAS_MSG_PEEK symbol,
912         which indicates that the MSG_PEEK is available.  #ifdef is
913         not enough because it may be an enum, glibc has been known to do this.
914
915 d_msg_proxy (d_socket.U):
916         This variable conditionally defines the HAS_MSG_PROXY symbol,
917         which indicates that the MSG_PROXY is available.  #ifdef is
918         not enough because it may be an enum, glibc has been known to do this.
919
920 d_msgctl (d_msgctl.U):
921         This variable conditionally defines the HAS_MSGCTL symbol, which
922         indicates to the C program that the msgctl() routine is available.
923
924 d_msgget (d_msgget.U):
925         This variable conditionally defines the HAS_MSGGET symbol, which
926         indicates to the C program that the msgget() routine is available.
927
928 d_msgrcv (d_msgrcv.U):
929         This variable conditionally defines the HAS_MSGRCV symbol, which
930         indicates to the C program that the msgrcv() routine is available.
931
932 d_msgsnd (d_msgsnd.U):
933         This variable conditionally defines the HAS_MSGSND symbol, which
934         indicates to the C program that the msgsnd() routine is available.
935
936 d_mymalloc (mallocsrc.U):
937         This variable conditionally defines MYMALLOC in case other parts
938         of the source want to take special action if MYMALLOC is used.
939         This may include different sorts of profiling or error detection.
940
941 d_nice (d_nice.U):
942         This variable conditionally defines the HAS_NICE symbol, which
943         indicates to the C program that the nice() routine is available.
944
945 d_nv_preserves_uv (perlxv.U):
946         This variable indicates whether a variable of type nvtype
947         can preserve all the bits a variable of type uvtype.
948
949 d_off64_t (io64.U):
950         This symbol will be defined if the C compiler supports off64_t.
951
952 d_old_pthread_create_joinable (d_pthrattrj.U):
953         This variable conditionally defines pthread_create_joinable.
954         undef if pthread.h defines PTHREAD_CREATE_JOINABLE.
955
956 d_oldpthreads (usethreads.U):
957         This variable conditionally defines the OLD_PTHREADS_API symbol,
958         and indicates that Perl should be built to use the old
959         draft POSIX threads API.  This is only potentially meaningful if
960         usethreads is set.
961
962 d_oldsock (d_socket.U):
963         This variable conditionally defines the OLDSOCKET symbol, which
964         indicates that the BSD socket interface is based on 4.1c and not 4.2.
965
966 d_open3 (d_open3.U):
967         This variable conditionally defines the HAS_OPEN3 manifest constant,
968         which indicates to the C program that the 3 argument version of
969         the open(2) function is available.
970
971 d_pathconf (d_pathconf.U):
972         This variable conditionally defines the HAS_PATHCONF symbol, which
973         indicates to the C program that the pathconf() routine is available
974         to determine file-system related limits and options associated
975         with a given filename.
976
977 d_pause (d_pause.U):
978         This variable conditionally defines the HAS_PAUSE symbol, which
979         indicates to the C program that the pause() routine is available
980         to suspend a process until a signal is received.
981
982 d_phostname (d_gethname.U):
983         This variable conditionally defines the HAS_PHOSTNAME symbol, which
984         contains the shell command which, when fed to popen(), may be
985         used to derive the host name.
986
987 d_pipe (d_pipe.U):
988         This variable conditionally defines the HAS_PIPE symbol, which
989         indicates to the C program that the pipe() routine is available
990         to create an inter-process channel.
991
992 d_poll (d_poll.U):
993         This variable conditionally defines the HAS_POLL symbol, which
994         indicates to the C program that the poll() routine is available
995         to poll active file descriptors.
996
997 d_portable (d_portable.U):
998         This variable conditionally defines the PORTABLE symbol, which
999         indicates to the C program that it should not assume that it is
1000         running on the machine it was compiled on.
1001
1002 d_PRId64 (quadfio.U):
1003         This variable conditionally defines the PERL_PRId64 symbol, which
1004         indiciates that stdio has a symbol to print 64-bit decimal numbers.
1005
1006 d_PRIeldbl (longdblfio.U):
1007         This variable conditionally defines the PERL_PRIfldlbl symbol, which
1008         indiciates that stdio has a symbol to print long doubles.
1009
1010 d_PRIEldbl (longdblfio.U):
1011         This variable conditionally defines the PERL_PRIfldlbl symbol, which
1012         indiciates that stdio has a symbol to print long doubles.
1013
1014 d_PRIfldbl (longdblfio.U):
1015         This variable conditionally defines the PERL_PRIfldlbl symbol, which
1016         indiciates that stdio has a symbol to print long doubles.
1017
1018 d_PRIFldbl (longdblfio.U):
1019         This variable conditionally defines the PERL_PRIfldlbl symbol, which
1020         indiciates that stdio has a symbol to print long doubles.
1021
1022 d_PRIgldbl (longdblfio.U):
1023         This variable conditionally defines the PERL_PRIfldlbl symbol, which
1024         indiciates that stdio has a symbol to print long doubles.
1025
1026 d_PRIGldbl (longdblfio.U):
1027         This variable conditionally defines the PERL_PRIfldlbl symbol, which
1028         indiciates that stdio has a symbol to print long doubles.
1029
1030 d_PRIi64 (quadfio.U):
1031         This variable conditionally defines the PERL_PRIi64 symbol, which
1032         indiciates that stdio has a symbol to print 64-bit decimal numbers.
1033
1034 d_PRIo64 (quadfio.U):
1035         This variable conditionally defines the PERL_PRIo64 symbol, which
1036         indiciates that stdio has a symbol to print 64-bit octal numbers.
1037
1038 d_PRIu64 (quadfio.U):
1039         This variable conditionally defines the PERL_PRIu64 symbol, which
1040         indiciates that stdio has a symbol to print 64-bit unsigned decimal
1041         numbers.
1042
1043 d_PRIx64 (quadfio.U):
1044         This variable conditionally defines the PERL_PRIx64 symbol, which
1045         indiciates that stdio has a symbol to print 64-bit hexadecimal numbers.
1046
1047 d_PRIX64 (quadfio.U):
1048         This variable conditionally defines the PERL_PRIX64 symbol, which
1049         indiciates that stdio has a symbol to print 64-bit hExADECimAl numbers.
1050
1051 d_pthread_yield (d_pthread_y.U):
1052         This variable conditionally defines the HAS_PTHREAD_YIELD
1053         symbol if the pthread_yield routine is available to yield
1054         the execution of the current thread.
1055
1056 d_pwage (i_pwd.U):
1057         This variable conditionally defines PWAGE, which indicates
1058         that struct passwd contains pw_age.
1059
1060 d_pwchange (i_pwd.U):
1061         This variable conditionally defines PWCHANGE, which indicates
1062         that struct passwd contains pw_change.
1063
1064 d_pwclass (i_pwd.U):
1065         This variable conditionally defines PWCLASS, which indicates
1066         that struct passwd contains pw_class.
1067
1068 d_pwcomment (i_pwd.U):
1069         This variable conditionally defines PWCOMMENT, which indicates
1070         that struct passwd contains pw_comment.
1071
1072 d_pwexpire (i_pwd.U):
1073         This variable conditionally defines PWEXPIRE, which indicates
1074         that struct passwd contains pw_expire.
1075
1076 d_pwgecos (i_pwd.U):
1077         This variable conditionally defines PWGECOS, which indicates
1078         that struct passwd contains pw_gecos.
1079
1080 d_pwpasswd (i_pwd.U):
1081         This variable conditionally defines PWPASSWD, which indicates
1082         that struct passwd contains pw_passwd.
1083
1084 d_pwquota (i_pwd.U):
1085         This variable conditionally defines PWQUOTA, which indicates
1086         that struct passwd contains pw_quota.
1087
1088 d_quad (quadtype.U):
1089         This variable, if defined, tells that there's a 64-bit integer type,
1090         quadtype.
1091
1092 d_readdir (d_readdir.U):
1093         This variable conditionally defines HAS_READDIR if readdir() is
1094         available to read directory entries.
1095
1096 d_readlink (d_readlink.U):
1097         This variable conditionally defines the HAS_READLINK symbol, which
1098         indicates to the C program that the readlink() routine is available
1099         to read the value of a symbolic link.
1100
1101 d_rename (d_rename.U):
1102         This variable conditionally defines the HAS_RENAME symbol, which
1103         indicates to the C program that the rename() routine is available
1104         to rename files.
1105
1106 d_rewinddir (d_readdir.U):
1107         This variable conditionally defines HAS_REWINDDIR if rewinddir() is
1108         available.
1109
1110 d_rmdir (d_rmdir.U):
1111         This variable conditionally defines HAS_RMDIR if rmdir() is
1112         available to remove directories.
1113
1114 d_safebcpy (d_safebcpy.U):
1115         This variable conditionally defines the HAS_SAFE_BCOPY symbol if
1116         the bcopy() routine can do overlapping copies.
1117
1118 d_safemcpy (d_safemcpy.U):
1119         This variable conditionally defines the HAS_SAFE_MEMCPY symbol if
1120         the memcpy() routine can do overlapping copies.
1121
1122 d_sanemcmp (d_sanemcmp.U):
1123         This variable conditionally defines the HAS_SANE_MEMCMP symbol if
1124         the memcpy() routine is available and can be used to compare relative
1125         magnitudes of chars with their high bits set.
1126
1127 d_sched_yield (d_pthread_y.U):
1128         This variable conditionally defines the HAS_SCHED_YIELD
1129         symbol if the sched_yield routine is available to yield
1130         the execution of the current thread.
1131
1132 d_scm_rights (d_socket.U):
1133         This variable conditionally defines the HAS_SCM_RIGHTS symbol,
1134         which indicates that the SCM_RIGHTS is available.  #ifdef is
1135         not enough because it may be an enum, glibc has been known to do this.
1136
1137 d_seekdir (d_readdir.U):
1138         This variable conditionally defines HAS_SEEKDIR if seekdir() is
1139         available.
1140
1141 d_select (d_select.U):
1142         This variable conditionally defines HAS_SELECT if select() is
1143         available to select active file descriptors. A <sys/time.h>
1144         inclusion may be necessary for the timeout field.
1145
1146 d_sem (d_sem.U):
1147         This variable conditionally defines the HAS_SEM symbol, which
1148         indicates that the entire sem*(2) library is present.
1149
1150 d_semctl (d_semctl.U):
1151         This variable conditionally defines the HAS_SEMCTL symbol, which
1152         indicates to the C program that the semctl() routine is available.
1153
1154 d_semctl_semid_ds (d_union_semun.U):
1155         This variable conditionally defines USE_SEMCTL_SEMID_DS, which
1156         indicates that struct semid_ds * is to be used for semctl IPC_STAT.
1157
1158 d_semctl_semun (d_union_semun.U):
1159         This variable conditionally defines USE_SEMCTL_SEMUN, which
1160         indicates that union semun is to be used for semctl IPC_STAT.
1161
1162 d_semget (d_semget.U):
1163         This variable conditionally defines the HAS_SEMGET symbol, which
1164         indicates to the C program that the semget() routine is available.
1165
1166 d_semop (d_semop.U):
1167         This variable conditionally defines the HAS_SEMOP symbol, which
1168         indicates to the C program that the semop() routine is available.
1169
1170 d_setegid (d_setegid.U):
1171         This variable conditionally defines the HAS_SETEGID symbol, which
1172         indicates to the C program that the setegid() routine is available
1173         to change the effective gid of the current program.
1174
1175 d_seteuid (d_seteuid.U):
1176         This variable conditionally defines the HAS_SETEUID symbol, which
1177         indicates to the C program that the seteuid() routine is available
1178         to change the effective uid of the current program.
1179
1180 d_setgrent (d_setgrent.U):
1181         This variable conditionally defines the HAS_SETGRENT symbol, which
1182         indicates to the C program that the setgrent() routine is available
1183         for initializing sequential access to the group database.
1184
1185 d_setgrps (d_setgrps.U):
1186         This variable conditionally defines the HAS_SETGROUPS symbol, which
1187         indicates to the C program that the setgroups() routine is available
1188         to set the list of process groups.
1189
1190 d_sethent (d_sethent.U):
1191         This variable conditionally defines HAS_SETHOSTENT if sethostent() is
1192         available.
1193
1194 d_setlinebuf (d_setlnbuf.U):
1195         This variable conditionally defines the HAS_SETLINEBUF symbol, which
1196         indicates to the C program that the setlinebuf() routine is available
1197         to change stderr or stdout from block-buffered or unbuffered to a
1198         line-buffered mode.
1199
1200 d_setlocale (d_setlocale.U):
1201         This variable conditionally defines HAS_SETLOCALE if setlocale() is
1202         available to handle locale-specific ctype implementations.
1203
1204 d_setnent (d_setnent.U):
1205         This variable conditionally defines HAS_SETNETENT if setnetent() is
1206         available.
1207
1208 d_setpent (d_setpent.U):
1209         This variable conditionally defines HAS_SETPROTOENT if setprotoent() is
1210         available.
1211
1212 d_setpgid (d_setpgid.U):
1213         This variable conditionally defines the HAS_SETPGID symbol if the
1214         setpgid(pid, gpid) function is available to set process group ID.
1215
1216 d_setpgrp2 (d_setpgrp2.U):
1217         This variable conditionally defines the HAS_SETPGRP2 symbol, which
1218         indicates to the C program that the setpgrp2() (as in DG/UX) routine
1219         is available to set the current process group.
1220
1221 d_setpgrp (d_setpgrp.U):
1222         This variable conditionally defines HAS_SETPGRP if setpgrp() is
1223         available to set the current process group.
1224
1225 d_setprior (d_setprior.U):
1226         This variable conditionally defines HAS_SETPRIORITY if setpriority()
1227         is available to set a process's priority.
1228
1229 d_setpwent (d_setpwent.U):
1230         This variable conditionally defines the HAS_SETPWENT symbol, which
1231         indicates to the C program that the setpwent() routine is available
1232         for initializing sequential access to the passwd database.
1233
1234 d_setregid (d_setregid.U):
1235         This variable conditionally defines HAS_SETREGID if setregid() is
1236         available to change the real and effective gid of the current
1237         process.
1238
1239 d_setresgid (d_setregid.U):
1240         This variable conditionally defines HAS_SETRESGID if setresgid() is
1241         available to change the real, effective and saved gid of the current
1242         process.
1243
1244 d_setresuid (d_setreuid.U):
1245         This variable conditionally defines HAS_SETREUID if setresuid() is
1246         available to change the real, effective and saved uid of the current
1247         process.
1248
1249 d_setreuid (d_setreuid.U):
1250         This variable conditionally defines HAS_SETREUID if setreuid() is
1251         available to change the real and effective uid of the current
1252         process.
1253
1254 d_setrgid (d_setrgid.U):
1255         This variable conditionally defines the HAS_SETRGID symbol, which
1256         indicates to the C program that the setrgid() routine is available
1257         to change the real gid of the current program.
1258
1259 d_setruid (d_setruid.U):
1260         This variable conditionally defines the HAS_SETRUID symbol, which
1261         indicates to the C program that the setruid() routine is available
1262         to change the real uid of the current program.
1263
1264 d_setsent (d_setsent.U):
1265         This variable conditionally defines HAS_SETSERVENT if setservent() is
1266         available.
1267
1268 d_setsid (d_setsid.U):
1269         This variable conditionally defines HAS_SETSID if setsid() is
1270         available to set the process group ID.
1271
1272 d_setspent (d_setspent.U):
1273         This variable conditionally defines HAS_SETSPENT if setspent() is
1274         available to initialize the scan of SysV shadow password entries.
1275
1276 d_setvbuf (d_setvbuf.U):
1277         This variable conditionally defines the HAS_SETVBUF symbol, which
1278         indicates to the C program that the setvbuf() routine is available
1279         to change buffering on an open stdio stream.
1280
1281 d_sfio (d_sfio.U):
1282         This variable conditionally defines the USE_SFIO symbol,
1283         and indicates whether sfio is available (and should be used).
1284
1285 d_shm (d_shm.U):
1286         This variable conditionally defines the HAS_SHM symbol, which
1287         indicates that the entire shm*(2) library is present.
1288
1289 d_shmat (d_shmat.U):
1290         This variable conditionally defines the HAS_SHMAT symbol, which
1291         indicates to the C program that the shmat() routine is available.
1292
1293 d_shmatprototype (d_shmat.U):
1294         This variable conditionally defines the HAS_SHMAT_PROTOTYPE 
1295         symbol, which indicates that sys/shm.h has a prototype for
1296         shmat.
1297
1298 d_shmctl (d_shmctl.U):
1299         This variable conditionally defines the HAS_SHMCTL symbol, which
1300         indicates to the C program that the shmctl() routine is available.
1301
1302 d_shmdt (d_shmdt.U):
1303         This variable conditionally defines the HAS_SHMDT symbol, which
1304         indicates to the C program that the shmdt() routine is available.
1305
1306 d_shmget (d_shmget.U):
1307         This variable conditionally defines the HAS_SHMGET symbol, which
1308         indicates to the C program that the shmget() routine is available.
1309
1310 d_sigaction (d_sigaction.U):
1311         This variable conditionally defines the HAS_SIGACTION symbol, which
1312         indicates that the Vr4 sigaction() routine is available.
1313
1314 d_sigsetjmp (d_sigsetjmp.U):
1315         This variable conditionally defines the HAS_SIGSETJMP symbol,
1316         which indicates that the sigsetjmp() routine is available to
1317         call setjmp() and optionally save the process's signal mask.
1318
1319 d_socket (d_socket.U):
1320         This variable conditionally defines HAS_SOCKET, which indicates
1321         that the BSD socket interface is supported.
1322
1323 d_sockpair (d_socket.U):
1324         This variable conditionally defines the HAS_SOCKETPAIR symbol, which
1325         indicates that the BSD socketpair() is supported.
1326
1327 d_sqrtl (d_sqrtl.U):
1328         This variable conditionally defines the HAS_SQRTL symbol, which
1329         indicates to the C program that the sqrtl() routine is available.
1330
1331 d_statblks (d_statblks.U):
1332         This variable conditionally defines USE_STAT_BLOCKS
1333         if this system has a stat structure declaring
1334         st_blksize and st_blocks.
1335
1336 d_statfs_f_flags (d_statfs_f_flags.U):
1337         This variable conditionally defines the HAS_STRUCT_STATFS_F_FLAGS
1338         symbol, which indicates to struct statfs from has f_flags member.
1339         This kind of struct statfs is coming from sys/mount.h (BSD),
1340         not from sys/statfs.h (SYSV).
1341
1342 d_statfs_s (d_statfs_s.U):
1343         This variable conditionally defines the HAS_STRUCT_STATFS symbol,
1344         which indicates that the struct statfs is supported.
1345
1346 d_statvfs (d_statvfs.U):
1347         This variable conditionally defines the HAS_STATVFS symbol, which
1348         indicates to the C program that the statvfs() routine is available.
1349
1350 d_stdio_cnt_lval (d_stdstdio.U):
1351         This variable conditionally defines STDIO_CNT_LVALUE if the
1352         FILE_cnt macro can be used as an lvalue.
1353
1354 d_stdio_ptr_lval (d_stdstdio.U):
1355         This variable conditionally defines STDIO_PTR_LVALUE if the
1356         FILE_ptr macro can be used as an lvalue.
1357
1358 d_stdio_stream_array (stdio_streams.U):
1359         This variable tells whether there is an array holding
1360         the stdio streams.
1361
1362 d_stdiobase (d_stdstdio.U):
1363         This variable conditionally defines USE_STDIO_BASE if this system
1364         has a FILE structure declaring a usable _base field (or equivalent)
1365         in stdio.h.
1366
1367 d_stdstdio (d_stdstdio.U):
1368         This variable conditionally defines USE_STDIO_PTR if this system
1369         has a FILE structure declaring usable _ptr and _cnt fields (or
1370         equivalent) in stdio.h.
1371
1372 d_strchr (d_strchr.U):
1373         This variable conditionally defines HAS_STRCHR if strchr() and
1374         strrchr() are available for string searching.
1375
1376 d_strcoll (d_strcoll.U):
1377         This variable conditionally defines HAS_STRCOLL if strcoll() is
1378         available to compare strings using collating information.
1379
1380 d_strctcpy (d_strctcpy.U):
1381         This variable conditionally defines the USE_STRUCT_COPY symbol, which
1382         indicates to the C program that this C compiler knows how to copy
1383         structures.
1384
1385 d_strerrm (d_strerror.U):
1386         This variable holds what Strerrr is defined as to translate an error
1387         code condition into an error message string. It could be 'strerror'
1388         or a more complex macro emulating strrror with sys_errlist[], or the
1389         "unknown" string when both strerror and sys_errlist are missing.
1390
1391 d_strerror (d_strerror.U):
1392         This variable conditionally defines HAS_STRERROR if strerror() is
1393         available to translate error numbers to strings.
1394
1395 d_strtod (d_strtod.U):
1396         This variable conditionally defines the HAS_STRTOD symbol, which
1397         indicates to the C program that the strtod() routine is available
1398         to provide better numeric string conversion than atof().
1399
1400 d_strtol (d_strtol.U):
1401         This variable conditionally defines the HAS_STRTOL symbol, which
1402         indicates to the C program that the strtol() routine is available
1403         to provide better numeric string conversion than atoi() and friends.
1404
1405 d_strtold (d_strtold.U):
1406         This variable conditionally defines the HAS_STRTOLD symbol, which
1407         indicates to the C program that the strtold() routine is available.
1408
1409 d_strtoll (d_strtoll.U):
1410         This variable conditionally defines the HAS_STRTOLL symbol, which
1411         indicates to the C program that the strtoll() routine is available.
1412
1413 d_strtoul (d_strtoul.U):
1414         This variable conditionally defines the HAS_STRTOUL symbol, which
1415         indicates to the C program that the strtoul() routine is available
1416         to provide conversion of strings to unsigned long.
1417
1418 d_strtoull (d_strtoull.U):
1419         This variable conditionally defines the HAS_STRTOULL symbol, which
1420         indicates to the C program that the strtoull() routine is available.
1421
1422 d_strtouq (d_strtouq.U):
1423         This variable conditionally defines the HAS_STRTOUQ symbol, which
1424         indicates to the C program that the strtouq() routine is available.
1425
1426 d_strxfrm (d_strxfrm.U):
1427         This variable conditionally defines HAS_STRXFRM if strxfrm() is
1428         available to transform strings.
1429
1430 d_suidsafe (d_dosuid.U):
1431         This variable conditionally defines SETUID_SCRIPTS_ARE_SECURE_NOW
1432         if setuid scripts can be secure.  This test looks in /dev/fd/.
1433
1434 d_symlink (d_symlink.U):
1435         This variable conditionally defines the HAS_SYMLINK symbol, which
1436         indicates to the C program that the symlink() routine is available
1437         to create symbolic links.
1438
1439 d_syscall (d_syscall.U):
1440         This variable conditionally defines HAS_SYSCALL if syscall() is
1441         available call arbitrary system calls.
1442
1443 d_sysconf (d_sysconf.U):
1444         This variable conditionally defines the HAS_SYSCONF symbol, which
1445         indicates to the C program that the sysconf() routine is available
1446         to determine system related limits and options.
1447
1448 d_sysernlst (d_strerror.U):
1449         This variable conditionally defines HAS_SYS_ERRNOLIST if sys_errnolist[]
1450         is available to translate error numbers to the symbolic name.
1451
1452 d_syserrlst (d_strerror.U):
1453         This variable conditionally defines HAS_SYS_ERRLIST if sys_errlist[] is
1454         available to translate error numbers to strings.
1455
1456 d_system (d_system.U):
1457         This variable conditionally defines HAS_SYSTEM if system() is
1458         available to issue a shell command.
1459
1460 d_tcgetpgrp (d_tcgtpgrp.U):
1461         This variable conditionally defines the HAS_TCGETPGRP symbol, which
1462         indicates to the C program that the tcgetpgrp() routine is available.
1463         to get foreground process group ID.
1464
1465 d_tcsetpgrp (d_tcstpgrp.U):
1466         This variable conditionally defines the HAS_TCSETPGRP symbol, which
1467         indicates to the C program that the tcsetpgrp() routine is available
1468         to set foreground process group ID.
1469
1470 d_telldir (d_readdir.U):
1471         This variable conditionally defines HAS_TELLDIR if telldir() is
1472         available.
1473
1474 d_telldirproto (d_telldirproto.U):
1475         This variable conditionally defines the HAS_TELLDIR_PROTO symbol,
1476         which indicates to the C program that the system provides
1477         a prototype for the telldir() function.  Otherwise, it is
1478         up to the program to supply one.
1479
1480 d_time (d_time.U):
1481         This variable conditionally defines the HAS_TIME symbol, which indicates
1482         that the time() routine exists.  The time() routine is normaly
1483         provided on UNIX systems.
1484
1485 d_times (d_times.U):
1486         This variable conditionally defines the HAS_TIMES symbol, which indicates
1487         that the times() routine exists.  The times() routine is normaly
1488         provided on UNIX systems. You may have to include <sys/times.h>.
1489
1490 d_truncate (d_truncate.U):
1491         This variable conditionally defines HAS_TRUNCATE if truncate() is
1492         available to truncate files.
1493
1494 d_tzname (d_tzname.U):
1495         This variable conditionally defines HAS_TZNAME if tzname[] is
1496         available to access timezone names.
1497
1498 d_umask (d_umask.U):
1499         This variable conditionally defines the HAS_UMASK symbol, which
1500         indicates to the C program that the umask() routine is available.
1501         to set and get the value of the file creation mask.
1502
1503 d_uname (d_gethname.U):
1504         This variable conditionally defines the HAS_UNAME symbol, which
1505         indicates to the C program that the uname() routine may be
1506         used to derive the host name.
1507
1508 d_union_semun (d_union_semun.U):
1509         This variable conditionally defines HAS_UNION_SEMUN if the
1510         union semun is defined by including <sys/sem.h>.
1511
1512 d_ustat (d_ustat.U):
1513         This variable conditionally defines HAS_USTAT if ustat() is
1514         available to query file system statistics by dev_t.
1515
1516 d_vendorbin (vendorbin.U):
1517         This variable conditionally defines PERL_VENDORBIN.
1518
1519 d_vendorlib (vendorlib.U):
1520         This variable conditionally defines PERL_VENDORLIB.
1521
1522 d_vfork (d_vfork.U):
1523         This variable conditionally defines the HAS_VFORK symbol, which
1524         indicates the vfork() routine is available.
1525
1526 d_void_closedir (d_closedir.U):
1527         This variable conditionally defines VOID_CLOSEDIR if closedir()
1528         does not return a value.
1529
1530 d_voidsig (d_voidsig.U):
1531         This variable conditionally defines VOIDSIG if this system
1532         declares "void (*signal(...))()" in signal.h.  The old way was to
1533         declare it as "int (*signal(...))()".
1534
1535 d_voidtty (i_sysioctl.U):
1536         This variable conditionally defines USE_IOCNOTTY to indicate that the
1537         ioctl() call with TIOCNOTTY should be used to void tty association.
1538         Otherwise (on USG probably), it is enough to close the standard file
1539         decriptors and do a setpgrp().
1540
1541 d_volatile (d_volatile.U):
1542         This variable conditionally defines the HASVOLATILE symbol, which
1543         indicates to the C program that this C compiler knows about the
1544         volatile declaration.
1545
1546 d_vprintf (d_vprintf.U):
1547         This variable conditionally defines the HAS_VPRINTF symbol, which
1548         indicates to the C program that the vprintf() routine is available
1549         to printf with a pointer to an argument list.
1550
1551 d_wait4 (d_wait4.U):
1552         This variable conditionally defines the HAS_WAIT4 symbol, which
1553         indicates the wait4() routine is available.
1554
1555 d_waitpid (d_waitpid.U):
1556         This variable conditionally defines HAS_WAITPID if waitpid() is
1557         available to wait for child process.
1558
1559 d_wcstombs (d_wcstombs.U):
1560         This variable conditionally defines the HAS_WCSTOMBS symbol, which
1561         indicates to the C program that the wcstombs() routine is available
1562         to convert wide character strings to multibyte strings.
1563
1564 d_wctomb (d_wctomb.U):
1565         This variable conditionally defines the HAS_WCTOMB symbol, which
1566         indicates to the C program that the wctomb() routine is available
1567         to convert a wide character to a multibyte.
1568
1569 d_xenix (Guess.U):
1570         This variable conditionally defines the symbol XENIX, which alerts
1571         the C program that it runs under Xenix.
1572
1573 date (Loc.U):
1574         This variable is used internally by Configure to determine the
1575         full pathname (if any) of the date program.  After Configure runs,
1576         the value is reset to a plain "date" and is not useful.
1577
1578 db_hashtype (i_db.U):
1579         This variable contains the type of the hash structure element
1580         in the <db.h> header file.  In older versions of DB, it was
1581         int, while in newer ones it is u_int32_t.
1582
1583 db_prefixtype (i_db.U):
1584         This variable contains the type of the prefix structure element
1585         in the <db.h> header file.  In older versions of DB, it was
1586         int, while in newer ones it is size_t.
1587
1588 defvoidused (voidflags.U):
1589         This variable contains the default value of the VOIDUSED symbol (15).
1590
1591 direntrytype (i_dirent.U):
1592         This symbol is set to 'struct direct' or 'struct dirent' depending on
1593         whether dirent is available or not. You should use this pseudo type to
1594         portably declare your directory entries.
1595
1596 dlext (dlext.U):
1597         This variable contains the extension that is to be used for the
1598         dynamically loaded modules that perl generaties.
1599
1600 dlsrc (dlsrc.U):
1601         This variable contains the name of the dynamic loading file that
1602         will be used with the package.
1603
1604 doublesize (doublesize.U):
1605         This variable contains the value of the DOUBLESIZE symbol, which
1606         indicates to the C program how many bytes there are in a double.
1607
1608 drand01 (randfunc.U):
1609         Indicates the macro to be used to generate normalized
1610         random numbers.  Uses randfunc, often divided by
1611         (double) (((unsigned long) 1 << randbits)) in order to
1612         normalize the result.
1613         In C programs, the macro 'Drand01' is mapped to drand01.
1614
1615 dynamic_ext (Extensions.U):
1616         This variable holds a list of XS extension files we want to
1617         link dynamically into the package.  It is used by Makefile.
1618
1619 eagain (nblock_io.U):
1620         This variable bears the symbolic errno code set by read() when no
1621         data is present on the file and non-blocking I/O was enabled (otherwise,
1622         read() blocks naturally).
1623
1624 ebcdic (ebcdic.U):
1625         This variable conditionally defines EBCDIC if this
1626         system uses EBCDIC encoding.  Among other things, this
1627         means that the character ranges are not contiguous.
1628         See trnl.U
1629
1630 echo (Loc.U):
1631         This variable is used internally by Configure to determine the
1632         full pathname (if any) of the echo program.  After Configure runs,
1633         the value is reset to a plain "echo" and is not useful.
1634
1635 egrep (Loc.U):
1636         This variable is used internally by Configure to determine the
1637         full pathname (if any) of the egrep program.  After Configure runs,
1638         the value is reset to a plain "egrep" and is not useful.
1639
1640 emacs (Loc.U):
1641         This variable is defined but not used by Configure.
1642         The value is a plain '' and is not useful.
1643
1644 eunicefix (Init.U):
1645         When running under Eunice this variable contains a command which will
1646         convert a shell script to the proper form of text file for it to be
1647         executable by the shell.  On other systems it is a no-op.
1648
1649 exe_ext (Unix.U):
1650         This is an old synonym for _exe.
1651
1652 expr (Loc.U):
1653         This variable is used internally by Configure to determine the
1654         full pathname (if any) of the expr program.  After Configure runs,
1655         the value is reset to a plain "expr" and is not useful.
1656
1657 extensions (Extensions.U):
1658         This variable holds a list of all extension files (both XS and
1659         non-xs linked into the package.  It is propagated to Config.pm
1660         and is typically used to test whether a particular extesion 
1661         is available.
1662
1663 fflushall (fflushall.U):
1664         This symbol, if defined, tells that to flush
1665         all pending stdio output one must loop through all
1666         the stdio file handles stored in an array and fflush them.
1667         Note that if fflushNULL is defined, fflushall will not
1668         even be probed for and will be left undefined.
1669
1670 fflushNULL (fflushall.U):
1671         This symbol, if defined, tells that fflush(NULL) does flush
1672         all pending stdio output.
1673
1674 find (Loc.U):
1675         This variable is defined but not used by Configure.
1676         The value is a plain '' and is not useful.
1677
1678 firstmakefile (Unix.U):
1679         This variable defines the first file searched by make.  On unix,
1680         it is makefile (then Makefile).  On case-insensitive systems,
1681         it might be something else.  This is only used to deal with
1682         convoluted make depend tricks.
1683
1684 flex (Loc.U):
1685         This variable is defined but not used by Configure.
1686         The value is a plain '' and is not useful.
1687
1688 fpossize (fpossize.U):
1689         This variable contains the size of a fpostype in bytes.
1690
1691 fpostype (fpostype.U):
1692         This variable defines Fpos_t to be something like fpos_t, long, 
1693         uint, or whatever type is used to declare file positions in libc.
1694
1695 freetype (mallocsrc.U):
1696         This variable contains the return type of free().  It is usually
1697         void, but occasionally int.
1698
1699 full_ar (Loc_ar.U):
1700         This variable contains the full pathname to 'ar', whether or
1701         not the user has specified 'portability'.  This is only used
1702         in the Makefile.SH.
1703
1704 full_csh (d_csh.U):
1705         This variable contains the full pathname to 'csh', whether or
1706         not the user has specified 'portability'.  This is only used
1707         in the compiled C program, and we assume that all systems which
1708         can share this executable will have the same full pathname to
1709         'csh.'
1710
1711 full_sed (Loc_sed.U):
1712         This variable contains the full pathname to 'sed', whether or
1713         not the user has specified 'portability'.  This is only used
1714         in the compiled C program, and we assume that all systems which
1715         can share this executable will have the same full pathname to
1716         'sed.'
1717
1718 gccversion (cc.U):
1719         If GNU cc (gcc) is used, this variable holds '1' or '2' to 
1720         indicate whether the compiler is version 1 or 2.  This is used in
1721         setting some of the default cflags.  It is set to '' if not gcc.
1722
1723 gidformat (gidf.U):
1724         This variable contains the format string used for printing a Gid_t.
1725
1726 gidsign (gidsign.U):
1727         This variable contains the signedness of a gidtype.
1728         1 for unsigned, -1 for signed.
1729
1730 gidsize (gidsize.U):
1731         This variable contains the size of a gidtype in bytes.
1732
1733 gidtype (gidtype.U):
1734         This variable defines Gid_t to be something like gid_t, int,
1735         ushort, or whatever type is used to declare the return type
1736         of getgid().  Typically, it is the type of group ids in the kernel.
1737
1738 glibpth (libpth.U):
1739         This variable holds the general path (space-separated) used to
1740         find libraries.  It may contain directories that do not exist on
1741         this platform, libpth is the cleaned-up version.
1742
1743 grep (Loc.U):
1744         This variable is used internally by Configure to determine the
1745         full pathname (if any) of the grep program.  After Configure runs,
1746         the value is reset to a plain "grep" and is not useful.
1747
1748 groupcat (nis.U):
1749         This variable contains a command that produces the text of the
1750         /etc/group file.  This is normally "cat /etc/group", but can be
1751         "ypcat group" when NIS is used.
1752         On some systems, such as os390, there may be no equivalent
1753         command, in which case this variable is unset.
1754
1755 groupstype (groupstype.U):
1756         This variable defines Groups_t to be something like gid_t, int, 
1757         ushort, or whatever type is used for the second argument to
1758         getgroups() and setgroups().  Usually, this is the same as
1759         gidtype (gid_t), but sometimes it isn't.
1760
1761 gzip (Loc.U):
1762         This variable is used internally by Configure to determine the
1763         full pathname (if any) of the gzip program.  After Configure runs,
1764         the value is reset to a plain "gzip" and is not useful.
1765
1766 h_fcntl (h_fcntl.U):
1767         This is variable gets set in various places to tell i_fcntl that
1768         <fcntl.h> should be included.
1769
1770 h_sysfile (h_sysfile.U):
1771         This is variable gets set in various places to tell i_sys_file that
1772         <sys/file.h> should be included.
1773
1774 hint (Oldconfig.U):
1775         Gives the type of hints used for previous answers. May be one of
1776         "default", "recommended" or "previous".
1777
1778 hostcat (nis.U):
1779         This variable contains a command that produces the text of the
1780         /etc/hosts file.  This is normally "cat /etc/hosts", but can be
1781         "ypcat hosts" when NIS is used.
1782         On some systems, such as os390, there may be no equivalent
1783         command, in which case this variable is unset.
1784
1785 huge (models.U):
1786         This variable contains a flag which will tell the C compiler and loader
1787         to produce a program running with a huge memory model.  If the
1788         huge model is not supported, contains the flag to produce large
1789         model programs.  It is up to the Makefile to use this.
1790
1791 i16size (perlxv.U):
1792         This variable is the size of an I16 in bytes.
1793
1794 i16type (perlxv.U):
1795         This variable contains the C type used for Perl's I16.
1796
1797 i32size (perlxv.U):
1798         This variable is the size of an I32 in bytes.
1799
1800 i32type (perlxv.U):
1801         This variable contains the C type used for Perl's I32.
1802
1803 i64size (perlxv.U):
1804         This variable is the size of an I64 in bytes.
1805
1806 i64type (perlxv.U):
1807         This variable contains the C type used for Perl's I64.
1808
1809 i8size (perlxv.U):
1810         This variable is the size of an I8 in bytes.
1811
1812 i8type (perlxv.U):
1813         This variable contains the C type used for Perl's I8.
1814
1815 i_arpainet (i_arpainet.U):
1816         This variable conditionally defines the I_ARPA_INET symbol,
1817         and indicates whether a C program should include <arpa/inet.h>.
1818
1819 i_bsdioctl (i_sysioctl.U):
1820         This variable conditionally defines the I_SYS_BSDIOCTL symbol, which
1821         indicates to the C program that <sys/bsdioctl.h> exists and should
1822         be included.
1823
1824 i_db (i_db.U):
1825         This variable conditionally defines the I_DB symbol, and indicates
1826         whether a C program may include Berkeley's DB include file <db.h>.
1827
1828 i_dbm (i_dbm.U):
1829         This variable conditionally defines the I_DBM symbol, which
1830         indicates to the C program that <dbm.h> exists and should
1831         be included.
1832
1833 i_dirent (i_dirent.U):
1834         This variable conditionally defines I_DIRENT, which indicates
1835         to the C program that it should include <dirent.h>.
1836
1837 i_dld (i_dld.U):
1838         This variable conditionally defines the I_DLD symbol, which
1839         indicates to the C program that <dld.h> (GNU dynamic loading)
1840         exists and should be included.
1841
1842 i_dlfcn (i_dlfcn.U):
1843         This variable conditionally defines the I_DLFCN symbol, which
1844         indicates to the C program that <dlfcn.h> exists and should
1845         be included.
1846
1847 i_fcntl (i_fcntl.U):
1848         This variable controls the value of I_FCNTL (which tells
1849         the C program to include <fcntl.h>).
1850
1851 i_float (i_float.U):
1852         This variable conditionally defines the I_FLOAT symbol, and indicates
1853         whether a C program may include <float.h> to get symbols like DBL_MAX
1854         or DBL_MIN, i.e. machine dependent floating point values.
1855
1856 i_gdbm (i_gdbm.U):
1857         This variable conditionally defines the I_GDBM symbol, which
1858         indicates to the C program that <gdbm.h> exists and should
1859         be included.
1860
1861 i_grp (i_grp.U):
1862         This variable conditionally defines the I_GRP symbol, and indicates
1863         whether a C program should include <grp.h>.
1864
1865 i_inttypes (i_inttypes.U):
1866         This variable conditionally defines the I_INTTYPES symbol,
1867         and indicates whether a C program should include <inttypes.h>.
1868
1869 i_limits (i_limits.U):
1870         This variable conditionally defines the I_LIMITS symbol, and indicates
1871         whether a C program may include <limits.h> to get symbols like WORD_BIT
1872         and friends.
1873
1874 i_locale (i_locale.U):
1875         This variable conditionally defines the I_LOCALE symbol,
1876         and indicates whether a C program should include <locale.h>.
1877
1878 i_machcthr (i_machcthr.U):
1879         This variable conditionally defines the I_MACH_CTHREADS symbol,
1880         and indicates whether a C program should include <mach/cthreads.h>.
1881
1882 i_malloc (i_malloc.U):
1883         This variable conditionally defines the I_MALLOC symbol, and indicates
1884         whether a C program should include <malloc.h>.
1885
1886 i_math (i_math.U):
1887         This variable conditionally defines the I_MATH symbol, and indicates
1888         whether a C program may include <math.h>.
1889
1890 i_memory (i_memory.U):
1891         This variable conditionally defines the I_MEMORY symbol, and indicates
1892         whether a C program should include <memory.h>.
1893
1894 i_mntent (i_mntent.U):
1895         This variable conditionally defines the I_MNTENT symbol, and indicates
1896         whether a C program should include <mntent.h>.
1897
1898 i_ndbm (i_ndbm.U):
1899         This variable conditionally defines the I_NDBM symbol, which
1900         indicates to the C program that <ndbm.h> exists and should
1901         be included.
1902
1903 i_netdb (i_netdb.U):
1904         This variable conditionally defines the I_NETDB symbol, and indicates
1905         whether a C program should include <netdb.h>.
1906
1907 i_neterrno (i_neterrno.U):
1908         This variable conditionally defines the I_NET_ERRNO symbol, which
1909         indicates to the C program that <net/errno.h> exists and should
1910         be included.
1911
1912 i_netinettcp (i_netinettcp.U):
1913         This variable conditionally defines the I_NETINET_TCP symbol,
1914         and indicates whether a C program should include <netinet/tcp.h>.
1915
1916 i_niin (i_niin.U):
1917         This variable conditionally defines I_NETINET_IN, which indicates
1918         to the C program that it should include <netinet/in.h>. Otherwise,
1919         you may try <sys/in.h>.
1920
1921 i_poll (i_poll.U):
1922         This variable conditionally defines the I_POLL symbol, and indicates
1923         whether a C program should include <poll.h>.
1924
1925 i_pthread (i_pthread.U):
1926         This variable conditionally defines the I_PTHREAD symbol,
1927         and indicates whether a C program should include <pthread.h>.
1928
1929 i_pwd (i_pwd.U):
1930         This variable conditionally defines I_PWD, which indicates
1931         to the C program that it should include <pwd.h>.
1932
1933 i_rpcsvcdbm (i_dbm.U):
1934         This variable conditionally defines the I_RPCSVC_DBM symbol, which
1935         indicates to the C program that <rpcsvc/dbm.h> exists and should
1936         be included.  Some System V systems might need this instead of <dbm.h>.
1937
1938 i_sfio (i_sfio.U):
1939         This variable conditionally defines the I_SFIO symbol,
1940         and indicates whether a C program should include <sfio.h>.
1941
1942 i_sgtty (i_termio.U):
1943         This variable conditionally defines the I_SGTTY symbol, which
1944         indicates to the C program that it should include <sgtty.h> rather
1945         than <termio.h>.
1946
1947 i_shadow (i_shadow.U):
1948         This variable conditionally defines the I_SHADOW symbol, and indicates
1949         whether a C program should include <shadow.h>.
1950
1951 i_socks (i_socks.U):
1952         This variable conditionally defines the I_SOCKS symbol, and indicates
1953         whether a C program should include <socks.h>.
1954
1955 i_stdarg (i_varhdr.U):
1956         This variable conditionally defines the I_STDARG symbol, which
1957         indicates to the C program that <stdarg.h> exists and should
1958         be included.
1959
1960 i_stddef (i_stddef.U):
1961         This variable conditionally defines the I_STDDEF symbol, which
1962         indicates to the C program that <stddef.h> exists and should
1963         be included.
1964
1965 i_stdlib (i_stdlib.U):
1966         This variable conditionally defines the I_STDLIB symbol, which
1967         indicates to the C program that <stdlib.h> exists and should
1968         be included.
1969
1970 i_string (i_string.U):
1971         This variable conditionally defines the I_STRING symbol, which
1972         indicates that <string.h> should be included rather than <strings.h>.
1973
1974 i_sysaccess (i_sysaccess.U):
1975         This variable conditionally defines the I_SYS_ACCESS symbol,
1976         and indicates whether a C program should include <sys/access.h>.
1977
1978 i_sysdir (i_sysdir.U):
1979         This variable conditionally defines the I_SYS_DIR symbol, and indicates
1980         whether a C program should include <sys/dir.h>.
1981
1982 i_sysfile (i_sysfile.U):
1983         This variable conditionally defines the I_SYS_FILE symbol, and indicates
1984         whether a C program should include <sys/file.h> to get R_OK and friends.
1985
1986 i_sysfilio (i_sysioctl.U):
1987         This variable conditionally defines the I_SYS_FILIO symbol, which
1988         indicates to the C program that <sys/filio.h> exists and should
1989         be included in preference to <sys/ioctl.h>.
1990
1991 i_sysin (i_niin.U):
1992         This variable conditionally defines I_SYS_IN, which indicates
1993         to the C program that it should include <sys/in.h> instead of
1994         <netinet/in.h>.
1995
1996 i_sysioctl (i_sysioctl.U):
1997         This variable conditionally defines the I_SYS_IOCTL symbol, which
1998         indicates to the C program that <sys/ioctl.h> exists and should
1999         be included.
2000
2001 i_sysmount (i_sysmount.U):
2002         This variable conditionally defines the I_SYSMOUNT symbol,
2003         and indicates whether a C program should include <sys/mount.h>.
2004
2005 i_sysndir (i_sysndir.U):
2006         This variable conditionally defines the I_SYS_NDIR symbol, and indicates
2007         whether a C program should include <sys/ndir.h>.
2008
2009 i_sysparam (i_sysparam.U):
2010         This variable conditionally defines the I_SYS_PARAM symbol, and indicates
2011         whether a C program should include <sys/param.h>.
2012
2013 i_sysresrc (i_sysresrc.U):
2014         This variable conditionally defines the I_SYS_RESOURCE symbol,
2015         and indicates whether a C program should include <sys/resource.h>.
2016
2017 i_syssecrt (i_syssecrt.U):
2018         This variable conditionally defines the I_SYS_SECURITY symbol,
2019         and indicates whether a C program should include <sys/security.h>.
2020
2021 i_sysselct (i_sysselct.U):
2022         This variable conditionally defines I_SYS_SELECT, which indicates
2023         to the C program that it should include <sys/select.h> in order to
2024         get the definition of struct timeval.
2025
2026 i_syssockio (i_sysioctl.U):
2027         This variable conditionally defines I_SYS_SOCKIO to indicate to the
2028         C program that socket ioctl codes may be found in <sys/sockio.h>
2029         instead of <sys/ioctl.h>.
2030
2031 i_sysstat (i_sysstat.U):
2032         This variable conditionally defines the I_SYS_STAT symbol,
2033         and indicates whether a C program should include <sys/stat.h>.
2034
2035 i_sysstatfs (i_sysstatfs.U):
2036         This variable conditionally defines the I_SYSSTATFS symbol,
2037         and indicates whether a C program should include <sys/statfs.h>.
2038
2039 i_sysstatvfs (i_sysstatvfs.U):
2040         This variable conditionally defines the I_SYSSTATVFS symbol,
2041         and indicates whether a C program should include <sys/statvfs.h>.
2042
2043 i_systime (i_time.U):
2044         This variable conditionally defines I_SYS_TIME, which indicates
2045         to the C program that it should include <sys/time.h>.
2046
2047 i_systimek (i_time.U):
2048         This variable conditionally defines I_SYS_TIME_KERNEL, which
2049         indicates to the C program that it should include <sys/time.h>
2050         with KERNEL defined.
2051
2052 i_systimes (i_systimes.U):
2053         This variable conditionally defines the I_SYS_TIMES symbol, and indicates
2054         whether a C program should include <sys/times.h>.
2055
2056 i_systypes (i_systypes.U):
2057         This variable conditionally defines the I_SYS_TYPES symbol,
2058         and indicates whether a C program should include <sys/types.h>.
2059
2060 i_sysuio (i_sysuio.U):
2061         This variable conditionally defines the I_SYSUIO symbol, and indicates
2062         whether a C program should include <sys/uio.h>.
2063
2064 i_sysun (i_sysun.U):
2065         This variable conditionally defines I_SYS_UN, which indicates
2066         to the C program that it should include <sys/un.h> to get UNIX
2067         domain socket definitions.
2068
2069 i_sysvfs (i_sysvfs.U):
2070         This variable conditionally defines the I_SYSVFS symbol,
2071         and indicates whether a C program should include <sys/vfs.h>.
2072
2073 i_syswait (i_syswait.U):
2074         This variable conditionally defines I_SYS_WAIT, which indicates
2075         to the C program that it should include <sys/wait.h>.
2076
2077 i_termio (i_termio.U):
2078         This variable conditionally defines the I_TERMIO symbol, which
2079         indicates to the C program that it should include <termio.h> rather
2080         than <sgtty.h>.
2081
2082 i_termios (i_termio.U):
2083         This variable conditionally defines the I_TERMIOS symbol, which
2084         indicates to the C program that the POSIX <termios.h> file is
2085         to be included.
2086
2087 i_time (i_time.U):
2088         This variable conditionally defines I_TIME, which indicates
2089         to the C program that it should include <time.h>.
2090
2091 i_unistd (i_unistd.U):
2092         This variable conditionally defines the I_UNISTD symbol, and indicates
2093         whether a C program should include <unistd.h>.
2094
2095 i_ustat (i_ustat.U):
2096         This variable conditionally defines the I_USTAT symbol, and indicates
2097         whether a C program should include <ustat.h>.
2098
2099 i_utime (i_utime.U):
2100         This variable conditionally defines the I_UTIME symbol, and indicates
2101         whether a C program should include <utime.h>.
2102
2103 i_values (i_values.U):
2104         This variable conditionally defines the I_VALUES symbol, and indicates
2105         whether a C program may include <values.h> to get symbols like MAXLONG
2106         and friends.
2107
2108 i_varargs (i_varhdr.U):
2109         This variable conditionally defines I_VARARGS, which indicates
2110         to the C program that it should include <varargs.h>.
2111
2112 i_varhdr (i_varhdr.U):
2113         Contains the name of the header to be included to get va_dcl definition.
2114         Typically one of varargs.h or stdarg.h.
2115
2116 i_vfork (i_vfork.U):
2117         This variable conditionally defines the I_VFORK symbol, and indicates
2118         whether a C program should include vfork.h.
2119
2120 ignore_versioned_solibs (libs.U):
2121         This variable should be non-empty if non-versioned shared
2122         libraries (libfoo.so.x.y) are to be ignored (because they
2123         cannot be linked against).
2124
2125 inc_version_list (inc_version_list.U):
2126         This variable specifies the list of subdirectories in over
2127         which perl.c:incpush() and lib/lib.pm will automatically
2128         search when adding directories to @INC.  The elements in
2129         the list are separated by spaces.  This is only useful
2130         if you have a perl library directory tree structured like the
2131         default one.  See INSTALL for how this works.  The versioned
2132         site_perl directory was introduced in 5.005, so that is the
2133         lowest possible value.
2134
2135 inc_version_list_init (inc_version_list.U):
2136         This variable holds the same list as inc_version_list, but
2137         each item is enclosed in double quotes and separated by commas, 
2138         suitable for use in the PERL_INC_VERSION_LIST initialization.
2139
2140 incpath (usrinc.U):
2141         This variable must preceed the normal include path to get hte
2142         right one, as in "$incpath/usr/include" or "$incpath/usr/lib".
2143         Value can be "" or "/bsd43" on mips.
2144
2145 inews (Loc.U):
2146         This variable is defined but not used by Configure.
2147         The value is a plain '' and is not useful.
2148
2149 installarchlib (archlib.U):
2150         This variable is really the same as archlibexp but may differ on
2151         those systems using AFS. For extra portability, only this variable
2152         should be used in makefiles.
2153
2154 installbin (bin.U):
2155         This variable is the same as binexp unless AFS is running in which case
2156         the user is explicitely prompted for it. This variable should always
2157         be used in your makefiles for maximum portability.
2158
2159 installman1dir (man1dir.U):
2160         This variable is really the same as man1direxp, unless you are using
2161         AFS in which case it points to the read/write location whereas
2162         man1direxp only points to the read-only access location. For extra
2163         portability, you should only use this variable within your makefiles.
2164
2165 installman3dir (man3dir.U):
2166         This variable is really the same as man3direxp, unless you are using
2167         AFS in which case it points to the read/write location whereas
2168         man3direxp only points to the read-only access location. For extra
2169         portability, you should only use this variable within your makefiles.
2170
2171 installprefix (installprefix.U):
2172         This variable holds the name of the directory below which 
2173         "make install" will install the package.  For most users, this
2174         is the same as prefix.  However, it is useful for
2175         installing the software into a different (usually temporary)
2176         location after which it can be bundled up and moved somehow
2177         to the final location specified by prefix.
2178
2179 installprefixexp (installprefix.U):
2180         This variable holds the full absolute path of installprefix
2181         with all ~-expansion done.
2182
2183 installprivlib (privlib.U):
2184         This variable is really the same as privlibexp but may differ on
2185         those systems using AFS. For extra portability, only this variable
2186         should be used in makefiles.
2187
2188 installscript (scriptdir.U):
2189         This variable is usually the same as scriptdirexp, unless you are on
2190         a system running AFS, in which case they may differ slightly. You
2191         should always use this variable within your makefiles for portability.
2192
2193 installsitearch (sitearch.U):
2194         This variable is really the same as sitearchexp but may differ on
2195         those systems using AFS. For extra portability, only this variable
2196         should be used in makefiles.
2197
2198 installsitebin (sitebin.U):
2199         This variable is usually the same as sitebinexp, unless you are on
2200         a system running AFS, in which case they may differ slightly. You
2201         should always use this variable within your makefiles for portability.
2202
2203 installsitelib (sitelib.U):
2204         This variable is really the same as sitelibexp but may differ on
2205         those systems using AFS. For extra portability, only this variable
2206         should be used in makefiles.
2207
2208 installstyle (installstyle.U):
2209         This variable describes the "style" of the perl installation.
2210         This is intended to be useful for tools that need to
2211         manipulate entire perl distributions.  Perl itself doesn't use
2212         this to find its libraries -- the library directories are
2213         stored directly in Config.pm.  Currently, there are only two
2214         styles:  "lib" and "lib/perl5".  The default library locations
2215         (e.g. privlib, sitelib) are either $prefix/lib or
2216         $prefix/lib/perl5.  The former is useful if $prefix is a
2217         directory dedicated to perl (e.g. /opt/perl), while the latter
2218         is useful if $prefix is shared by many packages, e.g. if
2219         $prefix=/usr/local.
2220                 This may later be extended to include other information, so
2221         be careful with pattern-matching on the results.
2222                 For compatibility with perl5.005 and earlier, the default
2223         setting is based on whether or not $prefix contains the string
2224         "perl".
2225
2226 installusrbinperl (instubperl.U):
2227         This variable tells whether Perl should be installed also as
2228         /usr/bin/perl in addition to
2229         $installbin/perl
2230
2231 installvendorbin (vendorbin.U):
2232         This variable is really the same as vendorbinexp but may differ on
2233         those systems using AFS. For extra portability, only this variable
2234         should be used in makefiles.
2235
2236 installvendorlib (vendorlib.U):
2237         This variable is really the same as vendorlibexp but may differ on
2238         those systems using AFS. For extra portability, only this variable
2239         should be used in makefiles.
2240
2241 intsize (intsize.U):
2242         This variable contains the value of the INTSIZE symbol, which
2243         indicates to the C program how many bytes there are in an int.
2244
2245 ivdformat (perlxvf.U):
2246         This variable contains the format string used for printing
2247         a Perl IV as a signed decimal integer. 
2248
2249 ivsize (perlxv.U):
2250         This variable is the size of an IV in bytes.
2251
2252 ivtype (perlxv.U):
2253         This variable contains the C type used for Perl's IV.
2254
2255 known_extensions (Extensions.U):
2256         This variable holds a list of all XS extensions included in 
2257         the package.
2258
2259 ksh (Loc.U):
2260         This variable is defined but not used by Configure.
2261         The value is a plain '' and is not useful.
2262
2263 large (models.U):
2264         This variable contains a flag which will tell the C compiler and loader
2265         to produce a program running with a large memory model.  It is up to
2266         the Makefile to use this.
2267
2268 ld (dlsrc.U):
2269         This variable indicates the program to be used to link
2270         libraries for dynamic loading.  On some systems, it is 'ld'.
2271         On ELF systems, it should be $cc.  Mostly, we'll try to respect
2272         the hint file setting.
2273
2274 lddlflags (dlsrc.U):
2275         This variable contains any special flags that might need to be
2276         passed to $ld to create a shared library suitable for dynamic
2277         loading.  It is up to the makefile to use it.  For hpux, it
2278         should be '-b'.  For sunos 4.1, it is empty.
2279
2280 ldflags (ccflags.U):
2281         This variable contains any additional C loader flags desired by
2282         the user.  It is up to the Makefile to use this.
2283
2284 ldlibpthname (libperl.U):
2285         This variable holds the name of the shared library
2286         search path, often LD_LIBRARY_PATH.  To get an empty
2287         string, the hints file must set this to 'none'.
2288
2289 less (Loc.U):
2290         This variable is used internally by Configure to determine the
2291         full pathname (if any) of the less program.  After Configure runs,
2292         the value is reset to a plain "less" and is not useful.
2293
2294 lib_ext (Unix.U):
2295         This is an old synonym for _a.
2296
2297 libc (libc.U):
2298         This variable contains the location of the C library.
2299
2300 libperl (libperl.U):
2301         The perl executable is obtained by linking perlmain.c with
2302         libperl, any static extensions (usually just DynaLoader),
2303         and any other libraries needed on this system.  libperl
2304         is usually libperl.a, but can also be libperl.so.xxx if
2305         the user wishes to build a perl executable with a shared
2306         library.
2307
2308 libpth (libpth.U):
2309         This variable holds the general path (space-separated) used to find
2310         libraries. It is intended to be used by other units.
2311
2312 libs (libs.U):
2313         This variable holds the additional libraries we want to use.
2314         It is up to the Makefile to deal with it.
2315
2316 libswanted (Myinit.U):
2317         This variable holds a list of all the libraries we want to
2318         search.  The order is chosen to pick up the c library
2319         ahead of ucb or bsd libraries for SVR4.
2320
2321 line (Loc.U):
2322         This variable is defined but not used by Configure.
2323         The value is a plain '' and is not useful.
2324
2325 lint (Loc.U):
2326         This variable is defined but not used by Configure.
2327         The value is a plain '' and is not useful.
2328
2329 lkflags (ccflags.U):
2330         This variable contains any additional C partial linker flags desired by
2331         the user.  It is up to the Makefile to use this.
2332
2333 ln (Loc.U):
2334         This variable is used internally by Configure to determine the
2335         full pathname (if any) of the ln program.  After Configure runs,
2336         the value is reset to a plain "ln" and is not useful.
2337
2338 lns (lns.U):
2339         This variable holds the name of the command to make 
2340         symbolic links (if they are supported).  It can be used
2341         in the Makefile. It is either 'ln -s' or 'ln'
2342
2343 locincpth (ccflags.U):
2344         This variable contains a list of additional directories to be
2345         searched by the compiler.  The appropriate '-I' directives will
2346         be added to ccflags.  This is intended to simplify setting
2347         local directories from the Configure command line.
2348         It's not much, but it parallels the loclibpth stuff in libpth.U.
2349
2350 loclibpth (libpth.U):
2351         This variable holds the paths (space-separated) used to find local
2352         libraries.  It is prepended to libpth, and is intended to be easily
2353         set from the command line.
2354
2355 longdblsize (d_longdbl.U):
2356         This variable contains the value of the LONG_DOUBLESIZE symbol, which
2357         indicates to the C program how many bytes there are in a long double,
2358         if this system supports long doubles.
2359
2360 longlongsize (d_longlong.U):
2361         This variable contains the value of the LONGLONGSIZE symbol, which
2362         indicates to the C program how many bytes there are in a long long,
2363         if this system supports long long.
2364
2365 longsize (intsize.U):
2366         This variable contains the value of the LONGSIZE symbol, which
2367         indicates to the C program how many bytes there are in a long.
2368
2369 lp (Loc.U):
2370         This variable is defined but not used by Configure.
2371         The value is a plain '' and is not useful.
2372
2373 lpr (Loc.U):
2374         This variable is defined but not used by Configure.
2375         The value is a plain '' and is not useful.
2376
2377 ls (Loc.U):
2378         This variable is used internally by Configure to determine the
2379         full pathname (if any) of the ls program.  After Configure runs,
2380         the value is reset to a plain "ls" and is not useful.
2381
2382 lseeksize (lseektype.U):
2383         This variable defines lseektype to be something like off_t, long, 
2384         or whatever type is used to declare lseek offset's type in the
2385         kernel (which also appears to be lseek's return type).
2386
2387 lseektype (lseektype.U):
2388         This variable defines lseektype to be something like off_t, long, 
2389         or whatever type is used to declare lseek offset's type in the
2390         kernel (which also appears to be lseek's return type).
2391
2392 mail (Loc.U):
2393         This variable is defined but not used by Configure.
2394         The value is a plain '' and is not useful.
2395
2396 mailx (Loc.U):
2397         This variable is defined but not used by Configure.
2398         The value is a plain '' and is not useful.
2399
2400 make (Loc.U):
2401         This variable is used internally by Configure to determine the
2402         full pathname (if any) of the make program.  After Configure runs,
2403         the value is reset to a plain "make" and is not useful.
2404
2405 make_set_make (make.U):
2406         Some versions of 'make' set the variable MAKE.  Others do not.
2407         This variable contains the string to be included in Makefile.SH
2408         so that MAKE is set if needed, and not if not needed.
2409         Possible values are:
2410         make_set_make='#'               # If your make program handles this for you,
2411         make_set_make="MAKE=$make"      # if it doesn't.
2412         I used a comment character so that we can distinguish a
2413         'set' value (from a previous config.sh or Configure '-D' option)
2414         from an uncomputed value.
2415
2416 mallocobj (mallocsrc.U):
2417         This variable contains the name of the malloc.o that this package
2418         generates, if that malloc.o is preferred over the system malloc.
2419         Otherwise the value is null.  This variable is intended for generating
2420         Makefiles.  See mallocsrc.
2421
2422 mallocsrc (mallocsrc.U):
2423         This variable contains the name of the malloc.c that comes with
2424         the package, if that malloc.c is preferred over the system malloc.
2425         Otherwise the value is null.  This variable is intended for generating
2426         Makefiles.
2427
2428 malloctype (mallocsrc.U):
2429         This variable contains the kind of ptr returned by malloc and realloc.
2430
2431 man1dir (man1dir.U):
2432         This variable contains the name of the directory in which manual
2433         source pages are to be put.  It is the responsibility of the
2434         Makefile.SH to get the value of this into the proper command.
2435         You must be prepared to do the ~name expansion yourself.
2436
2437 man1direxp (man1dir.U):
2438         This variable is the same as the man1dir variable, but is filename
2439         expanded at configuration time, for convenient use in makefiles.
2440
2441 man1ext (man1dir.U):
2442         This variable contains the extension that the manual page should
2443         have: one of 'n', 'l', or '1'.  The Makefile must supply the '.'.
2444         See man1dir.
2445
2446 man3dir (man3dir.U):
2447         This variable contains the name of the directory in which manual
2448         source pages are to be put.  It is the responsibility of the
2449         Makefile.SH to get the value of this into the proper command.
2450         You must be prepared to do the ~name expansion yourself.
2451
2452 man3direxp (man3dir.U):
2453         This variable is the same as the man3dir variable, but is filename
2454         expanded at configuration time, for convenient use in makefiles.
2455
2456 man3ext (man3dir.U):
2457         This variable contains the extension that the manual page should
2458         have: one of 'n', 'l', or '3'.  The Makefile must supply the '.'.
2459         See man3dir.
2460
2461 Mcc (Loc.U):
2462         This variable is used internally by Configure to determine the
2463         full pathname (if any) of the Mcc program.  After Configure runs,
2464         the value is reset to a plain "Mcc" and is not useful.
2465
2466 medium (models.U):
2467         This variable contains a flag which will tell the C compiler and loader
2468         to produce a program running with a medium memory model.  If the
2469         medium model is not supported, contains the flag to produce large
2470         model programs.  It is up to the Makefile to use this.
2471
2472 mips_type (usrinc.U):
2473         This variable holds the environment type for the mips system.
2474         Possible values are "BSD 4.3" and "System V".
2475
2476 mkdir (Loc.U):
2477         This variable is used internally by Configure to determine the
2478         full pathname (if any) of the mkdir program.  After Configure runs,
2479         the value is reset to a plain "mkdir" and is not useful.
2480
2481 models (models.U):
2482         This variable contains the list of memory models supported by this
2483         system.  Possible component values are none, split, unsplit, small,
2484         medium, large, and huge.  The component values are space separated.
2485
2486 modetype (modetype.U):
2487         This variable defines modetype to be something like mode_t, 
2488         int, unsigned short, or whatever type is used to declare file 
2489         modes for system calls.
2490
2491 more (Loc.U):
2492         This variable is used internally by Configure to determine the
2493         full pathname (if any) of the more program.  After Configure runs,
2494         the value is reset to a plain "more" and is not useful.
2495
2496 multiarch (multiarch.U):
2497         This variable conditionally defines the MULTIARCH symbol
2498         which signifies the presence of multiplatform files.
2499         This is normally set by hints files.
2500
2501 mv (Loc.U):
2502         This variable is defined but not used by Configure.
2503         The value is a plain '' and is not useful.
2504
2505 myarchname (archname.U):
2506         This variable holds the architecture name computed by Configure in
2507         a previous run. It is not intended to be perused by any user and
2508         should never be set in a hint file.
2509
2510 mydomain (myhostname.U):
2511         This variable contains the eventual value of the MYDOMAIN symbol,
2512         which is the domain of the host the program is going to run on.
2513         The domain must be appended to myhostname to form a complete host name.
2514         The dot comes with mydomain, and need not be supplied by the program.
2515
2516 myhostname (myhostname.U):
2517         This variable contains the eventual value of the MYHOSTNAME symbol,
2518         which is the name of the host the program is going to run on.
2519         The domain is not kept with hostname, but must be gotten from mydomain.
2520         The dot comes with mydomain, and need not be supplied by the program.
2521
2522 myuname (Oldconfig.U):
2523         The output of 'uname -a' if available, otherwise the hostname. On Xenix,
2524         pseudo variables assignments in the output are stripped, thank you. The
2525         whole thing is then lower-cased.
2526
2527 n (n.U):
2528         This variable contains the '-n' flag if that is what causes the echo
2529         command to suppress newline.  Otherwise it is null.  Correct usage is
2530         $echo $n "prompt for a question: $c".
2531
2532 netdb_hlen_type (netdbtype.U):
2533         This variable holds the type used for the 2nd argument to
2534         gethostbyaddr().  Usually, this is int or size_t or unsigned.
2535         This is only useful if you have gethostbyaddr(), naturally.
2536
2537 netdb_host_type (netdbtype.U):
2538         This variable holds the type used for the 1st argument to
2539         gethostbyaddr().  Usually, this is char * or void *,  possibly
2540         with or without a const prefix.
2541         This is only useful if you have gethostbyaddr(), naturally.
2542
2543 netdb_name_type (netdbtype.U):
2544         This variable holds the type used for the argument to
2545         gethostbyname().  Usually, this is char * or const char *.
2546         This is only useful if you have gethostbyname(), naturally.
2547
2548 netdb_net_type (netdbtype.U):
2549         This variable holds the type used for the 1st argument to
2550         getnetbyaddr().  Usually, this is int or long.
2551         This is only useful if you have getnetbyaddr(), naturally.
2552
2553 nm (Loc.U):
2554         This variable is used internally by Configure to determine the
2555         full pathname (if any) of the nm program.  After Configure runs,
2556         the value is reset to a plain "nm" and is not useful.
2557
2558 nm_opt (usenm.U):
2559         This variable holds the options that may be necessary for nm.
2560
2561 nm_so_opt (usenm.U):
2562         This variable holds the options that may be necessary for nm
2563         to work on a shared library but that can not be used on an
2564         archive library.  Currently, this is only used by Linux, where
2565         nm --dynamic is *required* to get symbols from an ELF library which
2566         has been stripped, but nm --dynamic is *fatal* on an archive library.
2567         Maybe Linux should just always set usenm=false.
2568
2569 nonxs_ext (Extensions.U):
2570         This variable holds a list of all non-xs extensions included
2571         in the package.  All of them will be built.
2572
2573 nroff (Loc.U):
2574         This variable is used internally by Configure to determine the
2575         full pathname (if any) of the nroff program.  After Configure runs,
2576         the value is reset to a plain "nroff" and is not useful.
2577
2578 nvsize (perlxv.U):
2579         This variable is the size of an NV in bytes.
2580
2581 nvtype (perlxv.U):
2582         This variable contains the C type used for Perl's NV.
2583
2584 o_nonblock (nblock_io.U):
2585         This variable bears the symbol value to be used during open() or fcntl()
2586         to turn on non-blocking I/O for a file descriptor. If you wish to switch
2587         between blocking and non-blocking, you may try ioctl(FIOSNBIO) instead,
2588         but that is only supported by some devices.
2589
2590 obj_ext (Unix.U):
2591         This is an old synonym for _o.
2592
2593 old_pthread_create_joinable (d_pthrattrj.U):
2594         This variable defines the constant to use for creating joinable
2595         (aka undetached) pthreads.  Unused if pthread.h defines
2596         PTHREAD_CREATE_JOINABLE.  If used, possible values are
2597         PTHREAD_CREATE_UNDETACHED and __UNDETACHED.
2598
2599 optimize (ccflags.U):
2600         This variable contains any optimizer/debugger flag that should be used.
2601         It is up to the Makefile to use it.
2602
2603 orderlib (orderlib.U):
2604         This variable is "true" if the components of libraries must be ordered
2605         (with `lorder $* | tsort`) before placing them in an archive.  Set to
2606         "false" if ranlib or ar can generate random libraries.
2607
2608 osname (Oldconfig.U):
2609         This variable contains the operating system name (e.g. sunos,
2610         solaris, hpux, etc.).  It can be useful later on for setting
2611         defaults.  Any spaces are replaced with underscores.  It is set
2612         to a null string if we can't figure it out.
2613
2614 osvers (Oldconfig.U):
2615         This variable contains the operating system version (e.g.
2616         4.1.3, 5.2, etc.).  It is primarily used for helping select
2617         an appropriate hints file, but might be useful elsewhere for
2618         setting defaults.  It is set to '' if we can't figure it out.
2619         We try to be flexible about how much of the version number
2620         to keep, e.g. if 4.1.1, 4.1.2, and 4.1.3 are essentially the
2621         same for this package, hints files might just be os_4.0 or
2622         os_4.1, etc., not keeping separate files for each little release.
2623
2624 package (package.U):
2625         This variable contains the name of the package being constructed.
2626         It is primarily intended for the use of later Configure units.
2627
2628 pager (pager.U):
2629         This variable contains the name of the preferred pager on the system.
2630         Usual values are (the full pathnames of) more, less, pg, or cat.
2631
2632 passcat (nis.U):
2633         This variable contains a command that produces the text of the
2634         /etc/passwd file.  This is normally "cat /etc/passwd", but can be
2635         "ypcat passwd" when NIS is used.
2636         On some systems, such as os390, there may be no equivalent
2637         command, in which case this variable is unset.
2638
2639 patchlevel (patchlevel.U):
2640         The patchlevel level of this package.
2641         The value of patchlevel comes from the patchlevel.h file.
2642         In a version number such as 5.6.1, this is the "6".
2643         In patchlevel.h, this is referred to as the "PERL_VERSION".
2644
2645 path_sep (Unix.U):
2646         This is an old synonym for p_ in Head.U, the character
2647         used to separate elements in the command shell search PATH.
2648
2649 perl (Loc.U):
2650         This variable is used internally by Configure to determine the
2651         full pathname (if any) of the perl program.  After Configure runs,
2652         the value is reset to a plain "perl" and is not useful.
2653
2654 PERL_REVISION (Oldsyms.U):
2655         In a Perl version number such as 5.6.2, this is the 5.
2656         This value is manually set in patchlevel.h
2657
2658 PERL_SUBVERSION (Oldsyms.U):
2659         In a Perl version number such as 5.6.2, this is the 2.
2660         Values greater than 50 represent potentially unstable
2661         development subversions.
2662         This value is manually set in patchlevel.h
2663
2664 PERL_VERSION (Oldsyms.U):
2665         In a Perl version number such as 5.6.2, this is the 6.
2666         This value is manually set in patchlevel.h
2667
2668 perladmin (perladmin.U):
2669         Electronic mail address of the perl5 administrator.
2670
2671 perlpath (perlpath.U):
2672         This variable contains the eventual value of the PERLPATH symbol,
2673         which contains the name of the perl interpreter to be used in
2674         shell scripts and in the "eval 'exec'" idiom.
2675
2676 pg (Loc.U):
2677         This variable is used internally by Configure to determine the
2678         full pathname (if any) of the pg program.  After Configure runs,
2679         the value is reset to a plain "pg" and is not useful.
2680
2681 phostname (myhostname.U):
2682         This variable contains the eventual value of the PHOSTNAME symbol,
2683         which is a command that can be fed to popen() to get the host name.
2684         The program should probably not presume that the domain is or isn't
2685         there already.
2686
2687 pidtype (pidtype.U):
2688         This variable defines PIDTYPE to be something like pid_t, int, 
2689         ushort, or whatever type is used to declare process ids in the kernel.
2690
2691 plibpth (libpth.U):
2692         Holds the private path used by Configure to find out the libraries.
2693         Its value is prepend to libpth. This variable takes care of special
2694         machines, like the mips.  Usually, it should be empty.
2695
2696 pmake (Loc.U):
2697         This variable is defined but not used by Configure.
2698         The value is a plain '' and is not useful.
2699
2700 pr (Loc.U):
2701         This variable is defined but not used by Configure.
2702         The value is a plain '' and is not useful.
2703
2704 prefix (prefix.U):
2705         This variable holds the name of the directory below which the
2706         user will install the package.  Usually, this is /usr/local, and
2707         executables go in /usr/local/bin, library stuff in /usr/local/lib,
2708         man pages in /usr/local/man, etc.  It is only used to set defaults
2709         for things in bin.U, mansrc.U, privlib.U, or scriptdir.U.
2710
2711 prefixexp (prefix.U):
2712         This variable holds the full absolute path of the directory below
2713         which the user will install the package.  Derived from prefix.
2714
2715 privlib (privlib.U):
2716         This variable contains the eventual value of the PRIVLIB symbol,
2717         which is the name of the private library for this package.  It may
2718         have a ~ on the front. It is up to the makefile to eventually create
2719         this directory while performing installation (with ~ substitution).
2720
2721 privlibexp (privlib.U):
2722         This variable is the ~name expanded version of privlib, so that you
2723         may use it directly in Makefiles or shell scripts.
2724
2725 prototype (prototype.U):
2726         This variable holds the eventual value of CAN_PROTOTYPE, which
2727         indicates the C compiler can handle funciton prototypes.
2728
2729 ptrsize (ptrsize.U):
2730         This variable contains the value of the PTRSIZE symbol, which
2731         indicates to the C program how many bytes there are in a pointer.
2732
2733 quadkind (quadtype.U):
2734         This variable, if defined, encodes the type of a quad:
2735         1 = int, 2 = long, 3 = long long, 4 = int64_t.
2736
2737 quadtype (quadtype.U):
2738         This variable defines Quad_t to be something like long, int, 
2739         long long, int64_t, or whatever type is used for 64-bit integers.
2740
2741 randbits (randfunc.U):
2742         Indicates how many bits are produced by the function used to
2743         generate normalized random numbers.
2744
2745 randfunc (randfunc.U):
2746         Indicates the name of the random number function to use.
2747         Values include drand48, random, and rand. In C programs,
2748         the 'Drand01' macro is defined to generate uniformly distributed
2749         random numbers over the range [0., 1.[ (see drand01 and nrand).
2750
2751 randseedtype (randfunc.U):
2752         Indicates the type of the argument of the seedfunc.
2753
2754 ranlib (orderlib.U):
2755         This variable is set to the pathname of the ranlib program, if it is
2756         needed to generate random libraries.  Set to ":" if ar can generate
2757         random libraries or if random libraries are not supported
2758
2759 rd_nodata (nblock_io.U):
2760         This variable holds the return code from read() when no data is
2761         present. It should be -1, but some systems return 0 when O_NDELAY is
2762         used, which is a shame because you cannot make the difference between
2763         no data and an EOF.. Sigh!
2764
2765 rm (Loc.U):
2766         This variable is used internally by Configure to determine the
2767         full pathname (if any) of the rm program.  After Configure runs,
2768         the value is reset to a plain "rm" and is not useful.
2769
2770 rmail (Loc.U):
2771         This variable is defined but not used by Configure.
2772         The value is a plain '' and is not useful.
2773
2774 runnm (usenm.U):
2775         This variable contains 'true' or 'false' depending whether the
2776         nm extraction should be performed or not, according to the value
2777         of usenm and the flags on the Configure command line.
2778
2779 sched_yield (d_pthread_y.U):
2780         This variable defines the way to yield the execution
2781         of the current thread.
2782
2783 scriptdir (scriptdir.U):
2784         This variable holds the name of the directory in which the user wants
2785         to put publicly scripts for the package in question.  It is either
2786         the same directory as for binaries, or a special one that can be
2787         mounted across different architectures, like /usr/share. Programs
2788         must be prepared to deal with ~name expansion.
2789
2790 scriptdirexp (scriptdir.U):
2791         This variable is the same as scriptdir, but is filename expanded
2792         at configuration time, for programs not wanting to bother with it.
2793
2794 sed (Loc.U):
2795         This variable is used internally by Configure to determine the
2796         full pathname (if any) of the sed program.  After Configure runs,
2797         the value is reset to a plain "sed" and is not useful.
2798
2799 seedfunc (randfunc.U):
2800         Indicates the random number generating seed function.
2801         Values include srand48, srandom, and srand.
2802
2803 selectminbits (selectminbits.U):
2804         This variable holds the minimum number of bits operated by select.
2805         That is, if you do select(n, ...), how many bits at least will be
2806         cleared in the masks if some activity is detected.  Usually this
2807         is either n or 32*ceil(n/32), especially many little-endians do
2808         the latter.  This is only useful if you have select(), naturally.
2809
2810 selecttype (selecttype.U):
2811         This variable holds the type used for the 2nd, 3rd, and 4th
2812         arguments to select.  Usually, this is 'fd_set *', if HAS_FD_SET
2813         is defined, and 'int *' otherwise.  This is only useful if you 
2814         have select(), naturally.
2815
2816 sendmail (Loc.U):
2817         This variable is defined but not used by Configure.
2818         The value is a plain '' and is not useful.
2819
2820 sh (sh.U):
2821         This variable contains the full pathname of the shell used
2822         on this system to execute Bourne shell scripts.  Usually, this will be
2823         /bin/sh, though it's possible that some systems will have /bin/ksh,
2824         /bin/pdksh, /bin/ash, /bin/bash, or even something such as
2825         D:/bin/sh.exe.
2826         This unit comes before Options.U, so you can't set sh with a '-D'
2827         option, though you can override this (and startsh)
2828         with '-O -Dsh=/bin/whatever -Dstartsh=whatever'
2829
2830 shar (Loc.U):
2831         This variable is defined but not used by Configure.
2832         The value is a plain '' and is not useful.
2833
2834 sharpbang (spitshell.U):
2835         This variable contains the string #! if this system supports that
2836         construct.
2837
2838 shmattype (d_shmat.U):
2839         This symbol contains the type of pointer returned by shmat().
2840         It can be 'void *' or 'char *'.
2841
2842 shortsize (intsize.U):
2843         This variable contains the value of the SHORTSIZE symbol which
2844         indicates to the C program how many bytes there are in a short.
2845
2846 shrpenv (libperl.U):
2847         If the user builds a shared libperl.so, then we need to tell the
2848         'perl' executable where it will be able to find the installed libperl.so. 
2849         One way to do this on some systems is to set the environment variable
2850         LD_RUN_PATH to the directory that will be the final location of the
2851         shared libperl.so.  The makefile can use this with something like
2852         $shrpenv $(CC) -o perl perlmain.o $libperl $libs
2853         Typical values are
2854         shrpenv="env LD_RUN_PATH=$archlibexp/CORE"
2855         or
2856         shrpenv=''
2857         See the main perl Makefile.SH for actual working usage.
2858         Alternatively, we might be able to use a command line option such
2859         as -R $archlibexp/CORE (Solaris, NetBSD) or -Wl,-rpath
2860         $archlibexp/CORE (Linux).
2861
2862 shsharp (spitshell.U):
2863         This variable tells further Configure units whether your sh can
2864         handle # comments.
2865
2866 sig_count (sig_name.U):
2867         This variable holds a number larger than the largest valid
2868         signal number.  This is usually the same as the NSIG macro.
2869
2870 sig_name (sig_name.U):
2871         This variable holds the signal names, space separated. The leading
2872         SIG in signal name is removed.  A ZERO is prepended to the
2873         list.  This is currently not used.
2874
2875 sig_name_init (sig_name.U):
2876         This variable holds the signal names, enclosed in double quotes and
2877         separated by commas, suitable for use in the SIG_NAME definition 
2878         below.  A "ZERO" is prepended to the list, and the list is 
2879         terminated with a plain 0.  The leading SIG in signal names
2880         is removed. See sig_num.
2881
2882 sig_num (sig_name.U):
2883         This variable holds the signal numbers, space separated. A ZERO is
2884         prepended to the list (corresponding to the fake SIGZERO), and 
2885         the list is terminated with a 0.  Those numbers correspond to 
2886         the value of the signal listed in the same place within the
2887         sig_name list.
2888
2889 sig_num_init (sig_name.U):
2890         This variable holds the signal numbers, enclosed in double quotes and
2891         separated by commas, suitable for use in the SIG_NUM definition 
2892         below.  A "ZERO" is prepended to the list, and the list is 
2893         terminated with a plain 0.
2894
2895 signal_t (d_voidsig.U):
2896         This variable holds the type of the signal handler (void or int).
2897
2898 sitearch (sitearch.U):
2899         This variable contains the eventual value of the SITEARCH symbol,
2900         which is the name of the private library for this package.  It may
2901         have a ~ on the front. It is up to the makefile to eventually create
2902         this directory while performing installation (with ~ substitution).
2903         The standard distribution will put nothing in this directory.
2904         After perl has been installed, users may install their own local
2905         architecture-dependent modules in this directory with
2906         MakeMaker Makefile.PL
2907         or equivalent.  See INSTALL for details.
2908
2909 sitearchexp (sitearch.U):
2910         This variable is the ~name expanded version of sitearch, so that you
2911         may use it directly in Makefiles or shell scripts.
2912
2913 sitebin (sitebin.U):
2914         This variable holds the name of the directory in which the user wants
2915         to put add-on publicly executable files for the package in question.  It
2916         is most often a local directory such as /usr/local/bin. Programs using
2917         this variable must be prepared to deal with ~name substitution.
2918         The standard distribution will put nothing in this directory.
2919         After perl has been installed, users may install their own local
2920         executables in this directory with
2921         MakeMaker Makefile.PL
2922         or equivalent.  See INSTALL for details.
2923
2924 sitebinexp (sitebin.U):
2925         This is the same as the sitebin variable, but is filename expanded at
2926         configuration time, for use in your makefiles.
2927
2928 sitelib (sitelib.U):
2929         This variable contains the eventual value of the SITELIB symbol,
2930         which is the name of the private library for this package.  It may
2931         have a ~ on the front. It is up to the makefile to eventually create
2932         this directory while performing installation (with ~ substitution).
2933         The standard distribution will put nothing in this directory.
2934         After perl has been installed, users may install their own local
2935         architecture-independent modules in this directory with
2936         MakeMaker Makefile.PL
2937         or equivalent.  See INSTALL for details.
2938
2939 sitelibexp (sitelib.U):
2940         This variable is the ~name expanded version of sitelib, so that you
2941         may use it directly in Makefiles or shell scripts.
2942
2943 siteprefix (siteprefix.U):
2944         This variable holds the full absolute path of the directory below
2945         which the user will install add-on packages.
2946         See INSTALL for usage and examples.
2947
2948 siteprefixexp (siteprefix.U):
2949         This variable holds the full absolute path of the directory below
2950         which the user will install add-on packages.  Derived from siteprefix.
2951
2952 sizetype (sizetype.U):
2953         This variable defines sizetype to be something like size_t, 
2954         unsigned long, or whatever type is used to declare length 
2955         parameters for string functions.
2956
2957 sleep (Loc.U):
2958         This variable is defined but not used by Configure.
2959         The value is a plain '' and is not useful.
2960
2961 smail (Loc.U):
2962         This variable is defined but not used by Configure.
2963         The value is a plain '' and is not useful.
2964
2965 small (models.U):
2966         This variable contains a flag which will tell the C compiler and loader
2967         to produce a program running with a small memory model.  It is up to
2968         the Makefile to use this.
2969
2970 so (so.U):
2971         This variable holds the extension used to identify shared libraries
2972         (also known as shared objects) on the system. Usually set to 'so'.
2973
2974 sockethdr (d_socket.U):
2975         This variable has any cpp '-I' flags needed for socket support.
2976
2977 socketlib (d_socket.U):
2978         This variable has the names of any libraries needed for socket support.
2979
2980 sort (Loc.U):
2981         This variable is used internally by Configure to determine the
2982         full pathname (if any) of the sort program.  After Configure runs,
2983         the value is reset to a plain "sort" and is not useful.
2984
2985 spackage (package.U):
2986         This variable contains the name of the package being constructed,
2987         with the first letter uppercased, i.e. suitable for starting
2988         sentences.
2989
2990 spitshell (spitshell.U):
2991         This variable contains the command necessary to spit out a runnable
2992         shell on this system.  It is either cat or a grep '-v' for # comments.
2993
2994 split (models.U):
2995         This variable contains a flag which will tell the C compiler and loader
2996         to produce a program that will run in separate I and D space, for those
2997         machines that support separation of instruction and data space.  It is
2998         up to the Makefile to use this.
2999
3000 sPRId64 (quadfio.U):
3001         This variable, if defined, contains the string used by stdio to
3002         format 64-bit decimal numbers (format 'd') for output.
3003
3004 sPRIeldbl (longdblfio.U):
3005         This variable, if defined, contains the string used by stdio to
3006         format long doubles (format 'e') for output.
3007
3008 sPRIEldbl (longdblfio.U):
3009         This variable, if defined, contains the string used by stdio to
3010         format long doubles (format 'E') for output.
3011
3012 sPRIfldbl (longdblfio.U):
3013         This variable, if defined, contains the string used by stdio to
3014         format long doubles (format 'f') for output.
3015
3016 sPRIFldbl (longdblfio.U):
3017         This variable, if defined, contains the string used by stdio to
3018         format long doubles (format 'F') for output.
3019
3020 sPRIgldbl (longdblfio.U):
3021         This variable, if defined, contains the string used by stdio to
3022         format long doubles (format 'g') for output.
3023
3024 sPRIGldbl (longdblfio.U):
3025         This variable, if defined, contains the string used by stdio to
3026         format long doubles (format 'G') for output.
3027
3028 sPRIi64 (quadfio.U):
3029         This variable, if defined, contains the string used by stdio to
3030         format 64-bit decimal numbers (format 'i') for output.
3031
3032 sPRIo64 (quadfio.U):
3033         This variable, if defined, contains the string used by stdio to
3034         format 64-bit octal numbers (format 'o') for output.
3035
3036 sPRIu64 (quadfio.U):
3037         This variable, if defined, contains the string used by stdio to
3038         format 64-bit unsigned decimal numbers (format 'u') for output.
3039
3040 sPRIx64 (quadfio.U):
3041         This variable, if defined, contains the string used by stdio to
3042         format 64-bit hexadecimal numbers (format 'x') for output.
3043
3044 sPRIX64 (quadfio.U):
3045         This variable, if defined, contains the string used by stdio to
3046         format 64-bit hExADECimAl numbers (format 'X') for output.
3047
3048 src (src.U):
3049         This variable holds the path to the package source. It is up to
3050         the Makefile to use this variable and set VPATH accordingly to
3051         find the sources remotely.
3052
3053 ssizetype (ssizetype.U):
3054         This variable defines ssizetype to be something like ssize_t, 
3055         long or int.  It is used by functions that return a count 
3056         of bytes or an error condition.  It must be a signed type.
3057         We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
3058
3059 startperl (startperl.U):
3060         This variable contains the string to put on the front of a perl
3061         script to make sure (hopefully) that it runs with perl and not some
3062         shell. Of course, that leading line must be followed by the classical
3063         perl idiom:
3064         eval 'exec perl -S $0 ${1+"$@"}'
3065         if $running_under_some_shell;
3066         to guarantee perl startup should the shell execute the script. Note
3067         that this magic incatation is not understood by csh.
3068
3069 startsh (startsh.U):
3070         This variable contains the string to put on the front of a shell
3071         script to make sure (hopefully) that it runs with sh and not some
3072         other shell.
3073
3074 static_ext (Extensions.U):
3075         This variable holds a list of XS extension files we want to
3076         link statically into the package.  It is used by Makefile.
3077
3078 stdchar (stdchar.U):
3079         This variable conditionally defines STDCHAR to be the type of char
3080         used in stdio.h.  It has the values "unsigned char" or "char".
3081
3082 stdio_base (d_stdstdio.U):
3083         This variable defines how, given a FILE pointer, fp, to access the
3084         _base field (or equivalent) of stdio.h's FILE structure.  This will
3085         be used to define the macro FILE_base(fp).
3086
3087 stdio_bufsiz (d_stdstdio.U):
3088         This variable defines how, given a FILE pointer, fp, to determine
3089         the number of bytes store in the I/O buffer pointer to by the
3090         _base field (or equivalent) of stdio.h's FILE structure.  This will
3091         be used to define the macro FILE_bufsiz(fp).
3092
3093 stdio_cnt (d_stdstdio.U):
3094         This variable defines how, given a FILE pointer, fp, to access the
3095         _cnt field (or equivalent) of stdio.h's FILE structure.  This will
3096         be used to define the macro FILE_cnt(fp).
3097
3098 stdio_filbuf (d_stdstdio.U):
3099         This variable defines how, given a FILE pointer, fp, to tell
3100         stdio to refill it's internal buffers (?).  This will
3101         be used to define the macro FILE_filbuf(fp).
3102
3103 stdio_ptr (d_stdstdio.U):
3104         This variable defines how, given a FILE pointer, fp, to access the
3105         _ptr field (or equivalent) of stdio.h's FILE structure.  This will
3106         be used to define the macro FILE_ptr(fp).
3107
3108 stdio_stream_array (stdio_streams.U):
3109         This variable tells the name of the array holding the stdio streams.
3110         Usual values include _iob, __iob, and __sF.
3111
3112 strings (i_string.U):
3113         This variable holds the full path of the string header that will be
3114         used. Typically /usr/include/string.h or /usr/include/strings.h.
3115
3116 submit (Loc.U):
3117         This variable is defined but not used by Configure.
3118         The value is a plain '' and is not useful.
3119
3120 subversion (patchlevel.U):
3121         The subversion level of this package.
3122         The value of subversion comes from the patchlevel.h file.
3123         In a version number such as 5.6.1, this is the "1".
3124         This is unique to perl.
3125
3126 sysman (sysman.U):
3127         This variable holds the place where the manual is located on this
3128         system. It is not the place where the user wants to put his manual
3129         pages. Rather it is the place where Configure may look to find manual
3130         for unix commands (section 1 of the manual usually). See mansrc.
3131
3132 tail (Loc.U):
3133         This variable is defined but not used by Configure.
3134         The value is a plain '' and is not useful.
3135
3136 tar (Loc.U):
3137         This variable is defined but not used by Configure.
3138         The value is a plain '' and is not useful.
3139
3140 tbl (Loc.U):
3141         This variable is defined but not used by Configure.
3142         The value is a plain '' and is not useful.
3143
3144 tee (Loc.U):
3145         This variable is defined but not used by Configure.
3146         The value is a plain '' and is not useful.
3147
3148 test (Loc.U):
3149         This variable is used internally by Configure to determine the
3150         full pathname (if any) of the test program.  After Configure runs,
3151         the value is reset to a plain "test" and is not useful.
3152
3153 timeincl (i_time.U):
3154         This variable holds the full path of the included time header(s).
3155
3156 timetype (d_time.U):
3157         This variable holds the type returned by time(). It can be long,
3158         or time_t on BSD sites (in which case <sys/types.h> should be
3159         included). Anyway, the type Time_t should be used.
3160
3161 touch (Loc.U):
3162         This variable is used internally by Configure to determine the
3163         full pathname (if any) of the touch program.  After Configure runs,
3164         the value is reset to a plain "touch" and is not useful.
3165
3166 tr (Loc.U):
3167         This variable is used internally by Configure to determine the
3168         full pathname (if any) of the tr program.  After Configure runs,
3169         the value is reset to a plain "tr" and is not useful.
3170
3171 trnl (trnl.U):
3172         This variable contains the value to be passed to the tr(1)
3173         command to transliterate a newline.  Typical values are
3174         '\012' and '\n'.  This is needed for EBCDIC systems where
3175         newline is not necessarily '\012'.
3176
3177 troff (Loc.U):
3178         This variable is defined but not used by Configure.
3179         The value is a plain '' and is not useful.
3180
3181 u16size (perlxv.U):
3182         This variable is the size of an U16 in bytes.
3183
3184 u16type (perlxv.U):
3185         This variable contains the C type used for Perl's U16.
3186
3187 u32size (perlxv.U):
3188         This variable is the size of an U32 in bytes.
3189
3190 u32type (perlxv.U):
3191         This variable contains the C type used for Perl's U32.
3192
3193 u64size (perlxv.U):
3194         This variable is the size of an U64 in bytes.
3195
3196 u64type (perlxv.U):
3197         This variable contains the C type used for Perl's U64.
3198
3199 u8size (perlxv.U):
3200         This variable is the size of an U8 in bytes.
3201
3202 u8type (perlxv.U):
3203         This variable contains the C type used for Perl's U8.
3204
3205 uidformat (uidf.U):
3206         This variable contains the format string used for printing a Uid_t.
3207
3208 uidsign (uidsign.U):
3209         This variable contains the signedness of a uidtype.
3210         1 for unsigned, -1 for signed.
3211
3212 uidsize (uidsize.U):
3213         This variable contains the size of a uidtype in bytes.
3214
3215 uidtype (uidtype.U):
3216         This variable defines Uid_t to be something like uid_t, int, 
3217         ushort, or whatever type is used to declare user ids in the kernel.
3218
3219 uname (Loc.U):
3220         This variable is used internally by Configure to determine the
3221         full pathname (if any) of the uname program.  After Configure runs,
3222         the value is reset to a plain "uname" and is not useful.
3223
3224 uniq (Loc.U):
3225         This variable is used internally by Configure to determine the
3226         full pathname (if any) of the uniq program.  After Configure runs,
3227         the value is reset to a plain "uniq" and is not useful.
3228
3229 uquadtype (quadtype.U):
3230         This variable defines Uquad_t to be something like unsigned long,
3231         unsigned int, unsigned long long, uint64_t, or whatever type is
3232         used for 64-bit integers.
3233
3234 use5005threads (usethreads.U):
3235         This variable conditionally defines the USE_5005THREADS symbol,
3236         and indicates that Perl should be built to use the 5.005-based
3237         threading implementation.
3238
3239 use64bits (use64bits.U):
3240         This variable conditionally defines the USE_64_BITS symbol,
3241         and indicates that 64-bit integer types should be used
3242         when available.
3243
3244 usedl (dlsrc.U):
3245         This variable indicates if the system supports dynamic
3246         loading of some sort.  See also dlsrc and dlobj.
3247
3248 useithreads (usethreads.U):
3249         This variable conditionally defines the USE_ITHREADS symbol,
3250         and indicates that Perl should be built to use the interpreter-based
3251         threading implementation.
3252
3253 uselargefiles (uselfs.U):
3254         This variable conditionally defines the USE_LARGE_FILES symbol,
3255         and indicates that large file interfaces should be used when
3256         available.  The use64bits symbol will also be turned on if necessary.
3257
3258 uselongdouble (uselongdbl.U):
3259         This variable conditionally defines the USE_LONG_DOUBLE symbol,
3260         and indicates that long doubles should be used when available.
3261
3262 uselonglong (uselonglong.U):
3263         This variable conditionally defines the USE_LONG_LONG symbol,
3264         and indicates that long longs should be used when available.
3265
3266 usemorebits (usemorebits.U):
3267         This variable conditionally defines the USE_MORE_BITS symbol,
3268         and indicates that explicit 64-bit interfaces and long doubles
3269         should be used when available.
3270
3271 usemultiplicity (usemultiplicity.U):
3272         This variable conditionally defines the MULTIPLICITY symbol,
3273         and indicates that Perl should be built to use multiplicity.
3274
3275 usemymalloc (mallocsrc.U):
3276         This variable contains y if the malloc that comes with this package
3277         is desired over the system's version of malloc.  People often include
3278         special versions of malloc for effiency, but such versions are often
3279         less portable.  See also mallocsrc and mallocobj.
3280         If this is 'y', then -lmalloc is removed from $libs.
3281
3282 usenm (usenm.U):
3283         This variable contains 'true' or 'false' depending whether the
3284         nm extraction is wanted or not.
3285
3286 useopcode (Extensions.U):
3287         This variable holds either 'true' or 'false' to indicate
3288         whether the Opcode extension should be used.  The sole
3289         use for this currently is to allow an easy mechanism
3290         for users to skip the Opcode extension from the Configure
3291         command line.
3292
3293 useperlio (useperlio.U):
3294         This variable conditionally defines the USE_PERLIO symbol,
3295         and indicates that the PerlIO abstraction should be
3296         used throughout.
3297
3298 useposix (Extensions.U):
3299         This variable holds either 'true' or 'false' to indicate
3300         whether the POSIX extension should be used.  The sole
3301         use for this currently is to allow an easy mechanism
3302         for hints files to indicate that POSIX will not compile
3303         on a particular system.
3304
3305 usesfio (d_sfio.U):
3306         This variable is set to true when the user agrees to use sfio.
3307         It is set to false when sfio is not available or when the user
3308         explicitely requests not to use sfio.  It is here primarily so
3309         that command-line settings can override the auto-detection of
3310         d_sfio without running into a "WHOA THERE".
3311
3312 useshrplib (libperl.U):
3313         This variable is set to 'yes' if the user wishes
3314         to build a shared libperl, and 'no' otherwise.
3315
3316 usesocks (usesocks.U):
3317         This variable conditionally defines the USE_SOCKS symbol,
3318         and indicates that Perl should be built to use SOCKS.
3319
3320 usethreads (usethreads.U):
3321         This variable conditionally defines the USE_THREADS symbol,
3322         and indicates that Perl should be built to use threads.
3323
3324 usevendorprefix (vendorprefix.U):
3325         This variable tells whether the vendorprefix
3326         and consequently other vendor* paths are in use.
3327
3328 usevfork (d_vfork.U):
3329         This variable is set to true when the user accepts to use vfork.
3330         It is set to false when no vfork is available or when the user
3331         explicitely requests not to use vfork.
3332
3333 usrinc (usrinc.U):
3334         This variable holds the path of the include files, which is
3335         usually /usr/include. It is mainly used by other Configure units.
3336
3337 uuname (Loc.U):
3338         This variable is defined but not used by Configure.
3339         The value is a plain '' and is not useful.
3340
3341 uvoformat (perlxvf.U):
3342         This variable contains the format string used for printing
3343         a Perl UV as an unsigned octal integer. 
3344
3345 uvsize (perlxv.U):
3346         This variable is the size of a UV in bytes.
3347
3348 uvtype (perlxv.U):
3349         This variable contains the C type used for Perl's UV.
3350
3351 uvuformat (perlxvf.U):
3352         This variable contains the format string used for printing
3353         a Perl UV as an unsigned decimal integer. 
3354
3355 uvxformat (perlxvf.U):
3356         This variable contains the format string used for printing
3357         a Perl UV as an unsigned hexadecimal integer. 
3358
3359 vendorbin (vendorbin.U):
3360         This variable contains the eventual value of the VENDORBIN symbol.
3361         It may have a ~ on the front.
3362         The standard distribution will put nothing in this directory.
3363         Vendors who distribute perl may wish to place additional
3364         binaries in this directory with
3365         MakeMaker Makefile.PL INSTALLDIRS=vendor 
3366         or equivalent.  See INSTALL for details.
3367
3368 vendorbinexp (vendorbin.U):
3369         This variable is the ~name expanded version of vendorbin, so that you
3370         may use it directly in Makefiles or shell scripts.
3371
3372 vendorlib (vendorlib.U):
3373         This variable contains the eventual value of the VENDORLIB symbol,
3374         which is the name of the private library for this package.
3375         The standard distribution will put nothing in this directory.
3376         Vendors who distribute perl may wish to place their own
3377         modules in this directory with
3378         MakeMaker Makefile.PL INSTALLDIRS=vendor 
3379         or equivalent.  See INSTALL for details.
3380
3381 vendorlibexp (vendorlib.U):
3382         This variable is the ~name expanded version of vendorlib, so that you
3383         may use it directly in Makefiles or shell scripts.
3384
3385 vendorprefix (vendorprefix.U):
3386         This variable holds the full absolute path of the directory below
3387         which the vendor will install add-on packages.
3388         See INSTALL for usage and examples.
3389
3390 vendorprefixexp (vendorprefix.U):
3391         This variable holds the full absolute path of the directory below
3392         which the vendor will install add-on packages.  Derived from vendorprefix.
3393
3394 version (patchlevel.U):
3395         The full version number of this package, such as 5.6.1 (or 5_6_1).
3396         This combines baserev, patchlevel, and subversion to get the
3397         full version number, including any possible subversions.
3398         This is suitable for use as a directory name, and hence is
3399         filesystem dependent.
3400
3401 vi (Loc.U):
3402         This variable is defined but not used by Configure.
3403         The value is a plain '' and is not useful.
3404
3405 voidflags (voidflags.U):
3406         This variable contains the eventual value of the VOIDFLAGS symbol,
3407         which indicates how much support of the void type is given by this
3408         compiler.  See VOIDFLAGS for more info.
3409
3410 xlibpth (libpth.U):
3411         This variable holds extra path (space-separated) used to find
3412         libraries on this platform, for example CPU-specific libraries
3413         (on multi-CPU platforms) may be listed here.
3414
3415 zcat (Loc.U):
3416         This variable is defined but not used by Configure.
3417         The value is a plain '' and is not useful.
3418
3419 zip (Loc.U):
3420         This variable is used internally by Configure to determine the
3421         full pathname (if any) of the zip program.  After Configure runs,
3422         the value is reset to a plain "zip" and is not useful.
3423