removed unused includes - BSD port
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 12 Jul 2004 21:11:45 +0000 (21:11 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 12 Jul 2004 21:11:45 +0000 (21:11 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1014 c046a42c-6fe2-441c-8c8c-71466251a162

slirp/slirp.h
slirp/slirp_config.h

index 5b9cfde..eecef59 100644 (file)
@@ -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
index 51fc951..5b014f2 100644 (file)
 #define HAVE_STDLIB_H
 
 /* Define if you have sys/ioctl.h */
-#undef HAVE_SYS_IOCTL_H
+#define HAVE_SYS_IOCTL_H
 
 /* Define if you have sys/filio.h */
 #undef HAVE_SYS_FILIO_H
+#ifdef __APPLE__
+#define HAVE_SYS_FILIO_H
+#endif
 
 /* Define if you have strerror */
 #define HAVE_STRERROR
 /* Define if you have memmove */
 #define HAVE_MEMMOVE
 
-/* Define if you have <termios.h> */
-#undef HAVE_TERMIOS_H
-
 /* Define if you have gethostid */
 #undef HAVE_GETHOSTID