[1d208a2] | 1 | #ifndef _SISCONE_CONFIG_H
|
---|
| 2 | #define _SISCONE_CONFIG_H 1
|
---|
| 3 |
|
---|
| 4 | /* siscone/config.h. Generated automatically at end of configure. */
|
---|
| 5 | /* siscone/config_raw.h. Generated from config.h.in by configure. */
|
---|
[d7d2da3] | 6 | /* config.h.in. Generated from configure.ac by autoheader. */
|
---|
| 7 |
|
---|
| 8 | /* Define to 1 if you have the <dlfcn.h> header file. */
|
---|
[1d208a2] | 9 | #ifndef SISCONE_HAVE_DLFCN_H
|
---|
| 10 | #define SISCONE_HAVE_DLFCN_H 1
|
---|
| 11 | #endif
|
---|
[d7d2da3] | 12 |
|
---|
| 13 | /* Define to 1 if you have the <inttypes.h> header file. */
|
---|
[1d208a2] | 14 | #ifndef SISCONE_HAVE_INTTYPES_H
|
---|
| 15 | #define SISCONE_HAVE_INTTYPES_H 1
|
---|
| 16 | #endif
|
---|
[d7d2da3] | 17 |
|
---|
| 18 | /* Define to 1 if you have the `m' library (-lm). */
|
---|
[1d208a2] | 19 | #ifndef SISCONE_HAVE_LIBM
|
---|
| 20 | #define SISCONE_HAVE_LIBM 1
|
---|
| 21 | #endif
|
---|
[d7d2da3] | 22 |
|
---|
| 23 | /* Define to 1 if you have the <memory.h> header file. */
|
---|
[1d208a2] | 24 | #ifndef SISCONE_HAVE_MEMORY_H
|
---|
| 25 | #define SISCONE_HAVE_MEMORY_H 1
|
---|
| 26 | #endif
|
---|
[d7d2da3] | 27 |
|
---|
| 28 | /* Define to 1 if you have the <stdint.h> header file. */
|
---|
[1d208a2] | 29 | #ifndef SISCONE_HAVE_STDINT_H
|
---|
| 30 | #define SISCONE_HAVE_STDINT_H 1
|
---|
| 31 | #endif
|
---|
[d7d2da3] | 32 |
|
---|
| 33 | /* Define to 1 if you have the <stdlib.h> header file. */
|
---|
[1d208a2] | 34 | #ifndef SISCONE_HAVE_STDLIB_H
|
---|
| 35 | #define SISCONE_HAVE_STDLIB_H 1
|
---|
| 36 | #endif
|
---|
[d7d2da3] | 37 |
|
---|
| 38 | /* Define to 1 if you have the <strings.h> header file. */
|
---|
[1d208a2] | 39 | #ifndef SISCONE_HAVE_STRINGS_H
|
---|
| 40 | #define SISCONE_HAVE_STRINGS_H 1
|
---|
| 41 | #endif
|
---|
[d7d2da3] | 42 |
|
---|
| 43 | /* Define to 1 if you have the <string.h> header file. */
|
---|
[1d208a2] | 44 | #ifndef SISCONE_HAVE_STRING_H
|
---|
| 45 | #define SISCONE_HAVE_STRING_H 1
|
---|
| 46 | #endif
|
---|
[d7d2da3] | 47 |
|
---|
| 48 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
---|
[1d208a2] | 49 | #ifndef SISCONE_HAVE_SYS_STAT_H
|
---|
| 50 | #define SISCONE_HAVE_SYS_STAT_H 1
|
---|
| 51 | #endif
|
---|
[d7d2da3] | 52 |
|
---|
| 53 | /* Define to 1 if you have the <sys/types.h> header file. */
|
---|
[1d208a2] | 54 | #ifndef SISCONE_HAVE_SYS_TYPES_H
|
---|
| 55 | #define SISCONE_HAVE_SYS_TYPES_H 1
|
---|
| 56 | #endif
|
---|
[d7d2da3] | 57 |
|
---|
| 58 | /* Define to 1 if you have the <unistd.h> header file. */
|
---|
[1d208a2] | 59 | #ifndef SISCONE_HAVE_UNISTD_H
|
---|
| 60 | #define SISCONE_HAVE_UNISTD_H 1
|
---|
| 61 | #endif
|
---|
[d7d2da3] | 62 |
|
---|
[1d208a2] | 63 | /* Define to the sub-directory where libtool stores uninstalled libraries. */
|
---|
| 64 | #ifndef SISCONE_LT_OBJDIR
|
---|
| 65 | #define SISCONE_LT_OBJDIR ".libs/"
|
---|
| 66 | #endif
|
---|
[d7d2da3] | 67 |
|
---|
| 68 | /* Name of package */
|
---|
[1d208a2] | 69 | #ifndef SISCONE_PACKAGE
|
---|
| 70 | #define SISCONE_PACKAGE "siscone"
|
---|
| 71 | #endif
|
---|
[d7d2da3] | 72 |
|
---|
| 73 | /* Define to the address where bug reports for this package should be sent. */
|
---|
[1d208a2] | 74 | #ifndef SISCONE_PACKAGE_BUGREPORT
|
---|
| 75 | #define SISCONE_PACKAGE_BUGREPORT ""
|
---|
| 76 | #endif
|
---|
[d7d2da3] | 77 |
|
---|
| 78 | /* Define to the full name of this package. */
|
---|
[1d208a2] | 79 | #ifndef SISCONE_PACKAGE_NAME
|
---|
| 80 | #define SISCONE_PACKAGE_NAME "SISCone"
|
---|
| 81 | #endif
|
---|
[d7d2da3] | 82 |
|
---|
| 83 | /* Define to the full name and version of this package. */
|
---|
[1d208a2] | 84 | #ifndef SISCONE_PACKAGE_STRING
|
---|
[cb80e6f] | 85 | #define SISCONE_PACKAGE_STRING "SISCone 3.0.5"
|
---|
[1d208a2] | 86 | #endif
|
---|
[d7d2da3] | 87 |
|
---|
| 88 | /* Define to the one symbol short name of this package. */
|
---|
[1d208a2] | 89 | #ifndef SISCONE_PACKAGE_TARNAME
|
---|
| 90 | #define SISCONE_PACKAGE_TARNAME "siscone"
|
---|
| 91 | #endif
|
---|
| 92 |
|
---|
| 93 | /* Define to the home page for this package. */
|
---|
| 94 | #ifndef SISCONE_PACKAGE_URL
|
---|
| 95 | #define SISCONE_PACKAGE_URL ""
|
---|
| 96 | #endif
|
---|
[d7d2da3] | 97 |
|
---|
| 98 | /* Define to the version of this package. */
|
---|
[1d208a2] | 99 | #ifndef SISCONE_PACKAGE_VERSION
|
---|
[cb80e6f] | 100 | #define SISCONE_PACKAGE_VERSION "3.0.5"
|
---|
[1d208a2] | 101 | #endif
|
---|
[d7d2da3] | 102 |
|
---|
| 103 | /* Define to 1 if you have the ANSI C header files. */
|
---|
[1d208a2] | 104 | #ifndef SISCONE_STDC_HEADERS
|
---|
| 105 | #define SISCONE_STDC_HEADERS 1
|
---|
| 106 | #endif
|
---|
| 107 |
|
---|
| 108 | /* use unique_ptr instead of auto_ptr */
|
---|
| 109 | /* #undef USES_UNIQUE_PTR_AS_AUTO_PTR */
|
---|
[d7d2da3] | 110 |
|
---|
| 111 | /* Version number of package */
|
---|
[1d208a2] | 112 | #ifndef SISCONE_VERSION
|
---|
[cb80e6f] | 113 | #define SISCONE_VERSION "3.0.5"
|
---|
[1d208a2] | 114 | #endif
|
---|
| 115 |
|
---|
| 116 | /* once: _SISCONE_CONFIG_H */
|
---|
| 117 | #endif
|
---|