Go to the documentation of this file.
34 #ifndef MHD_PLATFORM_H
35 #define MHD_PLATFORM_H
37 #include "MHD_config.h"
39 #define _XOPEN_SOURCE_EXTENDED 1
42 #define _OPEN_SYS_SOCK_IPV6
43 #define _OPEN_MSGQ_EXT
59 #define HAVE_CONFIG_H 1
69 #include <netinet/in.h>
72 #define RESTRICT __restrict__
79 #include <sys/select.h>
82 #include <sys/types.h>
100 #include <netinet/in.h>
105 #if HAVE_SYS_SOCKET_H
106 #include <sys/socket.h>
109 #include <arpa/inet.h>