mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
W32 VS: simplified custom MHD_config.h
This commit is contained in:
@@ -109,8 +109,10 @@
|
||||
/* Define to 1 if your system allow overriding the value of FD_SETSIZE macro */
|
||||
#define HAS_FD_SETSIZE_OVERRIDABLE 1
|
||||
|
||||
#if 0 /* Do not define the macro to keep maintability simple if system value is updated */
|
||||
/* Define to system default value of FD_SETSIZE macro */
|
||||
#define MHD_SYS_FD_SETSIZE_ 64
|
||||
# define MHD_SYS_FD_SETSIZE_ 64
|
||||
#endif
|
||||
|
||||
/* Define to use socketpair for inter-thread communication */
|
||||
#define _MHD_ITC_SOCKETPAIR 1
|
||||
|
||||
Reference in New Issue
Block a user