summaryrefslogtreecommitdiff
path: root/slirp/slirp.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/slirp.h')
-rw-r--r--slirp/slirp.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/slirp/slirp.h b/slirp/slirp.h
index 5b9cfdec80..eecef59165 100644
--- a/slirp/slirp.h
+++ b/slirp/slirp.h
@@ -121,25 +121,10 @@ int inet_aton _P((const char *cp, struct in_addr *ia));
#endif
#include <sys/socket.h>
-#if defined(WANT_SYS_IOCTL_H) && defined(HAVE_SYS_IOCTL_H)
+#if defined(HAVE_SYS_IOCTL_H)
# include <sys/ioctl.h>
-#else
-# define WANT_SYS_TERMIOS_H
-#endif
-
-#ifdef WANT_SYS_TERMIOS_H
-# ifndef INCLUDED_TERMIOS_H
-# ifdef HAVE_TERMIOS_H
-# include <termios.h>
-# else
-# include <termio.h>
-# endif
-# define INCLUDED_TERMIOS_H
-# endif
#endif
-
-
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif