1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

removing MSDOS defines and code

include/config-win.h:
  removed reference to MSDOS
This commit is contained in:
unknown
2006-05-08 14:50:13 -05:00
parent d9c1d25882
commit ec82432941
22 changed files with 26 additions and 211 deletions

View File

@@ -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