mirror of
https://github.com/yrutschle/sslh.git
synced 2025-05-30 07:09:33 +03:00
undef FD_SETSIZE to avoid compiler warning upon redefine
This commit is contained in:
parent
736b108a75
commit
b94060ad76
1
common.h
1
common.h
@ -5,6 +5,7 @@
|
|||||||
* enough for the macros to adapt (http://support.microsoft.com/kb/111855)
|
* enough for the macros to adapt (http://support.microsoft.com/kb/111855)
|
||||||
*/
|
*/
|
||||||
#ifdef __CYGWIN__
|
#ifdef __CYGWIN__
|
||||||
|
#undef FD_SETSIZE
|
||||||
#define FD_SETSIZE 4096
|
#define FD_SETSIZE 4096
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user