remove OSF1 support

This commit is contained in:
chase
2018-05-24 14:25:26 -06:00
committed by Jon Trulson
parent 3c1736f077
commit 164e695cd0
325 changed files with 290 additions and 9980 deletions
+1 -4
View File
@@ -113,7 +113,7 @@
/*
* Default directories containing locale information.
*/
#if defined(_AIX) || defined (__osf__)
#if defined(_AIX)
#define DEF_NLS_DIR "/usr/lib/nls/loc"
#elif defined(hpV4)
#define DEF_NLS_DIR "/usr/lib/nls/msg"
@@ -508,9 +508,6 @@ extern int langListTimeout;
#ifdef DEF_NETWORK_DEV
extern char *networkDev;
#endif
#if defined(__osf__)
extern char *ignoreLocales;
#endif
#if !defined (ENABLE_DYNAMIC_LANGLIST)
extern char languageList[]; /* util.c */