From: Todd C. Miller Date: Wed, 20 Jun 2007 19:04:30 +0000 (+0000) Subject: add template for HAVE_PROJECT_H X-Git-Tag: SUDO_1_7_0~532 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c22c694c0f40caa61987ad0050f433b6fbe5f0e;p=sudo add template for HAVE_PROJECT_H --- diff --git a/configure.in b/configure.in index c67e8e696..ec246b1e0 100644 --- a/configure.in +++ b/configure.in @@ -2344,6 +2344,7 @@ AH_TEMPLATE(HAVE_LBER_H, [Define to 1 if your LDAP needs . (OpenLDAP doe AH_TEMPLATE(HAVE_LDAP, [Define to 1 if you use LDAP for sudoers.]) AH_TEMPLATE(HAVE_OPIE, [Define to 1 if you use NRL OPIE.]) AH_TEMPLATE(HAVE_PAM, [Define to 1 if you use PAM authentication.]) +AH_TEMPLATE(HAVE_PROJECT_H, [Define to 1 if you have the header file.]) AH_TEMPLATE(HAVE_SECURID, [Define to 1 if you use SecurID for authentication.]) AH_TEMPLATE(HAVE_SIA, [Define to 1 if you use SIA authentication.]) AH_TEMPLATE(HAVE_SIGACTION_T, [Define to 1 if has the sigaction_t typedef.])