File: config.h.in

package info (click to toggle)
openvswitch 3.6.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 99,612 kB
  • sloc: sh: 1,683,183; ansic: 313,349; python: 28,192; xml: 21,442; makefile: 548; javascript: 191
file content (492 lines) | stat: -rw-r--r-- 14,735 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Autovalidator for actions is a default implementation. */
#undef ACTIONS_AUTOVALIDATOR_DEFAULT

/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

/* If the C compiler is GCC 4.7 or later, define to the return value of
   __atomic_always_lock_free(1, 0). If the C compiler is not GCC or is an
   older version of GCC, the value does not matter. */
#undef ATOMIC_ALWAYS_LOCK_FREE_1B

/* If the C compiler is GCC 4.7 or later, define to the return value of
   __atomic_always_lock_free(2, 0). If the C compiler is not GCC or is an
   older version of GCC, the value does not matter. */
#undef ATOMIC_ALWAYS_LOCK_FREE_2B

/* If the C compiler is GCC 4.7 or later, define to the return value of
   __atomic_always_lock_free(4, 0). If the C compiler is not GCC or is an
   older version of GCC, the value does not matter. */
#undef ATOMIC_ALWAYS_LOCK_FREE_4B

/* If the C compiler is GCC 4.7 or later, define to the return value of
   __atomic_always_lock_free(8, 0). If the C compiler is not GCC or is an
   older version of GCC, the value does not matter. */
#undef ATOMIC_ALWAYS_LOCK_FREE_8B

/* Autovalidator for the userspace datapath classifier is a default
   implementation. */
#undef DPCLS_AUTOVALIDATOR_DEFAULT

/* If MAP_HUGE_SHIFT is defined, anonymous memory mapping is supported by the
   kernel, and --in-memory can be used. */
#undef DPDK_IN_MEMORY_SUPPORTED

/* System uses the DPDK module. */
#undef DPDK_NETDEV

/* DPIF AVX512 is a default implementation of the userspace datapath
   interface. */
#undef DPIF_AVX512_DEFAULT

/* Define to 1 if AF_XDP support is available and enabled. */
#undef HAVE_AF_XDP

/* Define to 1 if you have the <atomic> header file. */
#undef HAVE_ATOMIC

/* Define to 1 if compiler supports the '-mavx512bw' option. */
#undef HAVE_AVX512BW

/* Define to 1 if compiler supports the '-mavx512f' option. */
#undef HAVE_AVX512F

/* Define to 1 if compiler supports the '-mavx512vbmi' option. */
#undef HAVE_AVX512VBMI

/* Define to 1 if compiler supports the '-mavx512vl' option. */
#undef HAVE_AVX512VL

/* Define to 1 if the build system implements the vpopcntdq instruction. */
#undef HAVE_AVX512VPOPCNTDQ

/* Define to 1 if you have backtrace(3). */
#undef HAVE_BACKTRACE

/* Define to 1 if you have the <bits/floatn-common.h> header file. */
#undef HAVE_BITS_FLOATN_COMMON_H

/* Define to 1 if you have the 'bpf_xdp_detach' function. */
#undef HAVE_BPF_XDP_DETACH

/* Define to 1 if you have the 'bpf_xdp_query_id' function. */
#undef HAVE_BPF_XDP_QUERY_ID

/* Define to 1 if you have the 'clock_gettime' function. */
#undef HAVE_CLOCK_GETTIME

/* define if the compiler supports basic C++11 syntax */
#undef HAVE_CXX11

/* Define to 1 if you have the declaration of 'malloc_trim', and to 0 if you
   don't. */
#undef HAVE_DECL_MALLOC_TRIM

/* Define to 1 if you have the declaration of 'RTE_EAL_NUMA_AWARE_HUGEPAGES',
   and to 0 if you don't. */
#undef HAVE_DECL_RTE_EAL_NUMA_AWARE_HUGEPAGES

/* Define to 1 if you have the declaration of 'RTE_LIBRTE_VHOST_NUMA', and to
   0 if you don't. */
#undef HAVE_DECL_RTE_LIBRTE_VHOST_NUMA

/* Define to 1 if you have the declaration of 'strerror_r', and to 0 if you
   don't. */
#undef HAVE_DECL_STRERROR_R

/* Define to 1 if you have the declaration of 'sys_siglist', and to 0 if you
   don't. */
#undef HAVE_DECL_SYS_SIGLIST

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if the C compiler and linker supports the GCC 4.0+ atomic
   built-ins. */
#undef HAVE_GCC4_ATOMICS

/* Define to 1 if gcc implements the vpermd instruction. */
#undef HAVE_GCC_AVX512VL_GOOD

/* Define to 1 if you have the 'getloadavg' function. */
#undef HAVE_GETLOADAVG

/* Define to 1 if you have the 'getmntent_r' function. */
#undef HAVE_GETMNTENT_R

/* Define to 1 if pthread_setname_np() is available and takes 2 parameters
   (like glibc). */
#undef HAVE_GLIBC_PTHREAD_SETNAME_NP

