| 1 |
/* src/config.h. Generated by configure. */ |
| 2 |
/* src/config.h.in. Generated from configure.in by autoheader. */ |
| 3 |
|
| 4 |
/* Where the data files are located */ |
| 5 |
#define BABEL_DATADIR "/usr/local/share/openbabel" |
| 6 |
|
| 7 |
/* The version of Open Babel */ |
| 8 |
#define BABEL_VERSION "2.0.0rc1" |
| 9 |
|
| 10 |
/* Define to 1 if the system has the type `clock_t'. */ |
| 11 |
#define HAVE_CLOCK_T 1 |
| 12 |
|
| 13 |
/* Define to 1 if you have the <conio.h> header file. */ |
| 14 |
/* #undef HAVE_CONIO_H */ |
| 15 |
|
| 16 |
/* Define to 1 if you have the <ctype.h> header file. */ |
| 17 |
#define HAVE_CTYPE_H 1 |
| 18 |
|
| 19 |
/* Define to 1 if you have the <dlfcn.h> header file. */ |
| 20 |
#define HAVE_DLFCN_H 1 |
| 21 |
|
| 22 |
/* Define to 1 if you have the <fstream> header file. */ |
| 23 |
#define HAVE_FSTREAM 1 |
| 24 |
|
| 25 |
/* Define to 1 if you have the <fstream.h> header file. */ |
| 26 |
#define HAVE_FSTREAM_H 1 |
| 27 |
|
| 28 |
/* Define to 1 if you have the <iconv.h> header file. */ |
| 29 |
#define HAVE_ICONV_H 1 |
| 30 |
|
| 31 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
| 32 |
#define HAVE_INTTYPES_H 1 |
| 33 |
|
| 34 |
/* Define to 1 if you have the <iostream> header file. */ |
| 35 |
#define HAVE_IOSTREAM 1 |
| 36 |
|
| 37 |
/* Define to 1 if you have the <iostream.h> header file. */ |
| 38 |
#define HAVE_IOSTREAM_H 1 |
| 39 |
|
| 40 |
/* Define to 1 if you have the `m' library (-lm). */ |
| 41 |
#define HAVE_LIBM 1 |
| 42 |
|
| 43 |
/* Define to 1 if you have the `z' library (-lz). */ |
| 44 |
#define HAVE_LIBZ 1 |
| 45 |
|
| 46 |
/* Define to 1 if you have the <math.h> header file. */ |
| 47 |
#define HAVE_MATH_H 1 |
| 48 |
|
| 49 |
/* Define to 1 if you have the <memory.h> header file. */ |
| 50 |
#define HAVE_MEMORY_H 1 |
| 51 |
|
| 52 |
/* Define to 1 if you have the `rint' function. */ |
| 53 |
#define HAVE_RINT 1 |
| 54 |
|
| 55 |
/* Define to 1 if you have the `snprintf' function. */ |
| 56 |
#define HAVE_SNPRINTF 1 |
| 57 |
|
| 58 |
/* Define to 1 if you have the `sranddev' function. */ |
| 59 |
/* #undef HAVE_SRANDDEV */ |
| 60 |
|
| 61 |
/* Define to 1 if you have the <sstream> header file. */ |
| 62 |
#define HAVE_SSTREAM 1 |
| 63 |
|
| 64 |
/* Define to 1 if you have the <stdint.h> header file. */ |
| 65 |
#define HAVE_STDINT_H 1 |
| 66 |
|
| 67 |
/* Define to 1 if you have the <stdio.h> header file. */ |
| 68 |
#define HAVE_STDIO_H 1 |
| 69 |
|
| 70 |
/* Define to 1 if you have the <stdlib.h> header file. */ |
| 71 |
#define HAVE_STDLIB_H 1 |
| 72 |
|
| 73 |
/* Define to 1 if you have the <strings.h> header file. */ |
| 74 |
#define HAVE_STRINGS_H 1 |
| 75 |
|
| 76 |
/* Define to 1 if you have the <string.h> header file. */ |
| 77 |
#define HAVE_STRING_H 1 |
| 78 |
|
| 79 |
/* Define to 1 if you have the `strncasecmp' function. */ |
| 80 |
#define HAVE_STRNCASECMP 1 |
| 81 |
|
| 82 |
/* Define to 1 if you have the <strstream> header file. */ |
| 83 |
#define HAVE_STRSTREAM 1 |
| 84 |
|
| 85 |
/* Define to 1 if you have the <strstream.h> header file. */ |
| 86 |
/* #undef HAVE_STRSTREAM_H */ |
| 87 |
|
| 88 |
/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 89 |
#define HAVE_SYS_STAT_H 1 |
| 90 |
|
| 91 |
/* Define to 1 if you have the <sys/time.h> header file. */ |
| 92 |
#define HAVE_SYS_TIME_H 1 |
| 93 |
|
| 94 |
/* Define to 1 if you have the <sys/types.h> header file. */ |
| 95 |
#define HAVE_SYS_TYPES_H 1 |
| 96 |
|
| 97 |
/* Define to 1 if you have the <time.h> header file. */ |
| 98 |
#define HAVE_TIME_H 1 |
| 99 |
|
| 100 |
/* Define to 1 if you have the <unistd.h> header file. */ |
| 101 |
#define HAVE_UNISTD_H 1 |
| 102 |
|
| 103 |
/* Define to 1 if you have the <zlib.h> header file. */ |
| 104 |
#define HAVE_ZLIB_H 1 |
| 105 |
|
| 106 |
/* The file extension used for shared modules */ |
| 107 |
#define MODULE_EXTENSION ".so" |
| 108 |
|
| 109 |
/* Used to export symbols for DLL / shared library builds */ |
| 110 |
#define OBAPI |
| 111 |
|
| 112 |
/* Define to the address where bug reports for this package should be sent. */ |
| 113 |
#define PACKAGE_BUGREPORT "openbabel-discuss@lists.sourceforge.net" |
| 114 |
|
| 115 |
/* Define to the full name of this package. */ |
| 116 |
#define PACKAGE_NAME "Open Babel" |
| 117 |
|
| 118 |
/* Define to the full name and version of this package. */ |
| 119 |
#define PACKAGE_STRING "Open Babel 2.0.0rc1" |
| 120 |
|
| 121 |
/* Define to the one symbol short name of this package. */ |
| 122 |
#define PACKAGE_TARNAME "openbabel" |
| 123 |
|
| 124 |
/* Define to the version of this package. */ |
| 125 |
#define PACKAGE_VERSION "2.0.0rc1" |
| 126 |
|
| 127 |
/* set if scandir needs a const */ |
| 128 |
#define SCANDIR_CONST const |
| 129 |
|
| 130 |
/* set if scandir needs a const */ |
| 131 |
#define SCANDIR_T (int (*)(const dirent *)) |
| 132 |
|
| 133 |
/* Define to 1 if you have the ANSI C header files. */ |
| 134 |
#define STDC_HEADERS 1 |
| 135 |
|
| 136 |
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 137 |
#define TIME_WITH_SYS_TIME 1 |
| 138 |
|
| 139 |
/* Define to empty if `const' does not conform to ANSI C. */ |
| 140 |
/* #undef const */ |
| 141 |
|
| 142 |
/* Define to `__inline__' or `__inline' if that's what the C compiler |
| 143 |
calls it, or to nothing if 'inline' is not supported under any name. */ |
| 144 |
#ifndef __cplusplus |
| 145 |
/* #undef inline */ |
| 146 |
#endif |