diff options
author | David McCullough <davidm@snapgear.com> | 2002-01-17 06:26:05 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2002-01-17 06:26:05 +0000 |
commit | 23457259675d4a21f6840a30e2b41014540eab2d (patch) | |
tree | 1e29e4b02bd95566e6aea0205d4e8b564c5ce853 /include | |
parent | 47e0a8060499c822772437a3ca1765297857c131 (diff) |
* Added /etc/shadow support (Config selectable)
* Moved some file paths from code into <paths.h>
Diffstat (limited to 'include')
-rw-r--r-- | include/paths.h | 3 |
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/" |