Remove UXPDS support

This commit is contained in:
chase
2018-05-15 20:11:08 -05:00
committed by Jon Trulson
parent 0f8233dadd
commit 8a4f389634
319 changed files with 317 additions and 8776 deletions

View File

@@ -56,7 +56,7 @@ typedef struct _DtHelpCeIconvContextRec * _DtHelpCeIconvContext;
/****************************************************************************
* Semi Public Re-defines
****************************************************************************/
#if !defined(_AIX) && !defined(USL) && !defined(__uxp__)
#if !defined(_AIX) && !defined(USL)
#define _DtHelpCeStrCaseCmp(s1,s2) strcasecmp(s1,s2)
#endif /* _AIX or USL */
@@ -223,11 +223,11 @@ extern int _DtHelpCeCountChars (
int max_len,
int *ret_len );
extern int _DtHelpCeFreeStringArray ( char **array);
#if defined(_AIX) || defined(USL) || defined(__uxp__)
#if defined(_AIX) || defined(USL)
extern int _DtHelpCeStrCaseCmp(
const char *s1,
const char *s2);
#endif /* _AIX or USL or __uxp__ */
#endif /* _AIX or USL */
extern int _DtHelpCeStrCaseCmpLatin1(
const char *s1,
const char *s2);