added a missed file

This commit is contained in:
2016-04-18 07:08:56 +00:00
parent 9b4c897d6c
commit 7b168e67e7
2 changed files with 62 additions and 3 deletions

View File

@ -120,6 +120,9 @@
# if !defined(IP_TRANSPARENT)
# define IP_TRANSPARENT 19
# endif
# if !defined(SO_REUSEPORT)
# define SO_REUSEPORT 15
# endif
# endif
# if defined(HAVE_NETINET_SCTP_H)
# include <netinet/sctp.h>
@ -141,9 +144,6 @@
# define USE_SSL
#endif
#if defined(__linux) && !defined(SO_REUSEPORT)
# define SO_REUSEPORT 15
#endif
#define HANDLE_TO_FIO(x) ((qse_fio_t*)(x))
#define FIO_TO_HANDLE(x) ((qse_httpd_hnd_t)(x))