From c02caabc257b9506f2dcb71a0d71351c7be3af1e Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 29 Jul 2008 00:42:26 -0400 Subject: [PATCH] Autoheaderfiscate. Signed-off-by: Anders Kaseorg --- configure.ac | 1 + nonlocal.h | 5 +++++ 2 files changed, 6 insertions(+) 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 */ -- 2.45.0