aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-11-17 14:24:15 +0000
committerYang Tse <yangsita@gmail.com>2008-11-17 14:24:15 +0000
commit608fdce0a0541cbd73eb80e7db1b5e3df70d1bf5 (patch)
tree6a3b704efd4944a9af7a8bbf24a3ffc5325144f1 /lib/setup.h
parentecd3251542ef6202787b752849356b1a09502e4c (diff)
if2ip.c related preprocessor cleanup
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 66ddd38cb..5b675edda 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -355,7 +355,6 @@
# define sclose(x) close_s(x)
# define select(n,r,w,x,t) select_s(n,r,w,x,t)
# define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z))
-# define IOCTL_3_ARGS
# include <tcp.h>
# ifdef word
# undef word
@@ -430,10 +429,6 @@
#endif
#endif
-#ifdef mpeix
-#define IOCTL_3_ARGS
-#endif
-
#ifdef NETWARE
int netware_init(void);
#ifndef __NOVELL_LIBC__