diff options
author | cmiller@zippy.cornsilk.net <> | 2006-09-15 18:19:09 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2006-09-15 18:19:09 -0400 |
commit | dc8449886f1ed974aa3b4a31c9fa83035b3f4fbe (patch) | |
tree | 9d3c079509ea7809bb6dbac0da823609be60281c | |
parent | 66808ead4e1d86086539f883c5fa857a1c6822cf (diff) | |
parent | d8e27606e1716d674ce03588cb8e763fbc260b62 (diff) | |
download | mariadb-git-dc8449886f1ed974aa3b4a31c9fa83035b3f4fbe.tar.gz |
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
-rw-r--r-- | include/my_net.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/my_net.h b/include/my_net.h index b26e525016b..678025b31f4 100644 --- a/include/my_net.h +++ b/include/my_net.h @@ -55,6 +55,14 @@ C_MODE_START #if defined(__WIN__) #define O_NONBLOCK 1 /* For emulation of fcntl() */ + +/* + SHUT_RDWR is called SD_BOTH in windows and + is defined to 2 in winsock2.h + #define SD_BOTH 0x02 +*/ +#define SHUT_RDWR 0x02 + #endif /* |