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

@@ -355,7 +355,7 @@ _DtCvFreeArray (void **array)
return (0);
}
#if defined(_AIX) || defined (USL)
#if defined(_AIX)
/*****************************************************************************
* Function: _DtCvStrCaseCmp
*
@@ -363,7 +363,7 @@ _DtCvFreeArray (void **array)
*
* Return Value:
*
* Purpose: IBM and USL do not support the 'strcasecmp' routine. This takes it's
* Purpose: IBM does not support the 'strcasecmp' routine. This takes it's
* place.
*****************************************************************************/
int
@@ -410,7 +410,7 @@ _DtCvStrCaseCmp (
return result;
}
#endif /* _AIX or USL */
#endif /* _AIX */
/*****************************************************************************
* Function: _DtCvStrNCaseCmpLatin1()