From 73e180240faa4d0a797a84e4e44bdf4ba707feeb Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Wed, 25 Jun 2003 22:28:33 +0000 Subject: [PATCH] Move _PATH_LOCALE to place where it really belongs to (rune.h -> paths.h) Reviewed by: ache --- include/paths.h | 1 + include/rune.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/paths.h b/include/paths.h index 4b2d8193f48d..c9c156381503 100644 --- a/include/paths.h +++ b/include/paths.h @@ -62,6 +62,7 @@ #define _PATH_IFCONFIG "/sbin/ifconfig" #define _PATH_KMEM "/dev/kmem" #define _PATH_LIBMAP_CONF "/etc/libmap.conf" +#define _PATH_LOCALE "/usr/share/locale" #define _PATH_LOGIN "/usr/bin/login" #define _PATH_MAILDIR "/var/mail" #define _PATH_MAN "/usr/share/man" diff --git a/include/rune.h b/include/rune.h index 02a270f95a4e..cc1e13e8fdd7 100644 --- a/include/rune.h +++ b/include/rune.h @@ -48,8 +48,6 @@ typedef __rune_t rune_t; #endif -#define _PATH_LOCALE "/usr/share/locale" - #define _INVALID_RUNE _CurrentRuneLocale->invalid_rune #define __sgetrune _CurrentRuneLocale->sgetrune