From d19eafcd211d89cffdac1b2c3432087443e7d122 Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Fri, 8 May 2009 09:14:42 -0700 Subject: Added capability to validate syntax of values being added to the database. Also added numericstring syntax support. For more details, see the design doc at http://directory.fedoraproject.org/wiki/Syntax_Validation_Design --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index e3175ca9..981e8157 100644 --- a/config.h.in +++ b/config.h.in @@ -39,6 +39,9 @@ /* enable the pam passthru auth plugin */ #undef ENABLE_PAM_PASSTHRU +/* enable the presence plugin */ +#undef ENABLE_PRESENCE + /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H -- cgit