s/HAS_GETPEERUCRED/HAVE_GETPEERUCRED/

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15228 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-24 18:02:32 +00:00
parent f2f7c14cfd
commit 3a7c83e59b

View File

@@ -64,7 +64,7 @@
#ifdef HAVE_LIBUTIL_H #ifdef HAVE_LIBUTIL_H
#include <libutil.h> #include <libutil.h>
#endif #endif
#ifdef HAS_GETPEERUCRED #ifdef HAVE_GETPEERUCRED
#include <ucred.h> #include <ucred.h>
#endif #endif
#include <err.h> #include <err.h>