1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Disable boost's evil autolink. */
4#undef BOOST_ALL_NO_LIB
5
6/* Defined if the requested minimum BOOST version is satisfied */
7#undef HAVE_BOOST
8
9/* Defined if the Boost date_time library is available */
10#undef HAVE_BOOST_DATE_TIME
11
12/* Define to 1 if you have <boost/date_time/posix_time/posix_time.hpp> */
13#undef HAVE_BOOST_DATE_TIME_POSIX_TIME_POSIX_TIME_HPP
14
15/* Defined if the Boost filesystem library is available */
16#undef HAVE_BOOST_FILESYSTEM
17
18/* Define to 1 if you have <boost/filesystem/path.hpp> */
19#undef HAVE_BOOST_FILESYSTEM_PATH_HPP
20
21/* Defined if the Boost iostreams library is available */
22#undef HAVE_BOOST_IOSTREAMS
23
24/* Define to 1 if you have <boost/iostreams/device/file_descriptor.hpp> */
25#undef HAVE_BOOST_IOSTREAMS_DEVICE_FILE_DESCRIPTOR_HPP
26
27/* Defined if the Boost program_options library is available */
28#undef HAVE_BOOST_PROGRAM_OPTIONS
29
30/* Define to 1 if you have <boost/program_options.hpp> */
31#undef HAVE_BOOST_PROGRAM_OPTIONS_HPP
32
33/* Defined if the Boost system library is available */
34#undef HAVE_BOOST_SYSTEM
35
36/* Define to 1 if you have <boost/system/error_code.hpp> */
37#undef HAVE_BOOST_SYSTEM_ERROR_CODE_HPP
38
39/* define if the compiler supports basic C++11 syntax */
40#undef HAVE_CXX11
41
42/* Define to 1 if you have the <dlfcn.h> header file. */
43#undef HAVE_DLFCN_H
44
45/* Define to 1 if you have the `gettimeofday' function. */
46#undef HAVE_GETTIMEOFDAY
47
48/* Define to 1 if you have the <inttypes.h> header file. */
49#undef HAVE_INTTYPES_H
50
51/* Define to 1 if you have the <memory.h> header file. */
52#undef HAVE_MEMORY_H
53
54/* Define to 1 if stdbool.h conforms to C99. */
55#undef HAVE_STDBOOL_H
56
57/* Define to 1 if you have the <stdint.h> header file. */
58#undef HAVE_STDINT_H
59
60/* Define to 1 if you have the <stdlib.h> header file. */
61#undef HAVE_STDLIB_H
62
63/* Define to 1 if you have the <strings.h> header file. */
64#undef HAVE_STRINGS_H
65
66/* Define to 1 if you have the <string.h> header file. */
67#undef HAVE_STRING_H
68
69/* Define to 1 if you have the <sys/stat.h> header file. */
70#undef HAVE_SYS_STAT_H
71
72/* Define to 1 if you have the <sys/time.h> header file. */
73#undef HAVE_SYS_TIME_H
74
75/* Define to 1 if you have the <sys/types.h> header file. */
76#undef HAVE_SYS_TYPES_H
77
78/* Define to 1 if you have the <unistd.h> header file. */
79#undef HAVE_UNISTD_H
80
81/* Define to 1 if the system has the type `_Bool'. */
82#undef HAVE__BOOL
83
84/* Define to the sub-directory where libtool stores uninstalled libraries. */
85#undef LT_OBJDIR
86
87/* Disable debugging information */
88#undef NDEBUG
89
90/* Name of package */
91#undef PACKAGE
92
93/* Define to the address where bug reports for this package should be sent. */
94#undef PACKAGE_BUGREPORT
95
96/* Define to the full name of this package. */
97#undef PACKAGE_NAME
98
99/* Define to the full name and version of this package. */
100#undef PACKAGE_STRING
101
102/* Define to the one symbol short name of this package. */
103#undef PACKAGE_TARNAME
104
105/* Define to the home page for this package. */
106#undef PACKAGE_URL
107
108/* Define to the version of this package. */
109#undef PACKAGE_VERSION
110
111/* The size of `void *', as computed by sizeof. */
112#undef SIZEOF_VOID_P
113
114/* Define to 1 if you have the ANSI C header files. */
115#undef STDC_HEADERS
116
117/* Version number of package */
118#undef VERSION
119
120/* Enable reentrant. */
121#undef _REENTRANT
122
123/* Define to `__inline__' or `__inline' if that's what the C compiler
124   calls it, or to nothing if 'inline' is not supported under any name.  */
125#ifndef __cplusplus
126#undef inline
127#endif
128
129/* Define to `int' if <sys/types.h> does not define. */
130#undef mode_t
131
132/* Define to `unsigned int' if <sys/types.h> does not define. */
133#undef size_t
134