summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-01-17 05:10:53 +0000
committercls%seawood.org <devnull@localhost>2001-01-17 05:10:53 +0000
commitd939059a496b634b4db8fa6f50617d6f136d1fdd (patch)
tree3cd4353d0584ed50a966588517679eb75538f645
parent2ff58887be284b6fc15d5a4ff44d9d58a5c01132 (diff)
downloadnspr-hg-d939059a496b634b4db8fa6f50617d6f136d1fdd.tar.gz
Only define HAVE_LCHOWN if it is not already defined. Fixes AIX
-rw-r--r--config/nsinstall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/nsinstall.c b/config/nsinstall.c
index 56d4d304..75e56a17 100644
--- a/config/nsinstall.c
+++ b/config/nsinstall.c
@@ -41,7 +41,9 @@
#include "pathsub.h"
+#ifndef HAVE_LCHOWN
#define HAVE_LCHOWN
+#endif
#if defined(AIX) || defined(BSDI) || defined(HPUX) || defined(LINUX) \
|| defined(SUNOS4) || defined(SCO) || defined(UNIXWARE) \