diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-01-14 22:23:16 +0100 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-21 11:00:52 -0700 |
commit | 6b4f114d4cc76c0f3b1a49ed05db305f0b96bdfe (patch) | |
tree | 7629f4b4dd3eb74c08e1e3afac3e8418b38baca0 | |
parent | 0fa4a55d396201974177735cb736a607596130e2 (diff) |
Unifdef SYSVNET
This has not been set by configure since the switch to autotools.
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/CvtStdSel.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/CvtStdSel.c b/src/CvtStdSel.c index 36423c6..a9ead44 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 @@ -66,7 +58,6 @@ in this Software without prior written authorization from The Open Group. #endif #define X_INCLUDE_NETDB_H #include <X11/Xos_r.h> -#endif #include <X11/Xos.h> #include <stdlib.h> |