Apply PIE to nghttpx
[platform/upstream/nghttp2.git] / cmakeconfig.h.in
1 /* Hint to the compiler that a function never returns */
2 #define NGHTTP2_NORETURN @HINT_NORETURN@
3
4 /* Define to `int' if <sys/types.h> does not define. */
5 #cmakedefine ssize_t @ssize_t@
6
7 /* Define to 1 if you have the `std::map::emplace`. */
8 #cmakedefine HAVE_STD_MAP_EMPLACE 1
9
10 /* Define to 1 if you have `libjansson` library. */
11 #cmakedefine HAVE_JANSSON 1
12
13 /* Define to 1 if you have `libxml2` library. */
14 #cmakedefine HAVE_LIBXML2 1
15
16 /* Define to 1 if you have `spdylay` library. */
17 #cmakedefine HAVE_SPDYLAY 1
18
19 /* Define to 1 if you have `mruby` library. */
20 #cmakedefine HAVE_MRUBY 1
21
22 /* Define to 1 if you have `neverbleed` library. */
23 #cmakedefine HAVE_NEVERBLEED 1
24
25 /* sizeof(int *) */
26 #cmakedefine SIZEOF_INT_P   @SIZEOF_INT_P@
27
28 /* sizeof(time_t) */
29 #cmakedefine SIZEOF_TIME_T  @SIZEOF_TIME_T@
30
31 /* Define to 1 if you have the `_Exit` function. */
32 #cmakedefine HAVE__EXIT 1
33
34 /* Define to 1 if you have the `accept4` function. */
35 #cmakedefine HAVE_ACCEPT4 1
36
37 /* Define to 1 if you have the `mkostemp` function. */
38 #cmakedefine HAVE_MKOSTEMP 1
39
40 /* Define to 1 if you have the `initgroups` function. */
41 #cmakedefine01 HAVE_DECL_INITGROUPS
42
43 /* Define to 1 to enable debug output. */
44 #cmakedefine DEBUGBUILD 1
45
46 /* Define to 1 if you want to disable threads. */
47 #cmakedefine NOTHREADS 1
48
49 /* Define to 1 if you have the <arpa/inet.h> header file. */
50 #cmakedefine HAVE_ARPA_INET_H 1
51
52 /* Define to 1 if you have the <fcntl.h> header file. */
53 #cmakedefine HAVE_FCNTL_H 1
54
55 /* Define to 1 if you have the <inttypes.h> header file. */
56 #cmakedefine HAVE_INTTYPES_H 1
57
58 /* Define to 1 if you have the <limits.h> header file. */
59 #cmakedefine HAVE_LIMITS_H 1
60
61 /* Define to 1 if you have the <netdb.h> header file. */
62 #cmakedefine HAVE_NETDB_H 1
63
64 /* Define to 1 if you have the <netinet/in.h> header file. */
65 #cmakedefine HAVE_NETINET_IN_H 1
66
67 /* Define to 1 if you have the <pwd.h> header file. */
68 #cmakedefine HAVE_PWD_H 1
69
70 /* Define to 1 if you have the <sys/socket.h> header file. */
71 #cmakedefine HAVE_SYS_SOCKET_H 1
72
73 /* Define to 1 if you have the <sys/time.h> header file. */
74 #cmakedefine HAVE_SYS_TIME_H 1
75
76 /* Define to 1 if you have the <syslog.h> header file. */
77 #cmakedefine HAVE_SYSLOG_H 1
78
79 /* Define to 1 if you have the <time.h> header file. */
80 #cmakedefine HAVE_TIME_H 1
81
82 /* Define to 1 if you have the <unistd.h> header file. */
83 #cmakedefine HAVE_UNISTD_H 1