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