diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-04-11 06:43:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:56 -0500 |
commit | f02c0a64d3e642032c8371ff760910073164fa6d (patch) | |
tree | f26839c00107fdf16c81eebe4b1498d8b49c345a /source4/heimdal_build | |
parent | d9916ac98c6afc6e1ac60ba762c003c2315ad47e (diff) | |
download | samba-f02c0a64d3e642032c8371ff760910073164fa6d.tar.gz samba-f02c0a64d3e642032c8371ff760910073164fa6d.tar.bz2 samba-f02c0a64d3e642032c8371ff760910073164fa6d.zip |
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)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/roken.h | 4 |
1 files changed, 4 insertions, 0 deletions
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" |