1N/A
1N/A!!!!!!! DO NOT EDIT THIS FILE !!!!!!!
1N/AThis file is built by metaconfig.
1N/A
1N/AThis file contains a description of all the shell variables whose value is
1N/Adetermined by the Configure script. Variables intended for use in C
1N/Aprograms (e.g. I_UNISTD) are already described in config_h.SH. [`configpm'
1N/Agenerates pod documentation for Config.pm from this file--please try to keep
1N/Athe formatting regular.]
1N/A
1N/A_a (Unix.U):
1N/A This variable defines the extension used for ordinary library files.
1N/A For unix, it is '.a'. The '.' is included. Other possible
1N/A values include '.lib'.
1N/A
1N/A_exe (Unix.U):
1N/A This variable defines the extension used for executable files.
1N/A DJGPP, Cygwin and OS/2 use '.exe'. Stratus VOS uses '.pm'.
1N/A On operating systems which do not require a specific extension
1N/A for executable files, this variable is empty.
1N/A
1N/A_o (Unix.U):
1N/A This variable defines the extension used for object files.
1N/A For unix, it is '.o'. The '.' is included. Other possible
1N/A values include '.obj'.
1N/A
1N/Aafs (afs.U):
1N/A This variable is set to 'true' if AFS (Andrew File System) is used
1N/A on the system, 'false' otherwise. It is possible to override this
1N/A with a hint value or command line option, but you'd better know
1N/A what you are doing.
1N/A
1N/Aafsroot (afs.U):
1N/A This variable is by default set to '/afs'. In the unlikely case
1N/A this is not the correct root, it is possible to override this with
1N/A a hint value or command line option. This will be used in subsequent
1N/A tests for AFSness in the Perl configure and test process.
1N/A
1N/Aalignbytes (alignbytes.U):
1N/A This variable holds the number of bytes required to align a
1N/A double-- or a long double when applicable. Usual values are
1N/A 2, 4 and 8. The default is eight, for safety.
1N/A
1N/Aansi2knr (ansi2knr.U):
1N/A This variable is set if the user needs to run ansi2knr.
1N/A Currently, this is not supported, so we just abort.
1N/A
1N/Aaphostname (d_gethname.U):
1N/A This variable contains the command which can be used to compute the
1N/A host name. The command is fully qualified by its absolute path, to make
1N/A it safe when used by a process with super-user privileges.
1N/A
1N/Aapi_revision (patchlevel.U):
1N/A The three variables, api_revision, api_version, and
1N/A api_subversion, specify the version of the oldest perl binary
1N/A compatible with the present perl. In a full version string
1N/A such as '5.6.1', api_revision is the '5'.
1N/A Prior to 5.5.640, the format was a floating point number,
1N/A like 5.00563.
1N/A
1N/A perl.c:incpush() and lib/lib.pm will automatically search in
1N/A $sitelib/.. for older directories back to the limit specified
1N/A by these api_ variables. This is only useful if you have a
1N/A perl library directory tree structured like the default one.
1N/A See INSTALL for how this works. The versioned site_perl
1N/A directory was introduced in 5.005, so that is the lowest
1N/A possible value. The version list appropriate for the current
1N/A system is determined in inc_version_list.U.
1N/A
1N/A XXX To do: Since compatibility can depend on compile time
1N/A options (such as bincompat, longlong, etc.) it should
1N/A (perhaps) be set by Configure, but currently it isn't.
1N/A Currently, we read a hard-wired value from patchlevel.h.
1N/A Perhaps what we ought to do is take the hard-wired value from
1N/A patchlevel.h but then modify it if the current Configure
1N/A options warrant. patchlevel.h then would use an #ifdef guard.
1N/A
1N/Aapi_subversion (patchlevel.U):
1N/A The three variables, api_revision, api_version, and
1N/A api_subversion, specify the version of the oldest perl binary
1N/A compatible with the present perl. In a full version string
1N/A such as '5.6.1', api_subversion is the '1'. See api_revision for
1N/A full details.
1N/A
1N/Aapi_version (patchlevel.U):
1N/A The three variables, api_revision, api_version, and
1N/A api_subversion, specify the version of the oldest perl binary
1N/A compatible with the present perl. In a full version string
1N/A such as '5.6.1', api_version is the '6'. See api_revision for
1N/A full details. As a special case, 5.5.0 is rendered in the
1N/A old-style as 5.005. (In the 5.005_0x maintenance series,
1N/A this was the only versioned directory in $sitelib.)
1N/A
1N/Aapi_versionstring (patchlevel.U):
1N/A This variable combines api_revision, api_version, and
1N/A api_subversion in a format such as 5.6.1 (or 5_6_1) suitable
1N/A for use as a directory name. This is filesystem dependent.
1N/A
1N/Aar (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the ar program. After Configure runs,
1N/A the value is reset to a plain "ar" and is not useful.
1N/A
1N/Aarchlib (archlib.U):
1N/A This variable holds the name of the directory in which the user wants
1N/A to put architecture-dependent public library files for $package.
1N/A It is most often a local directory such as /usr/local/lib.
1N/A Programs using this variable must be prepared to deal
1N/A with filename expansion.
1N/A
1N/Aarchlibexp (archlib.U):
1N/A This variable is the same as the archlib variable, but is
1N/A filename expanded at configuration time, for convenient use.
1N/A
1N/Aarchname64 (use64bits.U):
1N/A This variable is used for the 64-bitness part of $archname.
1N/A
1N/Aarchname (archname.U):
1N/A This variable is a short name to characterize the current
1N/A architecture. It is used mainly to construct the default archlib.
1N/A
1N/Aarchobjs (Unix.U):
1N/A This variable defines any additional objects that must be linked
1N/A in with the program on this architecture. On unix, it is usually
1N/A empty. It is typically used to include emulations of unix calls
1N/A or other facilities. For perl on OS/2, for example, this would
1N/A include os2/os2.obj.
1N/A
1N/Aasctime_r_proto (d_asctime_r.U):
1N/A This variable encodes the prototype of asctime_r.
1N/A It is zero if d_asctime_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_asctime_r
1N/A is defined.
1N/A
1N/Aawk (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the awk program. After Configure runs,
1N/A the value is reset to a plain "awk" and is not useful.
1N/A
1N/Abaserev (baserev.U):
1N/A The base revision level of this package, from the .package file.
1N/A
1N/Abash (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Abin (bin.U):
1N/A This variable holds the name of the directory in which the user wants
1N/A to put publicly executable images for the package in question. It
1N/A is most often a local directory such as /usr/local/bin. Programs using
1N/A this variable must be prepared to deal with ~name substitution.
1N/A
1N/Abinexp (bin.U):
1N/A This is the same as the bin variable, but is filename expanded at
1N/A configuration time, for use in your makefiles.
1N/A
1N/Abison (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the bison program. After Configure runs,
1N/A the value is reset to a plain "bison" and is not useful.
1N/A
1N/Abyacc (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the byacc program. After Configure runs,
1N/A the value is reset to a plain "byacc" and is not useful.
1N/A
1N/Abyteorder (byteorder.U):
1N/A This variable holds the byte order in a UV. In the following,
1N/A larger digits indicate more significance. The variable byteorder
1N/A is either 4321 on a big-endian machine, or 1234 on a little-endian,
1N/A or 87654321 on a Cray ... or 3412 with weird order !
1N/A
1N/Ac (n.U):
1N/A This variable contains the \c string if that is what causes the echo
1N/A command to suppress newline. Otherwise it is null. Correct usage is
1N/A $echo $n "prompt for a question: $c".
1N/A
1N/Acastflags (d_castneg.U):
1N/A This variable contains a flag that precise difficulties the
1N/A compiler has casting odd floating values to unsigned long:
1N/A 0 = ok
1N/A 1 = couldn't cast < 0
1N/A 2 = couldn't cast >= 0x80000000
1N/A 4 = couldn't cast in argument expression list
1N/A
1N/Acat (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the cat program. After Configure runs,
1N/A the value is reset to a plain "cat" and is not useful.
1N/A
1N/Acc (cc.U):
1N/A This variable holds the name of a command to execute a C compiler which
1N/A can resolve multiple global references that happen to have the same
1N/A name. Usual values are 'cc' and 'gcc'.
1N/A Fervent ANSI compilers may be called 'c89'. AIX has xlc.
1N/A
1N/Acccdlflags (dlsrc.U):
1N/A This variable contains any special flags that might need to be
1N/A passed with 'cc -c' to compile modules to be used to create a shared
1N/A library that will be used for dynamic loading. For hpux, this
1N/A should be +z. It is up to the makefile to use it.
1N/A
1N/Accdlflags (dlsrc.U):
1N/A This variable contains any special flags that might need to be
1N/A passed to cc to link with a shared library for dynamic loading.
1N/A It is up to the makefile to use it. For sunos 4.1, it should
1N/A be empty.
1N/A
1N/Accflags (ccflags.U):
1N/A This variable contains any additional C compiler flags desired by
1N/A the user. It is up to the Makefile to use this.
1N/A
1N/Accflags_uselargefiles (uselfs.U):
1N/A This variable contains the compiler flags needed by large file builds
1N/A and added to ccflags by hints files.
1N/A
1N/Accname (Checkcc.U):
1N/A This can set either by hints files or by Configure. If using
1N/A gcc, this is gcc, and if not, usually equal to cc, unimpressive, no?
1N/A Some platforms, however, make good use of this by storing the
1N/A flavor of the C compiler being used here. For example if using
1N/A the Sun WorkShop suite, ccname will be 'workshop'.
1N/A
1N/Accsymbols (Cppsym.U):
1N/A The variable contains the symbols defined by the C compiler alone.
1N/A The symbols defined by cpp or by cc when it calls cpp are not in
1N/A this list, see cppsymbols and cppccsymbols.
1N/A The list is a space-separated list of symbol=value tokens.
1N/A
1N/Accversion (Checkcc.U):
1N/A This can set either by hints files or by Configure. If using
1N/A a (non-gcc) vendor cc, this variable may contain a version for
1N/A the compiler.
1N/A
1N/Acf_by (cf_who.U):
1N/A Login name of the person who ran the Configure script and answered the
1N/A questions. This is used to tag both config.sh and config_h.SH.
1N/A
1N/Acf_email (cf_email.U):
1N/A Electronic mail address of the person who ran Configure. This can be
1N/A used by units that require the user's e-mail, like MailList.U.
1N/A
1N/Acf_time (cf_who.U):
1N/A Holds the output of the "date" command when the configuration file was
1N/A produced. This is used to tag both config.sh and config_h.SH.
1N/A
1N/Acharsize (charsize.U):
1N/A This variable contains the value of the CHARSIZE symbol, which
1N/A indicates to the C program how many bytes there are in a character.
1N/A
1N/Achgrp (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Achmod (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the chmod program. After Configure runs,
1N/A the value is reset to a plain "chmod" and is not useful.
1N/A
1N/Achown (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Aclocktype (d_times.U):
1N/A This variable holds the type returned by times(). It can be long,
1N/A or clock_t on BSD sites (in which case <sys/types.h> should be
1N/A included).
1N/A
1N/Acomm (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the comm program. After Configure runs,
1N/A the value is reset to a plain "comm" and is not useful.
1N/A
1N/Acompress (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Acontains (contains.U):
1N/A This variable holds the command to do a grep with a proper return
1N/A status. On most sane systems it is simply "grep". On insane systems
1N/A it is a grep followed by a cat followed by a test. This variable
1N/A is primarily for the use of other Configure units.
1N/A
1N/Acp (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the cp program. After Configure runs,
1N/A the value is reset to a plain "cp" and is not useful.
1N/A
1N/Acpio (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Acpp (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the cpp program. After Configure runs,
1N/A the value is reset to a plain "cpp" and is not useful.
1N/A
1N/Acpp_stuff (cpp_stuff.U):
1N/A This variable contains an identification of the concatenation mechanism
1N/A used by the C preprocessor.
1N/A
1N/Acppccsymbols (Cppsym.U):
1N/A The variable contains the symbols defined by the C compiler
1N/A when it calls cpp. The symbols defined by the cc alone or cpp
1N/A alone are not in this list, see ccsymbols and cppsymbols.
1N/A The list is a space-separated list of symbol=value tokens.
1N/A
1N/Acppflags (ccflags.U):
1N/A This variable holds the flags that will be passed to the C pre-
1N/A processor. It is up to the Makefile to use it.
1N/A
1N/Acpplast (cppstdin.U):
1N/A This variable has the same functionality as cppminus, only it applies
1N/A to cpprun and not cppstdin.
1N/A
1N/Acppminus (cppstdin.U):
1N/A This variable contains the second part of the string which will invoke
1N/A the C preprocessor on the standard input and produce to standard
1N/A output. This variable will have the value "-" if cppstdin needs
1N/A a minus to specify standard input, otherwise the value is "".
1N/A
1N/Acpprun (cppstdin.U):
1N/A This variable contains the command which will invoke a C preprocessor
1N/A on standard input and put the output to stdout. It is guaranteed not
1N/A to be a wrapper and may be a null string if no preprocessor can be
1N/A made directly available. This preprocessor might be different from the
1N/A one used by the C compiler. Don't forget to append cpplast after the
1N/A preprocessor options.
1N/A
1N/Acppstdin (cppstdin.U):
1N/A This variable contains the command which will invoke the C
1N/A preprocessor on standard input and put the output to stdout.
1N/A It is primarily used by other Configure units that ask about
1N/A preprocessor symbols.
1N/A
1N/Acppsymbols (Cppsym.U):
1N/A The variable contains the symbols defined by the C preprocessor
1N/A alone. The symbols defined by cc or by cc when it calls cpp are
1N/A not in this list, see ccsymbols and cppccsymbols.
1N/A The list is a space-separated list of symbol=value tokens.
1N/A
1N/Acrypt_r_proto (d_crypt_r.U):
1N/A This variable encodes the prototype of crypt_r.
1N/A It is zero if d_crypt_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_crypt_r
1N/A is defined.
1N/A
1N/Acryptlib (d_crypt.U):
1N/A This variable holds -lcrypt or the path to a libcrypt.a archive if
1N/A the crypt() function is not defined in the standard C library. It is
1N/A up to the Makefile to use this.
1N/A
1N/Acsh (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the csh program. After Configure runs,
1N/A the value is reset to a plain "csh" and is not useful.
1N/A
1N/Actermid_r_proto (d_ctermid_r.U):
1N/A This variable encodes the prototype of ctermid_r.
1N/A It is zero if d_ctermid_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctermid_r
1N/A is defined.
1N/A
1N/Actime_r_proto (d_ctime_r.U):
1N/A This variable encodes the prototype of ctime_r.
1N/A It is zero if d_ctime_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctime_r
1N/A is defined.
1N/A
1N/Ad__fwalk (d__fwalk.U):
1N/A This variable conditionally defines HAS__FWALK if _fwalk() is
1N/A available to apply a function to all the file handles.
1N/A
1N/Ad_access (d_access.U):
1N/A This variable conditionally defines HAS_ACCESS if the access() system
1N/A call is available to check for access permissions using real IDs.
1N/A
1N/Ad_accessx (d_accessx.U):
1N/A This variable conditionally defines the HAS_ACCESSX symbol, which
1N/A indicates to the C program that the accessx() routine is available.
1N/A
1N/Ad_aintl (d_aintl.U):
1N/A This variable conditionally defines the HAS_AINTL symbol, which
1N/A indicates to the C program that the aintl() routine is available.
1N/A If copysignl is also present we can emulate modfl.
1N/A
1N/Ad_alarm (d_alarm.U):
1N/A This variable conditionally defines the HAS_ALARM symbol, which
1N/A indicates to the C program that the alarm() routine is available.
1N/A
1N/Ad_archlib (archlib.U):
1N/A This variable conditionally defines ARCHLIB to hold the pathname
1N/A of architecture-dependent library files for $package. If
1N/A $archlib is the same as $privlib, then this is set to undef.
1N/A
1N/Ad_asctime_r (d_asctime_r.U):
1N/A This variable conditionally defines the HAS_ASCTIME_R symbol,
1N/A which indicates to the C program that the asctime_r()
1N/A routine is available.
1N/A
1N/Ad_atolf (atolf.U):
1N/A This variable conditionally defines the HAS_ATOLF symbol, which
1N/A indicates to the C program that the atolf() routine is available.
1N/A
1N/Ad_atoll (atoll.U):
1N/A This variable conditionally defines the HAS_ATOLL symbol, which
1N/A indicates to the C program that the atoll() routine is available.
1N/A
1N/Ad_attribut (d_attribut.U):
1N/A This variable conditionally defines HASATTRIBUTE, which
1N/A indicates the C compiler can check for function attributes,
1N/A such as printf formats.
1N/A
1N/Ad_bcmp (d_bcmp.U):
1N/A This variable conditionally defines the HAS_BCMP symbol if
1N/A the bcmp() routine is available to compare strings.
1N/A
1N/Ad_bcopy (d_bcopy.U):
1N/A This variable conditionally defines the HAS_BCOPY symbol if
1N/A the bcopy() routine is available to copy strings.
1N/A
1N/Ad_bsd (Guess.U):
1N/A This symbol conditionally defines the symbol BSD when running on a
1N/A BSD system.
1N/A
1N/Ad_bsdgetpgrp (d_getpgrp.U):
1N/A This variable conditionally defines USE_BSD_GETPGRP if
1N/A getpgrp needs one arguments whereas USG one needs none.
1N/A
1N/Ad_bsdsetpgrp (d_setpgrp.U):
1N/A This variable conditionally defines USE_BSD_SETPGRP if
1N/A setpgrp needs two arguments whereas USG one needs none.
1N/A See also d_setpgid for a POSIX interface.
1N/A
1N/Ad_bzero (d_bzero.U):
1N/A This variable conditionally defines the HAS_BZERO symbol if
1N/A the bzero() routine is available to set memory to 0.
1N/A
1N/Ad_casti32 (d_casti32.U):
1N/A This variable conditionally defines CASTI32, which indicates
1N/A whether the C compiler can cast large floats to 32-bit ints.
1N/A
1N/Ad_castneg (d_castneg.U):
1N/A This variable conditionally defines CASTNEG, which indicates
1N/A wether the C compiler can cast negative float to unsigned.
1N/A
1N/Ad_charvspr (d_vprintf.U):
1N/A This variable conditionally defines CHARVSPRINTF if this system
1N/A has vsprintf returning type (char*). The trend seems to be to
1N/A declare it as "int vsprintf()".
1N/A
1N/Ad_chown (d_chown.U):
1N/A This variable conditionally defines the HAS_CHOWN symbol, which
1N/A indicates to the C program that the chown() routine is available.
1N/A
1N/Ad_chroot (d_chroot.U):
1N/A This variable conditionally defines the HAS_CHROOT symbol, which
1N/A indicates to the C program that the chroot() routine is available.
1N/A
1N/Ad_chsize (d_chsize.U):
1N/A This variable conditionally defines the CHSIZE symbol, which
1N/A indicates to the C program that the chsize() routine is available
1N/A to truncate files. You might need a -lx to get this routine.
1N/A
1N/Ad_class (d_class.U):
1N/A This variable conditionally defines the HAS_CLASS symbol, which
1N/A indicates to the C program that the class() routine is available.
1N/A
1N/Ad_closedir (d_closedir.U):
1N/A This variable conditionally defines HAS_CLOSEDIR if closedir() is
1N/A available.
1N/A
1N/Ad_cmsghdr_s (d_cmsghdr_s.U):
1N/A This variable conditionally defines the HAS_STRUCT_CMSGHDR symbol,
1N/A which indicates that the struct cmsghdr is supported.
1N/A
1N/Ad_const (d_const.U):
1N/A This variable conditionally defines the HASCONST symbol, which
1N/A indicates to the C program that this C compiler knows about the
1N/A const type.
1N/A
1N/Ad_copysignl (d_copysignl.U):
1N/A This variable conditionally defines the HAS_COPYSIGNL symbol, which
1N/A indicates to the C program that the copysignl() routine is available.
1N/A If aintl is also present we can emulate modfl.
1N/A
1N/Ad_crypt (d_crypt.U):
1N/A This variable conditionally defines the CRYPT symbol, which
1N/A indicates to the C program that the crypt() routine is available
1N/A to encrypt passwords and the like.
1N/A
1N/Ad_crypt_r (d_crypt_r.U):
1N/A This variable conditionally defines the HAS_CRYPT_R symbol,
1N/A which indicates to the C program that the crypt_r()
1N/A routine is available.
1N/A
1N/Ad_csh (d_csh.U):
1N/A This variable conditionally defines the CSH symbol, which
1N/A indicates to the C program that the C-shell exists.
1N/A
1N/Ad_ctermid_r (d_ctermid_r.U):
1N/A This variable conditionally defines the HAS_CTERMID_R symbol,
1N/A which indicates to the C program that the ctermid_r()
1N/A routine is available.
1N/A
1N/Ad_ctime_r (d_ctime_r.U):
1N/A This variable conditionally defines the HAS_CTIME_R symbol,
1N/A which indicates to the C program that the ctime_r()
1N/A routine is available.
1N/A
1N/Ad_cuserid (d_cuserid.U):
1N/A This variable conditionally defines the HAS_CUSERID symbol, which
1N/A indicates to the C program that the cuserid() routine is available
1N/A to get character login names.
1N/A
1N/Ad_dbl_dig (d_dbl_dig.U):
1N/A This variable conditionally defines d_dbl_dig if this system's
1N/A header files provide DBL_DIG, which is the number of significant
1N/A digits in a double precision number.
1N/A
1N/Ad_dbminitproto (d_dbminitproto.U):
1N/A This variable conditionally defines the HAS_DBMINIT_PROTO symbol,
1N/A which indicates to the C program that the system provides
1N/A a prototype for the dbminit() function. Otherwise, it is
1N/A up to the program to supply one.
1N/A
1N/Ad_difftime (d_difftime.U):
1N/A This variable conditionally defines the HAS_DIFFTIME symbol, which
1N/A indicates to the C program that the difftime() routine is available.
1N/A
1N/Ad_dirfd (d_dirfd.U):
1N/A This variable conditionally defines the HAS_DIRFD constant,
1N/A which indicates to the C program that dirfd() is available
1N/A to return the file descriptor of a directory stream.
1N/A
1N/Ad_dirnamlen (i_dirent.U):
1N/A This variable conditionally defines DIRNAMLEN, which indicates
1N/A to the C program that the length of directory entry names is
1N/A provided by a d_namelen field.
1N/A
1N/Ad_dlerror (d_dlerror.U):
1N/A This variable conditionally defines the HAS_DLERROR symbol, which
1N/A indicates to the C program that the dlerror() routine is available.
1N/A
1N/Ad_dlopen (d_dlopen.U):
1N/A This variable conditionally defines the HAS_DLOPEN symbol, which
1N/A indicates to the C program that the dlopen() routine is available.
1N/A
1N/Ad_dlsymun (d_dlsymun.U):
1N/A This variable conditionally defines DLSYM_NEEDS_UNDERSCORE, which
1N/A indicates that we need to prepend an underscore to the symbol
1N/A name before calling dlsym().
1N/A
1N/Ad_dosuid (d_dosuid.U):
1N/A This variable conditionally defines the symbol DOSUID, which
1N/A tells the C program that it should insert setuid emulation code
1N/A on hosts which have setuid #! scripts disabled.
1N/A
1N/Ad_drand48_r (d_drand48_r.U):
1N/A This variable conditionally defines the HAS_DRAND48_R symbol,
1N/A which indicates to the C program that the drand48_r()
1N/A routine is available.
1N/A
1N/Ad_drand48proto (d_drand48proto.U):
1N/A This variable conditionally defines the HAS_DRAND48_PROTO symbol,
1N/A which indicates to the C program that the system provides
1N/A a prototype for the drand48() function. Otherwise, it is
1N/A up to the program to supply one.
1N/A
1N/Ad_dup2 (d_dup2.U):
1N/A This variable conditionally defines HAS_DUP2 if dup2() is
1N/A available to duplicate file descriptors.
1N/A
1N/Ad_eaccess (d_eaccess.U):
1N/A This variable conditionally defines the HAS_EACCESS symbol, which
1N/A indicates to the C program that the eaccess() routine is available.
1N/A
1N/Ad_endgrent (d_endgrent.U):
1N/A This variable conditionally defines the HAS_ENDGRENT symbol, which
1N/A indicates to the C program that the endgrent() routine is available
1N/A for sequential access of the group database.
1N/A
1N/Ad_endgrent_r (d_endgrent_r.U):
1N/A This variable conditionally defines the HAS_ENDGRENT_R symbol,
1N/A which indicates to the C program that the endgrent_r()
1N/A routine is available.
1N/A
1N/Ad_endhent (d_endhent.U):
1N/A This variable conditionally defines HAS_ENDHOSTENT if endhostent() is
1N/A available to close whatever was being used for host queries.
1N/A
1N/Ad_endhostent_r (d_endhostent_r.U):
1N/A This variable conditionally defines the HAS_ENDHOSTENT_R symbol,
1N/A which indicates to the C program that the endhostent_r()
1N/A routine is available.
1N/A
1N/Ad_endnent (d_endnent.U):
1N/A This variable conditionally defines HAS_ENDNETENT if endnetent() is
1N/A available to close whatever was being used for network queries.
1N/A
1N/Ad_endnetent_r (d_endnetent_r.U):
1N/A This variable conditionally defines the HAS_ENDNETENT_R symbol,
1N/A which indicates to the C program that the endnetent_r()
1N/A routine is available.
1N/A
1N/Ad_endpent (d_endpent.U):
1N/A This variable conditionally defines HAS_ENDPROTOENT if endprotoent() is
1N/A available to close whatever was being used for protocol queries.
1N/A
1N/Ad_endprotoent_r (d_endprotoent_r.U):
1N/A This variable conditionally defines the HAS_ENDPROTOENT_R symbol,
1N/A which indicates to the C program that the endprotoent_r()
1N/A routine is available.
1N/A
1N/Ad_endpwent (d_endpwent.U):
1N/A This variable conditionally defines the HAS_ENDPWENT symbol, which
1N/A indicates to the C program that the endpwent() routine is available
1N/A for sequential access of the passwd database.
1N/A
1N/Ad_endpwent_r (d_endpwent_r.U):
1N/A This variable conditionally defines the HAS_ENDPWENT_R symbol,
1N/A which indicates to the C program that the endpwent_r()
1N/A routine is available.
1N/A
1N/Ad_endsent (d_endsent.U):
1N/A This variable conditionally defines HAS_ENDSERVENT if endservent() is
1N/A available to close whatever was being used for service queries.
1N/A
1N/Ad_endservent_r (d_endservent_r.U):
1N/A This variable conditionally defines the HAS_ENDSERVENT_R symbol,
1N/A which indicates to the C program that the endservent_r()
1N/A routine is available.
1N/A
1N/Ad_eofnblk (nblock_io.U):
1N/A This variable conditionally defines EOF_NONBLOCK if EOF can be seen
1N/A when reading from a non-blocking I/O source.
1N/A
1N/Ad_eunice (Guess.U):
1N/A This variable conditionally defines the symbols EUNICE and VAX, which
1N/A alerts the C program that it must deal with ideosyncracies of VMS.
1N/A
1N/Ad_faststdio (d_faststdio.U):
1N/A This variable conditionally defines the HAS_FAST_STDIO symbol,
1N/A which indicates to the C program that the "fast stdio" is available
1N/A to manipulate the stdio buffers directly.
1N/A
1N/Ad_fchdir (d_fchdir.U):
1N/A This variable conditionally defines the HAS_FCHDIR symbol, which
1N/A indicates to the C program that the fchdir() routine is available.
1N/A
1N/Ad_fchmod (d_fchmod.U):
1N/A This variable conditionally defines the HAS_FCHMOD symbol, which
1N/A indicates to the C program that the fchmod() routine is available
1N/A to change mode of opened files.
1N/A
1N/Ad_fchown (d_fchown.U):
1N/A This variable conditionally defines the HAS_FCHOWN symbol, which
1N/A indicates to the C program that the fchown() routine is available
1N/A to change ownership of opened files.
1N/A
1N/Ad_fcntl (d_fcntl.U):
1N/A This variable conditionally defines the HAS_FCNTL symbol, and indicates
1N/A whether the fcntl() function exists
1N/A
1N/Ad_fcntl_can_lock (d_fcntl_can_lock.U):
1N/A This variable conditionally defines the FCNTL_CAN_LOCK symbol
1N/A and indicates whether file locking with fcntl() works.
1N/A
1N/Ad_fd_macros (d_fd_set.U):
1N/A This variable contains the eventual value of the HAS_FD_MACROS symbol,
1N/A which indicates if your C compiler knows about the macros which
1N/A manipulate an fd_set.
1N/A
1N/Ad_fd_set (d_fd_set.U):
1N/A This variable contains the eventual value of the HAS_FD_SET symbol,
1N/A which indicates if your C compiler knows about the fd_set typedef.
1N/A
1N/Ad_fds_bits (d_fd_set.U):
1N/A This variable contains the eventual value of the HAS_FDS_BITS symbol,
1N/A which indicates if your fd_set typedef contains the fds_bits member.
1N/A If you have an fd_set typedef, but the dweebs who installed it did
1N/A a half-fast job and neglected to provide the macros to manipulate
1N/A an fd_set, HAS_FDS_BITS will let us know how to fix the gaffe.
1N/A
1N/Ad_fgetpos (d_fgetpos.U):
1N/A This variable conditionally defines HAS_FGETPOS if fgetpos() is
1N/A available to get the file position indicator.
1N/A
1N/Ad_finite (d_finite.U):
1N/A This variable conditionally defines the HAS_FINITE symbol, which
1N/A indicates to the C program that the finite() routine is available.
1N/A
1N/Ad_finitel (d_finitel.U):
1N/A This variable conditionally defines the HAS_FINITEL symbol, which
1N/A indicates to the C program that the finitel() routine is available.
1N/A
1N/Ad_flexfnam (d_flexfnam.U):
1N/A This variable conditionally defines the FLEXFILENAMES symbol, which
1N/A indicates that the system supports filenames longer than 14 characters.
1N/A
1N/Ad_flock (d_flock.U):
1N/A This variable conditionally defines HAS_FLOCK if flock() is
1N/A available to do file locking.
1N/A
1N/Ad_flockproto (d_flockproto.U):
1N/A This variable conditionally defines the HAS_FLOCK_PROTO symbol,
1N/A which indicates to the C program that the system provides
1N/A a prototype for the flock() function. Otherwise, it is
1N/A up to the program to supply one.
1N/A
1N/Ad_fork (d_fork.U):
1N/A This variable conditionally defines the HAS_FORK symbol, which
1N/A indicates to the C program that the fork() routine is available.
1N/A
1N/Ad_fp_class (d_fp_class.U):
1N/A This variable conditionally defines the HAS_FP_CLASS symbol, which
1N/A indicates to the C program that the fp_class() routine is available.
1N/A
1N/Ad_fpathconf (d_pathconf.U):
1N/A This variable conditionally defines the HAS_FPATHCONF symbol, which
1N/A indicates to the C program that the pathconf() routine is available
1N/A to determine file-system related limits and options associated
1N/A with a given open file descriptor.
1N/A
1N/Ad_fpclass (d_fpclass.U):
1N/A This variable conditionally defines the HAS_FPCLASS symbol, which
1N/A indicates to the C program that the fpclass() routine is available.
1N/A
1N/Ad_fpclassify (d_fpclassify.U):
1N/A This variable conditionally defines the HAS_FPCLASSIFY symbol, which
1N/A indicates to the C program that the fpclassify() routine is available.
1N/A
1N/Ad_fpclassl (d_fpclassl.U):
1N/A This variable conditionally defines the HAS_FPCLASSL symbol, which
1N/A indicates to the C program that the fpclassl() routine is available.
1N/A
1N/Ad_fpos64_t (d_fpos64_t.U):
1N/A This symbol will be defined if the C compiler supports fpos64_t.
1N/A
1N/Ad_frexpl (d_frexpl.U):
1N/A This variable conditionally defines the HAS_FREXPL symbol, which
1N/A indicates to the C program that the frexpl() routine is available.
1N/A
1N/Ad_fs_data_s (d_fs_data_s.U):
1N/A This variable conditionally defines the HAS_STRUCT_FS_DATA symbol,
1N/A which indicates that the struct fs_data is supported.
1N/A
1N/Ad_fseeko (d_fseeko.U):
1N/A This variable conditionally defines the HAS_FSEEKO symbol, which
1N/A indicates to the C program that the fseeko() routine is available.
1N/A
1N/Ad_fsetpos (d_fsetpos.U):
1N/A This variable conditionally defines HAS_FSETPOS if fsetpos() is
1N/A available to set the file position indicator.
1N/A
1N/Ad_fstatfs (d_fstatfs.U):
1N/A This variable conditionally defines the HAS_FSTATFS symbol, which
1N/A indicates to the C program that the fstatfs() routine is available.
1N/A
1N/Ad_fstatvfs (d_statvfs.U):
1N/A This variable conditionally defines the HAS_FSTATVFS symbol, which
1N/A indicates to the C program that the fstatvfs() routine is available.
1N/A
1N/Ad_fsync (d_fsync.U):
1N/A This variable conditionally defines the HAS_FSYNC symbol, which
1N/A indicates to the C program that the fsync() routine is available.
1N/A
1N/Ad_ftello (d_ftello.U):
1N/A This variable conditionally defines the HAS_FTELLO symbol, which
1N/A indicates to the C program that the ftello() routine is available.
1N/A
1N/Ad_ftime (d_ftime.U):
1N/A This variable conditionally defines the HAS_FTIME symbol, which indicates
1N/A that the ftime() routine exists. The ftime() routine is basically
1N/A a sub-second accuracy clock.
1N/A
1N/Ad_Gconvert (d_gconvert.U):
1N/A This variable holds what Gconvert is defined as to convert
1N/A floating point numbers into strings. By default, Configure
1N/A sets this macro to use the first of gconvert, gcvt, or sprintf
1N/A that pass sprintf-%g-like behaviour tests. If perl is using
1N/A long doubles, the macro uses the first of the following
1N/A functions that pass Configure's tests: qgcvt, sprintf (if
1N/A Configure knows how to make sprintf format long doubles--see
1N/A sPRIgldbl), gconvert, gcvt, and sprintf (casting to double).
1N/A The gconvert_preference and gconvert_ld_preference variables
1N/A can be used to alter Configure's preferences, for doubles and
1N/A long doubles, respectively. If present, they contain a
1N/A space-separated list of one or more of the above function
1N/A names in the order they should be tried.
1N/A
1N/A d_Gconvert may be set to override Configure with a platform-
1N/A specific function. If this function expects a double, a
1N/A different value may need to be set by the uselongdouble.cbu
1N/A call-back unit so that long doubles can be formatted without
1N/A loss of precision.
1N/A
1N/Ad_getcwd (d_getcwd.U):
1N/A This variable conditionally defines the HAS_GETCWD symbol, which
1N/A indicates to the C program that the getcwd() routine is available
1N/A to get the current working directory.
1N/A
1N/Ad_getespwnam (d_getespwnam.U):
1N/A This variable conditionally defines HAS_GETESPWNAM if getespwnam() is
1N/A available to retrieve enchanced (shadow) password entries by name.
1N/A
1N/Ad_getfsstat (d_getfsstat.U):
1N/A This variable conditionally defines the HAS_GETFSSTAT symbol, which
1N/A indicates to the C program that the getfsstat() routine is available.
1N/A
1N/Ad_getgrent (d_getgrent.U):
1N/A This variable conditionally defines the HAS_GETGRENT symbol, which
1N/A indicates to the C program that the getgrent() routine is available
1N/A for sequential access of the group database.
1N/A
1N/Ad_getgrent_r (d_getgrent_r.U):
1N/A This variable conditionally defines the HAS_GETGRENT_R symbol,
1N/A which indicates to the C program that the getgrent_r()
1N/A routine is available.
1N/A
1N/Ad_getgrgid_r (d_getgrgid_r.U):
1N/A This variable conditionally defines the HAS_GETGRGID_R symbol,
1N/A which indicates to the C program that the getgrgid_r()
1N/A routine is available.
1N/A
1N/Ad_getgrnam_r (d_getgrnam_r.U):
1N/A This variable conditionally defines the HAS_GETGRNAM_R symbol,
1N/A which indicates to the C program that the getgrnam_r()
1N/A routine is available.
1N/A
1N/Ad_getgrps (d_getgrps.U):
1N/A This variable conditionally defines the HAS_GETGROUPS symbol, which
1N/A indicates to the C program that the getgroups() routine is available
1N/A to get the list of process groups.
1N/A
1N/Ad_gethbyaddr (d_gethbyad.U):
1N/A This variable conditionally defines the HAS_GETHOSTBYADDR symbol, which
1N/A indicates to the C program that the gethostbyaddr() routine is available
1N/A to look up hosts by their IP addresses.
1N/A
1N/Ad_gethbyname (d_gethbynm.U):
1N/A This variable conditionally defines the HAS_GETHOSTBYNAME symbol, which
1N/A indicates to the C program that the gethostbyname() routine is available
1N/A to look up host names in some data base or other.
1N/A
1N/Ad_gethent (d_gethent.U):
1N/A This variable conditionally defines HAS_GETHOSTENT if gethostent() is
1N/A available to look up host names in some data base or another.
1N/A
1N/Ad_gethname (d_gethname.U):
1N/A This variable conditionally defines the HAS_GETHOSTNAME symbol, which
1N/A indicates to the C program that the gethostname() routine may be
1N/A used to derive the host name.
1N/A
1N/Ad_gethostbyaddr_r (d_gethostbyaddr_r.U):
1N/A This variable conditionally defines the HAS_GETHOSTBYADDR_R symbol,
1N/A which indicates to the C program that the gethostbyaddr_r()
1N/A routine is available.
1N/A
1N/Ad_gethostbyname_r (d_gethostbyname_r.U):
1N/A This variable conditionally defines the HAS_GETHOSTBYNAME_R symbol,
1N/A which indicates to the C program that the gethostbyname_r()
1N/A routine is available.
1N/A
1N/Ad_gethostent_r (d_gethostent_r.U):
1N/A This variable conditionally defines the HAS_GETHOSTENT_R symbol,
1N/A which indicates to the C program that the gethostent_r()
1N/A routine is available.
1N/A
1N/Ad_gethostprotos (d_gethostprotos.U):
1N/A This variable conditionally defines the HAS_GETHOST_PROTOS symbol,
1N/A which indicates to the C program that <netdb.h> supplies
1N/A prototypes for the various gethost*() functions.
1N/A See also netdbtype.U for probing for various netdb types.
1N/A
1N/Ad_getitimer (d_getitimer.U):
1N/A This variable conditionally defines the HAS_GETITIMER symbol, which
1N/A indicates to the C program that the getitimer() routine is available.
1N/A
1N/Ad_getlogin (d_getlogin.U):
1N/A This variable conditionally defines the HAS_GETLOGIN symbol, which
1N/A indicates to the C program that the getlogin() routine is available
1N/A to get the login name.
1N/A
1N/Ad_getlogin_r (d_getlogin_r.U):
1N/A This variable conditionally defines the HAS_GETLOGIN_R symbol,
1N/A which indicates to the C program that the getlogin_r()
1N/A routine is available.
1N/A
1N/Ad_getmnt (d_getmnt.U):
1N/A This variable conditionally defines the HAS_GETMNT symbol, which
1N/A indicates to the C program that the getmnt() routine is available
1N/A to retrieve one or more mount info blocks by filename.
1N/A
1N/Ad_getmntent (d_getmntent.U):
1N/A This variable conditionally defines the HAS_GETMNTENT symbol, which
1N/A indicates to the C program that the getmntent() routine is available
1N/A to iterate through mounted files to get their mount info.
1N/A
1N/Ad_getnbyaddr (d_getnbyad.U):
1N/A This variable conditionally defines the HAS_GETNETBYADDR symbol, which
1N/A indicates to the C program that the getnetbyaddr() routine is available
1N/A to look up networks by their IP addresses.
1N/A
1N/Ad_getnbyname (d_getnbynm.U):
1N/A This variable conditionally defines the HAS_GETNETBYNAME symbol, which
1N/A indicates to the C program that the getnetbyname() routine is available
1N/A to look up networks by their names.
1N/A
1N/Ad_getnent (d_getnent.U):
1N/A This variable conditionally defines HAS_GETNETENT if getnetent() is
1N/A available to look up network names in some data base or another.
1N/A
1N/Ad_getnetbyaddr_r (d_getnetbyaddr_r.U):
1N/A This variable conditionally defines the HAS_GETNETBYADDR_R symbol,
1N/A which indicates to the C program that the getnetbyaddr_r()
1N/A routine is available.
1N/A
1N/Ad_getnetbyname_r (d_getnetbyname_r.U):
1N/A This variable conditionally defines the HAS_GETNETBYNAME_R symbol,
1N/A which indicates to the C program that the getnetbyname_r()
1N/A routine is available.
1N/A
1N/Ad_getnetent_r (d_getnetent_r.U):
1N/A This variable conditionally defines the HAS_GETNETENT_R symbol,
1N/A which indicates to the C program that the getnetent_r()
1N/A routine is available.
1N/A
1N/Ad_getnetprotos (d_getnetprotos.U):
1N/A This variable conditionally defines the HAS_GETNET_PROTOS symbol,
1N/A which indicates to the C program that <netdb.h> supplies
1N/A prototypes for the various getnet*() functions.
1N/A See also netdbtype.U for probing for various netdb types.
1N/A
1N/Ad_getpagsz (d_getpagsz.U):
1N/A This variable conditionally defines HAS_GETPAGESIZE if getpagesize()
1N/A is available to get the system page size.
1N/A
1N/Ad_getpbyname (d_getprotby.U):
1N/A This variable conditionally defines the HAS_GETPROTOBYNAME
1N/A symbol, which indicates to the C program that the
1N/A getprotobyname() routine is available to look up protocols
1N/A by their name.
1N/A
1N/Ad_getpbynumber (d_getprotby.U):
1N/A This variable conditionally defines the HAS_GETPROTOBYNUMBER
1N/A symbol, which indicates to the C program that the
1N/A getprotobynumber() routine is available to look up protocols
1N/A by their number.
1N/A
1N/Ad_getpent (d_getpent.U):
1N/A This variable conditionally defines HAS_GETPROTOENT if getprotoent() is
1N/A available to look up protocols in some data base or another.
1N/A
1N/Ad_getpgid (d_getpgid.U):
1N/A This variable conditionally defines the HAS_GETPGID symbol, which
1N/A indicates to the C program that the getpgid(pid) function
1N/A is available to get the process group id.
1N/A
1N/Ad_getpgrp2 (d_getpgrp2.U):
1N/A This variable conditionally defines the HAS_GETPGRP2 symbol, which
1N/A indicates to the C program that the getpgrp2() (as in DG/UX) routine
1N/A is available to get the current process group.
1N/A
1N/Ad_getpgrp (d_getpgrp.U):
1N/A This variable conditionally defines HAS_GETPGRP if getpgrp() is
1N/A available to get the current process group.
1N/A
1N/Ad_getppid (d_getppid.U):
1N/A This variable conditionally defines the HAS_GETPPID symbol, which
1N/A indicates to the C program that the getppid() routine is available
1N/A to get the parent process ID.
1N/A
1N/Ad_getprior (d_getprior.U):
1N/A This variable conditionally defines HAS_GETPRIORITY if getpriority()
1N/A is available to get a process's priority.
1N/A
1N/Ad_getprotobyname_r (d_getprotobyname_r.U):
1N/A This variable conditionally defines the HAS_GETPROTOBYNAME_R symbol,
1N/A which indicates to the C program that the getprotobyname_r()
1N/A routine is available.
1N/A
1N/Ad_getprotobynumber_r (d_getprotobynumber_r.U):
1N/A This variable conditionally defines the HAS_GETPROTOBYNUMBER_R symbol,
1N/A which indicates to the C program that the getprotobynumber_r()
1N/A routine is available.
1N/A
1N/Ad_getprotoent_r (d_getprotoent_r.U):
1N/A This variable conditionally defines the HAS_GETPROTOENT_R symbol,
1N/A which indicates to the C program that the getprotoent_r()
1N/A routine is available.
1N/A
1N/Ad_getprotoprotos (d_getprotoprotos.U):
1N/A This variable conditionally defines the HAS_GETPROTO_PROTOS symbol,
1N/A which indicates to the C program that <netdb.h> supplies
1N/A prototypes for the various getproto*() functions.
1N/A See also netdbtype.U for probing for various netdb types.
1N/A
1N/Ad_getprpwnam (d_getprpwnam.U):
1N/A This variable conditionally defines HAS_GETPRPWNAM if getprpwnam() is
1N/A available to retrieve protected (shadow) password entries by name.
1N/A
1N/Ad_getpwent (d_getpwent.U):
1N/A This variable conditionally defines the HAS_GETPWENT symbol, which
1N/A indicates to the C program that the getpwent() routine is available
1N/A for sequential access of the passwd database.
1N/A
1N/Ad_getpwent_r (d_getpwent_r.U):
1N/A This variable conditionally defines the HAS_GETPWENT_R symbol,
1N/A which indicates to the C program that the getpwent_r()
1N/A routine is available.
1N/A
1N/Ad_getpwnam_r (d_getpwnam_r.U):
1N/A This variable conditionally defines the HAS_GETPWNAM_R symbol,
1N/A which indicates to the C program that the getpwnam_r()
1N/A routine is available.
1N/A
1N/Ad_getpwuid_r (d_getpwuid_r.U):
1N/A This variable conditionally defines the HAS_GETPWUID_R symbol,
1N/A which indicates to the C program that the getpwuid_r()
1N/A routine is available.
1N/A
1N/Ad_getsbyname (d_getsrvby.U):
1N/A This variable conditionally defines the HAS_GETSERVBYNAME
1N/A symbol, which indicates to the C program that the
1N/A getservbyname() routine is available to look up services
1N/A by their name.
1N/A
1N/Ad_getsbyport (d_getsrvby.U):
1N/A This variable conditionally defines the HAS_GETSERVBYPORT
1N/A symbol, which indicates to the C program that the
1N/A getservbyport() routine is available to look up services
1N/A by their port.
1N/A
1N/Ad_getsent (d_getsent.U):
1N/A This variable conditionally defines HAS_GETSERVENT if getservent() is
1N/A available to look up network services in some data base or another.
1N/A
1N/Ad_getservbyname_r (d_getservbyname_r.U):
1N/A This variable conditionally defines the HAS_GETSERVBYNAME_R symbol,
1N/A which indicates to the C program that the getservbyname_r()
1N/A routine is available.
1N/A
1N/Ad_getservbyport_r (d_getservbyport_r.U):
1N/A This variable conditionally defines the HAS_GETSERVBYPORT_R symbol,
1N/A which indicates to the C program that the getservbyport_r()
1N/A routine is available.
1N/A
1N/Ad_getservent_r (d_getservent_r.U):
1N/A This variable conditionally defines the HAS_GETSERVENT_R symbol,
1N/A which indicates to the C program that the getservent_r()
1N/A routine is available.
1N/A
1N/Ad_getservprotos (d_getservprotos.U):
1N/A This variable conditionally defines the HAS_GETSERV_PROTOS symbol,
1N/A which indicates to the C program that <netdb.h> supplies
1N/A prototypes for the various getserv*() functions.
1N/A See also netdbtype.U for probing for various netdb types.
1N/A
1N/Ad_getspnam (d_getspnam.U):
1N/A This variable conditionally defines HAS_GETSPNAM if getspnam() is
1N/A available to retrieve SysV shadow password entries by name.
1N/A
1N/Ad_getspnam_r (d_getspnam_r.U):
1N/A This variable conditionally defines the HAS_GETSPNAM_R symbol,
1N/A which indicates to the C program that the getspnam_r()
1N/A routine is available.
1N/A
1N/Ad_gettimeod (d_ftime.U):
1N/A This variable conditionally defines the HAS_GETTIMEOFDAY symbol, which
1N/A indicates that the gettimeofday() system call exists (to obtain a
1N/A sub-second accuracy clock). You should probably include <sys/resource.h>.
1N/A
1N/Ad_gmtime_r (d_gmtime_r.U):
1N/A This variable conditionally defines the HAS_GMTIME_R symbol,
1N/A which indicates to the C program that the gmtime_r()
1N/A routine is available.
1N/A
1N/Ad_gnulibc (d_gnulibc.U):
1N/A Defined if we're dealing with the GNU C Library.
1N/A
1N/Ad_grpasswd (i_grp.U):
1N/A This variable conditionally defines GRPASSWD, which indicates
1N/A that struct group in <grp.h> contains gr_passwd.
1N/A
1N/Ad_hasmntopt (d_hasmntopt.U):
1N/A This variable conditionally defines the HAS_HASMNTOPT symbol, which
1N/A indicates to the C program that the hasmntopt() routine is available
1N/A to query the mount options of file systems.
1N/A
1N/Ad_htonl (d_htonl.U):
1N/A This variable conditionally defines HAS_HTONL if htonl() and its
1N/A friends are available to do network order byte swapping.
1N/A
1N/Ad_ilogbl (d_ilogbl.U):
1N/A This variable conditionally defines the HAS_ILOGBL symbol, which
1N/A indicates to the C program that the ilogbl() routine is available.
1N/A If scalbnl is also present we can emulate frexpl.
1N/A
1N/Ad_index (d_strchr.U):
1N/A This variable conditionally defines HAS_INDEX if index() and
1N/A rindex() are available for string searching.
1N/A
1N/Ad_inetaton (d_inetaton.U):
1N/A This variable conditionally defines the HAS_INET_ATON symbol, which
1N/A indicates to the C program that the inet_aton() function is available
1N/A to parse IP address "dotted-quad" strings.
1N/A
1N/Ad_int64_t (d_int64_t.U):
1N/A This symbol will be defined if the C compiler supports int64_t.
1N/A
1N/Ad_isascii (d_isascii.U):
1N/A This variable conditionally defines the HAS_ISASCII constant,
1N/A which indicates to the C program that isascii() is available.
1N/A
1N/Ad_isfinite (d_isfinite.U):
1N/A This variable conditionally defines the HAS_ISFINITE symbol, which
1N/A indicates to the C program that the isfinite() routine is available.
1N/A
1N/Ad_isinf (d_isinf.U):
1N/A This variable conditionally defines the HAS_ISINF symbol, which
1N/A indicates to the C program that the isinf() routine is available.
1N/A
1N/Ad_isnan (d_isnan.U):
1N/A This variable conditionally defines the HAS_ISNAN symbol, which
1N/A indicates to the C program that the isnan() routine is available.
1N/A
1N/Ad_isnanl (d_isnanl.U):
1N/A This variable conditionally defines the HAS_ISNANL symbol, which
1N/A indicates to the C program that the isnanl() routine is available.
1N/A
1N/Ad_killpg (d_killpg.U):
1N/A This variable conditionally defines the HAS_KILLPG symbol, which
1N/A indicates to the C program that the killpg() routine is available
1N/A to kill process groups.
1N/A
1N/Ad_lchown (d_lchown.U):
1N/A This variable conditionally defines the HAS_LCHOWN symbol, which
1N/A indicates to the C program that the lchown() routine is available
1N/A to operate on a symbolic link (instead of following the link).
1N/A
1N/Ad_ldbl_dig (d_ldbl_dig.U):
1N/A This variable conditionally defines d_ldbl_dig if this system's
1N/A header files provide LDBL_DIG, which is the number of significant
1N/A digits in a long double precision number.
1N/A
1N/Ad_link (d_link.U):
1N/A This variable conditionally defines HAS_LINK if link() is
1N/A available to create hard links.
1N/A
1N/Ad_localtime_r (d_localtime_r.U):
1N/A This variable conditionally defines the HAS_LOCALTIME_R symbol,
1N/A which indicates to the C program that the localtime_r()
1N/A routine is available.
1N/A
1N/Ad_locconv (d_locconv.U):
1N/A This variable conditionally defines HAS_LOCALECONV if localeconv() is
1N/A available for numeric and monetary formatting conventions.
1N/A
1N/Ad_lockf (d_lockf.U):
1N/A This variable conditionally defines HAS_LOCKF if lockf() is
1N/A available to do file locking.
1N/A
1N/Ad_longdbl (d_longdbl.U):
1N/A This variable conditionally defines HAS_LONG_DOUBLE if
1N/A the long double type is supported.
1N/A
1N/Ad_longlong (d_longlong.U):
1N/A This variable conditionally defines HAS_LONG_LONG if
1N/A the long long type is supported.
1N/A
1N/Ad_lseekproto (d_lseekproto.U):
1N/A This variable conditionally defines the HAS_LSEEK_PROTO symbol,
1N/A which indicates to the C program that the system provides
1N/A a prototype for the lseek() function. Otherwise, it is
1N/A up to the program to supply one.
1N/A
1N/Ad_lstat (d_lstat.U):
1N/A This variable conditionally defines HAS_LSTAT if lstat() is
1N/A available to do file stats on symbolic links.
1N/A
1N/Ad_madvise (d_madvise.U):
1N/A This variable conditionally defines HAS_MADVISE if madvise() is
1N/A available to map a file into memory.
1N/A
1N/Ad_mblen (d_mblen.U):
1N/A This variable conditionally defines the HAS_MBLEN symbol, which
1N/A indicates to the C program that the mblen() routine is available
1N/A to find the number of bytes in a multibye character.
1N/A
1N/Ad_mbstowcs (d_mbstowcs.U):
1N/A This variable conditionally defines the HAS_MBSTOWCS symbol, which
1N/A indicates to the C program that the mbstowcs() routine is available
1N/A to convert a multibyte string into a wide character string.
1N/A
1N/Ad_mbtowc (d_mbtowc.U):
1N/A This variable conditionally defines the HAS_MBTOWC symbol, which
1N/A indicates to the C program that the mbtowc() routine is available
1N/A to convert multibyte to a wide character.
1N/A
1N/Ad_memchr (d_memchr.U):
1N/A This variable conditionally defines the HAS_MEMCHR symbol, which
1N/A indicates to the C program that the memchr() routine is available
1N/A to locate characters within a C string.
1N/A
1N/Ad_memcmp (d_memcmp.U):
1N/A This variable conditionally defines the HAS_MEMCMP symbol, which
1N/A indicates to the C program that the memcmp() routine is available
1N/A to compare blocks of memory.
1N/A
1N/Ad_memcpy (d_memcpy.U):
1N/A This variable conditionally defines the HAS_MEMCPY symbol, which
1N/A indicates to the C program that the memcpy() routine is available
1N/A to copy blocks of memory.
1N/A
1N/Ad_memmove (d_memmove.U):
1N/A This variable conditionally defines the HAS_MEMMOVE symbol, which
1N/A indicates to the C program that the memmove() routine is available
1N/A to copy potentatially overlapping blocks of memory.
1N/A
1N/Ad_memset (d_memset.U):
1N/A This variable conditionally defines the HAS_MEMSET symbol, which
1N/A indicates to the C program that the memset() routine is available
1N/A to set blocks of memory.
1N/A
1N/Ad_mkdir (d_mkdir.U):
1N/A This variable conditionally defines the HAS_MKDIR symbol, which
1N/A indicates to the C program that the mkdir() routine is available
1N/A to create directories..
1N/A
1N/Ad_mkdtemp (d_mkdtemp.U):
1N/A This variable conditionally defines the HAS_MKDTEMP symbol, which
1N/A indicates to the C program that the mkdtemp() routine is available
1N/A to exclusively create a uniquely named temporary directory.
1N/A
1N/Ad_mkfifo (d_mkfifo.U):
1N/A This variable conditionally defines the HAS_MKFIFO symbol, which
1N/A indicates to the C program that the mkfifo() routine is available.
1N/A
1N/Ad_mkstemp (d_mkstemp.U):
1N/A This variable conditionally defines the HAS_MKSTEMP symbol, which
1N/A indicates to the C program that the mkstemp() routine is available
1N/A to exclusively create and open a uniquely named temporary file.
1N/A
1N/Ad_mkstemps (d_mkstemps.U):
1N/A This variable conditionally defines the HAS_MKSTEMPS symbol, which
1N/A indicates to the C program that the mkstemps() routine is available
1N/A to exclusively create and open a uniquely named (with a suffix)
1N/A temporary file.
1N/A
1N/Ad_mktime (d_mktime.U):
1N/A This variable conditionally defines the HAS_MKTIME symbol, which
1N/A indicates to the C program that the mktime() routine is available.
1N/A
1N/Ad_mmap (d_mmap.U):
1N/A This variable conditionally defines HAS_MMAP if mmap() is
1N/A available to map a file into memory.
1N/A
1N/Ad_modfl (d_modfl.U):
1N/A This variable conditionally defines the HAS_MODFL symbol, which
1N/A indicates to the C program that the modfl() routine is available.
1N/A
1N/Ad_modfl_pow32_bug (d_modfl.U):
1N/A This variable conditionally defines the HAS_MODFL_POW32_BUG symbol,
1N/A which indicates that modfl() is broken for long doubles >= pow(2, 32).
1N/A For example from 4294967303.150000 one would get 4294967302.000000
1N/A and 1.150000. The bug has been seen in certain versions of glibc,
1N/A release 2.2.2 is known to be okay.
1N/A
1N/Ad_modflproto (d_modfl.U):
1N/A This symbol, if defined, indicates that the system provides
1N/A a prototype for the modfl() function. Otherwise, it is up
1N/A to the program to supply one. C99 says it should be
1N/A long double modfl(long double, long double *);
1N/A
1N/Ad_mprotect (d_mprotect.U):
1N/A This variable conditionally defines HAS_MPROTECT if mprotect() is
1N/A available to modify the access protection of a memory mapped file.
1N/A
1N/Ad_msg (d_msg.U):
1N/A This variable conditionally defines the HAS_MSG symbol, which
1N/A indicates that the entire msg*(2) library is present.
1N/A
1N/Ad_msg_ctrunc (d_socket.U):
1N/A This variable conditionally defines the HAS_MSG_CTRUNC symbol,
1N/A which indicates that the MSG_CTRUNC is available. #ifdef is
1N/A not enough because it may be an enum, glibc has been known to do this.
1N/A
1N/Ad_msg_dontroute (d_socket.U):
1N/A This variable conditionally defines the HAS_MSG_DONTROUTE symbol,
1N/A which indicates that the MSG_DONTROUTE is available. #ifdef is
1N/A not enough because it may be an enum, glibc has been known to do this.
1N/A
1N/Ad_msg_oob (d_socket.U):
1N/A This variable conditionally defines the HAS_MSG_OOB symbol,
1N/A which indicates that the MSG_OOB is available. #ifdef is
1N/A not enough because it may be an enum, glibc has been known to do this.
1N/A
1N/Ad_msg_peek (d_socket.U):
1N/A This variable conditionally defines the HAS_MSG_PEEK symbol,
1N/A which indicates that the MSG_PEEK is available. #ifdef is
1N/A not enough because it may be an enum, glibc has been known to do this.
1N/A
1N/Ad_msg_proxy (d_socket.U):
1N/A This variable conditionally defines the HAS_MSG_PROXY symbol,
1N/A which indicates that the MSG_PROXY is available. #ifdef is
1N/A not enough because it may be an enum, glibc has been known to do this.
1N/A
1N/Ad_msgctl (d_msgctl.U):
1N/A This variable conditionally defines the HAS_MSGCTL symbol, which
1N/A indicates to the C program that the msgctl() routine is available.
1N/A
1N/Ad_msgget (d_msgget.U):
1N/A This variable conditionally defines the HAS_MSGGET symbol, which
1N/A indicates to the C program that the msgget() routine is available.
1N/A
1N/Ad_msghdr_s (d_msghdr_s.U):
1N/A This variable conditionally defines the HAS_STRUCT_MSGHDR symbol,
1N/A which indicates that the struct msghdr is supported.
1N/A
1N/Ad_msgrcv (d_msgrcv.U):
1N/A This variable conditionally defines the HAS_MSGRCV symbol, which
1N/A indicates to the C program that the msgrcv() routine is available.
1N/A
1N/Ad_msgsnd (d_msgsnd.U):
1N/A This variable conditionally defines the HAS_MSGSND symbol, which
1N/A indicates to the C program that the msgsnd() routine is available.
1N/A
1N/Ad_msync (d_msync.U):
1N/A This variable conditionally defines HAS_MSYNC if msync() is
1N/A available to synchronize a mapped file.
1N/A
1N/Ad_munmap (d_munmap.U):
1N/A This variable conditionally defines HAS_MUNMAP if munmap() is
1N/A available to unmap a region mapped by mmap().
1N/A
1N/Ad_mymalloc (mallocsrc.U):
1N/A This variable conditionally defines MYMALLOC in case other parts
1N/A of the source want to take special action if MYMALLOC is used.
1N/A This may include different sorts of profiling or error detection.
1N/A
1N/Ad_nanosleep (d_nanosleep.U):
1N/A This variable conditionally defines HAS_NANOSLEEP
1N/A if nanosleep() is available to sleep with 1E-9 sec accuracy.
1N/A
1N/Ad_nice (d_nice.U):
1N/A This variable conditionally defines the HAS_NICE symbol, which
1N/A indicates to the C program that the nice() routine is available.
1N/A
1N/Ad_nl_langinfo (d_nl_langinfo.U):
1N/A This variable conditionally defines the HAS_NL_LANGINFO symbol, which
1N/A indicates to the C program that the nl_langinfo() routine is available.
1N/A
1N/Ad_nv_preserves_uv (perlxv.U):
1N/A This variable indicates whether a variable of type nvtype
1N/A can preserve all the bits a variable of type uvtype.
1N/A
1N/Ad_off64_t (d_off64_t.U):
1N/A This symbol will be defined if the C compiler supports off64_t.
1N/A
1N/Ad_old_pthread_create_joinable (d_pthrattrj.U):
1N/A This variable conditionally defines pthread_create_joinable.
1N/A undef if pthread.h defines PTHREAD_CREATE_JOINABLE.
1N/A
1N/Ad_oldpthreads (usethreads.U):
1N/A This variable conditionally defines the OLD_PTHREADS_API symbol,
1N/A and indicates that Perl should be built to use the old
1N/A draft POSIX threads API. This is only potentially meaningful if
1N/A usethreads is set.
1N/A
1N/Ad_oldsock (d_socket.U):
1N/A This variable conditionally defines the OLDSOCKET symbol, which
1N/A indicates that the BSD socket interface is based on 4.1c and not 4.2.
1N/A
1N/Ad_open3 (d_open3.U):
1N/A This variable conditionally defines the HAS_OPEN3 manifest constant,
1N/A which indicates to the C program that the 3 argument version of
1N/A the open(2) function is available.
1N/A
1N/Ad_pathconf (d_pathconf.U):
1N/A This variable conditionally defines the HAS_PATHCONF symbol, which
1N/A indicates to the C program that the pathconf() routine is available
1N/A to determine file-system related limits and options associated
1N/A with a given filename.
1N/A
1N/Ad_pause (d_pause.U):
1N/A This variable conditionally defines the HAS_PAUSE symbol, which
1N/A indicates to the C program that the pause() routine is available
1N/A to suspend a process until a signal is received.
1N/A
1N/Ad_perl_otherlibdirs (otherlibdirs.U):
1N/A This variable conditionally defines PERL_OTHERLIBDIRS, which
1N/A contains a colon-separated set of paths for the perl binary to
1N/A include in @INC. See also otherlibdirs.
1N/A
1N/Ad_phostname (d_gethname.U):
1N/A This variable conditionally defines the HAS_PHOSTNAME symbol, which
1N/A contains the shell command which, when fed to popen(), may be
1N/A used to derive the host name.
1N/A
1N/Ad_pipe (d_pipe.U):
1N/A This variable conditionally defines the HAS_PIPE symbol, which
1N/A indicates to the C program that the pipe() routine is available
1N/A to create an inter-process channel.
1N/A
1N/Ad_poll (d_poll.U):
1N/A This variable conditionally defines the HAS_POLL symbol, which
1N/A indicates to the C program that the poll() routine is available
1N/A to poll active file descriptors.
1N/A
1N/Ad_portable (d_portable.U):
1N/A This variable conditionally defines the PORTABLE symbol, which
1N/A indicates to the C program that it should not assume that it is
1N/A running on the machine it was compiled on.
1N/A
1N/Ad_PRId64 (quadfio.U):
1N/A This variable conditionally defines the PERL_PRId64 symbol, which
1N/A indiciates that stdio has a symbol to print 64-bit decimal numbers.
1N/A
1N/Ad_PRIeldbl (longdblfio.U):
1N/A This variable conditionally defines the PERL_PRIfldbl symbol, which
1N/A indiciates that stdio has a symbol to print long doubles.
1N/A
1N/Ad_PRIEUldbl (longdblfio.U):
1N/A This variable conditionally defines the PERL_PRIfldbl symbol, which
1N/A indiciates that stdio has a symbol to print long doubles.
1N/A The 'U' in the name is to separate this from d_PRIeldbl so that even
1N/A case-blind systems can see the difference.
1N/A
1N/Ad_PRIfldbl (longdblfio.U):
1N/A This variable conditionally defines the PERL_PRIfldbl symbol, which
1N/A indiciates that stdio has a symbol to print long doubles.
1N/A
1N/Ad_PRIFUldbl (longdblfio.U):
1N/A This variable conditionally defines the PERL_PRIfldbl symbol, which
1N/A indiciates that stdio has a symbol to print long doubles.
1N/A The 'U' in the name is to separate this from d_PRIfldbl so that even
1N/A case-blind systems can see the difference.
1N/A
1N/Ad_PRIgldbl (longdblfio.U):
1N/A This variable conditionally defines the PERL_PRIfldbl symbol, which
1N/A indiciates that stdio has a symbol to print long doubles.
1N/A
1N/Ad_PRIGUldbl (longdblfio.U):
1N/A This variable conditionally defines the PERL_PRIfldbl symbol, which
1N/A indiciates that stdio has a symbol to print long doubles.
1N/A The 'U' in the name is to separate this from d_PRIgldbl so that even
1N/A case-blind systems can see the difference.
1N/A
1N/Ad_PRIi64 (quadfio.U):
1N/A This variable conditionally defines the PERL_PRIi64 symbol, which
1N/A indiciates that stdio has a symbol to print 64-bit decimal numbers.
1N/A
1N/Ad_PRIo64 (quadfio.U):
1N/A This variable conditionally defines the PERL_PRIo64 symbol, which
1N/A indiciates that stdio has a symbol to print 64-bit octal numbers.
1N/A
1N/Ad_PRIu64 (quadfio.U):
1N/A This variable conditionally defines the PERL_PRIu64 symbol, which
1N/A indiciates that stdio has a symbol to print 64-bit unsigned decimal
1N/A numbers.
1N/A
1N/Ad_PRIx64 (quadfio.U):
1N/A This variable conditionally defines the PERL_PRIx64 symbol, which
1N/A indiciates that stdio has a symbol to print 64-bit hexadecimal numbers.
1N/A
1N/Ad_PRIXU64 (quadfio.U):
1N/A This variable conditionally defines the PERL_PRIXU64 symbol, which
1N/A indiciates that stdio has a symbol to print 64-bit hExADECimAl numbers.
1N/A The 'U' in the name is to separate this from d_PRIx64 so that even
1N/A case-blind systems can see the difference.
1N/A
1N/Ad_procselfexe (d_procselfexe.U):
1N/A Defined if $procselfexe is symlink to the absolute
1N/A pathname of the executing program.
1N/A
1N/Ad_pthread_atfork (d_pthread_atfork.U):
1N/A This variable conditionally defines the HAS_PTHREAD_ATFORK symbol,
1N/A which indicates to the C program that the pthread_atfork()
1N/A routine is available.
1N/A
1N/Ad_pthread_attr_setscope (d_pthread_attr_ss.U):
1N/A This variable conditionally defines HAS_PTHREAD_ATTR_SETSCOPE if
1N/A pthread_attr_setscope() is available to set the contention scope
1N/A attribute of a thread attribute object.
1N/A
1N/Ad_pthread_yield (d_pthread_y.U):
1N/A This variable conditionally defines the HAS_PTHREAD_YIELD
1N/A symbol if the pthread_yield routine is available to yield
1N/A the execution of the current thread.
1N/A
1N/Ad_pwage (i_pwd.U):
1N/A This variable conditionally defines PWAGE, which indicates
1N/A that struct passwd contains pw_age.
1N/A
1N/Ad_pwchange (i_pwd.U):
1N/A This variable conditionally defines PWCHANGE, which indicates
1N/A that struct passwd contains pw_change.
1N/A
1N/Ad_pwclass (i_pwd.U):
1N/A This variable conditionally defines PWCLASS, which indicates
1N/A that struct passwd contains pw_class.
1N/A
1N/Ad_pwcomment (i_pwd.U):
1N/A This variable conditionally defines PWCOMMENT, which indicates
1N/A that struct passwd contains pw_comment.
1N/A
1N/Ad_pwexpire (i_pwd.U):
1N/A This variable conditionally defines PWEXPIRE, which indicates
1N/A that struct passwd contains pw_expire.
1N/A
1N/Ad_pwgecos (i_pwd.U):
1N/A This variable conditionally defines PWGECOS, which indicates
1N/A that struct passwd contains pw_gecos.
1N/A
1N/Ad_pwpasswd (i_pwd.U):
1N/A This variable conditionally defines PWPASSWD, which indicates
1N/A that struct passwd contains pw_passwd.
1N/A
1N/Ad_pwquota (i_pwd.U):
1N/A This variable conditionally defines PWQUOTA, which indicates
1N/A that struct passwd contains pw_quota.
1N/A
1N/Ad_qgcvt (d_qgcvt.U):
1N/A This variable conditionally defines the HAS_QGCVT symbol, which
1N/A indicates to the C program that the qgcvt() routine is available.
1N/A
1N/Ad_quad (quadtype.U):
1N/A This variable, if defined, tells that there's a 64-bit integer type,
1N/A quadtype.
1N/A
1N/Ad_random_r (d_random_r.U):
1N/A This variable conditionally defines the HAS_RANDOM_R symbol,
1N/A which indicates to the C program that the random_r()
1N/A routine is available.
1N/A
1N/Ad_readdir64_r (d_readdir64_r.U):
1N/A This variable conditionally defines the HAS_READDIR64_R symbol,
1N/A which indicates to the C program that the readdir64_r()
1N/A routine is available.
1N/A
1N/Ad_readdir (d_readdir.U):
1N/A This variable conditionally defines HAS_READDIR if readdir() is
1N/A available to read directory entries.
1N/A
1N/Ad_readdir_r (d_readdir_r.U):
1N/A This variable conditionally defines the HAS_READDIR_R symbol,
1N/A which indicates to the C program that the readdir_r()
1N/A routine is available.
1N/A
1N/Ad_readlink (d_readlink.U):
1N/A This variable conditionally defines the HAS_READLINK symbol, which
1N/A indicates to the C program that the readlink() routine is available
1N/A to read the value of a symbolic link.
1N/A
1N/Ad_readv (d_readv.U):
1N/A This variable conditionally defines the HAS_READV symbol, which
1N/A indicates to the C program that the readv() routine is available.
1N/A
1N/Ad_recvmsg (d_recvmsg.U):
1N/A This variable conditionally defines the HAS_RECVMSG symbol, which
1N/A indicates to the C program that the recvmsg() routine is available.
1N/A
1N/Ad_rename (d_rename.U):
1N/A This variable conditionally defines the HAS_RENAME symbol, which
1N/A indicates to the C program that the rename() routine is available
1N/A to rename files.
1N/A
1N/Ad_rewinddir (d_readdir.U):
1N/A This variable conditionally defines HAS_REWINDDIR if rewinddir() is
1N/A available.
1N/A
1N/Ad_rmdir (d_rmdir.U):
1N/A This variable conditionally defines HAS_RMDIR if rmdir() is
1N/A available to remove directories.
1N/A
1N/Ad_safebcpy (d_safebcpy.U):
1N/A This variable conditionally defines the HAS_SAFE_BCOPY symbol if
1N/A the bcopy() routine can do overlapping copies. Normally, you
1N/A should probably use memmove().
1N/A
1N/Ad_safemcpy (d_safemcpy.U):
1N/A This variable conditionally defines the HAS_SAFE_MEMCPY symbol if
1N/A the memcpy() routine can do overlapping copies.
1N/A For overlapping copies, memmove() should be used, if available.
1N/A
1N/Ad_sanemcmp (d_sanemcmp.U):
1N/A This variable conditionally defines the HAS_SANE_MEMCMP symbol if
1N/A the memcpy() routine is available and can be used to compare relative
1N/A magnitudes of chars with their high bits set.
1N/A
1N/Ad_sbrkproto (d_sbrkproto.U):
1N/A This variable conditionally defines the HAS_SBRK_PROTO symbol,
1N/A which indicates to the C program that the system provides
1N/A a prototype for the sbrk() function. Otherwise, it is
1N/A up to the program to supply one.
1N/A
1N/Ad_scalbnl (d_scalbnl.U):
1N/A This variable conditionally defines the HAS_SCALBNL symbol, which
1N/A indicates to the C program that the scalbnl() routine is available.
1N/A If ilogbl is also present we can emulate frexpl.
1N/A
1N/Ad_sched_yield (d_pthread_y.U):
1N/A This variable conditionally defines the HAS_SCHED_YIELD
1N/A symbol if the sched_yield routine is available to yield
1N/A the execution of the current thread.
1N/A
1N/Ad_scm_rights (d_socket.U):
1N/A This variable conditionally defines the HAS_SCM_RIGHTS symbol,
1N/A which indicates that the SCM_RIGHTS is available. #ifdef is
1N/A not enough because it may be an enum, glibc has been known to do this.
1N/A
1N/Ad_SCNfldbl (longdblfio.U):
1N/A This variable conditionally defines the PERL_PRIfldbl symbol, which
1N/A indiciates that stdio has a symbol to scan long doubles.
1N/A
1N/Ad_seekdir (d_readdir.U):
1N/A This variable conditionally defines HAS_SEEKDIR if seekdir() is
1N/A available.
1N/A
1N/Ad_select (d_select.U):
1N/A This variable conditionally defines HAS_SELECT if select() is
1N/A available to select active file descriptors. A <sys/time.h>
1N/A inclusion may be necessary for the timeout field.
1N/A
1N/Ad_sem (d_sem.U):
1N/A This variable conditionally defines the HAS_SEM symbol, which
1N/A indicates that the entire sem*(2) library is present.
1N/A
1N/Ad_semctl (d_semctl.U):
1N/A This variable conditionally defines the HAS_SEMCTL symbol, which
1N/A indicates to the C program that the semctl() routine is available.
1N/A
1N/Ad_semctl_semid_ds (d_union_semun.U):
1N/A This variable conditionally defines USE_SEMCTL_SEMID_DS, which
1N/A indicates that struct semid_ds * is to be used for semctl IPC_STAT.
1N/A
1N/Ad_semctl_semun (d_union_semun.U):
1N/A This variable conditionally defines USE_SEMCTL_SEMUN, which
1N/A indicates that union semun is to be used for semctl IPC_STAT.
1N/A
1N/Ad_semget (d_semget.U):
1N/A This variable conditionally defines the HAS_SEMGET symbol, which
1N/A indicates to the C program that the semget() routine is available.
1N/A
1N/Ad_semop (d_semop.U):
1N/A This variable conditionally defines the HAS_SEMOP symbol, which
1N/A indicates to the C program that the semop() routine is available.
1N/A
1N/Ad_sendmsg (d_sendmsg.U):
1N/A This variable conditionally defines the HAS_SENDMSG symbol, which
1N/A indicates to the C program that the sendmsg() routine is available.
1N/A
1N/Ad_setegid (d_setegid.U):
1N/A This variable conditionally defines the HAS_SETEGID symbol, which
1N/A indicates to the C program that the setegid() routine is available
1N/A to change the effective gid of the current program.
1N/A
1N/Ad_seteuid (d_seteuid.U):
1N/A This variable conditionally defines the HAS_SETEUID symbol, which
1N/A indicates to the C program that the seteuid() routine is available
1N/A to change the effective uid of the current program.
1N/A
1N/Ad_setgrent (d_setgrent.U):
1N/A This variable conditionally defines the HAS_SETGRENT symbol, which
1N/A indicates to the C program that the setgrent() routine is available
1N/A for initializing sequential access to the group database.
1N/A
1N/Ad_setgrent_r (d_setgrent_r.U):
1N/A This variable conditionally defines the HAS_SETGRENT_R symbol,
1N/A which indicates to the C program that the setgrent_r()
1N/A routine is available.
1N/A
1N/Ad_setgrps (d_setgrps.U):
1N/A This variable conditionally defines the HAS_SETGROUPS symbol, which
1N/A indicates to the C program that the setgroups() routine is available
1N/A to set the list of process groups.
1N/A
1N/Ad_sethent (d_sethent.U):
1N/A This variable conditionally defines HAS_SETHOSTENT if sethostent() is
1N/A available.
1N/A
1N/Ad_sethostent_r (d_sethostent_r.U):
1N/A This variable conditionally defines the HAS_SETHOSTENT_R symbol,
1N/A which indicates to the C program that the sethostent_r()
1N/A routine is available.
1N/A
1N/Ad_setitimer (d_setitimer.U):
1N/A This variable conditionally defines the HAS_SETITIMER symbol, which
1N/A indicates to the C program that the setitimer() routine is available.
1N/A
1N/Ad_setlinebuf (d_setlnbuf.U):
1N/A This variable conditionally defines the HAS_SETLINEBUF symbol, which
1N/A indicates to the C program that the setlinebuf() routine is available
1N/A to change stderr or stdout from block-buffered or unbuffered to a
1N/A line-buffered mode.
1N/A
1N/Ad_setlocale (d_setlocale.U):
1N/A This variable conditionally defines HAS_SETLOCALE if setlocale() is
1N/A available to handle locale-specific ctype implementations.
1N/A
1N/Ad_setlocale_r (d_setlocale_r.U):
1N/A This variable conditionally defines the HAS_SETLOCALE_R symbol,
1N/A which indicates to the C program that the setlocale_r()
1N/A routine is available.
1N/A
1N/Ad_setnent (d_setnent.U):
1N/A This variable conditionally defines HAS_SETNETENT if setnetent() is
1N/A available.
1N/A
1N/Ad_setnetent_r (d_setnetent_r.U):
1N/A This variable conditionally defines the HAS_SETNETENT_R symbol,
1N/A which indicates to the C program that the setnetent_r()
1N/A routine is available.
1N/A
1N/Ad_setpent (d_setpent.U):
1N/A This variable conditionally defines HAS_SETPROTOENT if setprotoent() is
1N/A available.
1N/A
1N/Ad_setpgid (d_setpgid.U):
1N/A This variable conditionally defines the HAS_SETPGID symbol if the
1N/A setpgid(pid, gpid) function is available to set process group ID.
1N/A
1N/Ad_setpgrp2 (d_setpgrp2.U):
1N/A This variable conditionally defines the HAS_SETPGRP2 symbol, which
1N/A indicates to the C program that the setpgrp2() (as in DG/UX) routine
1N/A is available to set the current process group.
1N/A
1N/Ad_setpgrp (d_setpgrp.U):
1N/A This variable conditionally defines HAS_SETPGRP if setpgrp() is
1N/A available to set the current process group.
1N/A
1N/Ad_setprior (d_setprior.U):
1N/A This variable conditionally defines HAS_SETPRIORITY if setpriority()
1N/A is available to set a process's priority.
1N/A
1N/Ad_setproctitle (d_setproctitle.U):
1N/A This variable conditionally defines the HAS_SETPROCTITLE symbol,
1N/A which indicates to the C program that the setproctitle() routine
1N/A is available.
1N/A
1N/Ad_setprotoent_r (d_setprotoent_r.U):
1N/A This variable conditionally defines the HAS_SETPROTOENT_R symbol,
1N/A which indicates to the C program that the setprotoent_r()
1N/A routine is available.
1N/A
1N/Ad_setpwent (d_setpwent.U):
1N/A This variable conditionally defines the HAS_SETPWENT symbol, which
1N/A indicates to the C program that the setpwent() routine is available
1N/A for initializing sequential access to the passwd database.
1N/A
1N/Ad_setpwent_r (d_setpwent_r.U):
1N/A This variable conditionally defines the HAS_SETPWENT_R symbol,
1N/A which indicates to the C program that the setpwent_r()
1N/A routine is available.
1N/A
1N/Ad_setregid (d_setregid.U):
1N/A This variable conditionally defines HAS_SETREGID if setregid() is
1N/A available to change the real and effective gid of the current
1N/A process.
1N/A
1N/Ad_setresgid (d_setregid.U):
1N/A This variable conditionally defines HAS_SETRESGID if setresgid() is
1N/A available to change the real, effective and saved gid of the current
1N/A process.
1N/A
1N/Ad_setresuid (d_setreuid.U):
1N/A This variable conditionally defines HAS_SETREUID if setresuid() is
1N/A available to change the real, effective and saved uid of the current
1N/A process.
1N/A
1N/Ad_setreuid (d_setreuid.U):
1N/A This variable conditionally defines HAS_SETREUID if setreuid() is
1N/A available to change the real and effective uid of the current
1N/A process.
1N/A
1N/Ad_setrgid (d_setrgid.U):
1N/A This variable conditionally defines the HAS_SETRGID symbol, which
1N/A indicates to the C program that the setrgid() routine is available
1N/A to change the real gid of the current program.
1N/A
1N/Ad_setruid (d_setruid.U):
1N/A This variable conditionally defines the HAS_SETRUID symbol, which
1N/A indicates to the C program that the setruid() routine is available
1N/A to change the real uid of the current program.
1N/A
1N/Ad_setsent (d_setsent.U):
1N/A This variable conditionally defines HAS_SETSERVENT if setservent() is
1N/A available.
1N/A
1N/Ad_setservent_r (d_setservent_r.U):
1N/A This variable conditionally defines the HAS_SETSERVENT_R symbol,
1N/A which indicates to the C program that the setservent_r()
1N/A routine is available.
1N/A
1N/Ad_setsid (d_setsid.U):
1N/A This variable conditionally defines HAS_SETSID if setsid() is
1N/A available to set the process group ID.
1N/A
1N/Ad_setvbuf (d_setvbuf.U):
1N/A This variable conditionally defines the HAS_SETVBUF symbol, which
1N/A indicates to the C program that the setvbuf() routine is available
1N/A to change buffering on an open stdio stream.
1N/A
1N/Ad_sfio (d_sfio.U):
1N/A This variable conditionally defines the USE_SFIO symbol,
1N/A and indicates whether sfio is available (and should be used).
1N/A
1N/Ad_shm (d_shm.U):
1N/A This variable conditionally defines the HAS_SHM symbol, which
1N/A indicates that the entire shm*(2) library is present.
1N/A
1N/Ad_shmat (d_shmat.U):
1N/A This variable conditionally defines the HAS_SHMAT symbol, which
1N/A indicates to the C program that the shmat() routine is available.
1N/A
1N/Ad_shmatprototype (d_shmat.U):
1N/A This variable conditionally defines the HAS_SHMAT_PROTOTYPE
1N/A symbol, which indicates that sys/shm.h has a prototype for
1N/A shmat.
1N/A
1N/Ad_shmctl (d_shmctl.U):
1N/A This variable conditionally defines the HAS_SHMCTL symbol, which
1N/A indicates to the C program that the shmctl() routine is available.
1N/A
1N/Ad_shmdt (d_shmdt.U):
1N/A This variable conditionally defines the HAS_SHMDT symbol, which
1N/A indicates to the C program that the shmdt() routine is available.
1N/A
1N/Ad_shmget (d_shmget.U):
1N/A This variable conditionally defines the HAS_SHMGET symbol, which
1N/A indicates to the C program that the shmget() routine is available.
1N/A
1N/Ad_sigaction (d_sigaction.U):
1N/A This variable conditionally defines the HAS_SIGACTION symbol, which
1N/A indicates that the Vr4 sigaction() routine is available.
1N/A
1N/Ad_sigprocmask (d_sigprocmask.U):
1N/A This variable conditionally defines HAS_SIGPROCMASK
1N/A if sigprocmask() is available to examine or change the signal mask
1N/A of the calling process.
1N/A
1N/Ad_sigsetjmp (d_sigsetjmp.U):
1N/A This variable conditionally defines the HAS_SIGSETJMP symbol,
1N/A which indicates that the sigsetjmp() routine is available to
1N/A call setjmp() and optionally save the process's signal mask.
1N/A
1N/Ad_sockatmark (d_sockatmark.U):
1N/A This variable conditionally defines the HAS_SOCKATMARK symbol, which
1N/A indicates to the C program that the sockatmark() routine is available.
1N/A
1N/Ad_sockatmarkproto (d_sockatmarkproto.U):
1N/A This variable conditionally defines the HAS_SOCKATMARK_PROTO symbol,
1N/A which indicates to the C program that the system provides
1N/A a prototype for the sockatmark() function. Otherwise, it is
1N/A up to the program to supply one.
1N/A
1N/Ad_socket (d_socket.U):
1N/A This variable conditionally defines HAS_SOCKET, which indicates
1N/A that the BSD socket interface is supported.
1N/A
1N/Ad_socklen_t (d_socklen_t.U):
1N/A This symbol will be defined if the C compiler supports socklen_t.
1N/A
1N/Ad_sockpair (d_socket.U):
1N/A This variable conditionally defines the HAS_SOCKETPAIR symbol, which
1N/A indicates that the BSD socketpair() is supported.
1N/A
1N/Ad_socks5_init (d_socks5_init.U):
1N/A This variable conditionally defines the HAS_SOCKS5_INIT symbol, which
1N/A indicates to the C program that the socks5_init() routine is available.
1N/A
1N/Ad_sqrtl (d_sqrtl.U):
1N/A This variable conditionally defines the HAS_SQRTL symbol, which
1N/A indicates to the C program that the sqrtl() routine is available.
1N/A
1N/Ad_srand48_r (d_srand48_r.U):
1N/A This variable conditionally defines the HAS_SRAND48_R symbol,
1N/A which indicates to the C program that the srand48_r()
1N/A routine is available.
1N/A
1N/Ad_srandom_r (d_srandom_r.U):
1N/A This variable conditionally defines the HAS_SRANDOM_R symbol,
1N/A which indicates to the C program that the srandom_r()
1N/A routine is available.
1N/A
1N/Ad_sresgproto (d_sresgproto.U):
1N/A This variable conditionally defines the HAS_SETRESGID_PROTO symbol,
1N/A which indicates to the C program that the system provides
1N/A a prototype for the setresgid() function. Otherwise, it is
1N/A up to the program to supply one.
1N/A
1N/Ad_sresuproto (d_sresuproto.U):
1N/A This variable conditionally defines the HAS_SETRESUID_PROTO symbol,
1N/A which indicates to the C program that the system provides
1N/A a prototype for the setresuid() function. Otherwise, it is
1N/A up to the program to supply one.
1N/A
1N/Ad_statblks (d_statblks.U):
1N/A This variable conditionally defines USE_STAT_BLOCKS
1N/A if this system has a stat structure declaring
1N/A st_blksize and st_blocks.
1N/A
1N/Ad_statfs_f_flags (d_statfs_f_flags.U):
1N/A This variable conditionally defines the HAS_STRUCT_STATFS_F_FLAGS
1N/A symbol, which indicates to struct statfs from has f_flags member.
1N/A This kind of struct statfs is coming from sys/mount.h (BSD),
1N/A not from sys/statfs.h (SYSV).
1N/A
1N/Ad_statfs_s (d_statfs_s.U):
1N/A This variable conditionally defines the HAS_STRUCT_STATFS symbol,
1N/A which indicates that the struct statfs is supported.
1N/A
1N/Ad_statvfs (d_statvfs.U):
1N/A This variable conditionally defines the HAS_STATVFS symbol, which
1N/A indicates to the C program that the statvfs() routine is available.
1N/A
1N/Ad_stdio_cnt_lval (d_stdstdio.U):
1N/A This variable conditionally defines STDIO_CNT_LVALUE if the
1N/A FILE_cnt macro can be used as an lvalue.
1N/A
1N/Ad_stdio_ptr_lval (d_stdstdio.U):
1N/A This variable conditionally defines STDIO_PTR_LVALUE if the
1N/A FILE_ptr macro can be used as an lvalue.
1N/A
1N/Ad_stdio_ptr_lval_nochange_cnt (d_stdstdio.U):
1N/A This symbol is defined if using the FILE_ptr macro as an lvalue
1N/A to increase the pointer by n leaves File_cnt(fp) unchanged.
1N/A
1N/Ad_stdio_ptr_lval_sets_cnt (d_stdstdio.U):
1N/A This symbol is defined if using the FILE_ptr macro as an lvalue
1N/A to increase the pointer by n has the side effect of decreasing the
1N/A value of File_cnt(fp) by n.
1N/A
1N/Ad_stdio_stream_array (stdio_streams.U):
1N/A This variable tells whether there is an array holding
1N/A the stdio streams.
1N/A
1N/Ad_stdiobase (d_stdstdio.U):
1N/A This variable conditionally defines USE_STDIO_BASE if this system
1N/A has a FILE structure declaring a usable _base field (or equivalent)
1N/A in stdio.h.
1N/A
1N/Ad_stdstdio (d_stdstdio.U):
1N/A This variable conditionally defines USE_STDIO_PTR if this system
1N/A has a FILE structure declaring usable _ptr and _cnt fields (or
1N/A equivalent) in stdio.h.
1N/A
1N/Ad_strchr (d_strchr.U):
1N/A This variable conditionally defines HAS_STRCHR if strchr() and
1N/A strrchr() are available for string searching.
1N/A
1N/Ad_strcoll (d_strcoll.U):
1N/A This variable conditionally defines HAS_STRCOLL if strcoll() is
1N/A available to compare strings using collating information.
1N/A
1N/Ad_strctcpy (d_strctcpy.U):
1N/A This variable conditionally defines the USE_STRUCT_COPY symbol, which
1N/A indicates to the C program that this C compiler knows how to copy
1N/A structures.
1N/A
1N/Ad_strerrm (d_strerror.U):
1N/A This variable holds what Strerrr is defined as to translate an error
1N/A code condition into an error message string. It could be 'strerror'
1N/A or a more complex macro emulating strrror with sys_errlist[], or the
1N/A "unknown" string when both strerror and sys_errlist are missing.
1N/A
1N/Ad_strerror (d_strerror.U):
1N/A This variable conditionally defines HAS_STRERROR if strerror() is
1N/A available to translate error numbers to strings.
1N/A
1N/Ad_strerror_r (d_strerror_r.U):
1N/A This variable conditionally defines the HAS_STRERROR_R symbol,
1N/A which indicates to the C program that the strerror_r()
1N/A routine is available.
1N/A
1N/Ad_strftime (d_strftime.U):
1N/A This variable conditionally defines the HAS_STRFTIME symbol, which
1N/A indicates to the C program that the strftime() routine is available.
1N/A
1N/Ad_strtod (d_strtod.U):
1N/A This variable conditionally defines the HAS_STRTOD symbol, which
1N/A indicates to the C program that the strtod() routine is available
1N/A to provide better numeric string conversion than atof().
1N/A
1N/Ad_strtol (d_strtol.U):
1N/A This variable conditionally defines the HAS_STRTOL symbol, which
1N/A indicates to the C program that the strtol() routine is available
1N/A to provide better numeric string conversion than atoi() and friends.
1N/A
1N/Ad_strtold (d_strtold.U):
1N/A This variable conditionally defines the HAS_STRTOLD symbol, which
1N/A indicates to the C program that the strtold() routine is available.
1N/A
1N/Ad_strtoll (d_strtoll.U):
1N/A This variable conditionally defines the HAS_STRTOLL symbol, which
1N/A indicates to the C program that the strtoll() routine is available.
1N/A
1N/Ad_strtoq (d_strtoq.U):
1N/A This variable conditionally defines the HAS_STRTOQ symbol, which
1N/A indicates to the C program that the strtoq() routine is available.
1N/A
1N/Ad_strtoul (d_strtoul.U):
1N/A This variable conditionally defines the HAS_STRTOUL symbol, which
1N/A indicates to the C program that the strtoul() routine is available
1N/A to provide conversion of strings to unsigned long.
1N/A
1N/Ad_strtoull (d_strtoull.U):
1N/A This variable conditionally defines the HAS_STRTOULL symbol, which
1N/A indicates to the C program that the strtoull() routine is available.
1N/A
1N/Ad_strtouq (d_strtouq.U):
1N/A This variable conditionally defines the HAS_STRTOUQ symbol, which
1N/A indicates to the C program that the strtouq() routine is available.
1N/A
1N/Ad_strxfrm (d_strxfrm.U):
1N/A This variable conditionally defines HAS_STRXFRM if strxfrm() is
1N/A available to transform strings.
1N/A
1N/Ad_suidsafe (d_dosuid.U):
1N/A This variable conditionally defines SETUID_SCRIPTS_ARE_SECURE_NOW
1N/A if setuid scripts can be secure. This test looks in /dev/fd/.
1N/A
1N/Ad_symlink (d_symlink.U):
1N/A This variable conditionally defines the HAS_SYMLINK symbol, which
1N/A indicates to the C program that the symlink() routine is available
1N/A to create symbolic links.
1N/A
1N/Ad_syscall (d_syscall.U):
1N/A This variable conditionally defines HAS_SYSCALL if syscall() is
1N/A available call arbitrary system calls.
1N/A
1N/Ad_syscallproto (d_syscallproto.U):
1N/A This variable conditionally defines the HAS_SYSCALL_PROTO symbol,
1N/A which indicates to the C program that the system provides
1N/A a prototype for the syscall() function. Otherwise, it is
1N/A up to the program to supply one.
1N/A
1N/Ad_sysconf (d_sysconf.U):
1N/A This variable conditionally defines the HAS_SYSCONF symbol, which
1N/A indicates to the C program that the sysconf() routine is available
1N/A to determine system related limits and options.
1N/A
1N/Ad_sysernlst (d_strerror.U):
1N/A This variable conditionally defines HAS_SYS_ERRNOLIST if sys_errnolist[]
1N/A is available to translate error numbers to the symbolic name.
1N/A
1N/Ad_syserrlst (d_strerror.U):
1N/A This variable conditionally defines HAS_SYS_ERRLIST if sys_errlist[] is
1N/A available to translate error numbers to strings.
1N/A
1N/Ad_system (d_system.U):
1N/A This variable conditionally defines HAS_SYSTEM if system() is
1N/A available to issue a shell command.
1N/A
1N/Ad_tcgetpgrp (d_tcgtpgrp.U):
1N/A This variable conditionally defines the HAS_TCGETPGRP symbol, which
1N/A indicates to the C program that the tcgetpgrp() routine is available.
1N/A to get foreground process group ID.
1N/A
1N/Ad_tcsetpgrp (d_tcstpgrp.U):
1N/A This variable conditionally defines the HAS_TCSETPGRP symbol, which
1N/A indicates to the C program that the tcsetpgrp() routine is available
1N/A to set foreground process group ID.
1N/A
1N/Ad_telldir (d_readdir.U):
1N/A This variable conditionally defines HAS_TELLDIR if telldir() is
1N/A available.
1N/A
1N/Ad_telldirproto (d_telldirproto.U):
1N/A This variable conditionally defines the HAS_TELLDIR_PROTO symbol,
1N/A which indicates to the C program that the system provides
1N/A a prototype for the telldir() function. Otherwise, it is
1N/A up to the program to supply one.
1N/A
1N/Ad_time (d_time.U):
1N/A This variable conditionally defines the HAS_TIME symbol, which indicates
1N/A that the time() routine exists. The time() routine is normaly
1N/A provided on UNIX systems.
1N/A
1N/Ad_times (d_times.U):
1N/A This variable conditionally defines the HAS_TIMES symbol, which indicates
1N/A that the times() routine exists. The times() routine is normaly
1N/A provided on UNIX systems. You may have to include <sys/times.h>.
1N/A
1N/Ad_tm_tm_gmtoff (i_time.U):
1N/A This variable conditionally defines HAS_TM_TM_GMTOFF, which indicates
1N/A indicates to the C program that the struct tm has the tm_gmtoff field.
1N/A
1N/Ad_tm_tm_zone (i_time.U):
1N/A This variable conditionally defines HAS_TM_TM_ZONE, which indicates
1N/A indicates to the C program that the struct tm has the tm_zone field.
1N/A
1N/Ad_tmpnam_r (d_tmpnam_r.U):
1N/A This variable conditionally defines the HAS_TMPNAM_R symbol,
1N/A which indicates to the C program that the tmpnam_r()
1N/A routine is available.
1N/A
1N/Ad_truncate (d_truncate.U):
1N/A This variable conditionally defines HAS_TRUNCATE if truncate() is
1N/A available to truncate files.
1N/A
1N/Ad_ttyname_r (d_ttyname_r.U):
1N/A This variable conditionally defines the HAS_TTYNAME_R symbol,
1N/A which indicates to the C program that the ttyname_r()
1N/A routine is available.
1N/A
1N/Ad_tzname (d_tzname.U):
1N/A This variable conditionally defines HAS_TZNAME if tzname[] is
1N/A available to access timezone names.
1N/A
1N/Ad_u32align (d_u32align.U):
1N/A This variable tells whether you must access character data
1N/A through U32-aligned pointers.
1N/A
1N/Ad_ualarm (d_ualarm.U):
1N/A This variable conditionally defines the HAS_UALARM symbol, which
1N/A indicates to the C program that the ualarm() routine is available.
1N/A
1N/Ad_umask (d_umask.U):
1N/A This variable conditionally defines the HAS_UMASK symbol, which
1N/A indicates to the C program that the umask() routine is available.
1N/A to set and get the value of the file creation mask.
1N/A
1N/Ad_uname (d_gethname.U):
1N/A This variable conditionally defines the HAS_UNAME symbol, which
1N/A indicates to the C program that the uname() routine may be
1N/A used to derive the host name.
1N/A
1N/Ad_union_semun (d_union_semun.U):
1N/A This variable conditionally defines HAS_UNION_SEMUN if the
1N/A union semun is defined by including <sys/sem.h>.
1N/A
1N/Ad_unordered (d_unordered.U):
1N/A This variable conditionally defines the HAS_UNORDERED symbol, which
1N/A indicates to the C program that the unordered() routine is available.
1N/A
1N/Ad_usleep (d_usleep.U):
1N/A This variable conditionally defines HAS_USLEEP if usleep() is
1N/A available to do high granularity sleeps.
1N/A
1N/Ad_usleepproto (d_usleepproto.U):
1N/A This variable conditionally defines the HAS_USLEEP_PROTO symbol,
1N/A which indicates to the C program that the system provides
1N/A a prototype for the usleep() function. Otherwise, it is
1N/A up to the program to supply one.
1N/A
1N/Ad_ustat (d_ustat.U):
1N/A This variable conditionally defines HAS_USTAT if ustat() is
1N/A available to query file system statistics by dev_t.
1N/A
1N/Ad_vendorarch (vendorarch.U):
1N/A This variable conditionally defined PERL_VENDORARCH.
1N/A
1N/Ad_vendorbin (vendorbin.U):
1N/A This variable conditionally defines PERL_VENDORBIN.
1N/A
1N/Ad_vendorlib (vendorlib.U):
1N/A This variable conditionally defines PERL_VENDORLIB.
1N/A
1N/Ad_vendorscript (vendorscript.U):
1N/A This variable conditionally defines PERL_VENDORSCRIPT.
1N/A
1N/Ad_vfork (d_vfork.U):
1N/A This variable conditionally defines the HAS_VFORK symbol, which
1N/A indicates the vfork() routine is available.
1N/A
1N/Ad_void_closedir (d_closedir.U):
1N/A This variable conditionally defines VOID_CLOSEDIR if closedir()
1N/A does not return a value.
1N/A
1N/Ad_voidsig (d_voidsig.U):
1N/A This variable conditionally defines VOIDSIG if this system
1N/A declares "void (*signal(...))()" in signal.h. The old way was to
1N/A declare it as "int (*signal(...))()".
1N/A
1N/Ad_voidtty (i_sysioctl.U):
1N/A This variable conditionally defines USE_IOCNOTTY to indicate that the
1N/A ioctl() call with TIOCNOTTY should be used to void tty association.
1N/A Otherwise (on USG probably), it is enough to close the standard file
1N/A decriptors and do a setpgrp().
1N/A
1N/Ad_volatile (d_volatile.U):
1N/A This variable conditionally defines the HASVOLATILE symbol, which
1N/A indicates to the C program that this C compiler knows about the
1N/A volatile declaration.
1N/A
1N/Ad_vprintf (d_vprintf.U):
1N/A This variable conditionally defines the HAS_VPRINTF symbol, which
1N/A indicates to the C program that the vprintf() routine is available
1N/A to printf with a pointer to an argument list.
1N/A
1N/Ad_wait4 (d_wait4.U):
1N/A This variable conditionally defines the HAS_WAIT4 symbol, which
1N/A indicates the wait4() routine is available.
1N/A
1N/Ad_waitpid (d_waitpid.U):
1N/A This variable conditionally defines HAS_WAITPID if waitpid() is
1N/A available to wait for child process.
1N/A
1N/Ad_wcstombs (d_wcstombs.U):
1N/A This variable conditionally defines the HAS_WCSTOMBS symbol, which
1N/A indicates to the C program that the wcstombs() routine is available
1N/A to convert wide character strings to multibyte strings.
1N/A
1N/Ad_wctomb (d_wctomb.U):
1N/A This variable conditionally defines the HAS_WCTOMB symbol, which
1N/A indicates to the C program that the wctomb() routine is available
1N/A to convert a wide character to a multibyte.
1N/A
1N/Ad_writev (d_writev.U):
1N/A This variable conditionally defines the HAS_WRITEV symbol, which
1N/A indicates to the C program that the writev() routine is available.
1N/A
1N/Ad_xenix (Guess.U):
1N/A This variable conditionally defines the symbol XENIX, which alerts
1N/A the C program that it runs under Xenix.
1N/A
1N/Adate (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the date program. After Configure runs,
1N/A the value is reset to a plain "date" and is not useful.
1N/A
1N/Adb_hashtype (i_db.U):
1N/A This variable contains the type of the hash structure element
1N/A in the <db.h> header file. In older versions of DB, it was
1N/A int, while in newer ones it is u_int32_t.
1N/A
1N/Adb_prefixtype (i_db.U):
1N/A This variable contains the type of the prefix structure element
1N/A in the <db.h> header file. In older versions of DB, it was
1N/A int, while in newer ones it is size_t.
1N/A
1N/Adb_version_major (i_db.U):
1N/A This variable contains the major version number of
1N/A Berkeley DB found in the <db.h> header file.
1N/A
1N/Adb_version_minor (i_db.U):
1N/A This variable contains the minor version number of
1N/A Berkeley DB found in the <db.h> header file.
1N/A For DB version 1 this is always 0.
1N/A
1N/Adb_version_patch (i_db.U):
1N/A This variable contains the patch version number of
1N/A Berkeley DB found in the <db.h> header file.
1N/A For DB version 1 this is always 0.
1N/A
1N/Adefvoidused (voidflags.U):
1N/A This variable contains the default value of the VOIDUSED symbol (15).
1N/A
1N/Adirentrytype (i_dirent.U):
1N/A This symbol is set to 'struct direct' or 'struct dirent' depending on
1N/A whether dirent is available or not. You should use this pseudo type to
1N/A portably declare your directory entries.
1N/A
1N/Adlext (dlext.U):
1N/A This variable contains the extension that is to be used for the
1N/A dynamically loaded modules that perl generaties.
1N/A
1N/Adlsrc (dlsrc.U):
1N/A This variable contains the name of the dynamic loading file that
1N/A will be used with the package.
1N/A
1N/Adoublesize (doublesize.U):
1N/A This variable contains the value of the DOUBLESIZE symbol, which
1N/A indicates to the C program how many bytes there are in a double.
1N/A
1N/Adrand01 (randfunc.U):
1N/A Indicates the macro to be used to generate normalized
1N/A random numbers. Uses randfunc, often divided by
1N/A (double) (((unsigned long) 1 << randbits)) in order to
1N/A normalize the result.
1N/A In C programs, the macro 'Drand01' is mapped to drand01.
1N/A
1N/Adrand48_r_proto (d_drand48_r.U):
1N/A This variable encodes the prototype of drand48_r.
1N/A It is zero if d_drand48_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_drand48_r
1N/A is defined.
1N/A
1N/Adynamic_ext (Extensions.U):
1N/A This variable holds a list of XS extension files we want to
1N/A link dynamically into the package. It is used by Makefile.
1N/A
1N/Aeagain (nblock_io.U):
1N/A This variable bears the symbolic errno code set by read() when no
1N/A data is present on the file and non-blocking I/O was enabled (otherwise,
1N/A read() blocks naturally).
1N/A
1N/Aebcdic (ebcdic.U):
1N/A This variable conditionally defines EBCDIC if this
1N/A system uses EBCDIC encoding. Among other things, this
1N/A means that the character ranges are not contiguous.
1N/A See trnl.U
1N/A
1N/Aecho (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the echo program. After Configure runs,
1N/A the value is reset to a plain "echo" and is not useful.
1N/A
1N/Aegrep (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the egrep program. After Configure runs,
1N/A the value is reset to a plain "egrep" and is not useful.
1N/A
1N/Aemacs (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Aendgrent_r_proto (d_endgrent_r.U):
1N/A This variable encodes the prototype of endgrent_r.
1N/A It is zero if d_endgrent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_endgrent_r
1N/A is defined.
1N/A
1N/Aendhostent_r_proto (d_endhostent_r.U):
1N/A This variable encodes the prototype of endhostent_r.
1N/A It is zero if d_endhostent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_endhostent_r
1N/A is defined.
1N/A
1N/Aendnetent_r_proto (d_endnetent_r.U):
1N/A This variable encodes the prototype of endnetent_r.
1N/A It is zero if d_endnetent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_endnetent_r
1N/A is defined.
1N/A
1N/Aendprotoent_r_proto (d_endprotoent_r.U):
1N/A This variable encodes the prototype of endprotoent_r.
1N/A It is zero if d_endprotoent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_endprotoent_r
1N/A is defined.
1N/A
1N/Aendpwent_r_proto (d_endpwent_r.U):
1N/A This variable encodes the prototype of endpwent_r.
1N/A It is zero if d_endpwent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_endpwent_r
1N/A is defined.
1N/A
1N/Aendservent_r_proto (d_endservent_r.U):
1N/A This variable encodes the prototype of endservent_r.
1N/A It is zero if d_endservent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_endservent_r
1N/A is defined.
1N/A
1N/Aeunicefix (Init.U):
1N/A When running under Eunice this variable contains a command which will
1N/A convert a shell script to the proper form of text file for it to be
1N/A executable by the shell. On other systems it is a no-op.
1N/A
1N/Aexe_ext (Unix.U):
1N/A This is an old synonym for _exe.
1N/A
1N/Aexpr (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the expr program. After Configure runs,
1N/A the value is reset to a plain "expr" and is not useful.
1N/A
1N/Aextensions (Extensions.U):
1N/A This variable holds a list of all extension files (both XS and
1N/A non-xs linked into the package. It is propagated to Config.pm
1N/A and is typically used to test whether a particular extesion
1N/A is available.
1N/A
1N/Aextras (Extras.U):
1N/A This variable holds a list of extra modules to install.
1N/A
1N/Afflushall (fflushall.U):
1N/A This symbol, if defined, tells that to flush
1N/A all pending stdio output one must loop through all
1N/A the stdio file handles stored in an array and fflush them.
1N/A Note that if fflushNULL is defined, fflushall will not
1N/A even be probed for and will be left undefined.
1N/A
1N/AfflushNULL (fflushall.U):
1N/A This symbol, if defined, tells that fflush(NULL) does flush
1N/A all pending stdio output.
1N/A
1N/Afind (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Afirstmakefile (Unix.U):
1N/A This variable defines the first file searched by make. On unix,
1N/A it is makefile (then Makefile). On case-insensitive systems,
1N/A it might be something else. This is only used to deal with
1N/A convoluted make depend tricks.
1N/A
1N/Aflex (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Afpossize (fpossize.U):
1N/A This variable contains the size of a fpostype in bytes.
1N/A
1N/Afpostype (fpostype.U):
1N/A This variable defines Fpos_t to be something like fpos_t, long,
1N/A uint, or whatever type is used to declare file positions in libc.
1N/A
1N/Afreetype (mallocsrc.U):
1N/A This variable contains the return type of free(). It is usually
1N/A void, but occasionally int.
1N/A
1N/Afrom (Cross.U):
1N/A This variable contains the command used by Configure
1N/A to copy files from the target host. Useful and available
1N/A only during Perl build.
1N/A The string ':' if not cross-compiling.
1N/A
1N/Afull_ar (Loc_ar.U):
1N/A This variable contains the full pathname to 'ar', whether or
1N/A not the user has specified 'portability'. This is only used
1N/A in the Makefile.SH.
1N/A
1N/Afull_csh (d_csh.U):
1N/A This variable contains the full pathname to 'csh', whether or
1N/A not the user has specified 'portability'. This is only used
1N/A in the compiled C program, and we assume that all systems which
1N/A can share this executable will have the same full pathname to
1N/A 'csh.'
1N/A
1N/Afull_sed (Loc_sed.U):
1N/A This variable contains the full pathname to 'sed', whether or
1N/A not the user has specified 'portability'. This is only used
1N/A in the compiled C program, and we assume that all systems which
1N/A can share this executable will have the same full pathname to
1N/A 'sed.'
1N/A
1N/Agccansipedantic (gccvers.U):
1N/A If GNU cc (gcc) is used, this variable will enable (if set) the
1N/A -ansi and -pedantic ccflags for building core files (through
1N/A cflags script). (See Porting/pumpkin.pod for full description).
1N/A
1N/Agccosandvers (gccvers.U):
1N/A If GNU cc (gcc) is used, this variable holds the operating system
1N/A and version used to compile gcc. It is set to '' if not gcc,
1N/A or if nothing useful can be parsed as the os version.
1N/A
1N/Agccversion (gccvers.U):
1N/A If GNU cc (gcc) is used, this variable holds '1' or '2' to
1N/A indicate whether the compiler is version 1 or 2. This is used in
1N/A setting some of the default cflags. It is set to '' if not gcc.
1N/A
1N/Agetgrent_r_proto (d_getgrent_r.U):
1N/A This variable encodes the prototype of getgrent_r.
1N/A It is zero if d_getgrent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrent_r
1N/A is defined.
1N/A
1N/Agetgrgid_r_proto (d_getgrgid_r.U):
1N/A This variable encodes the prototype of getgrgid_r.
1N/A It is zero if d_getgrgid_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrgid_r
1N/A is defined.
1N/A
1N/Agetgrnam_r_proto (d_getgrnam_r.U):
1N/A This variable encodes the prototype of getgrnam_r.
1N/A It is zero if d_getgrnam_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrnam_r
1N/A is defined.
1N/A
1N/Agethostbyaddr_r_proto (d_gethostbyaddr_r.U):
1N/A This variable encodes the prototype of gethostbyaddr_r.
1N/A It is zero if d_gethostbyaddr_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyaddr_r
1N/A is defined.
1N/A
1N/Agethostbyname_r_proto (d_gethostbyname_r.U):
1N/A This variable encodes the prototype of gethostbyname_r.
1N/A It is zero if d_gethostbyname_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyname_r
1N/A is defined.
1N/A
1N/Agethostent_r_proto (d_gethostent_r.U):
1N/A This variable encodes the prototype of gethostent_r.
1N/A It is zero if d_gethostent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostent_r
1N/A is defined.
1N/A
1N/Agetlogin_r_proto (d_getlogin_r.U):
1N/A This variable encodes the prototype of getlogin_r.
1N/A It is zero if d_getlogin_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getlogin_r
1N/A is defined.
1N/A
1N/Agetnetbyaddr_r_proto (d_getnetbyaddr_r.U):
1N/A This variable encodes the prototype of getnetbyaddr_r.
1N/A It is zero if d_getnetbyaddr_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyaddr_r
1N/A is defined.
1N/A
1N/Agetnetbyname_r_proto (d_getnetbyname_r.U):
1N/A This variable encodes the prototype of getnetbyname_r.
1N/A It is zero if d_getnetbyname_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyname_r
1N/A is defined.
1N/A
1N/Agetnetent_r_proto (d_getnetent_r.U):
1N/A This variable encodes the prototype of getnetent_r.
1N/A It is zero if d_getnetent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetent_r
1N/A is defined.
1N/A
1N/Agetprotobyname_r_proto (d_getprotobyname_r.U):
1N/A This variable encodes the prototype of getprotobyname_r.
1N/A It is zero if d_getprotobyname_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobyname_r
1N/A is defined.
1N/A
1N/Agetprotobynumber_r_proto (d_getprotobynumber_r.U):
1N/A This variable encodes the prototype of getprotobynumber_r.
1N/A It is zero if d_getprotobynumber_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobynumber_r
1N/A is defined.
1N/A
1N/Agetprotoent_r_proto (d_getprotoent_r.U):
1N/A This variable encodes the prototype of getprotoent_r.
1N/A It is zero if d_getprotoent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotoent_r
1N/A is defined.
1N/A
1N/Agetpwent_r_proto (d_getpwent_r.U):
1N/A This variable encodes the prototype of getpwent_r.
1N/A It is zero if d_getpwent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwent_r
1N/A is defined.
1N/A
1N/Agetpwnam_r_proto (d_getpwnam_r.U):
1N/A This variable encodes the prototype of getpwnam_r.
1N/A It is zero if d_getpwnam_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwnam_r
1N/A is defined.
1N/A
1N/Agetpwuid_r_proto (d_getpwuid_r.U):
1N/A This variable encodes the prototype of getpwuid_r.
1N/A It is zero if d_getpwuid_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwuid_r
1N/A is defined.
1N/A
1N/Agetservbyname_r_proto (d_getservbyname_r.U):
1N/A This variable encodes the prototype of getservbyname_r.
1N/A It is zero if d_getservbyname_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyname_r
1N/A is defined.
1N/A
1N/Agetservbyport_r_proto (d_getservbyport_r.U):
1N/A This variable encodes the prototype of getservbyport_r.
1N/A It is zero if d_getservbyport_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyport_r
1N/A is defined.
1N/A
1N/Agetservent_r_proto (d_getservent_r.U):
1N/A This variable encodes the prototype of getservent_r.
1N/A It is zero if d_getservent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservent_r
1N/A is defined.
1N/A
1N/Agetspnam_r_proto (d_getspnam_r.U):
1N/A This variable encodes the prototype of getspnam_r.
1N/A It is zero if d_getspnam_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_getspnam_r
1N/A is defined.
1N/A
1N/Agidformat (gidf.U):
1N/A This variable contains the format string used for printing a Gid_t.
1N/A
1N/Agidsign (gidsign.U):
1N/A This variable contains the signedness of a gidtype.
1N/A 1 for unsigned, -1 for signed.
1N/A
1N/Agidsize (gidsize.U):
1N/A This variable contains the size of a gidtype in bytes.
1N/A
1N/Agidtype (gidtype.U):
1N/A This variable defines Gid_t to be something like gid_t, int,
1N/A ushort, or whatever type is used to declare the return type
1N/A of getgid(). Typically, it is the type of group ids in the kernel.
1N/A
1N/Aglibpth (libpth.U):
1N/A This variable holds the general path (space-separated) used to
1N/A find libraries. It may contain directories that do not exist on
1N/A this platform, libpth is the cleaned-up version.
1N/A
1N/Agmake (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the gmake program. After Configure runs,
1N/A the value is reset to a plain "gmake" and is not useful.
1N/A
1N/Agmtime_r_proto (d_gmtime_r.U):
1N/A This variable encodes the prototype of gmtime_r.
1N/A It is zero if d_gmtime_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_gmtime_r
1N/A is defined.
1N/A
1N/Agnulibc_version (d_gnulibc.U):
1N/A This variable contains the version number of the GNU C library.
1N/A It is usually something like '2.2.5'. It is a plain '' if this
1N/A is not the GNU C library, or if the version is unknown.
1N/A
1N/Agrep (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the grep program. After Configure runs,
1N/A the value is reset to a plain "grep" and is not useful.
1N/A
1N/Agroupcat (nis.U):
1N/A This variable contains a command that produces the text of the
1N/A /etc/group file. This is normally "cat /etc/group", but can be
1N/A "ypcat group" when NIS is used.
1N/A On some systems, such as os390, there may be no equivalent
1N/A command, in which case this variable is unset.
1N/A
1N/Agroupstype (groupstype.U):
1N/A This variable defines Groups_t to be something like gid_t, int,
1N/A ushort, or whatever type is used for the second argument to
1N/A getgroups() and setgroups(). Usually, this is the same as
1N/A gidtype (gid_t), but sometimes it isn't.
1N/A
1N/Agzip (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the gzip program. After Configure runs,
1N/A the value is reset to a plain "gzip" and is not useful.
1N/A
1N/Ah_fcntl (h_fcntl.U):
1N/A This is variable gets set in various places to tell i_fcntl that
1N/A <fcntl.h> should be included.
1N/A
1N/Ah_sysfile (h_sysfile.U):
1N/A This is variable gets set in various places to tell i_sys_file that
1N/A <sys/file.h> should be included.
1N/A
1N/Ahint (Oldconfig.U):
1N/A Gives the type of hints used for previous answers. May be one of
1N/A "default", "recommended" or "previous".
1N/A
1N/Ahostcat (nis.U):
1N/A This variable contains a command that produces the text of the
1N/A /etc/hosts file. This is normally "cat /etc/hosts", but can be
1N/A "ypcat hosts" when NIS is used.
1N/A On some systems, such as os390, there may be no equivalent
1N/A command, in which case this variable is unset.
1N/A
1N/Ahtml1dir (html1dir.U):
1N/A This variable contains the name of the directory in which html
1N/A source pages are to be put. This directory is for pages
1N/A that describe whole programs, not libraries or modules. It
1N/A is intended to correspond roughly to section 1 of the Unix
1N/A manuals.
1N/A
1N/Ahtml1direxp (html1dir.U):
1N/A This variable is the same as the html1dir variable, but is filename
1N/A expanded at configuration time, for convenient use in makefiles.
1N/A
1N/Ahtml3dir (html3dir.U):
1N/A This variable contains the name of the directory in which html
1N/A source pages are to be put. This directory is for pages
1N/A that describe libraries or modules. It is intended to
1N/A correspond roughly to section 3 of the Unix manuals.
1N/A
1N/Ahtml3direxp (html3dir.U):
1N/A This variable is the same as the html3dir variable, but is filename
1N/A expanded at configuration time, for convenient use in makefiles.
1N/A
1N/Ai16size (perlxv.U):
1N/A This variable is the size of an I16 in bytes.
1N/A
1N/Ai16type (perlxv.U):
1N/A This variable contains the C type used for Perl's I16.
1N/A
1N/Ai32size (perlxv.U):
1N/A This variable is the size of an I32 in bytes.
1N/A
1N/Ai32type (perlxv.U):
1N/A This variable contains the C type used for Perl's I32.
1N/A
1N/Ai64size (perlxv.U):
1N/A This variable is the size of an I64 in bytes.
1N/A
1N/Ai64type (perlxv.U):
1N/A This variable contains the C type used for Perl's I64.
1N/A
1N/Ai8size (perlxv.U):
1N/A This variable is the size of an I8 in bytes.
1N/A
1N/Ai8type (perlxv.U):
1N/A This variable contains the C type used for Perl's I8.
1N/A
1N/Ai_arpainet (i_arpainet.U):
1N/A This variable conditionally defines the I_ARPA_INET symbol,
1N/A and indicates whether a C program should include <arpa/inet.h>.
1N/A
1N/Ai_bsdioctl (i_sysioctl.U):
1N/A This variable conditionally defines the I_SYS_BSDIOCTL symbol, which
1N/A indicates to the C program that <sys/bsdioctl.h> exists and should
1N/A be included.
1N/A
1N/Ai_crypt (i_crypt.U):
1N/A This variable conditionally defines the I_CRYPT symbol, and indicates
1N/A whether a C program should include <crypt.h>.
1N/A
1N/Ai_db (i_db.U):
1N/A This variable conditionally defines the I_DB symbol, and indicates
1N/A whether a C program may include Berkeley's DB include file <db.h>.
1N/A
1N/Ai_dbm (i_dbm.U):
1N/A This variable conditionally defines the I_DBM symbol, which
1N/A indicates to the C program that <dbm.h> exists and should
1N/A be included.
1N/A
1N/Ai_dirent (i_dirent.U):
1N/A This variable conditionally defines I_DIRENT, which indicates
1N/A to the C program that it should include <dirent.h>.
1N/A
1N/Ai_dld (i_dld.U):
1N/A This variable conditionally defines the I_DLD symbol, which
1N/A indicates to the C program that <dld.h> (GNU dynamic loading)
1N/A exists and should be included.
1N/A
1N/Ai_dlfcn (i_dlfcn.U):
1N/A This variable conditionally defines the I_DLFCN symbol, which
1N/A indicates to the C program that <dlfcn.h> exists and should
1N/A be included.
1N/A
1N/Ai_fcntl (i_fcntl.U):
1N/A This variable controls the value of I_FCNTL (which tells
1N/A the C program to include <fcntl.h>).
1N/A
1N/Ai_float (i_float.U):
1N/A This variable conditionally defines the I_FLOAT symbol, and indicates
1N/A whether a C program may include <float.h> to get symbols like DBL_MAX
1N/A or DBL_MIN, i.e. machine dependent floating point values.
1N/A
1N/Ai_fp (i_fp.U):
1N/A This variable conditionally defines the I_FP symbol, and indicates
1N/A whether a C program should include <fp.h>.
1N/A
1N/Ai_fp_class (i_fp_class.U):
1N/A This variable conditionally defines the I_FP_CLASS symbol, and indicates
1N/A whether a C program should include <fp_class.h>.
1N/A
1N/Ai_gdbm (i_gdbm.U):
1N/A This variable conditionally defines the I_GDBM symbol, which
1N/A indicates to the C program that <gdbm.h> exists and should
1N/A be included.
1N/A
1N/Ai_grp (i_grp.U):
1N/A This variable conditionally defines the I_GRP symbol, and indicates
1N/A whether a C program should include <grp.h>.
1N/A
1N/Ai_ieeefp (i_ieeefp.U):
1N/A This variable conditionally defines the I_IEEEFP symbol, and indicates
1N/A whether a C program should include <ieeefp.h>.
1N/A
1N/Ai_inttypes (i_inttypes.U):
1N/A This variable conditionally defines the I_INTTYPES symbol,
1N/A and indicates whether a C program should include <inttypes.h>.
1N/A
1N/Ai_langinfo (i_langinfo.U):
1N/A This variable conditionally defines the I_LANGINFO symbol,
1N/A and indicates whether a C program should include <langinfo.h>.
1N/A
1N/Ai_libutil (i_libutil.U):
1N/A This variable conditionally defines the I_LIBUTIL symbol, and indicates
1N/A whether a C program should include <libutil.h>.
1N/A
1N/Ai_limits (i_limits.U):
1N/A This variable conditionally defines the I_LIMITS symbol, and indicates
1N/A whether a C program may include <limits.h> to get symbols like WORD_BIT
1N/A and friends.
1N/A
1N/Ai_locale (i_locale.U):
1N/A This variable conditionally defines the I_LOCALE symbol,
1N/A and indicates whether a C program should include <locale.h>.
1N/A
1N/Ai_machcthr (i_machcthr.U):
1N/A This variable conditionally defines the I_MACH_CTHREADS symbol,
1N/A and indicates whether a C program should include <mach/cthreads.h>.
1N/A
1N/Ai_malloc (i_malloc.U):
1N/A This variable conditionally defines the I_MALLOC symbol, and indicates
1N/A whether a C program should include <malloc.h>.
1N/A
1N/Ai_math (i_math.U):
1N/A This variable conditionally defines the I_MATH symbol, and indicates
1N/A whether a C program may include <math.h>.
1N/A
1N/Ai_memory (i_memory.U):
1N/A This variable conditionally defines the I_MEMORY symbol, and indicates
1N/A whether a C program should include <memory.h>.
1N/A
1N/Ai_mntent (i_mntent.U):
1N/A This variable conditionally defines the I_MNTENT symbol, and indicates
1N/A whether a C program should include <mntent.h>.
1N/A
1N/Ai_ndbm (i_ndbm.U):
1N/A This variable conditionally defines the I_NDBM symbol, which
1N/A indicates to the C program that <ndbm.h> exists and should
1N/A be included.
1N/A
1N/Ai_netdb (i_netdb.U):
1N/A This variable conditionally defines the I_NETDB symbol, and indicates
1N/A whether a C program should include <netdb.h>.
1N/A
1N/Ai_neterrno (i_neterrno.U):
1N/A This variable conditionally defines the I_NET_ERRNO symbol, which
1N/A indicates to the C program that <net/errno.h> exists and should
1N/A be included.
1N/A
1N/Ai_netinettcp (i_netinettcp.U):
1N/A This variable conditionally defines the I_NETINET_TCP symbol,
1N/A and indicates whether a C program should include <netinet/tcp.h>.
1N/A
1N/Ai_niin (i_niin.U):
1N/A This variable conditionally defines I_NETINET_IN, which indicates
1N/A to the C program that it should include <netinet/in.h>. Otherwise,
1N/A you may try <sys/in.h>.
1N/A
1N/Ai_poll (i_poll.U):
1N/A This variable conditionally defines the I_POLL symbol, and indicates
1N/A whether a C program should include <poll.h>.
1N/A
1N/Ai_prot (i_prot.U):
1N/A This variable conditionally defines the I_PROT symbol, and indicates
1N/A whether a C program should include <prot.h>.
1N/A
1N/Ai_pthread (i_pthread.U):
1N/A This variable conditionally defines the I_PTHREAD symbol,
1N/A and indicates whether a C program should include <pthread.h>.
1N/A
1N/Ai_pwd (i_pwd.U):
1N/A This variable conditionally defines I_PWD, which indicates
1N/A to the C program that it should include <pwd.h>.
1N/A
1N/Ai_rpcsvcdbm (i_dbm.U):
1N/A This variable conditionally defines the I_RPCSVC_DBM symbol, which
1N/A indicates to the C program that <rpcsvc/dbm.h> exists and should
1N/A be included. Some System V systems might need this instead of <dbm.h>.
1N/A
1N/Ai_sfio (i_sfio.U):
1N/A This variable conditionally defines the I_SFIO symbol,
1N/A and indicates whether a C program should include <sfio.h>.
1N/A
1N/Ai_sgtty (i_termio.U):
1N/A This variable conditionally defines the I_SGTTY symbol, which
1N/A indicates to the C program that it should include <sgtty.h> rather
1N/A than <termio.h>.
1N/A
1N/Ai_shadow (i_shadow.U):
1N/A This variable conditionally defines the I_SHADOW symbol, and indicates
1N/A whether a C program should include <shadow.h>.
1N/A
1N/Ai_socks (i_socks.U):
1N/A This variable conditionally defines the I_SOCKS symbol, and indicates
1N/A whether a C program should include <socks.h>.
1N/A
1N/Ai_stdarg (i_varhdr.U):
1N/A This variable conditionally defines the I_STDARG symbol, which
1N/A indicates to the C program that <stdarg.h> exists and should
1N/A be included.
1N/A
1N/Ai_stddef (i_stddef.U):
1N/A This variable conditionally defines the I_STDDEF symbol, which
1N/A indicates to the C program that <stddef.h> exists and should
1N/A be included.
1N/A
1N/Ai_stdlib (i_stdlib.U):
1N/A This variable conditionally defines the I_STDLIB symbol, which
1N/A indicates to the C program that <stdlib.h> exists and should
1N/A be included.
1N/A
1N/Ai_string (i_string.U):
1N/A This variable conditionally defines the I_STRING symbol, which
1N/A indicates that <string.h> should be included rather than <strings.h>.
1N/A
1N/Ai_sunmath (i_sunmath.U):
1N/A This variable conditionally defines the I_SUNMATH symbol, and indicates
1N/A whether a C program should include <sunmath.h>.
1N/A
1N/Ai_sysaccess (i_sysaccess.U):
1N/A This variable conditionally defines the I_SYS_ACCESS symbol,
1N/A and indicates whether a C program should include <sys/access.h>.
1N/A
1N/Ai_sysdir (i_sysdir.U):
1N/A This variable conditionally defines the I_SYS_DIR symbol, and indicates
1N/A whether a C program should include <sys/dir.h>.
1N/A
1N/Ai_sysfile (i_sysfile.U):
1N/A This variable conditionally defines the I_SYS_FILE symbol, and indicates
1N/A whether a C program should include <sys/file.h> to get R_OK and friends.
1N/A
1N/Ai_sysfilio (i_sysioctl.U):
1N/A This variable conditionally defines the I_SYS_FILIO symbol, which
1N/A indicates to the C program that <sys/filio.h> exists and should
1N/A be included in preference to <sys/ioctl.h>.
1N/A
1N/Ai_sysin (i_niin.U):
1N/A This variable conditionally defines I_SYS_IN, which indicates
1N/A to the C program that it should include <sys/in.h> instead of
1N/A <netinet/in.h>.
1N/A
1N/Ai_sysioctl (i_sysioctl.U):
1N/A This variable conditionally defines the I_SYS_IOCTL symbol, which
1N/A indicates to the C program that <sys/ioctl.h> exists and should
1N/A be included.
1N/A
1N/Ai_syslog (i_syslog.U):
1N/A This variable conditionally defines the I_SYSLOG symbol,
1N/A and indicates whether a C program should include <syslog.h>.
1N/A
1N/Ai_sysmman (i_sysmman.U):
1N/A This variable conditionally defines the I_SYS_MMAN symbol, and
1N/A indicates whether a C program should include <sys/mman.h>.
1N/A
1N/Ai_sysmode (i_sysmode.U):
1N/A This variable conditionally defines the I_SYSMODE symbol,
1N/A and indicates whether a C program should include <sys/mode.h>.
1N/A
1N/Ai_sysmount (i_sysmount.U):
1N/A This variable conditionally defines the I_SYSMOUNT symbol,
1N/A and indicates whether a C program should include <sys/mount.h>.
1N/A
1N/Ai_sysndir (i_sysndir.U):
1N/A This variable conditionally defines the I_SYS_NDIR symbol, and indicates
1N/A whether a C program should include <sys/ndir.h>.
1N/A
1N/Ai_sysparam (i_sysparam.U):
1N/A This variable conditionally defines the I_SYS_PARAM symbol, and indicates
1N/A whether a C program should include <sys/param.h>.
1N/A
1N/Ai_sysresrc (i_sysresrc.U):
1N/A This variable conditionally defines the I_SYS_RESOURCE symbol,
1N/A and indicates whether a C program should include <sys/resource.h>.
1N/A
1N/Ai_syssecrt (i_syssecrt.U):
1N/A This variable conditionally defines the I_SYS_SECURITY symbol,
1N/A and indicates whether a C program should include <sys/security.h>.
1N/A
1N/Ai_sysselct (i_sysselct.U):
1N/A This variable conditionally defines I_SYS_SELECT, which indicates
1N/A to the C program that it should include <sys/select.h> in order to
1N/A get the definition of struct timeval.
1N/A
1N/Ai_syssockio (i_sysioctl.U):
1N/A This variable conditionally defines I_SYS_SOCKIO to indicate to the
1N/A C program that socket ioctl codes may be found in <sys/sockio.h>
1N/A instead of <sys/ioctl.h>.
1N/A
1N/Ai_sysstat (i_sysstat.U):
1N/A This variable conditionally defines the I_SYS_STAT symbol,
1N/A and indicates whether a C program should include <sys/stat.h>.
1N/A
1N/Ai_sysstatfs (i_sysstatfs.U):
1N/A This variable conditionally defines the I_SYSSTATFS symbol,
1N/A and indicates whether a C program should include <sys/statfs.h>.
1N/A
1N/Ai_sysstatvfs (i_sysstatvfs.U):
1N/A This variable conditionally defines the I_SYSSTATVFS symbol,
1N/A and indicates whether a C program should include <sys/statvfs.h>.
1N/A
1N/Ai_systime (i_time.U):
1N/A This variable conditionally defines I_SYS_TIME, which indicates
1N/A to the C program that it should include <sys/time.h>.
1N/A
1N/Ai_systimek (i_time.U):
1N/A This variable conditionally defines I_SYS_TIME_KERNEL, which
1N/A indicates to the C program that it should include <sys/time.h>
1N/A with KERNEL defined.
1N/A
1N/Ai_systimes (i_systimes.U):
1N/A This variable conditionally defines the I_SYS_TIMES symbol, and indicates
1N/A whether a C program should include <sys/times.h>.
1N/A
1N/Ai_systypes (i_systypes.U):
1N/A This variable conditionally defines the I_SYS_TYPES symbol,
1N/A and indicates whether a C program should include <sys/types.h>.
1N/A
1N/Ai_sysuio (i_sysuio.U):
1N/A This variable conditionally defines the I_SYSUIO symbol, and indicates
1N/A whether a C program should include <sys/uio.h>.
1N/A
1N/Ai_sysun (i_sysun.U):
1N/A This variable conditionally defines I_SYS_UN, which indicates
1N/A to the C program that it should include <sys/un.h> to get UNIX
1N/A domain socket definitions.
1N/A
1N/Ai_sysutsname (i_sysutsname.U):
1N/A This variable conditionally defines the I_SYSUTSNAME symbol,
1N/A and indicates whether a C program should include <sys/utsname.h>.
1N/A
1N/Ai_sysvfs (i_sysvfs.U):
1N/A This variable conditionally defines the I_SYSVFS symbol,
1N/A and indicates whether a C program should include <sys/vfs.h>.
1N/A
1N/Ai_syswait (i_syswait.U):
1N/A This variable conditionally defines I_SYS_WAIT, which indicates
1N/A to the C program that it should include <sys/wait.h>.
1N/A
1N/Ai_termio (i_termio.U):
1N/A This variable conditionally defines the I_TERMIO symbol, which
1N/A indicates to the C program that it should include <termio.h> rather
1N/A than <sgtty.h>.
1N/A
1N/Ai_termios (i_termio.U):
1N/A This variable conditionally defines the I_TERMIOS symbol, which
1N/A indicates to the C program that the POSIX <termios.h> file is
1N/A to be included.
1N/A
1N/Ai_time (i_time.U):
1N/A This variable conditionally defines I_TIME, which indicates
1N/A to the C program that it should include <time.h>.
1N/A
1N/Ai_unistd (i_unistd.U):
1N/A This variable conditionally defines the I_UNISTD symbol, and indicates
1N/A whether a C program should include <unistd.h>.
1N/A
1N/Ai_ustat (i_ustat.U):
1N/A This variable conditionally defines the I_USTAT symbol, and indicates
1N/A whether a C program should include <ustat.h>.
1N/A
1N/Ai_utime (i_utime.U):
1N/A This variable conditionally defines the I_UTIME symbol, and indicates
1N/A whether a C program should include <utime.h>.
1N/A
1N/Ai_values (i_values.U):
1N/A This variable conditionally defines the I_VALUES symbol, and indicates
1N/A whether a C program may include <values.h> to get symbols like MAXLONG
1N/A and friends.
1N/A
1N/Ai_varargs (i_varhdr.U):
1N/A This variable conditionally defines I_VARARGS, which indicates
1N/A to the C program that it should include <varargs.h>.
1N/A
1N/Ai_varhdr (i_varhdr.U):
1N/A Contains the name of the header to be included to get va_dcl definition.
1N/A Typically one of varargs.h or stdarg.h.
1N/A
1N/Ai_vfork (i_vfork.U):
1N/A This variable conditionally defines the I_VFORK symbol, and indicates
1N/A whether a C program should include vfork.h.
1N/A
1N/Aignore_versioned_solibs (libs.U):
1N/A This variable should be non-empty if non-versioned shared
1N/A libraries (libfoo.so.x.y) are to be ignored (because they
1N/A cannot be linked against).
1N/A
1N/Ainc_version_list (inc_version_list.U):
1N/A This variable specifies the list of subdirectories in over
1N/A which perl.c:incpush() and lib/lib.pm will automatically
1N/A search when adding directories to @INC. The elements in
1N/A the list are separated by spaces. This is only useful
1N/A if you have a perl library directory tree structured like the
1N/A default one. See INSTALL for how this works. The versioned
1N/A site_perl directory was introduced in 5.005, so that is the
1N/A lowest possible value.
1N/A
1N/Ainc_version_list_init (inc_version_list.U):
1N/A This variable holds the same list as inc_version_list, but
1N/A each item is enclosed in double quotes and separated by commas,
1N/A suitable for use in the PERL_INC_VERSION_LIST initialization.
1N/A
1N/Aincpath (usrinc.U):
1N/A This variable must preceed the normal include path to get hte
1N/A right one, as in "$incpath/usr/include" or "$incpath/usr/lib".
1N/A Value can be "" or "/bsd43" on mips.
1N/A
1N/Ainews (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Ainstallarchlib (archlib.U):
1N/A This variable is really the same as archlibexp but may differ on
1N/A those systems using AFS. For extra portability, only this variable
1N/A should be used in makefiles.
1N/A
1N/Ainstallbin (bin.U):
1N/A This variable is the same as binexp unless AFS is running in which case
1N/A the user is explicitely prompted for it. This variable should always
1N/A be used in your makefiles for maximum portability.
1N/A
1N/Ainstallhtml1dir (html1dir.U):
1N/A This variable is really the same as html1direxp, unless you are
1N/A using a different installprefix. For extra portability, you
1N/A should only use this variable within your makefiles.
1N/A
1N/Ainstallhtml3dir (html3dir.U):
1N/A This variable is really the same as html3direxp, unless you are
1N/A using a different installprefix. For extra portability, you
1N/A should only use this variable within your makefiles.
1N/A
1N/Ainstallman1dir (man1dir.U):
1N/A This variable is really the same as man1direxp, unless you are using
1N/A AFS in which case it points to the read/write location whereas
1N/A man1direxp only points to the read-only access location. For extra
1N/A portability, you should only use this variable within your makefiles.
1N/A
1N/Ainstallman3dir (man3dir.U):
1N/A This variable is really the same as man3direxp, unless you are using
1N/A AFS in which case it points to the read/write location whereas
1N/A man3direxp only points to the read-only access location. For extra
1N/A portability, you should only use this variable within your makefiles.
1N/A
1N/Ainstallprefix (installprefix.U):
1N/A This variable holds the name of the directory below which
1N/A "make install" will install the package. For most users, this
1N/A is the same as prefix. However, it is useful for
1N/A installing the software into a different (usually temporary)
1N/A location after which it can be bundled up and moved somehow
1N/A to the final location specified by prefix.
1N/A
1N/Ainstallprefixexp (installprefix.U):
1N/A This variable holds the full absolute path of installprefix
1N/A with all ~-expansion done.
1N/A
1N/Ainstallprivlib (privlib.U):
1N/A This variable is really the same as privlibexp but may differ on
1N/A those systems using AFS. For extra portability, only this variable
1N/A should be used in makefiles.
1N/A
1N/Ainstallscript (scriptdir.U):
1N/A This variable is usually the same as scriptdirexp, unless you are on
1N/A a system running AFS, in which case they may differ slightly. You
1N/A should always use this variable within your makefiles for portability.
1N/A
1N/Ainstallsitearch (sitearch.U):
1N/A This variable is really the same as sitearchexp but may differ on
1N/A those systems using AFS. For extra portability, only this variable
1N/A should be used in makefiles.
1N/A
1N/Ainstallsitebin (sitebin.U):
1N/A This variable is usually the same as sitebinexp, unless you are on
1N/A a system running AFS, in which case they may differ slightly. You
1N/A should always use this variable within your makefiles for portability.
1N/A
1N/Ainstallsitehtml1dir (sitehtml1dir.U):
1N/A This variable is really the same as sitehtml1direxp, unless you are using
1N/A AFS in which case it points to the read/write location whereas
1N/A html1direxp only points to the read-only access location. For extra
1N/A portability, you should only use this variable within your makefiles.
1N/A
1N/Ainstallsitehtml3dir (sitehtml3dir.U):
1N/A This variable is really the same as sitehtml3direxp, unless you are using
1N/A AFS in which case it points to the read/write location whereas
1N/A html3direxp only points to the read-only access location. For extra
1N/A portability, you should only use this variable within your makefiles.
1N/A
1N/Ainstallsitelib (sitelib.U):
1N/A This variable is really the same as sitelibexp but may differ on
1N/A those systems using AFS. For extra portability, only this variable
1N/A should be used in makefiles.
1N/A
1N/Ainstallsiteman1dir (siteman1dir.U):
1N/A This variable is really the same as siteman1direxp, unless you are using
1N/A AFS in which case it points to the read/write location whereas
1N/A man1direxp only points to the read-only access location. For extra
1N/A portability, you should only use this variable within your makefiles.
1N/A
1N/Ainstallsiteman3dir (siteman3dir.U):
1N/A This variable is really the same as siteman3direxp, unless you are using
1N/A AFS in which case it points to the read/write location whereas
1N/A man3direxp only points to the read-only access location. For extra
1N/A portability, you should only use this variable within your makefiles.
1N/A
1N/Ainstallsitescript (sitescript.U):
1N/A This variable is usually the same as sitescriptexp, unless you are on
1N/A a system running AFS, in which case they may differ slightly. You
1N/A should always use this variable within your makefiles for portability.
1N/A
1N/Ainstallstyle (installstyle.U):
1N/A This variable describes the "style" of the perl installation.
1N/A This is intended to be useful for tools that need to
1N/A manipulate entire perl distributions. Perl itself doesn't use
1N/A this to find its libraries -- the library directories are
1N/A stored directly in Config.pm. Currently, there are only two
1N/A styles: "lib" and "lib/perl5". The default library locations
1N/A (e.g. privlib, sitelib) are either $prefix/lib or
1N/A $prefix/lib/perl5. The former is useful if $prefix is a
1N/A directory dedicated to perl (e.g. /opt/perl), while the latter
1N/A is useful if $prefix is shared by many packages, e.g. if
1N/A $prefix=/usr/local.
1N/A
1N/A Unfortunately, while this "style" variable is used to set
1N/A defaults for all three directory hierarchies (core, vendor, and
1N/A site), there is no guarantee that the same style is actually
1N/A appropriate for all those directories. For example, $prefix
1N/A might be /opt/perl, but $siteprefix might be /usr/local.
1N/A (Perhaps, in retrospect, the "lib" style should never have been
1N/A supported, but it did seem like a nice idea at the time.)
1N/A
1N/A The situation is even less clear for tools such as MakeMaker
1N/A that can be used to install additional modules into
1N/A non-standard places. For example, if a user intends to install
1N/A a module into a private directory (perhaps by setting PREFIX on
1N/A the Makefile.PL command line), then there is no reason to
1N/A assume that the Configure-time $installstyle setting will be
1N/A relevant for that PREFIX.
1N/A
1N/A This may later be extended to include other information, so
1N/A be careful with pattern-matching on the results.
1N/A
1N/A For compatibility with perl5.005 and earlier, the default
1N/A setting is based on whether or not $prefix contains the string
1N/A "perl".
1N/A
1N/Ainstallusrbinperl (instubperl.U):
1N/A This variable tells whether Perl should be installed also as
1N/A /usr/bin/perl in addition to
1N/A $installbin/perl
1N/A
1N/Ainstallvendorarch (vendorarch.U):
1N/A This variable is really the same as vendorarchexp but may differ on
1N/A those systems using AFS. For extra portability, only this variable
1N/A should be used in makefiles.
1N/A
1N/Ainstallvendorbin (vendorbin.U):
1N/A This variable is really the same as vendorbinexp but may differ on
1N/A those systems using AFS. For extra portability, only this variable
1N/A should be used in makefiles.
1N/A
1N/Ainstallvendorhtml1dir (vendorhtml1dir.U):
1N/A This variable is really the same as vendorhtml1direxp but may differ on
1N/A those systems using AFS. For extra portability, only this variable
1N/A should be used in makefiles.
1N/A
1N/Ainstallvendorhtml3dir (vendorhtml3dir.U):
1N/A This variable is really the same as vendorhtml3direxp but may differ on
1N/A those systems using AFS. For extra portability, only this variable
1N/A should be used in makefiles.
1N/A
1N/Ainstallvendorlib (vendorlib.U):
1N/A This variable is really the same as vendorlibexp but may differ on
1N/A those systems using AFS. For extra portability, only this variable
1N/A should be used in makefiles.
1N/A
1N/Ainstallvendorman1dir (vendorman1dir.U):
1N/A This variable is really the same as vendorman1direxp but may differ on
1N/A those systems using AFS. For extra portability, only this variable
1N/A should be used in makefiles.
1N/A
1N/Ainstallvendorman3dir (vendorman3dir.U):
1N/A This variable is really the same as vendorman3direxp but may differ on
1N/A those systems using AFS. For extra portability, only this variable
1N/A should be used in makefiles.
1N/A
1N/Ainstallvendorscript (vendorscript.U):
1N/A This variable is really the same as vendorscriptexp but may differ on
1N/A those systems using AFS. For extra portability, only this variable
1N/A should be used in makefiles.
1N/A
1N/Aintsize (intsize.U):
1N/A This variable contains the value of the INTSIZE symbol, which
1N/A indicates to the C program how many bytes there are in an int.
1N/A
1N/Aissymlink (issymlink.U):
1N/A This variable holds the test command to test for a symbolic link
1N/A (if they are supported). Typical values include 'test -h' and
1N/A 'test -L'.
1N/A
1N/Aivdformat (perlxvf.U):
1N/A This variable contains the format string used for printing
1N/A a Perl IV as a signed decimal integer.
1N/A
1N/Aivsize (perlxv.U):
1N/A This variable is the size of an IV in bytes.
1N/A
1N/Aivtype (perlxv.U):
1N/A This variable contains the C type used for Perl's IV.
1N/A
1N/Aknown_extensions (Extensions.U):
1N/A This variable holds a list of all XS extensions included in
1N/A the package.
1N/A
1N/Aksh (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Ald (dlsrc.U):
1N/A This variable indicates the program to be used to link
1N/A libraries for dynamic loading. On some systems, it is 'ld'.
1N/A On ELF systems, it should be $cc. Mostly, we'll try to respect
1N/A the hint file setting.
1N/A
1N/Alddlflags (dlsrc.U):
1N/A This variable contains any special flags that might need to be
1N/A passed to $ld to create a shared library suitable for dynamic
1N/A loading. It is up to the makefile to use it. For hpux, it
1N/A should be '-b'. For sunos 4.1, it is empty.
1N/A
1N/Aldflags (ccflags.U):
1N/A This variable contains any additional C loader flags desired by
1N/A the user. It is up to the Makefile to use this.
1N/A
1N/Aldflags_uselargefiles (uselfs.U):
1N/A This variable contains the loader flags needed by large file builds
1N/A and added to ldflags by hints files.
1N/A
1N/Aldlibpthname (libperl.U):
1N/A This variable holds the name of the shared library
1N/A search path, often LD_LIBRARY_PATH. To get an empty
1N/A string, the hints file must set this to 'none'.
1N/A
1N/Aless (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the less program. After Configure runs,
1N/A the value is reset to a plain "less" and is not useful.
1N/A
1N/Alib_ext (Unix.U):
1N/A This is an old synonym for _a.
1N/A
1N/Alibc (libc.U):
1N/A This variable contains the location of the C library.
1N/A
1N/Alibperl (libperl.U):
1N/A The perl executable is obtained by linking perlmain.c with
1N/A libperl, any static extensions (usually just DynaLoader),
1N/A and any other libraries needed on this system. libperl
1N/A is usually libperl.a, but can also be libperl.so.xxx if
1N/A the user wishes to build a perl executable with a shared
1N/A library.
1N/A
1N/Alibpth (libpth.U):
1N/A This variable holds the general path (space-separated) used to find
1N/A libraries. It is intended to be used by other units.
1N/A
1N/Alibs (libs.U):
1N/A This variable holds the additional libraries we want to use.
1N/A It is up to the Makefile to deal with it. The list can be empty.
1N/A
1N/Alibsdirs (libs.U):
1N/A This variable holds the directory names aka dirnames of the libraries
1N/A we found and accepted, duplicates are removed.
1N/A
1N/Alibsfiles (libs.U):
1N/A This variable holds the filenames aka basenames of the libraries
1N/A we found and accepted.
1N/A
1N/Alibsfound (libs.U):
1N/A This variable holds the full pathnames of the libraries
1N/A we found and accepted.
1N/A
1N/Alibspath (libs.U):
1N/A This variable holds the directory names probed for libraries.
1N/A
1N/Alibswanted (Myinit.U):
1N/A This variable holds a list of all the libraries we want to
1N/A search. The order is chosen to pick up the c library
1N/A ahead of ucb or bsd libraries for SVR4.
1N/A
1N/Alibswanted_uselargefiles (uselfs.U):
1N/A This variable contains the libraries needed by large file builds
1N/A and added to ldflags by hints files. It is a space separated list
1N/A of the library names without the "lib" prefix or any suffix, just
1N/A like libswanted..
1N/A
1N/Aline (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Alint (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Alkflags (ccflags.U):
1N/A This variable contains any additional C partial linker flags desired by
1N/A the user. It is up to the Makefile to use this.
1N/A
1N/Aln (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the ln program. After Configure runs,
1N/A the value is reset to a plain "ln" and is not useful.
1N/A
1N/Alns (lns.U):
1N/A This variable holds the name of the command to make
1N/A symbolic links (if they are supported). It can be used
1N/A in the Makefile. It is either 'ln -s' or 'ln'
1N/A
1N/Alocaltime_r_proto (d_localtime_r.U):
1N/A This variable encodes the prototype of localtime_r.
1N/A It is zero if d_localtime_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_localtime_r
1N/A is defined.
1N/A
1N/Alocincpth (ccflags.U):
1N/A This variable contains a list of additional directories to be
1N/A searched by the compiler. The appropriate '-I' directives will
1N/A be added to ccflags. This is intended to simplify setting
1N/A local directories from the Configure command line.
1N/A It's not much, but it parallels the loclibpth stuff in libpth.U.
1N/A
1N/Aloclibpth (libpth.U):
1N/A This variable holds the paths (space-separated) used to find local
1N/A libraries. It is prepended to libpth, and is intended to be easily
1N/A set from the command line.
1N/A
1N/Alongdblsize (d_longdbl.U):
1N/A This variable contains the value of the LONG_DOUBLESIZE symbol, which
1N/A indicates to the C program how many bytes there are in a long double,
1N/A if this system supports long doubles.
1N/A
1N/Alonglongsize (d_longlong.U):
1N/A This variable contains the value of the LONGLONGSIZE symbol, which
1N/A indicates to the C program how many bytes there are in a long long,
1N/A if this system supports long long.
1N/A
1N/Alongsize (intsize.U):
1N/A This variable contains the value of the LONGSIZE symbol, which
1N/A indicates to the C program how many bytes there are in a long.
1N/A
1N/Alp (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Alpr (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Als (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the ls program. After Configure runs,
1N/A the value is reset to a plain "ls" and is not useful.
1N/A
1N/Alseeksize (lseektype.U):
1N/A This variable defines lseektype to be something like off_t, long,
1N/A or whatever type is used to declare lseek offset's type in the
1N/A kernel (which also appears to be lseek's return type).
1N/A
1N/Alseektype (lseektype.U):
1N/A This variable defines lseektype to be something like off_t, long,
1N/A or whatever type is used to declare lseek offset's type in the
1N/A kernel (which also appears to be lseek's return type).
1N/A
1N/Amail (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Amailx (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Amake (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the make program. After Configure runs,
1N/A the value is reset to a plain "make" and is not useful.
1N/A
1N/Amake_set_make (make.U):
1N/A Some versions of 'make' set the variable MAKE. Others do not.
1N/A This variable contains the string to be included in Makefile.SH
1N/A so that MAKE is set if needed, and not if not needed.
1N/A Possible values are:
1N/A
1N/A make_set_make='#' # If your make program handles this for you,
1N/A
1N/A make_set_make="MAKE=$make" # if it doesn't.
1N/A
1N/A This uses a comment character to distinguish a
1N/A 'set' value (from a previous config.sh or Configure '-D' option)
1N/A from an uncomputed value.
1N/A
1N/Amallocobj (mallocsrc.U):
1N/A This variable contains the name of the malloc.o that this package
1N/A generates, if that malloc.o is preferred over the system malloc.
1N/A Otherwise the value is null. This variable is intended for generating
1N/A Makefiles. See mallocsrc.
1N/A
1N/Amallocsrc (mallocsrc.U):
1N/A This variable contains the name of the malloc.c that comes with
1N/A the package, if that malloc.c is preferred over the system malloc.
1N/A Otherwise the value is null. This variable is intended for generating
1N/A Makefiles.
1N/A
1N/Amalloctype (mallocsrc.U):
1N/A This variable contains the kind of ptr returned by malloc and realloc.
1N/A
1N/Aman1dir (man1dir.U):
1N/A This variable contains the name of the directory in which manual
1N/A source pages are to be put. It is the responsibility of the
1N/A Makefile.SH to get the value of this into the proper command.
1N/A You must be prepared to do the ~name expansion yourself.
1N/A
1N/Aman1direxp (man1dir.U):
1N/A This variable is the same as the man1dir variable, but is filename
1N/A expanded at configuration time, for convenient use in makefiles.
1N/A
1N/Aman1ext (man1dir.U):
1N/A This variable contains the extension that the manual page should
1N/A have: one of 'n', 'l', or '1'. The Makefile must supply the '.'.
1N/A See man1dir.
1N/A
1N/Aman3dir (man3dir.U):
1N/A This variable contains the name of the directory in which manual
1N/A source pages are to be put. It is the responsibility of the
1N/A Makefile.SH to get the value of this into the proper command.
1N/A You must be prepared to do the ~name expansion yourself.
1N/A
1N/Aman3direxp (man3dir.U):
1N/A This variable is the same as the man3dir variable, but is filename
1N/A expanded at configuration time, for convenient use in makefiles.
1N/A
1N/Aman3ext (man3dir.U):
1N/A This variable contains the extension that the manual page should
1N/A have: one of 'n', 'l', or '3'. The Makefile must supply the '.'.
1N/A See man3dir.
1N/A
1N/AMcc (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the Mcc program. After Configure runs,
1N/A the value is reset to a plain "Mcc" and is not useful.
1N/A
1N/Amips_type (usrinc.U):
1N/A This variable holds the environment type for the mips system.
1N/A Possible values are "BSD 4.3" and "System V".
1N/A
1N/Amistrustnm (Csym.U):
1N/A This variable can be used to establish a fallthrough for the cases
1N/A where nm fails to find a symbol. If usenm is false or usenm is true
1N/A and mistrustnm is false, this variable has no effect. If usenm is true
1N/A and mistrustnm is "compile", a test program will be compiled to try to
1N/A find any symbol that can't be located via nm lookup. If mistrustnm is
1N/A "run", the test program will be run as well as being compiled.
1N/A
1N/Amkdir (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the mkdir program. After Configure runs,
1N/A the value is reset to a plain "mkdir" and is not useful.
1N/A
1N/Ammaptype (d_mmap.U):
1N/A This symbol contains the type of pointer returned by mmap()
1N/A (and simultaneously the type of the first argument).
1N/A It can be 'void *' or 'caddr_t'.
1N/A
1N/Amodetype (modetype.U):
1N/A This variable defines modetype to be something like mode_t,
1N/A int, unsigned short, or whatever type is used to declare file
1N/A modes for system calls.
1N/A
1N/Amore (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the more program. After Configure runs,
1N/A the value is reset to a plain "more" and is not useful.
1N/A
1N/Amultiarch (multiarch.U):
1N/A This variable conditionally defines the MULTIARCH symbol
1N/A which signifies the presence of multiplatform files.
1N/A This is normally set by hints files.
1N/A
1N/Amv (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Amyarchname (archname.U):
1N/A This variable holds the architecture name computed by Configure in
1N/A a previous run. It is not intended to be perused by any user and
1N/A should never be set in a hint file.
1N/A
1N/Amydomain (myhostname.U):
1N/A This variable contains the eventual value of the MYDOMAIN symbol,
1N/A which is the domain of the host the program is going to run on.
1N/A The domain must be appended to myhostname to form a complete host name.
1N/A The dot comes with mydomain, and need not be supplied by the program.
1N/A
1N/Amyhostname (myhostname.U):
1N/A This variable contains the eventual value of the MYHOSTNAME symbol,
1N/A which is the name of the host the program is going to run on.
1N/A The domain is not kept with hostname, but must be gotten from mydomain.
1N/A The dot comes with mydomain, and need not be supplied by the program.
1N/A
1N/Amyuname (Oldconfig.U):
1N/A The output of 'uname -a' if available, otherwise the hostname. On Xenix,
1N/A pseudo variables assignments in the output are stripped, thank you. The
1N/A whole thing is then lower-cased.
1N/A
1N/An (n.U):
1N/A This variable contains the '-n' flag if that is what causes the echo
1N/A command to suppress newline. Otherwise it is null. Correct usage is
1N/A $echo $n "prompt for a question: $c".
1N/A
1N/Aneed_va_copy (need_va_copy.U):
1N/A This symbol, if defined, indicates that the system stores
1N/A the variable argument list datatype, va_list, in a format
1N/A that cannot be copied by simple assignment, so that some
1N/A other means must be used when copying is required.
1N/A As such systems vary in their provision (or non-provision)
1N/A of copying mechanisms, handy.h defines a platform-
1N/A independent macro, Perl_va_copy(src, dst), to do the job.
1N/A
1N/Anetdb_hlen_type (netdbtype.U):
1N/A This variable holds the type used for the 2nd argument to
1N/A gethostbyaddr(). Usually, this is int or size_t or unsigned.
1N/A This is only useful if you have gethostbyaddr(), naturally.
1N/A
1N/Anetdb_host_type (netdbtype.U):
1N/A This variable holds the type used for the 1st argument to
1N/A gethostbyaddr(). Usually, this is char * or void *, possibly
1N/A with or without a const prefix.
1N/A This is only useful if you have gethostbyaddr(), naturally.
1N/A
1N/Anetdb_name_type (netdbtype.U):
1N/A This variable holds the type used for the argument to
1N/A gethostbyname(). Usually, this is char * or const char *.
1N/A This is only useful if you have gethostbyname(), naturally.
1N/A
1N/Anetdb_net_type (netdbtype.U):
1N/A This variable holds the type used for the 1st argument to
1N/A getnetbyaddr(). Usually, this is int or long.
1N/A This is only useful if you have getnetbyaddr(), naturally.
1N/A
1N/Anm (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the nm program. After Configure runs,
1N/A the value is reset to a plain "nm" and is not useful.
1N/A
1N/Anm_opt (usenm.U):
1N/A This variable holds the options that may be necessary for nm.
1N/A
1N/Anm_so_opt (usenm.U):
1N/A This variable holds the options that may be necessary for nm
1N/A to work on a shared library but that can not be used on an
1N/A archive library. Currently, this is only used by Linux, where
1N/A nm --dynamic is *required* to get symbols from an ELF library which
1N/A has been stripped, but nm --dynamic is *fatal* on an archive library.
1N/A Maybe Linux should just always set usenm=false.
1N/A
1N/Anonxs_ext (Extensions.U):
1N/A This variable holds a list of all non-xs extensions included
1N/A in the package. All of them will be built.
1N/A
1N/Anroff (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the nroff program. After Configure runs,
1N/A the value is reset to a plain "nroff" and is not useful.
1N/A
1N/Anv_preserves_uv_bits (perlxv.U):
1N/A This variable indicates how many of bits type uvtype
1N/A a variable nvtype can preserve.
1N/A
1N/Anveformat (perlxvf.U):
1N/A This variable contains the format string used for printing
1N/A a Perl NV using %e-ish floating point format.
1N/A
1N/AnvEUformat (perlxvf.U):
1N/A This variable contains the format string used for printing
1N/A a Perl NV using %E-ish floating point format.
1N/A
1N/Anvfformat (perlxvf.U):
1N/A This variable confains the format string used for printing
1N/A a Perl NV using %f-ish floating point format.
1N/A
1N/AnvFUformat (perlxvf.U):
1N/A This variable confains the format string used for printing
1N/A a Perl NV using %F-ish floating point format.
1N/A
1N/Anvgformat (perlxvf.U):
1N/A This variable contains the format string used for printing
1N/A a Perl NV using %g-ish floating point format.
1N/A
1N/AnvGUformat (perlxvf.U):
1N/A This variable contains the format string used for printing
1N/A a Perl NV using %G-ish floating point format.
1N/A
1N/Anvsize (perlxv.U):
1N/A This variable is the size of an NV in bytes.
1N/A
1N/Anvtype (perlxv.U):
1N/A This variable contains the C type used for Perl's NV.
1N/A
1N/Ao_nonblock (nblock_io.U):
1N/A This variable bears the symbol value to be used during open() or fcntl()
1N/A to turn on non-blocking I/O for a file descriptor. If you wish to switch
1N/A between blocking and non-blocking, you may try ioctl(FIOSNBIO) instead,
1N/A but that is only supported by some devices.
1N/A
1N/Aobj_ext (Unix.U):
1N/A This is an old synonym for _o.
1N/A
1N/Aold_pthread_create_joinable (d_pthrattrj.U):
1N/A This variable defines the constant to use for creating joinable
1N/A (aka undetached) pthreads. Unused if pthread.h defines
1N/A PTHREAD_CREATE_JOINABLE. If used, possible values are
1N/A PTHREAD_CREATE_UNDETACHED and __UNDETACHED.
1N/A
1N/Aoptimize (ccflags.U):
1N/A This variable contains any optimizer/debugger flag that should be used.
1N/A It is up to the Makefile to use it.
1N/A
1N/Aorderlib (orderlib.U):
1N/A This variable is "true" if the components of libraries must be ordered
1N/A (with `lorder $* | tsort`) before placing them in an archive. Set to
1N/A "false" if ranlib or ar can generate random libraries.
1N/A
1N/Aosname (Oldconfig.U):
1N/A This variable contains the operating system name (e.g. sunos,
1N/A solaris, hpux, etc.). It can be useful later on for setting
1N/A defaults. Any spaces are replaced with underscores. It is set
1N/A to a null string if we can't figure it out.
1N/A
1N/Aosvers (Oldconfig.U):
1N/A This variable contains the operating system version (e.g.
1N/A 4.1.3, 5.2, etc.). It is primarily used for helping select
1N/A an appropriate hints file, but might be useful elsewhere for
1N/A setting defaults. It is set to '' if we can't figure it out.
1N/A We try to be flexible about how much of the version number
1N/A to keep, e.g. if 4.1.1, 4.1.2, and 4.1.3 are essentially the
1N/A same for this package, hints files might just be os_4.0 or
1N/A os_4.1, etc., not keeping separate files for each little release.
1N/A
1N/Aotherlibdirs (otherlibdirs.U):
1N/A This variable contains a colon-separated set of paths for the perl
1N/A binary to search for additional library files or modules.
1N/A These directories will be tacked to the end of @INC.
1N/A Perl will automatically search below each path for version-
1N/A and architecture-specific directories. See inc_version_list
1N/A for more details.
1N/A A value of ' ' means 'none' and is used to preserve this value
1N/A for the next run through Configure.
1N/A
1N/Apackage (package.U):
1N/A This variable contains the name of the package being constructed.
1N/A It is primarily intended for the use of later Configure units.
1N/A
1N/Apager (pager.U):
1N/A This variable contains the name of the preferred pager on the system.
1N/A Usual values are (the full pathnames of) more, less, pg, or cat.
1N/A
1N/Apasscat (nis.U):
1N/A This variable contains a command that produces the text of the
1N/A /etc/passwd file. This is normally "cat /etc/passwd", but can be
1N/A "ypcat passwd" when NIS is used.
1N/A On some systems, such as os390, there may be no equivalent
1N/A command, in which case this variable is unset.
1N/A
1N/Apatchlevel (patchlevel.U):
1N/A The patchlevel level of this package.
1N/A The value of patchlevel comes from the patchlevel.h file.
1N/A In a version number such as 5.6.1, this is the "6".
1N/A In patchlevel.h, this is referred to as "PERL_VERSION".
1N/A
1N/Apath_sep (Unix.U):
1N/A This is an old synonym for p_ in Head.U, the character
1N/A used to separate elements in the command shell search PATH.
1N/A
1N/Aperl5 (perl5.U):
1N/A This variable contains the full path (if any) to a previously
1N/A installed perl5.005 or later suitable for running the script
1N/A to determine inc_version_list.
1N/A
1N/Aperl (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Aperl_patchlevel (patchlevel.U):
1N/A This is the Perl patch level, a numeric change identifier,
1N/A as defined by whichever source code maintenance system
1N/A is used to maintain the patches; currently Perforce.
1N/A It does not correlate with the Perl version numbers or
1N/A the maintenance versus development dichotomy except
1N/A by also being increasing.
1N/A
1N/APERL_REVISION (Oldsyms.U):
1N/A In a Perl version number such as 5.6.2, this is the 5.
1N/A This value is manually set in patchlevel.h
1N/A
1N/APERL_SUBVERSION (Oldsyms.U):
1N/A In a Perl version number such as 5.6.2, this is the 2.
1N/A Values greater than 50 represent potentially unstable
1N/A development subversions.
1N/A This value is manually set in patchlevel.h
1N/A
1N/APERL_VERSION (Oldsyms.U):
1N/A In a Perl version number such as 5.6.2, this is the 6.
1N/A This value is manually set in patchlevel.h
1N/A
1N/Aperladmin (perladmin.U):
1N/A Electronic mail address of the perl5 administrator.
1N/A
1N/Aperllibs (End.U):
1N/A The list of libraries needed by Perl only (any libraries needed
1N/A by extensions only will by dropped, if using dynamic loading).
1N/A
1N/Aperlpath (perlpath.U):
1N/A This variable contains the eventual value of the PERLPATH symbol,
1N/A which contains the name of the perl interpreter to be used in
1N/A shell scripts and in the "eval 'exec'" idiom. This variable is
1N/A not necessarily the pathname of the file containing the perl
1N/A interpreter; you must append the executable extension (_exe) if
1N/A it is not already present. Note that Perl code that runs during
1N/A the Perl build process cannot reference this variable, as Perl
1N/A may not have been installed, or even if installed, may be a
1N/A different version of Perl.
1N/A
1N/Apg (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the pg program. After Configure runs,
1N/A the value is reset to a plain "pg" and is not useful.
1N/A
1N/Aphostname (myhostname.U):
1N/A This variable contains the eventual value of the PHOSTNAME symbol,
1N/A which is a command that can be fed to popen() to get the host name.
1N/A The program should probably not presume that the domain is or isn't
1N/A there already.
1N/A
1N/Apidtype (pidtype.U):
1N/A This variable defines PIDTYPE to be something like pid_t, int,
1N/A ushort, or whatever type is used to declare process ids in the kernel.
1N/A
1N/Aplibpth (libpth.U):
1N/A Holds the private path used by Configure to find out the libraries.
1N/A Its value is prepend to libpth. This variable takes care of special
1N/A machines, like the mips. Usually, it should be empty.
1N/A
1N/Apmake (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Apr (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Aprefix (prefix.U):
1N/A This variable holds the name of the directory below which the
1N/A user will install the package. Usually, this is /usr/local, and
1N/A executables go in /usr/local/bin, library stuff in /usr/local/lib,
1N/A man pages in /usr/local/man, etc. It is only used to set defaults
1N/A for things in bin.U, mansrc.U, privlib.U, or scriptdir.U.
1N/A
1N/Aprefixexp (prefix.U):
1N/A This variable holds the full absolute path of the directory below
1N/A which the user will install the package. Derived from prefix.
1N/A
1N/Aprivlib (privlib.U):
1N/A This variable contains the eventual value of the PRIVLIB symbol,
1N/A which is the name of the private library for this package. It may
1N/A have a ~ on the front. It is up to the makefile to eventually create
1N/A this directory while performing installation (with ~ substitution).
1N/A
1N/Aprivlibexp (privlib.U):
1N/A This variable is the ~name expanded version of privlib, so that you
1N/A may use it directly in Makefiles or shell scripts.
1N/A
1N/Aprocselfexe (d_procselfexe.U):
1N/A If d_procselfexe is defined, $procselfexe is the filename
1N/A of the symbolic link pointing to the absolute pathname of
1N/A the executing program.
1N/A
1N/Aprototype (prototype.U):
1N/A This variable holds the eventual value of CAN_PROTOTYPE, which
1N/A indicates the C compiler can handle funciton prototypes.
1N/A
1N/Aptrsize (ptrsize.U):
1N/A This variable contains the value of the PTRSIZE symbol, which
1N/A indicates to the C program how many bytes there are in a pointer.
1N/A
1N/Aquadkind (quadtype.U):
1N/A This variable, if defined, encodes the type of a quad:
1N/A 1 = int, 2 = long, 3 = long long, 4 = int64_t.
1N/A
1N/Aquadtype (quadtype.U):
1N/A This variable defines Quad_t to be something like long, int,
1N/A long long, int64_t, or whatever type is used for 64-bit integers.
1N/A
1N/Arandbits (randfunc.U):
1N/A Indicates how many bits are produced by the function used to
1N/A generate normalized random numbers.
1N/A
1N/Arandfunc (randfunc.U):
1N/A Indicates the name of the random number function to use.
1N/A Values include drand48, random, and rand. In C programs,
1N/A the 'Drand01' macro is defined to generate uniformly distributed
1N/A random numbers over the range [0., 1.[ (see drand01 and nrand).
1N/A
1N/Arandom_r_proto (d_random_r.U):
1N/A This variable encodes the prototype of random_r.
1N/A It is zero if d_random_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_random_r
1N/A is defined.
1N/A
1N/Arandseedtype (randfunc.U):
1N/A Indicates the type of the argument of the seedfunc.
1N/A
1N/Aranlib (orderlib.U):
1N/A This variable is set to the pathname of the ranlib program, if it is
1N/A needed to generate random libraries. Set to ":" if ar can generate
1N/A random libraries or if random libraries are not supported
1N/A
1N/Ard_nodata (nblock_io.U):
1N/A This variable holds the return code from read() when no data is
1N/A present. It should be -1, but some systems return 0 when O_NDELAY is
1N/A used, which is a shame because you cannot make the difference between
1N/A no data and an EOF.. Sigh!
1N/A
1N/Areaddir64_r_proto (d_readdir64_r.U):
1N/A This variable encodes the prototype of readdir64_r.
1N/A It is zero if d_readdir64_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir64_r
1N/A is defined.
1N/A
1N/Areaddir_r_proto (d_readdir_r.U):
1N/A This variable encodes the prototype of readdir_r.
1N/A It is zero if d_readdir_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir_r
1N/A is defined.
1N/A
1N/Arevision (patchlevel.U):
1N/A The value of revision comes from the patchlevel.h file.
1N/A In a version number such as 5.6.1, this is the "5".
1N/A In patchlevel.h, this is referred to as "PERL_REVISION".
1N/A
1N/Arm (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the rm program. After Configure runs,
1N/A the value is reset to a plain "rm" and is not useful.
1N/A
1N/Armail (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Arun (Cross.U):
1N/A This variable contains the command used by Configure
1N/A to copy and execute a cross-compiled executable in the
1N/A target host. Useful and available only during Perl build.
1N/A Empty string '' if not cross-compiling.
1N/A
1N/Arunnm (usenm.U):
1N/A This variable contains 'true' or 'false' depending whether the
1N/A nm extraction should be performed or not, according to the value
1N/A of usenm and the flags on the Configure command line.
1N/A
1N/Asched_yield (d_pthread_y.U):
1N/A This variable defines the way to yield the execution
1N/A of the current thread.
1N/A
1N/Ascriptdir (scriptdir.U):
1N/A This variable holds the name of the directory in which the user wants
1N/A to put publicly scripts for the package in question. It is either
1N/A the same directory as for binaries, or a special one that can be
1N/A mounted across different architectures, like /usr/share. Programs
1N/A must be prepared to deal with ~name expansion.
1N/A
1N/Ascriptdirexp (scriptdir.U):
1N/A This variable is the same as scriptdir, but is filename expanded
1N/A at configuration time, for programs not wanting to bother with it.
1N/A
1N/Ased (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the sed program. After Configure runs,
1N/A the value is reset to a plain "sed" and is not useful.
1N/A
1N/Aseedfunc (randfunc.U):
1N/A Indicates the random number generating seed function.
1N/A Values include srand48, srandom, and srand.
1N/A
1N/Aselectminbits (selectminbits.U):
1N/A This variable holds the minimum number of bits operated by select.
1N/A That is, if you do select(n, ...), how many bits at least will be
1N/A cleared in the masks if some activity is detected. Usually this
1N/A is either n or 32*ceil(n/32), especially many little-endians do
1N/A the latter. This is only useful if you have select(), naturally.
1N/A
1N/Aselecttype (selecttype.U):
1N/A This variable holds the type used for the 2nd, 3rd, and 4th
1N/A arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET
1N/A is defined, and 'int *' otherwise. This is only useful if you
1N/A have select(), naturally.
1N/A
1N/Asendmail (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Asetgrent_r_proto (d_setgrent_r.U):
1N/A This variable encodes the prototype of setgrent_r.
1N/A It is zero if d_setgrent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_setgrent_r
1N/A is defined.
1N/A
1N/Asethostent_r_proto (d_sethostent_r.U):
1N/A This variable encodes the prototype of sethostent_r.
1N/A It is zero if d_sethostent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_sethostent_r
1N/A is defined.
1N/A
1N/Asetlocale_r_proto (d_setlocale_r.U):
1N/A This variable encodes the prototype of setlocale_r.
1N/A It is zero if d_setlocale_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_setlocale_r
1N/A is defined.
1N/A
1N/Asetnetent_r_proto (d_setnetent_r.U):
1N/A This variable encodes the prototype of setnetent_r.
1N/A It is zero if d_setnetent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_setnetent_r
1N/A is defined.
1N/A
1N/Asetprotoent_r_proto (d_setprotoent_r.U):
1N/A This variable encodes the prototype of setprotoent_r.
1N/A It is zero if d_setprotoent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_setprotoent_r
1N/A is defined.
1N/A
1N/Asetpwent_r_proto (d_setpwent_r.U):
1N/A This variable encodes the prototype of setpwent_r.
1N/A It is zero if d_setpwent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_setpwent_r
1N/A is defined.
1N/A
1N/Asetservent_r_proto (d_setservent_r.U):
1N/A This variable encodes the prototype of setservent_r.
1N/A It is zero if d_setservent_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_setservent_r
1N/A is defined.
1N/A
1N/Ash (sh.U):
1N/A This variable contains the full pathname of the shell used
1N/A on this system to execute Bourne shell scripts. Usually, this will be
1N/A /bin/sh, though it's possible that some systems will have /bin/ksh,
1N/A /bin/pdksh, /bin/ash, /bin/bash, or even something such as
1N/A D:/bin/sh.exe.
1N/A This unit comes before Options.U, so you can't set sh with a '-D'
1N/A option, though you can override this (and startsh)
1N/A with '-O -Dsh=/bin/whatever -Dstartsh=whatever'
1N/A
1N/Ashar (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Asharpbang (spitshell.U):
1N/A This variable contains the string #! if this system supports that
1N/A construct.
1N/A
1N/Ashmattype (d_shmat.U):
1N/A This symbol contains the type of pointer returned by shmat().
1N/A It can be 'void *' or 'char *'.
1N/A
1N/Ashortsize (intsize.U):
1N/A This variable contains the value of the SHORTSIZE symbol which
1N/A indicates to the C program how many bytes there are in a short.
1N/A
1N/Ashrpenv (libperl.U):
1N/A If the user builds a shared libperl.so, then we need to tell the
1N/A 'perl' executable where it will be able to find the installed libperl.so.
1N/A One way to do this on some systems is to set the environment variable
1N/A LD_RUN_PATH to the directory that will be the final location of the
1N/A shared libperl.so. The makefile can use this with something like
1N/A $shrpenv $(CC) -o perl perlmain.o $libperl $libs
1N/A Typical values are
1N/A shrpenv="env LD_RUN_PATH=$archlibexp/CORE"
1N/A or
1N/A shrpenv=''
1N/A See the main perl Makefile.SH for actual working usage.
1N/A Alternatively, we might be able to use a command line option such
1N/A as -R $archlibexp/CORE (Solaris) or -Wl,-rpath
1N/A $archlibexp/CORE (Linux).
1N/A
1N/Ashsharp (spitshell.U):
1N/A This variable tells further Configure units whether your sh can
1N/A handle # comments.
1N/A
1N/Asig_count (sig_name.U):
1N/A This variable holds a number larger than the largest valid
1N/A signal number. This is usually the same as the NSIG macro.
1N/A
1N/Asig_name (sig_name.U):
1N/A This variable holds the signal names, space separated. The leading
1N/A SIG in signal name is removed. A ZERO is prepended to the list.
1N/A This is currently not used, sig_name_init is used instead.
1N/A
1N/Asig_name_init (sig_name.U):
1N/A This variable holds the signal names, enclosed in double quotes and
1N/A separated by commas, suitable for use in the SIG_NAME definition
1N/A below. A "ZERO" is prepended to the list, and the list is
1N/A terminated with a plain 0. The leading SIG in signal names
1N/A is removed. See sig_num.
1N/A
1N/Asig_num (sig_name.U):
1N/A This variable holds the signal numbers, space separated. A ZERO is
1N/A prepended to the list (corresponding to the fake SIGZERO).
1N/A Those numbers correspond to the value of the signal listed
1N/A in the same place within the sig_name list.
1N/A This is currently not used, sig_num_init is used instead.
1N/A
1N/Asig_num_init (sig_name.U):
1N/A This variable holds the signal numbers, enclosed in double quotes and
1N/A separated by commas, suitable for use in the SIG_NUM definition
1N/A below. A "ZERO" is prepended to the list, and the list is
1N/A terminated with a plain 0.
1N/A
1N/Asig_size (sig_name.U):
1N/A This variable contains the number of elements of the sig_name
1N/A and sig_num arrays.
1N/A
1N/Asignal_t (d_voidsig.U):
1N/A This variable holds the type of the signal handler (void or int).
1N/A
1N/Asitearch (sitearch.U):
1N/A This variable contains the eventual value of the SITEARCH symbol,
1N/A which is the name of the private library for this package. It may
1N/A have a ~ on the front. It is up to the makefile to eventually create
1N/A this directory while performing installation (with ~ substitution).
1N/A The standard distribution will put nothing in this directory.
1N/A After perl has been installed, users may install their own local
1N/A architecture-dependent modules in this directory with
1N/A MakeMaker Makefile.PL
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Asitearchexp (sitearch.U):
1N/A This variable is the ~name expanded version of sitearch, so that you
1N/A may use it directly in Makefiles or shell scripts.
1N/A
1N/Asitebin (sitebin.U):
1N/A This variable holds the name of the directory in which the user wants
1N/A to put add-on publicly executable files for the package in question. It
1N/A is most often a local directory such as /usr/local/bin. Programs using
1N/A this variable must be prepared to deal with ~name substitution.
1N/A The standard distribution will put nothing in this directory.
1N/A After perl has been installed, users may install their own local
1N/A executables in this directory with
1N/A MakeMaker Makefile.PL
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Asitebinexp (sitebin.U):
1N/A This is the same as the sitebin variable, but is filename expanded at
1N/A configuration time, for use in your makefiles.
1N/A
1N/Asitehtml1dir (sitehtml1dir.U):
1N/A This variable contains the name of the directory in which site-specific
1N/A html source pages are to be put. It is the responsibility of the
1N/A Makefile.SH to get the value of this into the proper command.
1N/A You must be prepared to do the ~name expansion yourself.
1N/A The standard distribution will put nothing in this directory.
1N/A After perl has been installed, users may install their own local
1N/A html pages in this directory with
1N/A MakeMaker Makefile.PL
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Asitehtml1direxp (sitehtml1dir.U):
1N/A This variable is the same as the sitehtml1dir variable, but is filename
1N/A expanded at configuration time, for convenient use in makefiles.
1N/A
1N/Asitehtml3dir (sitehtml3dir.U):
1N/A This variable contains the name of the directory in which site-specific
1N/A library html source pages are to be put. It is the responsibility of the
1N/A Makefile.SH to get the value of this into the proper command.
1N/A You must be prepared to do the ~name expansion yourself.
1N/A The standard distribution will put nothing in this directory.
1N/A After perl has been installed, users may install their own local
1N/A library html pages in this directory with
1N/A MakeMaker Makefile.PL
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Asitehtml3direxp (sitehtml3dir.U):
1N/A This variable is the same as the sitehtml3dir variable, but is filename
1N/A expanded at configuration time, for convenient use in makefiles.
1N/A
1N/Asitelib (sitelib.U):
1N/A This variable contains the eventual value of the SITELIB symbol,
1N/A which is the name of the private library for this package. It may
1N/A have a ~ on the front. It is up to the makefile to eventually create
1N/A this directory while performing installation (with ~ substitution).
1N/A The standard distribution will put nothing in this directory.
1N/A After perl has been installed, users may install their own local
1N/A architecture-independent modules in this directory with
1N/A MakeMaker Makefile.PL
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Asitelib_stem (sitelib.U):
1N/A This variable is $sitelibexp with any trailing version-specific component
1N/A removed. The elements in inc_version_list (inc_version_list.U) can
1N/A be tacked onto this variable to generate a list of directories to search.
1N/A
1N/Asitelibexp (sitelib.U):
1N/A This variable is the ~name expanded version of sitelib, so that you
1N/A may use it directly in Makefiles or shell scripts.
1N/A
1N/Asiteman1dir (siteman1dir.U):
1N/A This variable contains the name of the directory in which site-specific
1N/A manual source pages are to be put. It is the responsibility of the
1N/A Makefile.SH to get the value of this into the proper command.
1N/A You must be prepared to do the ~name expansion yourself.
1N/A The standard distribution will put nothing in this directory.
1N/A After perl has been installed, users may install their own local
1N/A man1 pages in this directory with
1N/A MakeMaker Makefile.PL
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Asiteman1direxp (siteman1dir.U):
1N/A This variable is the same as the siteman1dir variable, but is filename
1N/A expanded at configuration time, for convenient use in makefiles.
1N/A
1N/Asiteman3dir (siteman3dir.U):
1N/A This variable contains the name of the directory in which site-specific
1N/A library man source pages are to be put. It is the responsibility of the
1N/A Makefile.SH to get the value of this into the proper command.
1N/A You must be prepared to do the ~name expansion yourself.
1N/A The standard distribution will put nothing in this directory.
1N/A After perl has been installed, users may install their own local
1N/A man3 pages in this directory with
1N/A MakeMaker Makefile.PL
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Asiteman3direxp (siteman3dir.U):
1N/A This variable is the same as the siteman3dir variable, but is filename
1N/A expanded at configuration time, for convenient use in makefiles.
1N/A
1N/Asiteprefix (siteprefix.U):
1N/A This variable holds the full absolute path of the directory below
1N/A which the user will install add-on packages.
1N/A See INSTALL for usage and examples.
1N/A
1N/Asiteprefixexp (siteprefix.U):
1N/A This variable holds the full absolute path of the directory below
1N/A which the user will install add-on packages. Derived from siteprefix.
1N/A
1N/Asitescript (sitescript.U):
1N/A This variable holds the name of the directory in which the user wants
1N/A to put add-on publicly executable files for the package in question. It
1N/A is most often a local directory such as /usr/local/bin. Programs using
1N/A this variable must be prepared to deal with ~name substitution.
1N/A The standard distribution will put nothing in this directory.
1N/A After perl has been installed, users may install their own local
1N/A scripts in this directory with
1N/A MakeMaker Makefile.PL
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Asitescriptexp (sitescript.U):
1N/A This is the same as the sitescript variable, but is filename expanded at
1N/A configuration time, for use in your makefiles.
1N/A
1N/Asizesize (sizesize.U):
1N/A This variable contains the size of a sizetype in bytes.
1N/A
1N/Asizetype (sizetype.U):
1N/A This variable defines sizetype to be something like size_t,
1N/A unsigned long, or whatever type is used to declare length
1N/A parameters for string functions.
1N/A
1N/Asleep (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Asmail (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Aso (so.U):
1N/A This variable holds the extension used to identify shared libraries
1N/A (also known as shared objects) on the system. Usually set to 'so'.
1N/A
1N/Asockethdr (d_socket.U):
1N/A This variable has any cpp '-I' flags needed for socket support.
1N/A
1N/Asocketlib (d_socket.U):
1N/A This variable has the names of any libraries needed for socket support.
1N/A
1N/Asocksizetype (socksizetype.U):
1N/A This variable holds the type used for the size argument
1N/A for various socket calls like accept. Usual values include
1N/A socklen_t, size_t, and int.
1N/A
1N/Asort (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the sort program. After Configure runs,
1N/A the value is reset to a plain "sort" and is not useful.
1N/A
1N/Aspackage (package.U):
1N/A This variable contains the name of the package being constructed,
1N/A with the first letter uppercased, i.e. suitable for starting
1N/A sentences.
1N/A
1N/Aspitshell (spitshell.U):
1N/A This variable contains the command necessary to spit out a runnable
1N/A shell on this system. It is either cat or a grep '-v' for # comments.
1N/A
1N/AsPRId64 (quadfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format 64-bit decimal numbers (format 'd') for output.
1N/A
1N/AsPRIeldbl (longdblfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format long doubles (format 'e') for output.
1N/A
1N/AsPRIEUldbl (longdblfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format long doubles (format 'E') for output.
1N/A The 'U' in the name is to separate this from sPRIeldbl so that even
1N/A case-blind systems can see the difference.
1N/A
1N/AsPRIfldbl (longdblfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format long doubles (format 'f') for output.
1N/A
1N/AsPRIFUldbl (longdblfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format long doubles (format 'F') for output.
1N/A The 'U' in the name is to separate this from sPRIfldbl so that even
1N/A case-blind systems can see the difference.
1N/A
1N/AsPRIgldbl (longdblfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format long doubles (format 'g') for output.
1N/A
1N/AsPRIGUldbl (longdblfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format long doubles (format 'G') for output.
1N/A The 'U' in the name is to separate this from sPRIgldbl so that even
1N/A case-blind systems can see the difference.
1N/A
1N/AsPRIi64 (quadfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format 64-bit decimal numbers (format 'i') for output.
1N/A
1N/AsPRIo64 (quadfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format 64-bit octal numbers (format 'o') for output.
1N/A
1N/AsPRIu64 (quadfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format 64-bit unsigned decimal numbers (format 'u') for output.
1N/A
1N/AsPRIx64 (quadfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format 64-bit hexadecimal numbers (format 'x') for output.
1N/A
1N/AsPRIXU64 (quadfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format 64-bit hExADECimAl numbers (format 'X') for output.
1N/A The 'U' in the name is to separate this from sPRIx64 so that even
1N/A case-blind systems can see the difference.
1N/A
1N/Asrand48_r_proto (d_srand48_r.U):
1N/A This variable encodes the prototype of srand48_r.
1N/A It is zero if d_srand48_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_srand48_r
1N/A is defined.
1N/A
1N/Asrandom_r_proto (d_srandom_r.U):
1N/A This variable encodes the prototype of srandom_r.
1N/A It is zero if d_srandom_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_srandom_r
1N/A is defined.
1N/A
1N/Asrc (src.U):
1N/A This variable holds the path to the package source. It is up to
1N/A the Makefile to use this variable and set VPATH accordingly to
1N/A find the sources remotely.
1N/A
1N/AsSCNfldbl (longdblfio.U):
1N/A This variable, if defined, contains the string used by stdio to
1N/A format long doubles (format 'f') for input.
1N/A
1N/Assizetype (ssizetype.U):
1N/A This variable defines ssizetype to be something like ssize_t,
1N/A long or int. It is used by functions that return a count
1N/A of bytes or an error condition. It must be a signed type.
1N/A We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
1N/A
1N/Astartperl (startperl.U):
1N/A This variable contains the string to put on the front of a perl
1N/A script to make sure (hopefully) that it runs with perl and not some
1N/A shell. Of course, that leading line must be followed by the classical
1N/A perl idiom:
1N/A eval 'exec perl -S $0 ${1+"$@"}'
1N/A if $running_under_some_shell;
1N/A to guarantee perl startup should the shell execute the script. Note
1N/A that this magic incatation is not understood by csh.
1N/A
1N/Astartsh (startsh.U):
1N/A This variable contains the string to put on the front of a shell
1N/A script to make sure (hopefully) that it runs with sh and not some
1N/A other shell.
1N/A
1N/Astatic_ext (Extensions.U):
1N/A This variable holds a list of XS extension files we want to
1N/A link statically into the package. It is used by Makefile.
1N/A
1N/Astdchar (stdchar.U):
1N/A This variable conditionally defines STDCHAR to be the type of char
1N/A used in stdio.h. It has the values "unsigned char" or "char".
1N/A
1N/Astdio_base (d_stdstdio.U):
1N/A This variable defines how, given a FILE pointer, fp, to access the
1N/A _base field (or equivalent) of stdio.h's FILE structure. This will
1N/A be used to define the macro FILE_base(fp).
1N/A
1N/Astdio_bufsiz (d_stdstdio.U):
1N/A This variable defines how, given a FILE pointer, fp, to determine
1N/A the number of bytes store in the I/O buffer pointer to by the
1N/A _base field (or equivalent) of stdio.h's FILE structure. This will
1N/A be used to define the macro FILE_bufsiz(fp).
1N/A
1N/Astdio_cnt (d_stdstdio.U):
1N/A This variable defines how, given a FILE pointer, fp, to access the
1N/A _cnt field (or equivalent) of stdio.h's FILE structure. This will
1N/A be used to define the macro FILE_cnt(fp).
1N/A
1N/Astdio_filbuf (d_stdstdio.U):
1N/A This variable defines how, given a FILE pointer, fp, to tell
1N/A stdio to refill its internal buffers (?). This will
1N/A be used to define the macro FILE_filbuf(fp).
1N/A
1N/Astdio_ptr (d_stdstdio.U):
1N/A This variable defines how, given a FILE pointer, fp, to access the
1N/A _ptr field (or equivalent) of stdio.h's FILE structure. This will
1N/A be used to define the macro FILE_ptr(fp).
1N/A
1N/Astdio_stream_array (stdio_streams.U):
1N/A This variable tells the name of the array holding the stdio streams.
1N/A Usual values include _iob, __iob, and __sF.
1N/A
1N/Astrerror_r_proto (d_strerror_r.U):
1N/A This variable encodes the prototype of strerror_r.
1N/A It is zero if d_strerror_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_strerror_r
1N/A is defined.
1N/A
1N/Astrings (i_string.U):
1N/A This variable holds the full path of the string header that will be
1N/A used. Typically /usr/include/string.h or /usr/include/strings.h.
1N/A
1N/Asubmit (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Asubversion (patchlevel.U):
1N/A The subversion level of this package.
1N/A The value of subversion comes from the patchlevel.h file.
1N/A In a version number such as 5.6.1, this is the "1".
1N/A In patchlevel.h, this is referred to as "PERL_SUBVERSION".
1N/A This is unique to perl.
1N/A
1N/Asysman (sysman.U):
1N/A This variable holds the place where the manual is located on this
1N/A system. It is not the place where the user wants to put his manual
1N/A pages. Rather it is the place where Configure may look to find manual
1N/A for unix commands (section 1 of the manual usually). See mansrc.
1N/A
1N/Atail (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Atar (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Atargetarch (Cross.U):
1N/A If cross-compiling, this variable contains the target architecture.
1N/A If not, this will be empty.
1N/A
1N/Atbl (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Atee (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Atest (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the test program. After Configure runs,
1N/A the value is reset to a plain "test" and is not useful.
1N/A
1N/Atimeincl (i_time.U):
1N/A This variable holds the full path of the included time header(s).
1N/A
1N/Atimetype (d_time.U):
1N/A This variable holds the type returned by time(). It can be long,
1N/A or time_t on BSD sites (in which case <sys/types.h> should be
1N/A included). Anyway, the type Time_t should be used.
1N/A
1N/Atmpnam_r_proto (d_tmpnam_r.U):
1N/A This variable encodes the prototype of tmpnam_r.
1N/A It is zero if d_tmpnam_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_tmpnam_r
1N/A is defined.
1N/A
1N/Ato (Cross.U):
1N/A This variable contains the command used by Configure
1N/A to copy to from the target host. Useful and available
1N/A only during Perl build.
1N/A The string ':' if not cross-compiling.
1N/A
1N/Atouch (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the touch program. After Configure runs,
1N/A the value is reset to a plain "touch" and is not useful.
1N/A
1N/Atr (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the tr program. After Configure runs,
1N/A the value is reset to a plain "tr" and is not useful.
1N/A
1N/Atrnl (trnl.U):
1N/A This variable contains the value to be passed to the tr(1)
1N/A command to transliterate a newline. Typical values are
1N/A '\012' and '\n'. This is needed for EBCDIC systems where
1N/A newline is not necessarily '\012'.
1N/A
1N/Atroff (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Attyname_r_proto (d_ttyname_r.U):
1N/A This variable encodes the prototype of ttyname_r.
1N/A It is zero if d_ttyname_r is undef, and one of the
1N/A REENTRANT_PROTO_T_ABC macros of reentr.h if d_ttyname_r
1N/A is defined.
1N/A
1N/Au16size (perlxv.U):
1N/A This variable is the size of an U16 in bytes.
1N/A
1N/Au16type (perlxv.U):
1N/A This variable contains the C type used for Perl's U16.
1N/A
1N/Au32size (perlxv.U):
1N/A This variable is the size of an U32 in bytes.
1N/A
1N/Au32type (perlxv.U):
1N/A This variable contains the C type used for Perl's U32.
1N/A
1N/Au64size (perlxv.U):
1N/A This variable is the size of an U64 in bytes.
1N/A
1N/Au64type (perlxv.U):
1N/A This variable contains the C type used for Perl's U64.
1N/A
1N/Au8size (perlxv.U):
1N/A This variable is the size of an U8 in bytes.
1N/A
1N/Au8type (perlxv.U):
1N/A This variable contains the C type used for Perl's U8.
1N/A
1N/Auidformat (uidf.U):
1N/A This variable contains the format string used for printing a Uid_t.
1N/A
1N/Auidsign (uidsign.U):
1N/A This variable contains the signedness of a uidtype.
1N/A 1 for unsigned, -1 for signed.
1N/A
1N/Auidsize (uidsize.U):
1N/A This variable contains the size of a uidtype in bytes.
1N/A
1N/Auidtype (uidtype.U):
1N/A This variable defines Uid_t to be something like uid_t, int,
1N/A ushort, or whatever type is used to declare user ids in the kernel.
1N/A
1N/Auname (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the uname program. After Configure runs,
1N/A the value is reset to a plain "uname" and is not useful.
1N/A
1N/Auniq (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the uniq program. After Configure runs,
1N/A the value is reset to a plain "uniq" and is not useful.
1N/A
1N/Auquadtype (quadtype.U):
1N/A This variable defines Uquad_t to be something like unsigned long,
1N/A unsigned int, unsigned long long, uint64_t, or whatever type is
1N/A used for 64-bit integers.
1N/A
1N/Ause5005threads (usethreads.U):
1N/A This variable conditionally defines the USE_5005THREADS symbol,
1N/A and indicates that Perl should be built to use the 5.005-based
1N/A threading implementation.
1N/A
1N/Ause64bitall (use64bits.U):
1N/A This variable conditionally defines the USE_64_BIT_ALL symbol,
1N/A and indicates that 64-bit integer types should be used
1N/A when available. The maximal possible
1N/A 64-bitness is employed: LP64 or ILP64, meaning that you will
1N/A be able to use more than 2 gigabytes of memory. This mode is
1N/A even more binary incompatible than USE_64_BIT_INT. You may not
1N/A be able to run the resulting executable in a 32-bit CPU at all or
1N/A you may need at least to reboot your OS to 64-bit mode.
1N/A
1N/Ause64bitint (use64bits.U):
1N/A This variable conditionally defines the USE_64_BIT_INT symbol,
1N/A and indicates that 64-bit integer types should be used
1N/A when available. The minimal possible 64-bitness
1N/A is employed, just enough to get 64-bit integers into Perl.
1N/A This may mean using for example "long longs", while your memory
1N/A may still be limited to 2 gigabytes.
1N/A
1N/Ausecrosscompile (Cross.U):
1N/A This variable conditionally defines the USE_CROSS_COMPILE symbol,
1N/A and indicates that Perl has been cross-compiled.
1N/A
1N/Ausedl (dlsrc.U):
1N/A This variable indicates if the system supports dynamic
1N/A loading of some sort. See also dlsrc and dlobj.
1N/A
1N/Ausefaststdio (usefaststdio.U):
1N/A This variable conditionally defines the USE_FAST_STDIO symbol,
1N/A and indicates that Perl should be built to use 'fast stdio'.
1N/A Defaults to define in Perls 5.8 and earlier, to undef later.
1N/A
1N/Auseithreads (usethreads.U):
1N/A This variable conditionally defines the USE_ITHREADS symbol,
1N/A and indicates that Perl should be built to use the interpreter-based
1N/A threading implementation.
1N/A
1N/Auselargefiles (uselfs.U):
1N/A This variable conditionally defines the USE_LARGE_FILES symbol,
1N/A and indicates that large file interfaces should be used when
1N/A available.
1N/A
1N/Auselongdouble (uselongdbl.U):
1N/A This variable conditionally defines the USE_LONG_DOUBLE symbol,
1N/A and indicates that long doubles should be used when available.
1N/A
1N/Ausemorebits (usemorebits.U):
1N/A This variable conditionally defines the USE_MORE_BITS symbol,
1N/A and indicates that explicit 64-bit interfaces and long doubles
1N/A should be used when available.
1N/A
1N/Ausemultiplicity (usemultiplicity.U):
1N/A This variable conditionally defines the MULTIPLICITY symbol,
1N/A and indicates that Perl should be built to use multiplicity.
1N/A
1N/Ausemymalloc (mallocsrc.U):
1N/A This variable contains y if the malloc that comes with this package
1N/A is desired over the system's version of malloc. People often include
1N/A special versions of malloc for effiency, but such versions are often
1N/A less portable. See also mallocsrc and mallocobj.
1N/A If this is 'y', then -lmalloc is removed from $libs.
1N/A
1N/Ausenm (usenm.U):
1N/A This variable contains 'true' or 'false' depending whether the
1N/A nm extraction is wanted or not.
1N/A
1N/Auseopcode (Extensions.U):
1N/A This variable holds either 'true' or 'false' to indicate
1N/A whether the Opcode extension should be used. The sole
1N/A use for this currently is to allow an easy mechanism
1N/A for users to skip the Opcode extension from the Configure
1N/A command line.
1N/A
1N/Auseperlio (useperlio.U):
1N/A This variable conditionally defines the USE_PERLIO symbol,
1N/A and indicates that the PerlIO abstraction should be
1N/A used throughout.
1N/A
1N/Auseposix (Extensions.U):
1N/A This variable holds either 'true' or 'false' to indicate
1N/A whether the POSIX extension should be used. The sole
1N/A use for this currently is to allow an easy mechanism
1N/A for hints files to indicate that POSIX will not compile
1N/A on a particular system.
1N/A
1N/Ausereentrant (usethreads.U):
1N/A This variable conditionally defines the USE_REENTRANT_API symbol,
1N/A which indicates that the thread code may try to use the various
1N/A _r versions of library functions. This is only potentially
1N/A meaningful if usethreads is set and is very experimental, it is
1N/A not even prompted for.
1N/A
1N/Ausesfio (d_sfio.U):
1N/A This variable is set to true when the user agrees to use sfio.
1N/A It is set to false when sfio is not available or when the user
1N/A explicitely requests not to use sfio. It is here primarily so
1N/A that command-line settings can override the auto-detection of
1N/A d_sfio without running into a "WHOA THERE".
1N/A
1N/Auseshrplib (libperl.U):
1N/A This variable is set to 'true' if the user wishes
1N/A to build a shared libperl, and 'false' otherwise.
1N/A
1N/Ausesocks (usesocks.U):
1N/A This variable conditionally defines the USE_SOCKS symbol,
1N/A and indicates that Perl should be built to use SOCKS.
1N/A
1N/Ausethreads (usethreads.U):
1N/A This variable conditionally defines the USE_THREADS symbol,
1N/A and indicates that Perl should be built to use threads.
1N/A
1N/Ausevendorprefix (vendorprefix.U):
1N/A This variable tells whether the vendorprefix
1N/A and consequently other vendor* paths are in use.
1N/A
1N/Ausevfork (d_vfork.U):
1N/A This variable is set to true when the user accepts to use vfork.
1N/A It is set to false when no vfork is available or when the user
1N/A explicitely requests not to use vfork.
1N/A
1N/Ausrinc (usrinc.U):
1N/A This variable holds the path of the include files, which is
1N/A usually /usr/include. It is mainly used by other Configure units.
1N/A
1N/Auuname (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Auvoformat (perlxvf.U):
1N/A This variable contains the format string used for printing
1N/A a Perl UV as an unsigned octal integer.
1N/A
1N/Auvsize (perlxv.U):
1N/A This variable is the size of a UV in bytes.
1N/A
1N/Auvtype (perlxv.U):
1N/A This variable contains the C type used for Perl's UV.
1N/A
1N/Auvuformat (perlxvf.U):
1N/A This variable contains the format string used for printing
1N/A a Perl UV as an unsigned decimal integer.
1N/A
1N/Auvxformat (perlxvf.U):
1N/A This variable contains the format string used for printing
1N/A a Perl UV as an unsigned hexadecimal integer in lowercase abcdef.
1N/A
1N/AuvXUformat (perlxvf.U):
1N/A This variable contains the format string used for printing
1N/A a Perl UV as an unsigned hexadecimal integer in uppercase ABCDEF.
1N/A
1N/Avendorarch (vendorarch.U):
1N/A This variable contains the value of the PERL_VENDORARCH symbol.
1N/A It may have a ~ on the front.
1N/A The standard distribution will put nothing in this directory.
1N/A Vendors who distribute perl may wish to place their own
1N/A architecture-dependent modules and extensions in this directory with
1N/A MakeMaker Makefile.PL INSTALLDIRS=vendor
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Avendorarchexp (vendorarch.U):
1N/A This variable is the ~name expanded version of vendorarch, so that you
1N/A may use it directly in Makefiles or shell scripts.
1N/A
1N/Avendorbin (vendorbin.U):
1N/A This variable contains the eventual value of the VENDORBIN symbol.
1N/A It may have a ~ on the front.
1N/A The standard distribution will put nothing in this directory.
1N/A Vendors who distribute perl may wish to place additional
1N/A binaries in this directory with
1N/A MakeMaker Makefile.PL INSTALLDIRS=vendor
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Avendorbinexp (vendorbin.U):
1N/A This variable is the ~name expanded version of vendorbin, so that you
1N/A may use it directly in Makefiles or shell scripts.
1N/A
1N/Avendorhtml1dir (vendorhtml1dir.U):
1N/A This variable contains the name of the directory for html
1N/A pages. It may have a ~ on the front.
1N/A The standard distribution will put nothing in this directory.
1N/A Vendors who distribute perl may wish to place their own
1N/A html pages in this directory with
1N/A MakeMaker Makefile.PL INSTALLDIRS=vendor
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Avendorhtml1direxp (vendorhtml1dir.U):
1N/A This variable is the ~name expanded version of vendorhtml1dir, so that you
1N/A may use it directly in Makefiles or shell scripts.
1N/A
1N/Avendorhtml3dir (vendorhtml3dir.U):
1N/A This variable contains the name of the directory for html
1N/A library pages. It may have a ~ on the front.
1N/A The standard distribution will put nothing in this directory.
1N/A Vendors who distribute perl may wish to place their own
1N/A html pages for modules and extensions in this directory with
1N/A MakeMaker Makefile.PL INSTALLDIRS=vendor
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Avendorhtml3direxp (vendorhtml3dir.U):
1N/A This variable is the ~name expanded version of vendorhtml3dir, so that you
1N/A may use it directly in Makefiles or shell scripts.
1N/A
1N/Avendorlib (vendorlib.U):
1N/A This variable contains the eventual value of the VENDORLIB symbol,
1N/A which is the name of the private library for this package.
1N/A The standard distribution will put nothing in this directory.
1N/A Vendors who distribute perl may wish to place their own
1N/A modules in this directory with
1N/A MakeMaker Makefile.PL INSTALLDIRS=vendor
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Avendorlib_stem (vendorlib.U):
1N/A This variable is $vendorlibexp with any trailing version-specific component
1N/A removed. The elements in inc_version_list (inc_version_list.U) can
1N/A be tacked onto this variable to generate a list of directories to search.
1N/A
1N/Avendorlibexp (vendorlib.U):
1N/A This variable is the ~name expanded version of vendorlib, so that you
1N/A may use it directly in Makefiles or shell scripts.
1N/A
1N/Avendorman1dir (vendorman1dir.U):
1N/A This variable contains the name of the directory for man1
1N/A pages. It may have a ~ on the front.
1N/A The standard distribution will put nothing in this directory.
1N/A Vendors who distribute perl may wish to place their own
1N/A man1 pages in this directory with
1N/A MakeMaker Makefile.PL INSTALLDIRS=vendor
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Avendorman1direxp (vendorman1dir.U):
1N/A This variable is the ~name expanded version of vendorman1dir, so that you
1N/A may use it directly in Makefiles or shell scripts.
1N/A
1N/Avendorman3dir (vendorman3dir.U):
1N/A This variable contains the name of the directory for man3
1N/A pages. It may have a ~ on the front.
1N/A The standard distribution will put nothing in this directory.
1N/A Vendors who distribute perl may wish to place their own
1N/A man3 pages in this directory with
1N/A MakeMaker Makefile.PL INSTALLDIRS=vendor
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Avendorman3direxp (vendorman3dir.U):
1N/A This variable is the ~name expanded version of vendorman3dir, so that you
1N/A may use it directly in Makefiles or shell scripts.
1N/A
1N/Avendorprefix (vendorprefix.U):
1N/A This variable holds the full absolute path of the directory below
1N/A which the vendor will install add-on packages.
1N/A See INSTALL for usage and examples.
1N/A
1N/Avendorprefixexp (vendorprefix.U):
1N/A This variable holds the full absolute path of the directory below
1N/A which the vendor will install add-on packages. Derived from vendorprefix.
1N/A
1N/Avendorscript (vendorscript.U):
1N/A This variable contains the eventual value of the VENDORSCRIPT symbol.
1N/A It may have a ~ on the front.
1N/A The standard distribution will put nothing in this directory.
1N/A Vendors who distribute perl may wish to place additional
1N/A executable scripts in this directory with
1N/A MakeMaker Makefile.PL INSTALLDIRS=vendor
1N/A or equivalent. See INSTALL for details.
1N/A
1N/Avendorscriptexp (vendorscript.U):
1N/A This variable is the ~name expanded version of vendorscript, so that you
1N/A may use it directly in Makefiles or shell scripts.
1N/A
1N/Aversion (patchlevel.U):
1N/A The full version number of this package, such as 5.6.1 (or 5_6_1).
1N/A This combines revision, patchlevel, and subversion to get the
1N/A full version number, including any possible subversions.
1N/A This is suitable for use as a directory name, and hence is
1N/A filesystem dependent.
1N/A
1N/Aversion_patchlevel_string (patchlevel.U):
1N/A This is a string combining version, subversion and
1N/A perl_patchlevel (if perl_patchlevel is non-zero).
1N/A It is typically something like
1N/A 'version 7 subversion 1' or
1N/A 'version 7 subversion 1 patchlevel 11224'
1N/A It is computed here to avoid duplication of code in myconfig.SH
1N/A and lib/Config.pm.
1N/A
1N/Aversiononly (versiononly.U):
1N/A If set, this symbol indicates that only the version-specific
1N/A components of a perl installation should be installed.
1N/A This may be useful for making a test installation of a new
1N/A version without disturbing the existing installation.
1N/A Setting versiononly is equivalent to setting installperl's -v option.
1N/A In particular, the non-versioned scripts and programs such as
1N/A a2p, c2ph, h2xs, pod2*, and perldoc are not installed
1N/A (see INSTALL for a more complete list). Nor are the man
1N/A pages installed.
1N/A Usually, this is undef.
1N/A
1N/Avi (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Avoidflags (voidflags.U):
1N/A This variable contains the eventual value of the VOIDFLAGS symbol,
1N/A which indicates how much support of the void type is given by this
1N/A compiler. See VOIDFLAGS for more info.
1N/A
1N/Axlibpth (libpth.U):
1N/A This variable holds extra path (space-separated) used to find
1N/A libraries on this platform, for example CPU-specific libraries
1N/A (on multi-CPU platforms) may be listed here.
1N/A
1N/Ayacc (yacc.U):
1N/A This variable holds the name of the compiler compiler we
1N/A want to use in the Makefile. It can be yacc, byacc, or bison -y.
1N/A
1N/Ayaccflags (yacc.U):
1N/A This variable contains any additional yacc flags desired by the
1N/A user. It is up to the Makefile to use this.
1N/A
1N/Azcat (Loc.U):
1N/A This variable is defined but not used by Configure.
1N/A The value is a plain '' and is not useful.
1N/A
1N/Azip (Loc.U):
1N/A This variable is used internally by Configure to determine the
1N/A full pathname (if any) of the zip program. After Configure runs,
1N/A the value is reset to a plain "zip" and is not useful.
1N/A