summaryrefslogtreecommitdiff
path: root/config/nsinstall.c
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-05-15 22:57:39 +0000
committerwtc%netscape.com <devnull@localhost>2001-05-15 22:57:39 +0000
commit4b7b7937dded7ef603a9aaa5bfe68b8acf2d4e85 (patch)
treef50469a9931f800e3e1f4c1998c5b27650131e29 /config/nsinstall.c
parent76afee34df9a7259b408628e67665fabe08a0686 (diff)
downloadnspr-hg-4b7b7937dded7ef603a9aaa5bfe68b8acf2d4e85.tar.gz
Verified that the autoconf build system is equivalent to the classic
build system on AIX, HP-UX, Linux, and Solaris. The 'release' makefile target still doesn't quite work. Modified Files: configure configure.in config/Makefile.in config/autoconf.mk.in config/config.mk config/nsinstall.c config/rules.mk lib/ds/Makefile.in lib/libc/src/Makefile.in pr/include/md/Makefile.in pr/src/misc/Makefile.in
Diffstat (limited to 'config/nsinstall.c')
-rw-r--r--config/nsinstall.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/config/nsinstall.c b/config/nsinstall.c
index bbe788e3..f128cef1 100644
--- a/config/nsinstall.c
+++ b/config/nsinstall.c
@@ -57,17 +57,6 @@
#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) \
- || defined(RHAPSODY) || defined(NEXTSTEP) || defined(QNX) \
- || defined(BEOS) || defined(VMS)
-#undef HAVE_LCHOWN
-#endif
-
#define HAVE_FCHMOD
#if defined(BEOS)