blob: cc0ae60ebd7b8935ba50a7bc73fe2bff2f548bfc [file] [log] [blame]
Jeff Thompson39128c62013-06-19 14:08:51 -07001/* config.h.in. Generated from configure.ac by autoheader. */
2
Jeff Thompsona28eed82013-08-22 16:21:10 -07003/* 1 if have the `boost::function' class. */
4#undef HAVE_BOOST_FUNCTION
5
Jeff Thompson39128c62013-06-19 14:08:51 -07006/* 1 if have the `boost::shared_ptr' class. */
7#undef HAVE_BOOST_SHARED_PTR
8
Jeff Thompson1b8f4c92013-06-19 16:18:46 -07009/* define if the compiler supports basic C++11 syntax */
10#undef HAVE_CXX11
11
Jeff Thompson4f031642013-08-05 11:03:16 -070012/* Define to 1 if you have the <dlfcn.h> header file. */
13#undef HAVE_DLFCN_H
14
15/* Define to 1 if you have the <inttypes.h> header file. */
16#undef HAVE_INTTYPES_H
17
Jeff Thompson8a055e02013-08-09 10:44:28 -070018/* Define to 1 if you have the `crypto' library (-lcrypto). */
19#undef HAVE_LIBCRYPTO
20
Jeff Thompsond4a1e162013-07-11 12:41:31 -070021/* 1 if have memcmp in memory.h. */
22#undef HAVE_MEMCMP
23
Jeff Thompsonc804d522013-06-27 16:54:27 -070024/* 1 if have memcpy in memory.h. */
25#undef HAVE_MEMCPY
26
Jeff Thompson4f031642013-08-05 11:03:16 -070027/* Define to 1 if you have the <memory.h> header file. */
28#undef HAVE_MEMORY_H
29
Jeff Thompsonc804d522013-06-27 16:54:27 -070030/* 1 if have memset in memory.h. */
31#undef HAVE_MEMSET
32
Jeff Thompson4f031642013-08-05 11:03:16 -070033/* Define to 1 if you have the <stdint.h> header file. */
34#undef HAVE_STDINT_H
35
36/* Define to 1 if you have the <stdlib.h> header file. */
37#undef HAVE_STDLIB_H
38
Jeff Thompsona28eed82013-08-22 16:21:10 -070039/* 1 if have the `std::function' class. */
40#undef HAVE_STD_FUNCTION
41
Jeff Thompson39128c62013-06-19 14:08:51 -070042/* 1 if have the `std::shared_ptr' class. */
43#undef HAVE_STD_SHARED_PTR
44
Jeff Thompson4f031642013-08-05 11:03:16 -070045/* Define to 1 if you have the <strings.h> header file. */
46#undef HAVE_STRINGS_H
47
48/* Define to 1 if you have the <string.h> header file. */
49#undef HAVE_STRING_H
50
51/* Define to 1 if you have the <sys/stat.h> header file. */
52#undef HAVE_SYS_STAT_H
53
54/* Define to 1 if you have the <sys/types.h> header file. */
55#undef HAVE_SYS_TYPES_H
56
57/* Define to 1 if you have the <unistd.h> header file. */
58#undef HAVE_UNISTD_H
59
60/* Define to the sub-directory in which libtool stores uninstalled libraries.
61 */
62#undef LT_OBJDIR
63
Jeff Thompson1a1b4c02013-06-28 22:28:51 -070064/* Define to 1 if your C compiler doesn't accept -c and -o together. */
65#undef NO_MINUS_C_MINUS_O
66
Jeff Thompson39128c62013-06-19 14:08:51 -070067/* Define to the address where bug reports for this package should be sent. */
68#undef PACKAGE_BUGREPORT
69
70/* Define to the full name of this package. */
71#undef PACKAGE_NAME
72
73/* Define to the full name and version of this package. */
74#undef PACKAGE_STRING
75
76/* Define to the one symbol short name of this package. */
77#undef PACKAGE_TARNAME
78
79/* Define to the home page for this package. */
80#undef PACKAGE_URL
81
82/* Define to the version of this package. */
83#undef PACKAGE_VERSION
Jeff Thompson4f031642013-08-05 11:03:16 -070084
85/* Define to 1 if you have the ANSI C header files. */
86#undef STDC_HEADERS