summaryrefslogtreecommitdiff
path: root/include/X11/Xlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xlib.h')
-rw-r--r--include/X11/Xlib.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/X11/Xlib.h b/include/X11/Xlib.h
index 4869446a..682988cf 100644
--- a/include/X11/Xlib.h
+++ b/include/X11/Xlib.h
@@ -38,20 +38,7 @@ in this Software without prior written authorization from The Open Group.
#define XlibSpecificationRelease 6
-#ifdef USG
-#ifndef __TYPES__
-#include <sys/types.h> /* forgot to protect it... */
-#define __TYPES__
-#endif /* __TYPES__ */
-#else
-#if defined(_POSIX_SOURCE) && defined(MOTOROLA)
-#undef _POSIX_SOURCE
-#include <sys/types.h>
-#define _POSIX_SOURCE
-#else
#include <sys/types.h>
-#endif
-#endif /* USG */
#if defined(__SCO__) || defined(__UNIXWARE__)
#include <stdint.h>