| commit | author | age | ||
| 824cfd | 1 | /* config.h.in. Generated from configure.ac by autoheader. */ |
| SP | 2 | |
| 7d44c8 | 3 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| SP | 4 | #undef HAVE_DLFCN_H |
| 5 | ||
| 824cfd | 6 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| SP | 7 | #undef HAVE_INTTYPES_H |
| 8 | ||
| 9 | /* Define to 1 if you have the `confuse' library (-lconfuse). */ | |
| 10 | #undef HAVE_LIBCONFUSE | |
| 11 | ||
| 01d871 | 12 | /* Define to 1 if you have the `gsl' library (-lgsl). */ |
| SP | 13 | #undef HAVE_LIBGSL |
| 14 | ||
| 15 | /* Define to 1 if you have the `gslcblas' library (-lgslcblas). */ | |
| 16 | #undef HAVE_LIBGSLCBLAS | |
| 17 | ||
| 824cfd | 18 | /* Define to 1 if you have the `m' library (-lm). */ |
| SP | 19 | #undef HAVE_LIBM |
| 20 | ||
| 22721d | 21 | /* Define to 1 if you have the `z' library (-lz). */ |
| SP | 22 | #undef HAVE_LIBZ |
| 23 | ||
| 824cfd | 24 | /* Define to 1 if your system has a GNU libc compatible `malloc' function, and |
| SP | 25 | to 0 otherwise. */ |
| 26 | #undef HAVE_MALLOC | |
| 27 | ||
| 28 | /* Define to 1 if you have the <memory.h> header file. */ | |
| 29 | #undef HAVE_MEMORY_H | |
| 30 | ||
| 31 | /* Define to 1 if you have the `pow' function. */ | |
| 32 | #undef HAVE_POW | |
| 33 | ||
| 34 | /* Define to 1 if your system has a GNU libc compatible `realloc' function, | |
| 35 | and to 0 otherwise. */ | |
| 36 | #undef HAVE_REALLOC | |
| 37 | ||
| 38 | /* Define to 1 if you have the `sqrt' function. */ | |
| 39 | #undef HAVE_SQRT | |
| 40 | ||
| 41 | /* Define to 1 if you have the <stdint.h> header file. */ | |
| 42 | #undef HAVE_STDINT_H | |
| 43 | ||
| 44 | /* Define to 1 if you have the <stdlib.h> header file. */ | |
| 45 | #undef HAVE_STDLIB_H | |
| 46 | ||
| 47 | /* Define to 1 if you have the <strings.h> header file. */ | |
| 48 | #undef HAVE_STRINGS_H | |
| 49 | ||
| 50 | /* Define to 1 if you have the <string.h> header file. */ | |
| 51 | #undef HAVE_STRING_H | |
| 52 | ||
| 53 | /* Define to 1 if you have the `strndup' function. */ | |
| 54 | #undef HAVE_STRNDUP | |
| 55 | ||
| 56 | /* Define to 1 if you have the <sys/stat.h> header file. */ | |
| 57 | #undef HAVE_SYS_STAT_H | |
| 58 | ||
| 59 | /* Define to 1 if you have the <sys/types.h> header file. */ | |
| 60 | #undef HAVE_SYS_TYPES_H | |
| 61 | ||
| 62 | /* Define to 1 if you have the <unistd.h> header file. */ | |
| 63 | #undef HAVE_UNISTD_H | |
| 64 | ||
| 7d44c8 | 65 | /* Define to the sub-directory where libtool stores uninstalled libraries. */ |
| SP | 66 | #undef LT_OBJDIR |
| 67 | ||
| 824cfd | 68 | /* Name of package */ |
| SP | 69 | #undef PACKAGE |
| 70 | ||
| 71 | /* Define to the address where bug reports for this package should be sent. */ | |
| 72 | #undef PACKAGE_BUGREPORT | |
| 73 | ||
| 74 | /* Define to the full name of this package. */ | |
| 75 | #undef PACKAGE_NAME | |
| 76 | ||
| 77 | /* Define to the full name and version of this package. */ | |
| 78 | #undef PACKAGE_STRING | |
| 79 | ||
| 80 | /* Define to the one symbol short name of this package. */ | |
| 81 | #undef PACKAGE_TARNAME | |
| 82 | ||
| 83 | /* Define to the home page for this package. */ | |
| 84 | #undef PACKAGE_URL | |
| 85 | ||
| 86 | /* Define to the version of this package. */ | |
| 87 | #undef PACKAGE_VERSION | |
| 88 | ||
| 89 | /* Define to 1 if you have the ANSI C header files. */ | |
| 90 | #undef STDC_HEADERS | |
| 91 | ||
| 92 | /* Version number of package */ | |
| 93 | #undef VERSION | |
| 94 | ||
| 95 | /* Define to `__inline__' or `__inline' if that's what the C compiler | |
| 96 | calls it, or to nothing if 'inline' is not supported under any name. */ | |
| 97 | #ifndef __cplusplus | |
| 98 | #undef inline | |
| 99 | #endif | |
| 100 | ||
| 101 | /* Define to rpl_malloc if the replacement function should be used. */ | |
| 102 | #undef malloc | |
| 103 | ||
| 104 | /* Define to rpl_realloc if the replacement function should be used. */ | |
| 105 | #undef realloc | |