/* Define to 1 if net/if_dl.h is available. */
#undef HAVE_IF_DL

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if binutils correctly supports AVX512. */
#undef HAVE_LD_AVX512_GOOD

/* Define to 1 if libcap-ng is available. */
#undef HAVE_LIBCAPNG

/* Define to 1 if you have the 'socket' library (-lsocket). */
#undef HAVE_LIBSOCKET

/* Define to 1 if you have the <libunwind.h> header file. */
#undef HAVE_LIBUNWIND_H

/* xsk.h is supplied with libxdp */
#undef HAVE_LIBXDP

/* Define to 1 if you have the <linux/if_ether.h> header file. */
#undef HAVE_LINUX_IF_ETHER_H

/* Define to 1 if you have the <linux/net_namespace.h> header file. */
#undef HAVE_LINUX_NET_NAMESPACE_H

/* Define to 1 if you have the <linux/perf_event.h> header file. */
#undef HAVE_LINUX_PERF_EVENT_H

/* Define to 1 if you have the <linux/types.h> header file. */
#undef HAVE_LINUX_TYPES_H

/* Define to 1 if you have the <minix/config.h> header file. */
#undef HAVE_MINIX_CONFIG_H

/* Define to 1 if you have the 'mlockall' function. */
#undef HAVE_MLOCKALL

/* Define to 1 if you have the <mntent.h> header file. */
#undef HAVE_MNTENT_H

/* Define to 1 if pthread_setname_np() is available and takes 3 parameters
   (like NetBSD). */
#undef HAVE_NETBSD_PTHREAD_SETNAME_NP

/* Define to 1 if Netlink protocol is available. */
#undef HAVE_NETLINK

/* Define to 1 if you have the <net/if_mib.h> header file. */
#undef HAVE_NET_IF_MIB_H

/* Define to 1 if struct nla_bitfield32 is available. */
#undef HAVE_NLA_BITFIELD32

/* Define to 1 if OpenSSL is installed. */
#undef HAVE_OPENSSL

/* Define to 1 if `posix_memalign' works. */
#undef HAVE_POSIX_MEMALIGN

/* Define if compiler supports #pragma message directive */
#undef HAVE_PRAGMA_MESSAGE

/* Define to 1 if you have the 'pthread_set_name_np' function. */
#undef HAVE_PTHREAD_SET_NAME_NP

/* Define to 1 if you have the 'pthread_spin_lock' function. */
#undef HAVE_PTHREAD_SPIN_LOCK

/* Define to 1 if you have the <rte_config.h> header file. */
#undef HAVE_RTE_CONFIG_H

/* Define to 1 if SCTP_CONNTRACK_HEARTBEAT_SENT is available. */
#undef HAVE_SCTP_CONNTRACK_HEARTBEATS

/* Define to 1 if you have the 'sendmmsg' function. */
#undef HAVE_SENDMMSG

/* Define to 1 if you have the 'sigdescr_np' function. */
#undef HAVE_SIGDESCR_NP

/* Define to 1 if you have the 'statvfs' function. */
#undef HAVE_STATVFS

/* Define to 1 if you have the <stdatomic.h> header file. */
#undef HAVE_STDATOMIC_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define if you have 'strerror_r'. */
#undef HAVE_STRERROR_R

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the 'strnlen' function. */
#undef HAVE_STRNLEN

/* Define if strtok_r macro segfaults on some inputs */
#undef HAVE_STRTOK_R_BUG

/* Define to 1 if 'ifr_flagshigh' is a member of 'struct ifreq'. */
#undef HAVE_STRUCT_IFREQ_IFR_FLAGSHIGH

/* Define to 1 if 'msg_len' is a member of 'struct mmsghdr'. */
#undef HAVE_STRUCT_MMSGHDR_MSG_LEN

/* Define to 1 if 'sin6_scope_id' is a member of 'struct sockaddr_in6'. */
#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID

/* Define to 1 if 'st_mtimensec' is a member of 'struct stat'. */
#undef HAVE_STRUCT_STAT_ST_MTIMENSEC

/* Define to 1 if 'st_mtim.tv_nsec' is a member of 'struct stat'. */
#undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC

/* Define to 1 if 'firstuse' is a member of 'struct tcf_t'. */
#undef HAVE_STRUCT_TCF_T_FIRSTUSE

/* Define to 1 if the system has the type 'struct timespec'. */
#undef HAVE_STRUCT_TIMESPEC

/* Define to 1 if you have the <sys/statvfs.h> header file. */
#undef HAVE_SYS_STATVFS_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if TCA_FLOWER_KEY_ENC_FLAGS_MASK is available. */
#undef HAVE_TCA_FLOWER_KEY_ENC_FLAGS_MASK

/* Define to 1 if TCA_HTB_RATE64 is available. */
#undef HAVE_TCA_HTB_RATE64

/* Define to 1 if HAVE_TCA_MPLS_TTL is available. */
#undef HAVE_TCA_MPLS_TTL

/* Define to 1 if TCA_PEDIT_KEY_EX_HDR_TYPE_UDP is available. */
#undef HAVE_TCA_PEDIT_KEY_EX_HDR_TYPE_UDP

