mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 18:48:54 +08:00
40 lines
1018 B
C
40 lines
1018 B
C
|
|
/* 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
|
|
|
|
/* Define to 1 if you have `mruby` library. */
|
|
#cmakedefine HAVE_MRUBY 1
|
|
|
|
/* Define to 1 if you have `neverbleed` library. */
|
|
#cmakedefine HAVE_NEVERBLEED 1
|
|
|
|
/* sizeof(int *) */
|
|
#cmakedefine SIZEOF_INT_P @SIZEOF_INT_P@
|
|
|
|
/* sizeof(time_t) */
|
|
#cmakedefine SIZEOF_TIME_T @SIZEOF_TIME_T@
|
|
|
|
/* 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. */
|
|
#cmakedefine01 HAVE_DECL_INITGROUPS
|
|
|
|
/* Define to 1 to enable debug output. */
|
|
#cmakedefine DEBUGBUILD 1
|
|
|
|
/* Define to 1 if you want to disable threads. */
|
|
#cmakedefine NOTHREADS 1
|