remove OSF1 support
[oweals/cde.git] / cde / include / EUSCompat.h
index 5d1c558bfed1009b2d0b04644f3ac851eec1bf38..f292eea4a5488cc3a5fbc3755806898449ad15ae 100644 (file)
@@ -170,29 +170,6 @@ typedef enum {B_FALSE, B_TRUE} boolean_t;
   extern int strncasecmp(const char *, const char *, size_t);
 #endif
 
- /*
- ** 
- */
-#if defined(__osf__)
-
-#define vfork          fork
-
-#include <sys/types.h>
-
-#ifndef MAXPATHLEN
-#include <sys/param.h>
-#endif
-
-#ifndef MAXNAMELEN
-#define MAXNAMELEN      256
-#endif
-
-typedef enum {B_FALSE, B_TRUE} boolean_t;
-
-#undef BIG_ENDIAN
-
-#endif /* __osf__ */
-
 #ifdef __cplusplus
 }
 #endif