summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-05-28 09:25:21 -0400
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-05-28 17:36:57 +0000
commit418dc1d82ba16dad94c97420c9ab70f6de7a9a28 (patch)
treeca750a3aadd1c8febf58c9caa528875dacd13022 /plan9
parent2e2786773e1c6c6c4509879e847a84fdf169b031 (diff)
downloadperl-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 'plan9')
-rw-r--r--plan9/config.plan97
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