1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you have the <ansidecl.h> header file. */
4#undef HAVE_ANSIDECL_H
5
6/* Define to 1 if you have the `asctime' function. */
7#undef HAVE_ASCTIME
8
9/* Define to 1 if you have the `clock_gettime' function. */
10#undef HAVE_CLOCK_GETTIME
11
12/* Define to 1 if you have the <dlfcn.h> header file. */
13#undef HAVE_DLFCN_H
14
15/* Define if fabs is there */
16#undef HAVE_FABS
17
18/* Define to 1 if you have the <float.h> header file. */
19#undef HAVE_FLOAT_H
20
21/* Define if floor is there */
22#undef HAVE_FLOOR
23
24/* Define to 1 if you have the `fprintf' function. */
25#undef HAVE_FPRINTF
26
27/* Define to 1 if you have the <fp_class.h> header file. */
28#undef HAVE_FP_CLASS_H
29
30/* Define to 1 if you have the `ftime' function. */
31#undef HAVE_FTIME
32
33/* Define if gcrypt library is available. */
34#undef HAVE_GCRYPT
35
36/* Define to 1 if you have the `gettimeofday' function. */
37#undef HAVE_GETTIMEOFDAY
38
39/* Define to 1 if you have the `gmtime' function. */
40#undef HAVE_GMTIME
41
42/* Define to 1 if you have the `gmtime_r' function. */
43#undef HAVE_GMTIME_R
44
45/* Define to 1 if you have the <ieeefp.h> header file. */
46#undef HAVE_IEEEFP_H
47
48/* Define to 1 if you have the <inttypes.h> header file. */
49#undef HAVE_INTTYPES_H
50
51/* Define if pthread library is there (-lpthread) */
52#undef HAVE_LIBPTHREAD
53
54/* Define to 1 if you have the <locale.h> header file. */
55#undef HAVE_LOCALE_H
56
57/* Define to 1 if you have the `localtime' function. */
58#undef HAVE_LOCALTIME
59
60/* Define to 1 if you have the `localtime_r' function. */
61#undef HAVE_LOCALTIME_R
62
63/* Define to 1 if you have the <math.h> header file. */
64#undef HAVE_MATH_H
65
66/* Define to 1 if you have the <memory.h> header file. */
67#undef HAVE_MEMORY_H
68
69/* Define to 1 if you have the `mktime' function. */
70#undef HAVE_MKTIME
71
72/* Define to 1 if you have the <nan.h> header file. */
73#undef HAVE_NAN_H
74
75/* Define if pow is there */
76#undef HAVE_POW
77
78/* Define to 1 if you have the `printf' function. */
79#undef HAVE_PRINTF
80
81/* Define if <pthread.h> is there */
82#undef HAVE_PTHREAD_H
83
84/* Define to 1 if you have the `snprintf' function. */
85#undef HAVE_SNPRINTF
86
87/* Define to 1 if you have the `sprintf' function. */
88#undef HAVE_SPRINTF
89
90/* Define to 1 if you have the `sscanf' function. */
91#undef HAVE_SSCANF
92
93/* Define to 1 if you have the `stat' function. */
94#undef HAVE_STAT
95
96/* Define to 1 if you have the <stdarg.h> header file. */
97#undef HAVE_STDARG_H
98
99/* Define to 1 if you have the <stdint.h> header file. */
100#undef HAVE_STDINT_H
101
102/* Define to 1 if you have the <stdlib.h> header file. */
103#undef HAVE_STDLIB_H
104
105/* Define to 1 if you have the <strings.h> header file. */
106#undef HAVE_STRINGS_H
107
108/* Define to 1 if you have the <string.h> header file. */
109#undef HAVE_STRING_H
110
111/* Define to 1 if you have the <sys/select.h> header file. */
112#undef HAVE_SYS_SELECT_H
113
114/* Define to 1 if you have the <sys/stat.h> header file. */
115#undef HAVE_SYS_STAT_H
116
117/* Define to 1 if you have the <sys/timeb.h> header file. */
118#undef HAVE_SYS_TIMEB_H
119
120/* Define to 1 if you have the <sys/time.h> header file. */
121#undef HAVE_SYS_TIME_H
122
123/* Define to 1 if you have the <sys/types.h> header file. */
124#undef HAVE_SYS_TYPES_H
125
126/* Define to 1 if you have the `time' function. */
127#undef HAVE_TIME
128
129/* Define to 1 if you have the <time.h> header file. */
130#undef HAVE_TIME_H
131
132/* Define to 1 if you have the <unistd.h> header file. */
133#undef HAVE_UNISTD_H
134
135/* Define to 1 if you have the `vfprintf' function. */
136#undef HAVE_VFPRINTF
137
138/* Define to 1 if you have the `vsnprintf' function. */
139#undef HAVE_VSNPRINTF
140
141/* Define to 1 if you have the `vsprintf' function. */
142#undef HAVE_VSPRINTF
143
144/* Define to 1 if you have the <xlocale.h> header file. */
145#undef HAVE_XLOCALE_H
146
147/* Define to 1 if you have the `_stat' function. */
148#undef HAVE__STAT
149
150/* Define to the sub-directory in which libtool stores uninstalled libraries.
151   */
152#undef LT_OBJDIR
153
154/* Name of package */
155#undef PACKAGE
156
157/* Define to the address where bug reports for this package should be sent. */
158#undef PACKAGE_BUGREPORT
159
160/* Define to the full name of this package. */
161#undef PACKAGE_NAME
162
163/* Define to the full name and version of this package. */
164#undef PACKAGE_STRING
165
166/* Define to the one symbol short name of this package. */
167#undef PACKAGE_TARNAME
168
169/* Define to the home page for this package. */
170#undef PACKAGE_URL
171
172/* Define to the version of this package. */
173#undef PACKAGE_VERSION
174
175/* Define to 1 if you have the ANSI C header files. */
176#undef STDC_HEADERS
177
178/* Enable extensions on AIX 3, Interix.  */
179#ifndef _ALL_SOURCE
180# undef _ALL_SOURCE
181#endif
182/* Enable GNU extensions on systems that have them.  */
183#ifndef _GNU_SOURCE
184# undef _GNU_SOURCE
185#endif
186/* Enable threading extensions on Solaris.  */
187#ifndef _POSIX_PTHREAD_SEMANTICS
188# undef _POSIX_PTHREAD_SEMANTICS
189#endif
190/* Enable extensions on HP NonStop.  */
191#ifndef _TANDEM_SOURCE
192# undef _TANDEM_SOURCE
193#endif
194/* Enable general extensions on Solaris.  */
195#ifndef __EXTENSIONS__
196# undef __EXTENSIONS__
197#endif
198
199
200/* Version number of package */
201#undef VERSION
202
203/* Define if debugging support is enabled */
204#undef WITH_DEBUGGER
205
206/* Define to 1 if on MINIX. */
207#undef _MINIX
208
209/* Define to 2 if the system does not provide POSIX.1 features except with
210   this defined. */
211#undef _POSIX_1_SOURCE
212
213/* Define to 1 if you need to in order for `stat' and other things to work. */
214#undef _POSIX_SOURCE
215
216/* Using the Win32 Socket implementation */
217#undef _WINSOCKAPI_
218
219/* Win32 Std C name mangling work-around */
220#undef snprintf
221
222/* Win32 Std C name mangling work-around */
223#undef vsnprintf
224