/* Hint to the compiler that a function never returns */ #define NGHTTP2_NORETURN /* Edited to match src/node.h. */ #include #ifdef _WIN32 #if !defined(_SSIZE_T_) && !defined(_SSIZE_T_DEFINED) typedef intptr_t ssize_t; # define _SSIZE_T_ # define _SSIZE_T_DEFINED #endif #else // !_WIN32 # include // size_t, ssize_t #endif // _WIN32 /* Define to 1 if you have the `std::map::emplace`. */ #define HAVE_STD_MAP_EMPLACE 1 /* Define to 1 if you have `libjansson` library. */ /* #undef HAVE_JANSSON */ /* Define to 1 if you have `libxml2` library. */ /* #undef HAVE_LIBXML2 */ /* Define to 1 if you have `spdylay` library. */ /* #undef HAVE_SPDYLAY */ /* Define to 1 if you have `mruby` library. */ /* #undef HAVE_MRUBY */ /* Define to 1 if you have `neverbleed` library. */ /* #undef HAVE_NEVERBLEED */ /* sizeof(int *) */ #define SIZEOF_INT_P 4 /* sizeof(time_t) */ #define SIZEOF_TIME_T 8 /* Define to 1 if you have the `_Exit` function. */ #define HAVE__EXIT 1 /* Define to 1 if you have the `accept4` function. */ /* #undef HAVE_ACCEPT4 */ /* Define to 1 if you have the `initgroups` function. */ #define HAVE_DECL_INITGROUPS 0 /* Define to 1 to enable debug output. */ /* #undef DEBUGBUILD */ /* Define to 1 if you want to disable threads. */ /* #undef NOTHREADS */ /* Define to 1 if you have the header file. */ /* #undef HAVE_ARPA_INET_H */ /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_NETDB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_NETINET_IN_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_PWD_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SOCKET_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TIME_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYSLOG_H */ /* Define to 1 if you have the header file. */ #define HAVE_TIME_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */