From a491ec96fc9fa19a164febd45309a47504fddc16 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 18 Nov 1998 01:19:32 +0000 Subject: Fixed problem with HAVE_NETGROUP being used on platforms that cannot support it. Jeremy. (This used to be commit 7a6f25ac4ab0f0bef7a66f26004c15120248ff66) --- source3/include/config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index c5c761ede3..57ef45312b 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -387,6 +387,9 @@ /* Define if you have the dup2 function. */ #undef HAVE_DUP2 +/* Define if you have the endnetgrent function. */ +#undef HAVE_ENDNETGRENT + /* Define if you have the execl function. */ #undef HAVE_EXECL @@ -426,6 +429,9 @@ /* Define if you have the getgrnam function. */ #undef HAVE_GETGRNAM +/* Define if you have the getnetgrent function. */ +#undef HAVE_GETNETGRENT + /* Define if you have the getprpwnam function. */ #undef HAVE_GETPRPWNAM @@ -528,6 +534,9 @@ /* Define if you have the setluid function. */ #undef HAVE_SETLUID +/* Define if you have the setnetgrent function. */ +#undef HAVE_SETNETGRENT + /* Define if you have the setsid function. */ #undef HAVE_SETSID -- cgit