From f02c0a64d3e642032c8371ff760910073164fa6d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 11 Apr 2007 06:43:06 +0000 Subject: r22166: Stop heimdal from trying to prototype innetgr in roken, now we don't do it in libreplace. Andrew Bartlett (This used to be commit a95ce3c895332a785bdf3a37b07e4fee86dcdea2) --- source4/heimdal_build/roken.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4') diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 5749be7df5..c8bee58e7d 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/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" -- cgit