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