From d222a3f28d4eac319e9986ccbfdc03a3a62ea0e6 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 22 May 2001 21:47:11 +0000 Subject: Try to fix build by adding autoconf tests for pam headers. Jeremy. (This used to be commit d52bc4d219bd07e656986e7754ea6e238c626d77) --- source3/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index ce57f968d2..406fabb545 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -816,6 +816,9 @@ /* Define if you have the header file. */ #undef HAVE_RPCSVC_YPCLNT_H +/* Define if you have the header file. */ +#undef HAVE_SECURITY__PAM_MACROS_H + /* Define if you have the header file. */ #undef HAVE_SECURITY_PAM_APPL_H -- cgit