From 5433dd6660505ef694a1d8699c507da5a7c722e4 Mon Sep 17 00:00:00 2001 From: David McCullough Date: Mon, 17 Feb 2003 12:59:06 +0000 Subject: Use a define for the path to /etc/TZ --- include/paths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/paths.h') 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/" -- cgit v1.2.3