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
56 #if !defined(MINGW) && !defined(__SYMBIAN32__)
62 #define HAVE_CONFIG_H 1
72 #include <netinet/in.h>
75 #define RESTRICT __restrict__
82 #include <sys/select.h>
85 #include <sys/types.h>
102 #if HAVE_NETINET_IN_H
103 #include <netinet/in.h>
108 #if HAVE_SYS_SOCKET_H
109 #include <sys/socket.h>
112 #include <arpa/inet.h>