[PATCH libXmu 2/2] Unifdef SYSVNET
Matthieu Herrb
matthieu at herrb.eu
Tue Jan 14 20:45:30 UTC 2020
This has not been set by configure since the switch to autotools.
Signed-off-by: Matthieu Herrb <matthieu at herrb.eu>
---
src/CvtStdSel.c | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/src/CvtStdSel.c b/src/CvtStdSel.c
index 0d577ef..3414f1e 100644
--- a/src/CvtStdSel.c
+++ b/src/CvtStdSel.c
@@ -36,13 +36,6 @@ in this Software without prior written authorization from The Open Group.
#include <config.h>
#endif
-#ifdef SYSVNET
-#include <interlan/il_types.h>
-#define __TYPES__ /* prevent #include <sys/types.h> in Xlib.h */
-#include <interlan/netdb.h>
-#include <interlan/socket.h>
-#endif /* SYSVNET */
-
#include <X11/IntrinsicP.h>
#include <X11/Xatom.h>
#include <X11/ShellP.h>
@@ -51,7 +44,6 @@ in this Software without prior written authorization from The Open Group.
#endif
#include <stdio.h>
-#ifndef SYSVNET
#ifdef WIN32
#include <X11/Xwinsock.h>
#define XOS_USE_MTSAFE_NETDBAPI
@@ -65,7 +57,6 @@ in this Software without prior written authorization from The Open Group.
#define XOS_USE_XT_LOCKING
#endif
#include <X11/Xos_r.h>
-#endif
#include <X11/Xos.h>
#include <stdlib.h>
--
2.24.1
More information about the xorg-devel
mailing list