Remove Unixware and openserver support

This commit is contained in:
chase
2018-05-19 19:50:35 -05:00
committed by Jon Trulson
parent beea573d17
commit 07900bd93b
375 changed files with 725 additions and 9112 deletions

View File

@@ -53,9 +53,9 @@
/*****************************************************************************
* Extern defines
*****************************************************************************/
#if !defined(_AIX) && !defined(USL)
#if !defined(_AIX)
#define _DtCvStrCaseCmp(s1,s2) strcasecmp(s1,s2)
#endif /* _AIX or USL */
#endif /* _AIX */
extern void **_DtCvAddPtrToArray (
void **array,
@@ -78,11 +78,11 @@ extern void *_DtCvStrPtr (
int type,
int count);
#if defined(_AIX) || defined(USL)
#if defined(_AIX)
extern int _DtCvStrCaseCmp(
const char *s1,
const char *s2);
#endif /* _AIX or USL */
#endif /* _AIX */
extern int _DtCvStrCaseCmpLatin1(
const char *s1,
const char *s2);