diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-05-28 09:25:21 -0400 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-05-28 17:36:57 +0000 |
commit | 418dc1d82ba16dad94c97420c9ab70f6de7a9a28 (patch) | |
tree | ca750a3aadd1c8febf58c9caa528875dacd13022 /Porting/config.sh | |
parent | 2e2786773e1c6c6c4509879e847a84fdf169b031 (diff) | |
download | perl-418dc1d82ba16dad94c97420c9ab70f6de7a9a28.tar.gz |
[PATCH 5.004_65] Config_65-01: lchown() detection.
Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
p4raw-id: //depot/perl@1042
Diffstat (limited to 'Porting/config.sh')
-rw-r--r-- | Porting/config.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Porting/config.sh b/Porting/config.sh index 69da4a96b0..60db390df7 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Wed May 13 13:36:52 EDT 1998 +# Configuration time: Thu May 14 11:18:05 EDT 1998 # Configured by : doughera # Target system : linux fractal 2.0.33 #1 tue feb 3 10:11:46 est 1998 i686 unknown @@ -52,7 +52,7 @@ ccdlflags='-rdynamic' ccflags='-D_REENTRANT -Dbool=char -DHAS_BOOL -I/usr/local/include' cf_by='doughera' cf_email='yourname@yourhost.yourplace.com' -cf_time='Wed May 13 13:36:52 EDT 1998' +cf_time='Thu May 14 11:18:05 EDT 1998' chgrp='' chmod='' chown='' @@ -151,6 +151,7 @@ d_index='undef' d_inetaton='define' d_isascii='define' d_killpg='define' +d_lchown='undef' d_link='define' d_locconv='define' d_lockf='define' |