Remove Unixware and openserver support
[oweals/cde.git] / cde / programs / dthelp / parser.ccdf / htag / helptag / make.c
index a9556ce6c0f2ba50c2a631564e385aa8e1bf2c2a..8a4fb052bcbcd16497e2ddefad8364a979247c95 100644 (file)
 #include <sys\stat.h>
 #endif
 
-#if defined(hpux) || defined(_AIX) || defined(sun) || defined(USL)
+#if defined(hpux) || defined(_AIX) || defined(sun)
 #include <sys/types.h>
 #include <sys/stat.h>
 #endif
 
 #include <math.h>
 
-#if defined(hpux) || defined(_AIX) || defined(sun) || defined(USL)
+#if defined(hpux) || defined(_AIX) || defined(sun)
 #undef M_PI  /* M_PI is used by markup, we don't need the math PI */
 #endif