From a95ce3c895332a785bdf3a37b07e4fee86dcdea2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 11 Apr 2007 06:43:06 +0000 Subject: [PATCH] r22166: Stop heimdal from trying to prototype innetgr in roken, now we don't do it in libreplace. Andrew Bartlett --- source/heimdal_build/roken.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/heimdal_build/roken.h b/source/heimdal_build/roken.h index 5749be7df50..c8bee58e7db 100644 --- a/source/heimdal_build/roken.h +++ b/source/heimdal_build/roken.h @@ -65,6 +65,10 @@ #define HAVE_TIMEGM #endif +#ifndef HAVE_INNETGR +#define HAVE_INNETGR +#endif + #undef SOCKET_WRAPPER_REPLACE #include "heimdal/lib/roken/roken.h.in"