123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- #define WINDOWS 1
- #define MSVC 1
- #ifndef __clang__
- #ifndef __STDC_NO_VLA__
- #define __STDC_NO_VLA__ 1
- #endif
- #else
- #define HAVE_C_VARARRAYS 1
- #endif
- #define INLINE_FUNC 1
- #define _MHD_static_inline static __forceinline
- #ifdef __clang__
- #define MHD_HAVE___BUILTIN_BSWAP32 1
- #define MHD_HAVE___BUILTIN_BSWAP64 1
- #endif
- #if defined(_M_X64) || defined(_M_AMD64) || defined(_M_ARM64) || defined(_WIN64)
- #define SIZEOF_SIZE_T 8
- #else
- #define SIZEOF_SIZE_T 4
- #endif
- #define SIZEOF_STRUCT_TIMEVAL_TV_SEC 4
- #define SIZEOF_INT64_T 8
- #define SIZEOF_UINT64_T 8
- #define SIZEOF_INT 4
- #define SIZEOF_UNSIGNED_INT 4
- #define SIZEOF_UNSIGNED_LONG_LONG 8
- #if defined(_STDC_VERSION__) && (__STDC_VERSION__ + 0) >= 201112L
- #define _MHD_NORETURN _Noreturn
- #else
- #define _MHD_NORETURN __declspec(noreturn)
- #endif
- #define BAUTH_SUPPORT 1
- #define DAUTH_SUPPORT 1
- #define MHD_DAUTH_DEF_MAX_NC_ 1000
- #define MHD_DAUTH_DEF_TIMEOUT_ 90
- #define MHD_MD5_SUPPORT 1
- #define MHD_SHA256_SUPPORT 1
- #define MHD_SHA512_256_SUPPORT 1
- #define HAVE_POSTPROCESSOR 1
- #define HAVE_MESSAGES 1
- #define UPGRADE_SUPPORT 1
- #define COOKIE_SUPPORT 1
- #define HAVE_INET6 1
- #define HAS_FD_SETSIZE_OVERRIDABLE 1
- #if 0
- # define MHD_SYS_FD_SETSIZE_ 64
- #endif
- #define _MHD_ITC_SOCKETPAIR 1
- #define MHD_USE_W32_THREADS 1
- #ifndef _WIN32_WINNT
- #define _WIN32_WINNT 0x0600
- #endif
- #if _WIN32_WINNT >= 0x0600
- #define HAVE_POLL 1
- #endif
- #define HAVE_WINSOCK2_H 1
- #define HAVE_WS2TCPIP_H 1
- #define HAVE___LSEEKI64 1
- #define HAVE_W32_GMTIME_S 1
- #define HAVE_CALLOC 1
- #define HAVE_ASSERT 1
- #define HAVE_LIMITS_H 1
- #define HAVE_STDDEF_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_TIME_H 1
- #if _MSC_VER >= 1900
- #define HAVE_SNPRINTF 1
- #endif
- #if _MSC_VER >= 1800
- #define HAVE_INTTYPES_H 1
- #endif
- #if _MSC_VER + 0 >= 1800
- #define HAVE_STDBOOL_H 1
- #define HAVE_REAL_BOOL 1
- #define HAVE_BUILTIN_TYPE_BOOL 1
- #else
- #define bool int
- #define false 0
- #define true (!0)
- #endif
- #define HAVE_GETSOCKNAME 1
- #define MHD_USE_GETSOCKNAME 1
- #define HAVE___FUNC__ 1
- #if _MSC_VER + 0 >= 1900
- #if defined(_STDC_VERSION__) && (__STDC_VERSION__ + 0) >= 201112L
- #define HAVE_C_ALIGNOF 1
- #define HAVE_STDALIGN_H 1
- #endif
- #endif
- #define HAVE_RAND 1
- #define HAVE_ERRNO_H 1
- #define HAVE_FCNTL_H 1
- #define HAVE_LOCALE_H 1
- #define HAVE_MATH_H 1
- #define HAVE_SDKDDKVER_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDIO_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_WINDOWS_H 1
- #define _GNU_SOURCE 1
- #define STDC_HEADERS 1
|