summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xhost.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/xhost.c b/xhost.c
index 841233c..c1cd674 100644
--- a/xhost.c
+++ b/xhost.c
@@ -82,19 +82,9 @@ X Window System is a trademark of The Open Group.
#include <stdlib.h>
#ifdef NEEDSOCKETS
-#ifdef att
-typedef unsigned short unsign16;
-typedef unsigned long unsign32;
-typedef short sign16;
-typedef long sign32;
-#include <interlan/socket.h>
-#include <interlan/netdb.h>
-#include <interlan/in.h>
-#else
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
-#endif
#endif /* NEEDSOCKETS */
#ifndef BAD_ARPAINET