Only define HAVE_LCHOWN if it is not already defined. Fixes AIX

This commit is contained in:
cls%seawood.org 2001-01-17 05:13:00 +00:00
parent 0fb2c8413b
commit 74fe5e6f9f

View File

@ -57,7 +57,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) \