diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-03 00:55:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-03 00:55:58 +0000 |
commit | 2d967e397d11d72299918db17bcee3cb96a98e93 (patch) | |
tree | 4d7a6f9d1b81d679b252dd4e890efdff33d59807 /Porting/config_H | |
parent | 7fa33807303629865bfd91025031ce416f9424e7 (diff) | |
download | perl-2d967e397d11d72299918db17bcee3cb96a98e93.tar.gz |
Regen files for mainline.
p4raw-id: //depot/perl@8996
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Porting/config_H b/Porting/config_H index 9cf1101e32..879f7485cb 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Sun Jan 21 21:13:39 EET 2001 + * Configuration time: Sat Mar 3 02:46:53 EET 2001 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -2565,7 +2565,7 @@ * This symbol, if defined, indicates that Perl is to be installed * also as /usr/bin/perl. */ -#define INSTALL_USR_BIN_PERL /**/ +/*#define INSTALL_USR_BIN_PERL / **/ /* PERL_PRIfldbl: * This symbol, if defined, contains the string used by stdio to @@ -3021,7 +3021,7 @@ * script to make sure (one hopes) that it runs with perl and not * some shell. */ -#define STARTPERL "#!/opt/perl/bin/perl" /**/ +#define STARTPERL "#!/opt/perl/bin/perl5.7.0" /**/ /* STDCHAR: * This symbol is defined to be the type of char used in stdio.h. @@ -3127,7 +3127,7 @@ * used in a fully backward compatible manner. */ #ifndef USE_PERLIO -/*#define USE_PERLIO / **/ +#define USE_PERLIO /**/ #endif /* USE_SOCKS: |