2
* Copyright (C) 2010 Monty Taylor
5
* Use and distribution licensed under the BSD license. See
6
* the COPYING file in the parent directory for full text.
9
#ifndef WIN32_WINDOWS_CONFIG_H
10
#define WIN32_WINDOWS_CONFIG_H
12
#define HAVE_FCNTL_H 1
13
#define HAVE_STDLIB_H 1
14
#define HAVE_STRING_H 1
15
#define TARGET_OS_WINDOWS 1
16
#define PACKAGE_VERSION "0.43"
17
#define PACKAGE_BUGREPORT "http://bugs.launchpad.net/libmemcached"
19
#define __attribute__(...)
20
#define __STDC_LIMIT_MACROS 1
21
#define __STDC_CONSTANT_MACROS 1
22
#define snprintf _snprintf
23
#define get_socket_errno() WSAGetLastError()
30
#endif /* WIN32_WINDOWS_CONFIG_H */