diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-07-12 21:11:45 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-07-12 21:11:45 +0000 |
commit | ee2654ac243748284eadd63523c65cae5bfdcf90 (patch) | |
tree | 36715e416fb348a38a39fe8fcec8f77a9add7c8c /slirp/slirp_config.h | |
parent | 354ff22657efbe48b4334bc8a77fa10faa51ca48 (diff) |
removed unused includes - BSD port
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1014 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'slirp/slirp_config.h')
-rw-r--r-- | slirp/slirp_config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/slirp/slirp_config.h b/slirp/slirp_config.h index 51fc951572..5b014f2750 100644 --- a/slirp/slirp_config.h +++ b/slirp/slirp_config.h @@ -61,10 +61,13 @@ #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 @@ -161,9 +164,6 @@ /* 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 |