diff options
Diffstat (limited to 'include/nsswitch.h')
-rw-r--r-- | include/nsswitch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nsswitch.h b/include/nsswitch.h index 0ff6cf1..1a97cea 100644 --- a/include/nsswitch.h +++ b/include/nsswitch.h @@ -58,6 +58,7 @@ * currently implemented sources */ #define NSSRC_FILES "files" /* local files */ +#define NSSRC_DB "db" /* database */ #define NSSRC_DNS "dns" /* DNS; IN for hosts, HS for others */ #define NSSRC_NIS "nis" /* YP/NIS */ #define NSSRC_COMPAT "compat" /* passwd,group in YP compat mode */ |