]> andersk Git - nss_nonlocal.git/commitdiff
Autoheaderfiscate.
authorAnders Kaseorg <andersk@mit.edu>
Tue, 29 Jul 2008 04:42:26 +0000 (00:42 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Tue, 29 Jul 2008 09:37:15 +0000 (05:37 -0400)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
configure.ac
nonlocal.h

index 912830feaa750c940b957acac45b6f87616d6b9b..241f2c4cd266d94dd637befb6fe23c5d5a35b59e 100644 (file)
@@ -4,5 +4,6 @@ AC_PREFIX_DEFAULT([/])
 AC_PROG_CC
 AC_PROG_INSTALL
 
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT
index f6a2453f9240e47aef3c045010906a6c77ee29cb..df772dd9d4ed53e3e363f5e421c9831566e05815 100644 (file)
@@ -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 */
This page took 0.596664 seconds and 5 git commands to generate.