Remove Unixware and openserver support
[oweals/cde.git] / cde / lib / tt / bin / shell / remover.C
index 0b22558d376b6b04a9fe3592d4a7bfddf425a345..7a64c3002e290e420f218cffb37dbadd49864d59 100644 (file)
@@ -38,7 +38,7 @@
 #if defined(__osf__) || defined(linux) || defined(CSRG_BASED)
 #include <unistd.h>
 #else
-#if !defined(USL) && !defined(sun)
+#if !defined(sun)
 #include <osfcn.h>
 #endif
 #endif
@@ -49,9 +49,6 @@
 #define S_ISLNK(m)     (((m)&IFMT) == IFLNK)
 #endif
 #include <sys/stat.h>
-#if defined(OPT_BUG_USL)
-#define S_ISLNK(mode)     (((mode) & S_IFMT) == S_IFLNK)
-#endif
 #include <sys/wait.h>
 #include "api/c/tt_c.h"
 #include "util/tt_path.h"