summaryrefslogtreecommitdiff
path: root/include/paths.h
diff options
context:
space:
mode:
authorDavid McCullough <davidm@snapgear.com>2003-02-17 12:59:06 +0000
committerDavid McCullough <davidm@snapgear.com>2003-02-17 12:59:06 +0000
commit5433dd6660505ef694a1d8699c507da5a7c722e4 (patch)
tree91a08c2322382b5d4b81189fff565df2145d2d2f /include/paths.h
parent6149f74892945c45c6907af3781dde55b9db0f87 (diff)
Use a define for the path to /etc/TZ
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h
index 90edcf8fd..38102d55a 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -67,6 +67,7 @@
#define _PATH_SHADOW "/etc/shadow"
#define _PATH_PASSWD "/etc/passwd"
#define _PATH_GROUP "/etc/group"
+#define _PATH_TZ "/etc/TZ"
/* Provide trailing slash, since mostly used for building pathnames. */
#define _PATH_DEV "/dev/"