Discontinue HPUX support
This commit is contained in:
@@ -87,13 +87,6 @@ typedef struct _TempFont {
|
||||
# define DEFAULTBYTEORDER MSBFirst /* default bitmap byte order */
|
||||
# define DEFAULTSCANUNIT 1 /* default bitmap scan unit */
|
||||
|
||||
#elif defined(hpux)
|
||||
|
||||
# define DEFAULTGLPAD 2 /* default padding for glyphs */
|
||||
# define DEFAULTBITORDER MSBFirst /* default bitmap bit order */
|
||||
# define DEFAULTBYTEORDER MSBFirst /* default bitmap byte order */
|
||||
# define DEFAULTSCANUNIT 1 /* default bitmap scan unit */
|
||||
|
||||
#elif defined(mips)
|
||||
# ifdef MIPSEL
|
||||
|
||||
|
||||
@@ -143,13 +143,9 @@ _falsetlocale(int category, const char *name)
|
||||
char *
|
||||
_fallcMapOSLocaleName(char *osname, char *siname)
|
||||
{
|
||||
#if defined(hpux) || defined(CSRG_BASED) || defined(sun) || defined(SVR4)
|
||||
#if defined(CSRG_BASED) || defined(sun) || defined(SVR4)
|
||||
|
||||
#ifdef hpux
|
||||
#define SKIPCOUNT 2
|
||||
#define STARTCHAR ':'
|
||||
#define ENDCHAR ';'
|
||||
#elif !defined(sun) || defined(SVR4)
|
||||
#if !defined(sun) || defined(SVR4)
|
||||
#define STARTCHAR '/'
|
||||
#define ENDCHAR '/'
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user