diff options
author | reggie@big_geek. <> | 2006-05-08 14:50:13 -0500 |
---|---|---|
committer | reggie@big_geek. <> | 2006-05-08 14:50:13 -0500 |
commit | 11d66e806836a1bb57b4709ca2b171a0c9dc9bd6 (patch) | |
tree | dd3df64649d7ead588a0df258156657b5c8ddd41 /include/my_net.h | |
parent | 93f965d1fe4b4cec901aeddc43de3b0bc78e3758 (diff) | |
download | mariadb-git-11d66e806836a1bb57b4709ca2b171a0c9dc9bd6.tar.gz |
removing MSDOS defines and code
Diffstat (limited to 'include/my_net.h')
-rw-r--r-- | include/my_net.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/my_net.h b/include/my_net.h index f953a832e6b..b26e525016b 100644 --- a/include/my_net.h +++ b/include/my_net.h @@ -44,7 +44,7 @@ C_MODE_START #include <sys/ioctl.h> #endif -#if !defined(MSDOS) && !defined(__WIN__) && !defined(HAVE_BROKEN_NETINET_INCLUDES) && !defined(__BEOS__) && !defined(__NETWARE__) +#if !defined(__WIN__) && !defined(HAVE_BROKEN_NETINET_INCLUDES) && !defined(__BEOS__) && !defined(__NETWARE__) #include <netinet/in_systm.h> #include <netinet/in.h> #include <netinet/ip.h> @@ -53,7 +53,7 @@ C_MODE_START #endif #endif -#if defined(MSDOS) || defined(__WIN__) +#if defined(__WIN__) #define O_NONBLOCK 1 /* For emulation of fcntl() */ #endif |