Remove Unixware and openserver support
[oweals/cde.git] / cde / lib / DtHelp / CvString.c
index d44301fccaf0d1dfe50d7da1b0592152c2fbd330..fe2747307c7fdb410aa87bcd13f178b573127009 100644 (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()