2016-02-11 13:46:59 +01:00
|
|
|
|
2016-03-16 14:25:58 +01:00
|
|
|
/* Hint to the compiler that a function parameter is not used */
|
|
|
|
#define _U_ @HINT_UNUSED_PARAM@
|
|
|
|
|
|
|
|
/* Hint to the compiler that a function never returns */
|
|
|
|
#define NGHTTP2_NORETURN @HINT_NORETURN@
|
|
|
|
|
2016-03-16 17:33:20 +01:00
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
|
|
#cmakedefine ssize_t @ssize_t@
|
|
|
|
|
2016-02-11 13:46:59 +01:00
|
|
|
/* Define to 1 if you have the `std::map::emplace`. */
|
|
|
|
#cmakedefine HAVE_STD_MAP_EMPLACE 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have `libjansson` library. */
|
|
|
|
#cmakedefine HAVE_JANSSON 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have `libxml2` library. */
|
|
|
|
#cmakedefine HAVE_LIBXML2 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have `spdylay` library. */
|
|
|
|
#cmakedefine HAVE_SPDYLAY 1
|
2016-02-11 15:49:39 +01:00
|
|
|
|
|
|
|
/* Define to 1 if you have `mruby` library. */
|
|
|
|
#cmakedefine HAVE_MRUBY 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have `neverbleed` library. */
|
|
|
|
#cmakedefine HAVE_NEVERBLEED 1
|
2016-02-11 16:08:07 +01:00
|
|
|
|
|
|
|
/* sizeof(int *) */
|
|
|
|
#cmakedefine SIZEOF_INT_P @SIZEOF_INT_P@
|
|
|
|
|
|
|
|
/* sizeof(time_t) */
|
|
|
|
#cmakedefine SIZEOF_TIME_T @SIZEOF_TIME_T@
|
2016-02-11 17:12:10 +01:00
|
|
|
|
|
|
|
/* Define to 1 if you have the `_Exit` function. */
|
|
|
|
#cmakedefine HAVE__EXIT 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `accept4` function. */
|
|
|
|
#cmakedefine HAVE_ACCEPT4 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `initgroups` function. */
|
2016-02-11 18:06:21 +01:00
|
|
|
#cmakedefine01 HAVE_DECL_INITGROUPS
|
2016-02-11 17:54:30 +01:00
|
|
|
|
|
|
|
/* Define to 1 to enable debug output. */
|
|
|
|
#cmakedefine DEBUGBUILD 1
|
2016-02-11 18:06:21 +01:00
|
|
|
|
|
|
|
/* Define to 1 if you want to disable threads. */
|
|
|
|
#cmakedefine NOTHREADS 1
|
2016-02-11 22:11:14 +01:00
|
|
|
|
|
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
|
|
#cmakedefine HAVE_ARPA_INET_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
|
|
#cmakedefine HAVE_FCNTL_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
|
#cmakedefine HAVE_INTTYPES_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <limits.h> header file. */
|
|
|
|
#cmakedefine HAVE_LIMITS_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <netdb.h> header file. */
|
|
|
|
#cmakedefine HAVE_NETDB_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <netinet/in.h> header file. */
|
|
|
|
#cmakedefine HAVE_NETINET_IN_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <pwd.h> header file. */
|
|
|
|
#cmakedefine HAVE_PWD_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_SOCKET_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_TIME_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <syslog.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYSLOG_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <time.h> header file. */
|
|
|
|
#cmakedefine HAVE_TIME_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
#cmakedefine HAVE_UNISTD_H 1
|