perl
view release on metacpan or search on metacpan
Porting/Glossary view on Meta::CPAN
is available to get the process group id.
d_getpgrp (d_getpgrp.U):
This variable conditionally defines HAS_GETPGRP if getpgrp() is
available to get the current process group.
d_getpgrp2 (d_getpgrp2.U):
This variable conditionally defines the HAS_GETPGRP2 symbol, which
indicates to the C program that the getpgrp2() (as in DG/UX) routine
is available to get the current process group.
d_getppid (d_getppid.U):
This variable conditionally defines the HAS_GETPPID symbol, which
indicates to the C program that the getppid() routine is available
to get the parent process ID.
d_getprior (d_getprior.U):
This variable conditionally defines HAS_GETPRIORITY if getpriority()
is available to get a process's priority.
d_getprotobyname_r (d_getprotobyname_r.U):
This variable conditionally defines the HAS_GETPROTOBYNAME_R symbol,
which indicates to the C program that the getprotobyname_r()
routine is available.
d_getprotobynumber_r (d_getprotobynumber_r.U):
This variable conditionally defines the HAS_GETPROTOBYNUMBER_R symbol,
which indicates to the C program that the getprotobynumber_r()
routine is available.
d_getprotoent_r (d_getprotoent_r.U):
This variable conditionally defines the HAS_GETPROTOENT_R symbol,
which indicates to the C program that the getprotoent_r()
routine is available.
d_getprotoprotos (d_getprotoprotos.U):
This variable conditionally defines the HAS_GETPROTO_PROTOS symbol,
which indicates to the C program that <netdb.h> supplies
prototypes for the various getproto*() functions.
See also netdbtype.U for probing for various netdb types.
d_getprpwnam (d_getprpwnam.U):
This variable conditionally defines HAS_GETPRPWNAM if getprpwnam() is
available to retrieve protected (shadow) password entries by name.
d_getpwent (d_getpwent.U):
This variable conditionally defines the HAS_GETPWENT symbol, which
indicates to the C program that the getpwent() routine is available
for sequential access of the passwd database.
d_getpwent_r (d_getpwent_r.U):
This variable conditionally defines the HAS_GETPWENT_R symbol,
which indicates to the C program that the getpwent_r()
routine is available.
d_getpwnam_r (d_getpwnam_r.U):
This variable conditionally defines the HAS_GETPWNAM_R symbol,
which indicates to the C program that the getpwnam_r()
routine is available.
d_getpwuid_r (d_getpwuid_r.U):
This variable conditionally defines the HAS_GETPWUID_R symbol,
which indicates to the C program that the getpwuid_r()
routine is available.
d_getsbyname (d_getsrvby.U):
This variable conditionally defines the HAS_GETSERVBYNAME
symbol, which indicates to the C program that the
getservbyname() routine is available to look up services
by their name.
d_getsbyport (d_getsrvby.U):
This variable conditionally defines the HAS_GETSERVBYPORT
symbol, which indicates to the C program that the
getservbyport() routine is available to look up services
by their port.
d_getsent (d_getsent.U):
This variable conditionally defines HAS_GETSERVENT if getservent() is
available to look up network services in some data base or another.
d_getservbyname_r (d_getservbyname_r.U):
This variable conditionally defines the HAS_GETSERVBYNAME_R symbol,
which indicates to the C program that the getservbyname_r()
routine is available.
d_getservbyport_r (d_getservbyport_r.U):
This variable conditionally defines the HAS_GETSERVBYPORT_R symbol,
which indicates to the C program that the getservbyport_r()
routine is available.
d_getservent_r (d_getservent_r.U):
This variable conditionally defines the HAS_GETSERVENT_R symbol,
which indicates to the C program that the getservent_r()
routine is available.
d_getservprotos (d_getservprotos.U):
This variable conditionally defines the HAS_GETSERV_PROTOS symbol,
which indicates to the C program that <netdb.h> supplies
prototypes for the various getserv*() functions.
See also netdbtype.U for probing for various netdb types.
d_getspnam (d_getspnam.U):
This variable conditionally defines HAS_GETSPNAM if getspnam() is
available to retrieve SysV shadow password entries by name.
d_getspnam_r (d_getspnam_r.U):
This variable conditionally defines the HAS_GETSPNAM_R symbol,
which indicates to the C program that the getspnam_r()
routine is available.
d_gettimeod (d_ftime.U):
This variable conditionally defines the HAS_GETTIMEOFDAY symbol, which
indicates that the gettimeofday() system call exists (to obtain a
sub-second accuracy clock). You should probably include <sys/resource.h>.
d_gmtime64 (d_timefuncs64.U):
This variable conditionally defines the HAS_GMTIME64 symbol, which
indicates to the C program that the gmtime64 () routine is available.
d_gmtime_r (d_gmtime_r.U):
This variable conditionally defines the HAS_GMTIME_R symbol,
which indicates to the C program that the gmtime_r()
Porting/Glossary view on Meta::CPAN
gethostent_r_proto (d_gethostent_r.U):
This variable encodes the prototype of gethostent_r.
It is zero if d_gethostent_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostent_r
is defined.
getlogin_r_proto (d_getlogin_r.U):
This variable encodes the prototype of getlogin_r.
It is zero if d_getlogin_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getlogin_r
is defined.
getnetbyaddr_r_proto (d_getnetbyaddr_r.U):
This variable encodes the prototype of getnetbyaddr_r.
It is zero if d_getnetbyaddr_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyaddr_r
is defined.
getnetbyname_r_proto (d_getnetbyname_r.U):
This variable encodes the prototype of getnetbyname_r.
It is zero if d_getnetbyname_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyname_r
is defined.
getnetent_r_proto (d_getnetent_r.U):
This variable encodes the prototype of getnetent_r.
It is zero if d_getnetent_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetent_r
is defined.
getprotobyname_r_proto (d_getprotobyname_r.U):
This variable encodes the prototype of getprotobyname_r.
It is zero if d_getprotobyname_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobyname_r
is defined.
getprotobynumber_r_proto (d_getprotobynumber_r.U):
This variable encodes the prototype of getprotobynumber_r.
It is zero if d_getprotobynumber_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobynumber_r
is defined.
getprotoent_r_proto (d_getprotoent_r.U):
This variable encodes the prototype of getprotoent_r.
It is zero if d_getprotoent_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotoent_r
is defined.
getpwent_r_proto (d_getpwent_r.U):
This variable encodes the prototype of getpwent_r.
It is zero if d_getpwent_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwent_r
is defined.
getpwnam_r_proto (d_getpwnam_r.U):
This variable encodes the prototype of getpwnam_r.
It is zero if d_getpwnam_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwnam_r
is defined.
getpwuid_r_proto (d_getpwuid_r.U):
This variable encodes the prototype of getpwuid_r.
It is zero if d_getpwuid_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwuid_r
is defined.
getservbyname_r_proto (d_getservbyname_r.U):
This variable encodes the prototype of getservbyname_r.
It is zero if d_getservbyname_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyname_r
is defined.
getservbyport_r_proto (d_getservbyport_r.U):
This variable encodes the prototype of getservbyport_r.
It is zero if d_getservbyport_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyport_r
is defined.
getservent_r_proto (d_getservent_r.U):
This variable encodes the prototype of getservent_r.
It is zero if d_getservent_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservent_r
is defined.
getspnam_r_proto (d_getspnam_r.U):
This variable encodes the prototype of getspnam_r.
It is zero if d_getspnam_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_getspnam_r
is defined.
gidformat (gidf.U):
This variable contains the format string used for printing a Gid_t.
gidsign (gidsign.U):
This variable contains the signedness of a gidtype.
1 for unsigned, -1 for signed.
gidsize (gidsize.U):
This variable contains the size of a gidtype in bytes.
gidtype (gidtype.U):
This variable defines Gid_t to be something like gid_t, int,
ushort, or whatever type is used to declare the return type
of getgid(). Typically, it is the type of group ids in the kernel.
glibpth (libpth.U):
This variable holds the general path (space-separated) used to
find libraries. It may contain directories that do not exist on
this platform, libpth is the cleaned-up version.
gmake (Loc.U):
This variable is used internally by Configure to determine the
full pathname (if any) of the gmake program. After Configure runs,
the value is reset to a plain "gmake" and is not useful.
gmtime_r_proto (d_gmtime_r.U):
This variable encodes the prototype of gmtime_r.
It is zero if d_gmtime_r is undef, and one of the
REENTRANT_PROTO_T_ABC macros of reentr.h if d_gmtime_r
is defined.
gnulibc_version (d_gnulibc.U):
This variable contains the version number of the GNU C library.
It is usually something like '2.2.5'. It is a plain '' if this
( run in 2.857 seconds using v1.01-cache-2.11-cpan-97f6503c9c8 )