X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/blobdiff_plain/1553d96cf51edf4c97726496aecf8f1c6366baf6..a7faa89a584271bd620d2429002d9cad9311439c:/nonlocal.h 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 */