summaryrefslogtreecommitdiff
path: root/include/pwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pwd.h')
-rw-r--r--include/pwd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pwd.h b/include/pwd.h
index 04961acf99e5..8634a7fa4ac3 100644
--- a/include/pwd.h
+++ b/include/pwd.h
@@ -96,6 +96,11 @@ struct passwd {
#define _PWF_SHELL _PWF(8)
#define _PWF_EXPIRE _PWF(9)
+#define _PWF_SOURCE 0x3000
+#define _PWF_FILES 0x1000
+#define _PWF_NIS 0x2000
+#define _PWF_HESIOD 0x3000
+
#include <sys/cdefs.h>
__BEGIN_DECLS