From c377fce0995ac5d669f74e75fdac02b90d8792b2 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Mon, 10 Apr 2006 01:39:14 +0000 Subject: Add checking for innetgr back to configure.in --- support/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'support/include') diff --git a/support/include/config.h.in b/support/include/config.h.in index 6aa74d9..fb2df25 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -108,6 +108,9 @@ /* Define to 1 if you have the `inet_ntoa' function. */ #undef HAVE_INET_NTOA +/* Define to 1 if you have the `innetgr' function. */ +#undef HAVE_INNETGR + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -- cgit