summaryrefslogtreecommitdiff
path: root/include/paths.h
diff options
context:
space:
mode:
authorDavid McCullough <davidm@snapgear.com>2002-01-17 06:26:05 +0000
committerDavid McCullough <davidm@snapgear.com>2002-01-17 06:26:05 +0000
commit23457259675d4a21f6840a30e2b41014540eab2d (patch)
tree1e29e4b02bd95566e6aea0205d4e8b564c5ce853 /include/paths.h
parent47e0a8060499c822772437a3ca1765297857c131 (diff)
* Added /etc/shadow support (Config selectable)
* Moved some file paths from code into <paths.h>
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h
index 2f7cc6dad..3cdd39cc2 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -63,6 +63,9 @@
#define _PATH_UTMP "/var/run/utmp"
#define _PATH_VI "/usr/bin/vi"
#define _PATH_WTMP "/var/log/wtmp"
+#define _PATH_LOCALE "/usr/lib/locale"
+#define _PATH_PASSWD "/etc/passwd"
+#define _PATH_GROUP "/etc/group"
/* Provide trailing slash, since mostly used for building pathnames. */
#define _PATH_DEV "/dev/"