X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Finclude%2FEUSCompat.h;h=f292eea4a5488cc3a5fbc3755806898449ad15ae;hb=164e695cd027f712205c433f69c2a937f9e7397a;hp=5d1c558bfed1009b2d0b04644f3ac851eec1bf38;hpb=3c1736f077015541ddaea673763607d35921c8bc;p=oweals%2Fcde.git diff --git a/cde/include/EUSCompat.h b/cde/include/EUSCompat.h index 5d1c558b..f292eea4 100644 --- a/cde/include/EUSCompat.h +++ b/cde/include/EUSCompat.h @@ -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 - -#ifndef MAXPATHLEN -#include -#endif - -#ifndef MAXNAMELEN -#define MAXNAMELEN 256 -#endif - -typedef enum {B_FALSE, B_TRUE} boolean_t; - -#undef BIG_ENDIAN - -#endif /* __osf__ */ - #ifdef __cplusplus } #endif