From: Anders Kaseorg Date: Tue, 29 Jul 2008 04:42:26 +0000 (-0400) Subject: Autoheaderfiscate. X-Git-Tag: 1.7~5 X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/commitdiff_plain/c02caabc257b9506f2dcb71a0d71351c7be3af1e Autoheaderfiscate. Signed-off-by: Anders Kaseorg --- diff --git a/configure.ac b/configure.ac index 912830f..241f2c4 100644 --- a/configure.ac +++ b/configure.ac @@ -4,5 +4,6 @@ AC_PREFIX_DEFAULT([/]) AC_PROG_CC AC_PROG_INSTALL +AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT diff --git a/nonlocal.h b/nonlocal.h index f6a2453..df772dd 100644 --- a/nonlocal.h +++ b/nonlocal.h @@ -1,7 +1,12 @@ #ifndef NONLOCAL_H #define NONLOCAL_H + +#include "config.h" + enum nss_status check_nonlocal_uid(const char *user, uid_t uid, int *errnop); enum nss_status check_nonlocal_gid(const char *user, gid_t gid, int *errnop); enum nss_status check_nonlocal_user(const char *user, int *errnop); + #define NONLOCAL_IGNORE_ENV "NSS_NONLOCAL_IGNORE" + #endif /* NON_LOCAL_H */