00001 #ifndef __DRIZZLE_WIN32_CONFIG_H 00002 #define __DRIZZLE_WIN32_CONFIG_H 00003 00004 00005 #define HAVE_FCNTL_H 1 00006 #define HAVE_STDLIB_H 1 00007 #define HAVE_STRING_H 00008 00009 typedef unsigned int in_port_t; 00010 typedef enum { false = 0, true = 1 } _Bool; 00011 typedef _Bool bool; 00012 00013 struct sockaddr_un 00014 { 00015 short int sun_family; 00016 char sun_path[108]; 00017 }; 00018 00019 #define snprintf _snprintf 00020 00021 #define ECONNREFUSED WSAECONNRESET 00022 00023 #endif /* __DRIZZLE_WIN32_CONFIG_H */