perl_mlb

 view release on metacpan or  search on metacpan

os2/Config.pod  view on Meta::CPAN

This variable conditionally defines the C<HAS_GETPROTOBYNAME_R> symbol,
which indicates to the C program that the getprotobyname_r()
routine is available.

=item C<d_getprotobynumber_r>

From F<d_getprotobynumber_r.U>:

This variable conditionally defines the C<HAS_GETPROTOBYNUMBER_R> symbol,
which indicates to the C program that the getprotobynumber_r()
routine is available.

=item C<d_getprotoent_r>

From F<d_getprotoent_r.U>:

This variable conditionally defines the C<HAS_GETPROTOENT_R> symbol,
which indicates to the C program that the getprotoent_r()
routine is available.

=item C<d_getprotoprotos>

From F<d_getprotoprotos.U>:

This variable conditionally defines the C<HAS_GETPROTO_PROTOS> symbol,
which indicates to the C program that <netdb.h> supplies
prototypes for the various getproto*() functions.  
See also F<netdbtype.U> for probing for various netdb types.

=item C<d_getprpwnam>

From F<d_getprpwnam.U>:

This variable conditionally defines C<HAS_GETPRPWNAM> if getprpwnam() is
available to retrieve protected (shadow) password entries by name.

=item C<d_getpwent>

From F<d_getpwent.U>:

This variable conditionally defines the C<HAS_GETPWENT> symbol, which
indicates to the C program that the getpwent() routine is available
for sequential access of the passwd database.

=item C<d_getpwent_r>

From F<d_getpwent_r.U>:

This variable conditionally defines the C<HAS_GETPWENT_R> symbol,
which indicates to the C program that the getpwent_r()
routine is available.

=item C<d_getpwnam_r>

From F<d_getpwnam_r.U>:

This variable conditionally defines the C<HAS_GETPWNAM_R> symbol,
which indicates to the C program that the getpwnam_r()
routine is available.

=item C<d_getpwuid_r>

From F<d_getpwuid_r.U>:

This variable conditionally defines the C<HAS_GETPWUID_R> symbol,
which indicates to the C program that the getpwuid_r()
routine is available.

=item C<d_getsbyname>

From F<d_getsrvby.U>:

This variable conditionally defines the C<HAS_GETSERVBYNAME> 
symbol, which indicates to the C program that the 
getservbyname() routine is available to look up services
by their name.

=item C<d_getsbyport>

From F<d_getsrvby.U>:

This variable conditionally defines the C<HAS_GETSERVBYPORT> 
symbol, which indicates to the C program that the 
getservbyport() routine is available to look up services
by their port.

=item C<d_getsent>

From F<d_getsent.U>:

This variable conditionally defines C<HAS_GETSERVENT> if getservent() is
available to look up network services in some data base or another.

=item C<d_getservbyname_r>

From F<d_getservbyname_r.U>:

This variable conditionally defines the C<HAS_GETSERVBYNAME_R> symbol,
which indicates to the C program that the getservbyname_r()
routine is available.

=item C<d_getservbyport_r>

From F<d_getservbyport_r.U>:

This variable conditionally defines the C<HAS_GETSERVBYPORT_R> symbol,
which indicates to the C program that the getservbyport_r()
routine is available.

=item C<d_getservent_r>

From F<d_getservent_r.U>:

This variable conditionally defines the C<HAS_GETSERVENT_R> symbol,
which indicates to the C program that the getservent_r()
routine is available.

=item C<d_getservprotos>

From F<d_getservprotos.U>:

This variable conditionally defines the C<HAS_GETSERV_PROTOS> symbol,
which indicates to the C program that <netdb.h> supplies
prototypes for the various getserv*() functions.  
See also F<netdbtype.U> for probing for various netdb types.

os2/Config.pod  view on Meta::CPAN


This variable encodes the prototype of getnetbyname_r.
It is zero if d_getnetbyname_r is undef, and one of the
C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getnetbyname_r
is defined.

=item C<getnetent_r_proto>

From F<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
C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getnetent_r
is defined.

=item C<getprotobyname_r_proto>

From F<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
C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getprotobyname_r
is defined.

=item C<getprotobynumber_r_proto>

From F<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
C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getprotobynumber_r
is defined.

=item C<getprotoent_r_proto>

From F<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
C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getprotoent_r
is defined.

=item C<getpwent_r_proto>

From F<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
C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getpwent_r
is defined.

=item C<getpwnam_r_proto>

From F<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
C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getpwnam_r
is defined.

=item C<getpwuid_r_proto>

From F<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
C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getpwuid_r
is defined.

=item C<getservbyname_r_proto>

From F<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
C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getservbyname_r
is defined.

=item C<getservbyport_r_proto>

From F<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
C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getservbyport_r
is defined.

=item C<getservent_r_proto>

From F<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
C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getservent_r
is defined.

=item C<getspnam_r_proto>

From F<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
C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getspnam_r
is defined.

=item C<gidformat>

From F<gidf.U>:

This variable contains the format string used for printing a Gid_t.

=item C<gidsign>

From F<gidsign.U>:

This variable contains the signedness of a gidtype.
1 for unsigned, -1 for signed.

=item C<gidsize>

From F<gidsize.U>:

This variable contains the size of a gidtype in bytes.

=item C<gidtype>

From F<gidtype.U>:



( run in 1.551 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )