1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the declaration of `__NR_memfd_create', and to 0 if
4   you don't. */
5#undef HAVE_DECL___NR_MEMFD_CREATE
6
7/* Define to 1 if you have the <dlfcn.h> header file. */
8#undef HAVE_DLFCN_H
9
10/* Use futexes */
11#undef HAVE_FUTEX
12
13/* Define to 1 if you have the <inttypes.h> header file. */
14#undef HAVE_INTTYPES_H
15
16/* Define to 1 if you have the `memfd_create' function. */
17#undef HAVE_MEMFD_CREATE
18
19/* Has sys/memfd.h header */
20#undef HAVE_MEMFD_H
21
22/* Define to 1 if you have the <memory.h> header file. */
23#undef HAVE_MEMORY_H
24
25/* Use mkostemp(3) */
26#undef HAVE_MKOSTEMP
27
28/* Use pthread primitives */
29#undef HAVE_PTHREAD
30
31/* Define to 1 if you have the <stdint.h> header file. */
32#undef HAVE_STDINT_H
33
34/* Define to 1 if you have the <stdlib.h> header file. */
35#undef HAVE_STDLIB_H
36
37/* Define to 1 if you have the <strings.h> header file. */
38#undef HAVE_STRINGS_H
39
40/* Define to 1 if you have the <string.h> header file. */
41#undef HAVE_STRING_H
42
43/* Define to 1 if you have the <sys/memfd.h> header file. */
44#undef HAVE_SYS_MEMFD_H
45
46/* Define to 1 if you have the <sys/stat.h> header file. */
47#undef HAVE_SYS_STAT_H
48
49/* Define to 1 if you have the <sys/types.h> header file. */
50#undef HAVE_SYS_TYPES_H
51
52/* Use umtx */
53#undef HAVE_UMTX
54
55/* Define to 1 if you have the <unistd.h> header file. */
56#undef HAVE_UNISTD_H
57
58/* Define to the sub-directory where libtool stores uninstalled libraries. */
59#undef LT_OBJDIR
60
61/* Name of package */
62#undef PACKAGE
63
64/* Define to the address where bug reports for this package should be sent. */
65#undef PACKAGE_BUGREPORT
66
67/* Define to the full name of this package. */
68#undef PACKAGE_NAME
69
70/* Define to the full name and version of this package. */
71#undef PACKAGE_STRING
72
73/* Define to the one symbol short name of this package. */
74#undef PACKAGE_TARNAME
75
76/* Define to the home page for this package. */
77#undef PACKAGE_URL
78
79/* Define to the version of this package. */
80#undef PACKAGE_VERSION
81
82/* Major version of this package */
83#undef PACKAGE_VERSION_MAJOR
84
85/* Minor version of this package */
86#undef PACKAGE_VERSION_MINOR
87
88/* Patch version of this package */
89#undef PACKAGE_VERSION_PATCHLEVEL
90
91/* Directory for shared memory temp files */
92#undef SHMDIR
93
94/* Define to 1 if you have the ANSI C header files. */
95#undef STDC_HEADERS
96
97/* Enable extensions on AIX 3, Interix.  */
98#ifndef _ALL_SOURCE
99# undef _ALL_SOURCE
100#endif
101/* Enable GNU extensions on systems that have them.  */
102#ifndef _GNU_SOURCE
103# undef _GNU_SOURCE
104#endif
105/* Enable threading extensions on Solaris.  */
106#ifndef _POSIX_PTHREAD_SEMANTICS
107# undef _POSIX_PTHREAD_SEMANTICS
108#endif
109/* Enable extensions on HP NonStop.  */
110#ifndef _TANDEM_SOURCE
111# undef _TANDEM_SOURCE
112#endif
113/* Enable general extensions on Solaris.  */
114#ifndef __EXTENSIONS__
115# undef __EXTENSIONS__
116#endif
117
118
119/* Version number of package */
120#undef VERSION
121
122/* Define to 1 if on MINIX. */
123#undef _MINIX
124
125/* Define to 2 if the system does not provide POSIX.1 features except with
126   this defined. */
127#undef _POSIX_1_SOURCE
128
129/* Define to 1 if you need to in order for `stat' and other things to work. */
130#undef _POSIX_SOURCE
131