diff options
Diffstat (limited to 'lib/libc/time/private.h')
-rw-r--r-- | lib/libc/time/private.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/time/private.h b/lib/libc/time/private.h index dee6daf4d25..51c051bc866 100644 --- a/lib/libc/time/private.h +++ b/lib/libc/time/private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: private.h,v 1.9 1998/01/19 00:45:30 millert Exp $ */ +/* $OpenBSD: private.h,v 1.10 1998/01/23 19:33:51 millert Exp $ */ #ifndef PRIVATE_H @@ -68,9 +68,11 @@ static char privatehid[] = "@(#)private.h 7.46"; #define HAVE_UTMPX_H 0 #endif /* !defined HAVE_UTMPX_H */ +#if 0 #ifndef LOCALE_HOME #define LOCALE_HOME "/usr/share/locale" #endif /* !defined LOCALE_HOME */ +#endif /* ** Nested includes |