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 /Porting | |
parent | 52d21e5f4f00c74f5af9a51a73562b13e289d56a (diff) | |
download | perl-7cedd6f8560b8c7374da63bb4d16475819d6c25e.tar.gz |
Regen Configure.
p4raw-id: //depot/cfgperl@6006
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/config.sh | 4 | ||||
-rw-r--r-- | Porting/config_H | 22 |
2 files changed, 13 insertions, 13 deletions
diff --git a/Porting/config.sh b/Porting/config.sh index 15d7893a06..ec7b1311da 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Tue Apr 25 00:14:34 EET DST 2000 +# Configuration time: Fri Apr 28 23:34:47 EET DST 2000 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -59,7 +59,7 @@ ccflags='-pthread -std -DLANGUAGE_C' ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_BSD=1 SYSTYPE_BSD=1 unix=1' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Tue Apr 25 00:14:34 EET DST 2000' +cf_time='Fri Apr 28 23:34:47 EET DST 2000' charsize='1' chgrp='' chmod='' diff --git a/Porting/config_H b/Porting/config_H index 8657341118..46184ef042 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Tue Apr 25 00:14:34 EET DST 2000 + * Configuration time: Fri Apr 28 23:34:47 EET DST 2000 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -2495,16 +2495,6 @@ */ #define INSTALL_USR_BIN_PERL /**/ -/* 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. - */ -/*#define PERL_OTHERLIBDIRS " " / **/ - /* PERL_PRIfldbl: * This symbol, if defined, contains the string used by stdio to * format long doubles (format 'f') for output. @@ -2602,6 +2592,16 @@ #define Netdb_name_t const char * /**/ #define Netdb_net_t int /**/ +/* 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. + */ +/*#define PERL_OTHERLIBDIRS " " / **/ + /* IVTYPE: * This symbol defines the C type used for Perl's IV. */ |