Fix to build on aix.
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
61bfc2997b
commit
057f139f6a
@@ -34,6 +34,13 @@
|
||||
#include "push_locl.h"
|
||||
RCSID("$Id$");
|
||||
|
||||
#if defined(_AIX) && defined(STAT)
|
||||
/*
|
||||
* AIX defines STAT to 1 in sys/dir.h
|
||||
*/
|
||||
# undef STAT
|
||||
#endif
|
||||
|
||||
#ifdef KRB5
|
||||
static int use_v5 = -1;
|
||||
static krb5_context context;
|
||||
|
Reference in New Issue
Block a user