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