remove OSF1 support

This commit is contained in:
chase
2018-05-24 14:50:03 -05:00
committed by Jon Trulson
parent 3c1736f077
commit 164e695cd0
325 changed files with 290 additions and 9980 deletions

View File

@@ -90,9 +90,6 @@ int langListTimeout;
#ifdef DEF_NETWORK_DEV
char *networkDev;
#endif
#if defined(__osf__)
char *ignoreLocales;
#endif
/*
* Dtlogin will accept both Dtlogin and XDM resources. The string variable
@@ -222,12 +219,6 @@ static char AppName[16] = DTLOGIN;
# ifdef __apollo
# define DEF_LANG "C"
# endif
# ifdef __osf__
# define DEF_LANG "C"
# endif
# ifdef __hp_osf
# define DEF_LANG "en_US.88591"
# endif
# ifdef sun /* default language under Solaris */
# define DEF_LANG "C"
# endif
@@ -290,10 +281,6 @@ struct dmResources {
"networkDevice","NetworkDevice",DM_STRING, &networkDev,
DEF_NETWORK_DEV,
#endif
#if defined(__osf__)
"ignoreLocales", "IgnoreLocales", DM_STRING, &ignoreLocales,
"",
#endif
};
# define NUM_DM_RESOURCES (sizeof DmResources / sizeof DmResources[0])