proxygen
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to "final" if the compiler supports C++11 "final" */
5 #define FINAL final
6 
7 /* Define to 1 if you have the <arpa/inet.h> header file. */
8 #define HAVE_ARPA_INET_H 1
9 
10 /* define if the Boost library is available */
11 #define HAVE_BOOST
12 
13 /* Define to 1 if we support clock_gettime(2). */
14 #define HAVE_CLOCK_GETTIME 1
15 
16 /* Define to 1 if strlen(3) is constexpr. */
17 #define HAVE_CONSTEXPR_STRLEN 1
18 
19 /* Define to 1 if we have cplus_demangle_v3_callback. */
20 #define HAVE_CPLUS_DEMANGLE_V3_CALLBACK 1
21 
22 /* define if the compiler supports basic C++14 syntax */
23 #define HAVE_CXX14 1
24 
25 /* Define to 1 if you have the <dlfcn.h> header file. */
26 #define HAVE_DLFCN_H 1
27 
28 /* Define to 1 if you have the `dup2' function. */
29 #define HAVE_DUP2 1
30 
31 /* Define to 1 if you have the <fcntl.h> header file. */
32 #define HAVE_FCNTL_H 1
33 
34 /* Define to 1 if you have the `fork' function. */
35 #define HAVE_FORK 1
36 
37 /* Define to 1 if you have the `ftruncate' function. */
38 #define HAVE_FTRUNCATE 1
39 
40 /* Define to 1 if you have the `gettimeofday' function. */
41 #define HAVE_GETTIMEOFDAY 1
42 
43 /* Define to 0 if the compiler doesn't support ifunc */
44 #define HAVE_IFUNC 1
45 
46 /* Define if __int128 does not exist */
47 #define HAVE_INT128_T 1
48 
49 /* Define to 1 if you have the <inttypes.h> header file. */
50 #define HAVE_INTTYPES_H 1
51 
52 /* Define to 1 if you have the `crypto' library (-lcrypto). */
53 #define HAVE_LIBCRYPTO 1
54 
55 /* Define to 1 if you have the `event' library (-levent). */
56 #define HAVE_LIBEVENT 1
57 
58 /* Define to 1 if you have the `fizz' library (-lfizz). */
59 #define HAVE_LIBFIZZ 1
60 
61 /* Define to 1 if you have the `folly' library (-lfolly). */
62 #define HAVE_LIBFOLLY 1
63 
64 /* Define to 1 if you have the `gflags' library (-lgflags). */
65 #define HAVE_LIBGFLAGS 1
66 
67 /* Define to 1 if you have the `glog' library (-lglog). */
68 #define HAVE_LIBGLOG 1
69 
70 /* Define to 1 if you have the `ssl' library (-lssl). */
71 #define HAVE_LIBSSL 1
72 
73 /* Define to 1 if you have the `wangle' library (-lwangle). */
74 #define HAVE_LIBWANGLE 1
75 
76 /* Define to 1 if you have the `z' library (-lz). */
77 #define HAVE_LIBZ 1
78 
79 /* Define to 1 if you have the <limits.h> header file. */
80 #define HAVE_LIMITS_H 1
81 
82 /* Define to 1 if you have the `localtime_r' function. */
83 #define HAVE_LOCALTIME_R 1
84 
85 /* Define to 1 if you have the <malloc.h> header file. */
86 #define HAVE_MALLOC_H 1
87 
88 /* Define to 1 if you have the `memchr' function. */
89 #define HAVE_MEMCHR 1
90 
91 /* Define to 1 if you have the <memory.h> header file. */
92 #define HAVE_MEMORY_H 1
93 
94 /* Define to 1 if you have the `memset' function. */
95 #define HAVE_MEMSET 1
96 
97 /* Define to 1 if you have the `mkdir' function. */
98 #define HAVE_MKDIR 1
99 
100 /* Define to 1 if you have the <netdb.h> header file. */
101 #define HAVE_NETDB_H 1
102 
103 /* Define to 1 if the system has the type `ptrdiff_t'. */
104 #define HAVE_PTRDIFF_T 1
105 
106 /* Define to 1 if you have the `socket' function. */
107 #define HAVE_SOCKET 1
108 
109 /* Whether static_assert can be used or not */
110 #define HAVE_STATIC_ASSERT 1
111 
112 /* Define to 1 if stdbool.h conforms to C99. */
113 /* #undef HAVE_STDBOOL_H */
114 
115 /* Define to 1 if you have the <stdint.h> header file. */
116 #define HAVE_STDINT_H 1
117 
118 /* Define to 1 if you have the <stdlib.h> header file. */
119 #define HAVE_STDLIB_H 1
120 
121 /* Define to 1 if we have a usable std::is_trivially_copyable<T>
122  implementation. */
123 #define HAVE_STD__IS_TRIVIALLY_COPYABLE 1
124 
125 /* Define to 1 if std::this_thread::sleep_for() is defined. */
126 #define HAVE_STD__THIS_THREAD__SLEEP_FOR 1
127 
128 /* Define to 1 if you have the `strcasecmp' function. */
129 #define HAVE_STRCASECMP 1
130 
131 /* Define to 1 if you have the `strdup' function. */
132 #define HAVE_STRDUP 1
133 
134 /* Define to 1 if you have the `strerror' function. */
135 #define HAVE_STRERROR 1
136 
137 /* Define to 1 if you have the <strings.h> header file. */
138 #define HAVE_STRINGS_H 1
139 
140 /* Define to 1 if you have the <string.h> header file. */
141 #define HAVE_STRING_H 1
142 
143 /* Define to 1 if you have the `strtol' function. */
144 #define HAVE_STRTOL 1
145 
146 /* Define to 1 if you have the <syslog.h> header file. */
147 #define HAVE_SYSLOG_H 1
148 
149 /* Define to 1 if you have the <sys/file.h> header file. */
150 #define HAVE_SYS_FILE_H 1
151 
152 /* Define to 1 if you have the <sys/stat.h> header file. */
153 #define HAVE_SYS_STAT_H 1
154 
155 /* Define to 1 if you have the <sys/time.h> header file. */
156 #define HAVE_SYS_TIME_H 1
157 
158 /* Define to 1 if you have the <sys/types.h> header file. */
159 #define HAVE_SYS_TYPES_H 1
160 
161 /* Define to 1 if you have the <unistd.h> header file. */
162 #define HAVE_UNISTD_H 1
163 
164 /* Define to 1 if you have the `vfork' function. */
165 #define HAVE_VFORK 1
166 
167 /* Define to 1 if you have the <vfork.h> header file. */
168 /* #undef HAVE_VFORK_H */
169 
170 /* Define to 1 if the linker supports weak symbols. */
171 #define HAVE_WEAK_SYMBOLS 1
172 
173 /* Define to 1 if `fork' works. */
174 #define HAVE_WORKING_FORK 1
175 
176 /* Define to 1 if `vfork' works. */
177 #define HAVE_WORKING_VFORK 1
178 
179 /* Define to 1 if the system has the type `_Bool'. */
180 /* #undef HAVE__BOOL */
181 
182 /* Define to the sub-directory where libtool stores uninstalled libraries. */
183 #define LT_OBJDIR ".libs/"
184 
185 /* Define to "override" if the compiler supports C++11 "override" */
186 #define OVERRIDE override
187 
188 /* Name of package */
189 #define PACKAGE "proxygen"
190 
191 /* Define to the address where bug reports for this package should be sent. */
192 #define PACKAGE_BUGREPORT ""
193 
194 /* Define to the full name of this package. */
195 #define PACKAGE_NAME "proxygen"
196 
197 /* Define to the full name and version of this package. */
198 #define PACKAGE_STRING "proxygen 32.0"
199 
200 /* Define to the one symbol short name of this package. */
201 #define PACKAGE_TARNAME "proxygen"
202 
203 /* Define to the home page for this package. */
204 #define PACKAGE_URL ""
205 
206 /* Define to the version of this package. */
207 #define PACKAGE_VERSION "32.0"
208 
209 /* Define to 1 if you have the ANSI C header files. */
210 #define STDC_HEADERS 1
211 
212 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
213 #define TIME_WITH_SYS_TIME 1
214 
215 /* Define to 1 if we're using libc++. */
216 /* #undef USE_LIBCPP */
217 
218 /* Version number of package */
219 #define VERSION "32.0"
220 
221 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
222  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
223  #define below would cause a syntax error. */
224 /* #undef _UINT32_T */
225 
226 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
227  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
228  #define below would cause a syntax error. */
229 /* #undef _UINT64_T */
230 
231 /* Define to empty if `const' does not conform to ANSI C. */
232 /* #undef const */
233 
234 /* Define to `__inline__' or `__inline' if that's what the C compiler
235  calls it, or to nothing if 'inline' is not supported under any name. */
236 #ifndef __cplusplus
237 /* #undef inline */
238 #endif
239 
240 /* Define to the type of a signed integer type of width exactly 32 bits if
241  such a type exists and the standard includes do not define it. */
242 /* #undef int32_t */
243 
244 /* Define to the type of a signed integer type of width exactly 64 bits if
245  such a type exists and the standard includes do not define it. */
246 /* #undef int64_t */
247 
248 /* Define to `int' if <sys/types.h> does not define. */
249 /* #undef mode_t */
250 
251 /* Define to `int' if <sys/types.h> does not define. */
252 /* #undef pid_t */
253 
254 /* Define to `unsigned int' if <sys/types.h> does not define. */
255 /* #undef size_t */
256 
257 /* Define to `int' if <sys/types.h> does not define. */
258 /* #undef ssize_t */
259 
260 /* Define to the type of an unsigned integer type of width exactly 16 bits if
261  such a type exists and the standard includes do not define it. */
262 /* #undef uint16_t */
263 
264 /* Define to the type of an unsigned integer type of width exactly 32 bits if
265  such a type exists and the standard includes do not define it. */
266 /* #undef uint32_t */
267 
268 /* Define to the type of an unsigned integer type of width exactly 64 bits if
269  such a type exists and the standard includes do not define it. */
270 /* #undef uint64_t */
271 
272 /* Define as `fork' if `vfork' does not work. */
273 /* #undef vfork */
274 
275 /* Define to empty if the keyword `volatile' does not work. Warning: valid
276  code using `volatile' can become incorrect without. Disable with care. */
277 /* #undef volatile */