diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-04-28 20:42:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-04-28 20:42:14 +0000 |
commit | 7cedd6f8560b8c7374da63bb4d16475819d6c25e (patch) | |
tree | 7d797f7789c4b7d3a69350413bae9cf6bc469b87 /config_h.SH | |
parent | 52d21e5f4f00c74f5af9a51a73562b13e289d56a (diff) | |
download | perl-7cedd6f8560b8c7374da63bb4d16475819d6c25e.tar.gz |
Regen Configure.
p4raw-id: //depot/cfgperl@6006
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/config_h.SH b/config_h.SH index cc35077c79..5bb7dddf20 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2606,6 +2606,16 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define Netdb_name_t $netdb_name_type /**/ #define Netdb_net_t $netdb_net_type /**/ +/* PERL_OTHERLIBDIRS: + * This variable contains a colon-separated set of paths for the perl + * binary to search for additional library files or modules. + * These directories will be tacked to the end of @INC. + * Perl will automatically search below each path for version- + * and architecture-specific directories. See PERL_INC_VERSION_LIST + * for more details. + */ +#$d_perl_otherlibdirs PERL_OTHERLIBDIRS "$otherlibdirs" /**/ + /* IVTYPE: * This symbol defines the C type used for Perl's IV. */ @@ -2732,16 +2742,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #define Pid_t $pidtype /* PID type */ -/* PERL_OTHERLIBDIRS: - * This variable contains a colon-separated set of paths for the perl - * binary to search for additional library files or modules. - * These directories will be tacked to the end of @INC. - * Perl will automatically search below each path for version- - * and architecture-specific directories. See PERL_INC_VERSION_LIST - * for more details. - */ -#$d_perl_otherlibdirs PERL_OTHERLIBDIRS "$otherlibdirs" /**/ - /* PRIVLIB: * This symbol contains the name of the private library for this package. * The library is private in the sense that it needn't be in anyone's |