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 | dd64f1c34f78dffc99057d229091d8331d2ddf2d (patch) | |
tree | ca750a3aadd1c8febf58c9caa528875dacd13022 /plan9 | |
parent | 1abb42fe05605796a5aa3903270aa1e38a3bcec9 (diff) | |
download | perl-dd64f1c34f78dffc99057d229091d8331d2ddf2d.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 'plan9')
-rw-r--r-- | plan9/config.plan9 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 6916622bf3..b35f60a93a 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -365,6 +365,13 @@ */ #undef HAS_ISASCII /**/ +/* HAS_LCHOWN: + * This symbol, if defined, indicates that the lchown routine is + * available to operate on a symbolic link (instead of following the + * link). + */ +/*#define HAS_LCHOWN / **/ + /* HAS_KILLPG: * This symbol, if defined, indicates that the killpg routine is available * to kill process groups. If unavailable, you probably should use kill |