/* Define to 1 if TCA_POLICE_PKTRATE64 is available. */
#undef HAVE_TCA_POLICE_PKTRATE64

/* Define to 1 if TCA_SKBEDIT_FLAGS is available. */
#undef HAVE_TCA_SKBEDIT_FLAGS

/* Define to 1 if TCA_STATS_PKT64 is available. */
#undef HAVE_TCA_STATS_PKT64

/* Define to 1 if TCA_TUNNEL_KEY_ENC_TTL is available. */
#undef HAVE_TCA_TUNNEL_KEY_ENC_TTL

/* Define to 1 if TCA_TUNNEL_KEY_NO_FRAG is available. */
#undef HAVE_TCA_TUNNEL_KEY_NO_FRAG

/* Define to 1 if TCA_VLAN_PUSH_VLAN_PRIORITY is available. */
#undef HAVE_TCA_VLAN_PUSH_VLAN_PRIORITY

/* Define to 1 if the C compiler and linker supports the C11 thread_local
   matcro defined in <threads.h>. */
#undef HAVE_THREAD_LOCAL

/* Define to 1 if unbound is detected. */
#undef HAVE_UNBOUND

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if unwind is detected. */
#undef HAVE_UNWIND

/* Define to 1 if USDT probes are enabled. */
#undef HAVE_USDT_PROBES

/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
#undef HAVE_VALGRIND_VALGRIND_H

/* Define to 1 if __virtio16 is available. */
#undef HAVE_VIRTIO_TYPES

/* Define to 1 if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H

/* Define to 1 if the C compiler and linker supports the GCC __thread
   extenions. */
#undef HAVE___THREAD

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR

/* Autovalidator for miniflow_extract is a default implementation. */
#undef MFEX_AUTOVALIDATOR_DEFAULT

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Define to 1 if all of the C89 standard headers exist (not just the ones
   required in a freestanding environment). This macro is provided for
   backward compatibility; new code need not use it. */
#undef STDC_HEADERS

/* Define to 1 if strerror_r returns char *. */
#undef STRERROR_R_CHAR_P

/* Enable extensions on AIX, Interix, z/OS.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable general extensions on macOS.  */
#ifndef _DARWIN_C_SOURCE
# undef _DARWIN_C_SOURCE
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable X/Open compliant socket functions that do not require linking
   with -lxnet on HP-UX 11.11.  */
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
# undef _HPUX_ALT_XOPEN_SOCKET_API
#endif
/* Identify the host operating system as Minix.
   This macro does not affect the system headers' behavior.
   A future release of Autoconf may stop defining this macro.  */
#ifndef _MINIX
# undef _MINIX
#endif
/* Enable general extensions on NetBSD.
   Enable NetBSD compatibility extensions on Minix.  */
#ifndef _NETBSD_SOURCE
# undef _NETBSD_SOURCE
#endif
/* Enable OpenBSD compatibility extensions on NetBSD.
   Oddly enough, this does nothing on OpenBSD.  */
#ifndef _OPENBSD_SOURCE
# undef _OPENBSD_SOURCE
#endif
/* Define to 1 if needed for POSIX-compatible behavior.  */
#ifndef _POSIX_SOURCE
# undef _POSIX_SOURCE
#endif
/* Define to 2 if needed for POSIX-compatible behavior.  */
#ifndef _POSIX_1_SOURCE
# undef _POSIX_1_SOURCE
#endif
/* Enable POSIX-compatible threading on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
# undef __STDC_WANT_IEC_60559_BFP_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
# undef __STDC_WANT_IEC_60559_DFP_EXT__
#endif
/* Enable extensions specified by C23 Annex F.  */
#ifndef __STDC_WANT_IEC_60559_EXT__
# undef __STDC_WANT_IEC_60559_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
#endif
/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015.  */
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
# undef __STDC_WANT_IEC_60559_TYPES_EXT__
#endif
/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
#ifndef __STDC_WANT_LIB_EXT2__
# undef __STDC_WANT_LIB_EXT2__
#endif
/* Enable extensions specified by ISO/IEC 24747:2009.  */
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
# undef __STDC_WANT_MATH_SPEC_FUNCS__
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable X/Open extensions.  Define to 500 only if necessary
   to make mbstate_t available.  */
#ifndef _XOPEN_SOURCE
# undef _XOPEN_SOURCE
#endif


/* Version number of package */
#undef VERSION

/* Package version suffix */
#undef VERSION_SUFFIX

/* NUMA Aware vHost support detected in DPDK. */
#undef VHOST_NUMA

/* System uses the Visual Studio build target. */
#undef VSTUDIO_DDK

/* Define to 1 if building on WIN32. */
#undef WIN32

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Define to 1 on platforms where this makes off_t a 64-bit type. */
#undef _LARGE_FILES

/* Number of bits in time_t, on hosts where this is settable. */
#undef _TIME_BITS

/* Define to 1 on platforms where this makes time_t a 64-bit type. */
#undef __MINGW_USE_VC2005_COMPAT

#ifdef WIN32
#include "include/windows/windefs.h"
#endif