From 23457259675d4a21f6840a30e2b41014540eab2d Mon Sep 17 00:00:00 2001
From: David McCullough <davidm@snapgear.com>
Date: Thu, 17 Jan 2002 06:26:05 +0000
Subject: * Added /etc/shadow support (Config selectable) * Moved some file
 paths from code into <paths.h>

---
 include/paths.h | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'include')

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/"
-- 
cgit v1.2.3