1/* config/config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <asm/types.h> header file. */
4#undef HAVE_ASM_TYPES_H
5
6/* Define to 1 if you have the <endian.h> header file. */
7#undef HAVE_ENDIAN_H
8
9/* Define to 1 if you have the <errno.h> header file. */
10#undef HAVE_ERRNO_H
11
12/* Define to 1 if you have the <fcntl.h> header file. */
13#undef HAVE_FCNTL_H
14
15/* Define to 1 if you have the `fopen' function. */
16#undef HAVE_FOPEN
17
18/* Define to 1 if you have the `fread' function. */
19#undef HAVE_FREAD
20
21/* Define to 1 if you have the `free' function. */
22#undef HAVE_FREE
23
24/* Define to 1 if the system has the type `int16_t'. */
25#undef HAVE_INT16_T
26
27/* Define to 1 if the system has the type `int32_t'. */
28#undef HAVE_INT32_T
29
30/* Define to 1 if the system has the type `int64_t'. */
31#undef HAVE_INT64_T
32
33/* Define to 1 if the system has the type `int8_t'. */
34#undef HAVE_INT8_T
35
36/* Define to 1 if you have the <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
39/* Define to 1 if you have the <linux/version.h> header file. */
40#undef HAVE_LINUX_VERSION_H
41
42/* Define to 1 if you have the <machine/types.h> header file. */
43#undef HAVE_MACHINE_TYPES_H
44
45/* Define to 1 if you have the `malloc' function. */
46#undef HAVE_MALLOC
47
48/* Define to 1 if you have the `memcpy' function. */
49#undef HAVE_MEMCPY
50
51/* Define to 1 if you have the <memory.h> header file. */
52#undef HAVE_MEMORY_H
53
54/* Define to 1 if you have the `memset' function. */
55#undef HAVE_MEMSET
56
57/* Define to 1 if you have the `nanosleep' function. */
58#undef HAVE_NANOSLEEP
59
60/* Define to 1 if you have the `pthread_attr_init' function. */
61#undef HAVE_PTHREAD_ATTR_INIT
62
63/* Define to 1 if you have the `pthread_attr_setdetachstate' function. */
64#undef HAVE_PTHREAD_ATTR_SETDETACHSTATE
65
66/* Define to 1 if you have the `pthread_create' function. */
67#undef HAVE_PTHREAD_CREATE
68
69/* Define to 1 if you have the <pthread.h> header file. */
70#undef HAVE_PTHREAD_H
71
72/* Define to 1 if you have the `pthread_mutex_destroy' function. */
73#undef HAVE_PTHREAD_MUTEX_DESTROY
74
75/* Define to 1 if you have the `pthread_mutex_init' function. */
76#undef HAVE_PTHREAD_MUTEX_INIT
77
78/* Define to 1 if you have the `pthread_mutex_lock' function. */
79#undef HAVE_PTHREAD_MUTEX_LOCK
80
81/* Define to 1 if you have the `pthread_mutex_unlock' function. */
82#undef HAVE_PTHREAD_MUTEX_UNLOCK
83
84/* Define to 1 if you have the <semaphore.h> header file. */
85#undef HAVE_SEMAPHORE_H
86
87/* Define to 1 if you have the `sem_destroy' function. */
88#undef HAVE_SEM_DESTROY
89
90/* Define to 1 if you have the `sem_init' function. */
91#undef HAVE_SEM_INIT
92
93/* Define to 1 if you have the `sem_open' function. */
94#undef HAVE_SEM_OPEN
95
96/* Define to 1 if you have the `sem_post' function. */
97#undef HAVE_SEM_POST
98
99/* Define to 1 if you have the `sem_trywait' function. */
100#undef HAVE_SEM_TRYWAIT
101
102/* Define to 1 if you have the `sem_unlink' function. */
103#undef HAVE_SEM_UNLINK
104
105/* Define to 1 if you have the `sem_wait' function. */
106#undef HAVE_SEM_WAIT
107
108/* Define to 1 if you have the <stdarg.h> header file. */
109#undef HAVE_STDARG_H
110
111/* Define to 1 if you have the <stdint.h> header file. */
112#undef HAVE_STDINT_H
113
114/* Define to 1 if you have the <stdio.h> header file. */
115#undef HAVE_STDIO_H
116
117/* Define to 1 if you have the <stdlib.h> header file. */
118#undef HAVE_STDLIB_H
119
120/* Define to 1 if you have the <strings.h> header file. */
121#undef HAVE_STRINGS_H
122
123/* Define to 1 if you have the <string.h> header file. */
124#undef HAVE_STRING_H
125
126/* Define to 1 if you have the <sys/inttypes.h> header file. */
127#undef HAVE_SYS_INTTYPES_H
128
129/* Define to 1 if you have the <sys/stat.h> header file. */
130#undef HAVE_SYS_STAT_H
131
132/* Define to 1 if you have the <sys/time.h> header file. */
133#undef HAVE_SYS_TIME_H
134
135/* Define to 1 if you have the <sys/types.h> header file. */
136#undef HAVE_SYS_TYPES_H
137
138/* Define to 1 if the system has the type `uint16_t'. */
139#undef HAVE_UINT16_T
140
141/* Define to 1 if the system has the type `uint32_t'. */
142#undef HAVE_UINT32_T
143
144/* Define to 1 if the system has the type `uint64_t'. */
145#undef HAVE_UINT64_T
146
147/* Define to 1 if the system has the type `uint8_t'. */
148#undef HAVE_UINT8_T
149
150/* Define to 1 if you have the <unistd.h> header file. */
151#undef HAVE_UNISTD_H
152
153/* Define to 1 if you have the `usleep' function. */
154#undef HAVE_USLEEP
155
156/* Define inline construction for your platform */
157#undef INLINE
158
159/* Name of package */
160#undef PACKAGE
161
162/* Define to the address where bug reports for this package should be sent. */
163#undef PACKAGE_BUGREPORT
164
165/* Define to the full name of this package. */
166#undef PACKAGE_NAME
167
168/* Define to the full name and version of this package. */
169#undef PACKAGE_STRING
170
171/* Define to the one symbol short name of this package. */
172#undef PACKAGE_TARNAME
173
174/* Define to the home page for this package. */
175#undef PACKAGE_URL
176
177/* Define to the version of this package. */
178#undef PACKAGE_VERSION
179
180/* Define pragma pack(pop) for your platform */
181#undef PRAGMA_PACK_POP
182
183/* Define pragma pack(push) for your platform */
184#undef PRAGMA_PACK_PUSH
185
186/* Define to 1 if you have the ANSI C header files. */
187#undef STDC_HEADERS
188
189/* Version number of package */
190#undef VERSION
191
192/* Define to empty if `const' does not conform to ANSI C. */
193#undef const
194