Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 1 | /* config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | |
| 3 | /* 1 if have the `boost::shared_ptr' class. */ |
| 4 | #undef HAVE_BOOST_SHARED_PTR |
| 5 | |
Jeff Thompson | 1b8f4c9 | 2013-06-19 16:18:46 -0700 | [diff] [blame] | 6 | /* define if the compiler supports basic C++11 syntax */ |
| 7 | #undef HAVE_CXX11 |
| 8 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 9 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 10 | #undef HAVE_DLFCN_H |
| 11 | |
| 12 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 13 | #undef HAVE_INTTYPES_H |
| 14 | |
Jeff Thompson | d4a1e16 | 2013-07-11 12:41:31 -0700 | [diff] [blame] | 15 | /* 1 if have memcmp in memory.h. */ |
| 16 | #undef HAVE_MEMCMP |
| 17 | |
Jeff Thompson | c804d52 | 2013-06-27 16:54:27 -0700 | [diff] [blame] | 18 | /* 1 if have memcpy in memory.h. */ |
| 19 | #undef HAVE_MEMCPY |
| 20 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 21 | /* Define to 1 if you have the <memory.h> header file. */ |
| 22 | #undef HAVE_MEMORY_H |
| 23 | |
Jeff Thompson | c804d52 | 2013-06-27 16:54:27 -0700 | [diff] [blame] | 24 | /* 1 if have memset in memory.h. */ |
| 25 | #undef HAVE_MEMSET |
| 26 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 27 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 28 | #undef HAVE_STDINT_H |
| 29 | |
| 30 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 31 | #undef HAVE_STDLIB_H |
| 32 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 33 | /* 1 if have the `std::shared_ptr' class. */ |
| 34 | #undef HAVE_STD_SHARED_PTR |
| 35 | |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 36 | /* Define to 1 if you have the <strings.h> header file. */ |
| 37 | #undef HAVE_STRINGS_H |
| 38 | |
| 39 | /* Define to 1 if you have the <string.h> header file. */ |
| 40 | #undef HAVE_STRING_H |
| 41 | |
| 42 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 43 | #undef HAVE_SYS_STAT_H |
| 44 | |
| 45 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 46 | #undef HAVE_SYS_TYPES_H |
| 47 | |
| 48 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 49 | #undef HAVE_UNISTD_H |
| 50 | |
| 51 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 52 | */ |
| 53 | #undef LT_OBJDIR |
| 54 | |
Jeff Thompson | 1a1b4c0 | 2013-06-28 22:28:51 -0700 | [diff] [blame] | 55 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 56 | #undef NO_MINUS_C_MINUS_O |
| 57 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 58 | /* Define to the address where bug reports for this package should be sent. */ |
| 59 | #undef PACKAGE_BUGREPORT |
| 60 | |
| 61 | /* Define to the full name of this package. */ |
| 62 | #undef PACKAGE_NAME |
| 63 | |
| 64 | /* Define to the full name and version of this package. */ |
| 65 | #undef PACKAGE_STRING |
| 66 | |
| 67 | /* Define to the one symbol short name of this package. */ |
| 68 | #undef PACKAGE_TARNAME |
| 69 | |
| 70 | /* Define to the home page for this package. */ |
| 71 | #undef PACKAGE_URL |
| 72 | |
| 73 | /* Define to the version of this package. */ |
| 74 | #undef PACKAGE_VERSION |
Jeff Thompson | 4f03164 | 2013-08-05 11:03:16 -0700 | [diff] [blame] | 75 | |
| 76 | /* Define to 1 if you have the ANSI C header files. */ |
| 77 | #undef STDC_HEADERS |