| 1 |
#define OOPSE_VERSION_MAJOR 2 |
| 2 |
#define OOPSE_VERSION_MINOR 0 |
| 3 |
#define OOPSE_VERSION_TINY 0 |
| 4 |
|
| 5 |
#define MK_STR(s) # s |
| 6 |
#define STR_DEFINE(t, s) t = MK_STR(s) |
| 7 |
|
| 8 |
/* Define to a macro mangling the given C identifier (in lower and upper |
| 9 |
* case), which must not contain underscores, for linking with Fortran. */ |
| 10 |
#undef F90_FUNC |
| 11 |
|
| 12 |
/* As F90_FUNC, but for C identifiers containing underscores. */ |
| 13 |
#undef F90_FUNC_ |
| 14 |
|
| 15 |
/* Define to 1 if you find the <mpi.h> header file. */ |
| 16 |
#undef HAVE_MPI_H |
| 17 |
|
| 18 |
/* Define to 1 if you find the <mpif.h> header file. */ |
| 19 |
#undef HAVE_MPIF_H |
| 20 |
|
| 21 |
/* Define to 1 if you find the <getopt.h> header file. */ |
| 22 |
#undef HAVE_GETOPT_H |
| 23 |
#undef HAVE_GETOPT_LONG |
| 24 |
|
| 25 |
/* Define to 1 if you find the <sys/pstat.h> header file. */ |
| 26 |
#undef HAVE_SYS_PSTAT_H |
| 27 |
|
| 28 |
/* Define to 1 if you find the <sys/sysmp.h> header file. */ |
| 29 |
#undef HAVE_SYS_SYSMP_H |
| 30 |
|
| 31 |
/* Define to 1 if you find the <sys/sysinfo.h> header file. */ |
| 32 |
#undef HAVE_SYS_SYSINFO_H |
| 33 |
|
| 34 |
/* Define to 1 if you find the <machine/hal_sysinfo.h> header file. */ |
| 35 |
#undef HAVE_MACHINE_HAL_SYSINFO_H |
| 36 |
|
| 37 |
/* Define to 1 if you find the <sys/table.h> header file. */ |
| 38 |
#undef HAVE_SYS_TABLE_H |
| 39 |
|
| 40 |
/* Define to 1 if you find the <sys/param.h> header file. */ |
| 41 |
#undef HAVE_SYS_PARAM_H |
| 42 |
|
| 43 |
/* Define to 1 if you find the <sys/sysctl.h> header file. */ |
| 44 |
#undef HAVE_SYS_SYSCTL_H |
| 45 |
|
| 46 |
/* Define to 1 if you find the <sys/systemcfg.h> header file. */ |
| 47 |
#undef HAVE_SYS_SYSTEMCFG_H |
| 48 |
|
| 49 |
#undef HAVE_PSTAT_GETSTATIC |
| 50 |
#undef HAVE_SYSMP |
| 51 |
#undef HAVE_GETSYSINFO |
| 52 |
#undef HAVE_SYSCTL |
| 53 |
#undef HAVE__SYSTEM_CONFIGURATION |
| 54 |
#undef HAVE_TABLE |
| 55 |
#undef HAVE_CGAL |
| 56 |
|
| 57 |
/* Define to the path to the ps command on this machine. */ |
| 58 |
#undef PSCOMMAND |
| 59 |
|
| 60 |
/* Define to 1 if the ps command understands POSIX-style arguments. */ |
| 61 |
#undef PSTYPE_IS_POSIX |
| 62 |
|
| 63 |
/* Define to 1 if the ps command understands BSD-style arguments. */ |
| 64 |
#undef PSTYPE_IS_BSD |
| 65 |
|
| 66 |
/* what follows is required for the openbabel directory */ |
| 67 |
|
| 68 |
/* The version of Open Babel */ |
| 69 |
#define BABEL_VERSION "2.0.0rc1" |
| 70 |
|
| 71 |
/* Define to 1 if the system has the type `clock_t'. */ |
| 72 |
#undef HAVE_CLOCK_T |
| 73 |
|
| 74 |
/* Define to 1 if you have the <conio.h> header file. */ |
| 75 |
#undef HAVE_CONIO_H |
| 76 |
|
| 77 |
/* Define to 1 if you have the <ctype.h> header file. */ |
| 78 |
#undef HAVE_CTYPE_H |
| 79 |
|
| 80 |
/* Define to 1 if you have the <dlfcn.h> header file. */ |
| 81 |
#undef HAVE_DLFCN_H |
| 82 |
|
| 83 |
/* Define to 1 if you have the <fstream> header file. */ |
| 84 |
#undef HAVE_FSTREAM |
| 85 |
|
| 86 |
/* Define to 1 if you have the <fstream.h> header file. */ |
| 87 |
#undef HAVE_FSTREAM_H |
| 88 |
|
| 89 |
/* Define to 1 if you have the <iconv.h> header file. */ |
| 90 |
#undef HAVE_ICONV_H |
| 91 |
|
| 92 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
| 93 |
#undef HAVE_INTTYPES_H |
| 94 |
|
| 95 |
/* Define to 1 if you have the <iostream> header file. */ |
| 96 |
#undef HAVE_IOSTREAM |
| 97 |
|
| 98 |
/* Define to 1 if you have the <iostream.h> header file. */ |
| 99 |
#undef HAVE_IOSTREAM_H |
| 100 |
|
| 101 |
/* Define to 1 if you have the `m' library (-lm). */ |
| 102 |
#undef HAVE_LIBM |
| 103 |
|
| 104 |
/* Define to 1 if you have the `z' library (-lz). */ |
| 105 |
#undef HAVE_LIBZ |
| 106 |
|
| 107 |
/* Define to 1 if you have the <math.h> header file. */ |
| 108 |
#undef HAVE_MATH_H |
| 109 |
|
| 110 |
/* Define to 1 if you have the <memory.h> header file. */ |
| 111 |
#undef HAVE_MEMORY_H |
| 112 |
|
| 113 |
/* Define to 1 if you have the `rint' function. */ |
| 114 |
#undef HAVE_RINT |
| 115 |
|
| 116 |
/* Define to 1 if you have the `snprintf' function. */ |
| 117 |
#undef HAVE_SNPRINTF |
| 118 |
|
| 119 |
/* Define to 1 if you have the `sranddev' function. */ |
| 120 |
#undef HAVE_SRANDDEV |
| 121 |
|
| 122 |
/* Define to 1 if you have the <sstream> header file. */ |
| 123 |
#undef HAVE_SSTREAM |
| 124 |
|
| 125 |
/* Define to 1 if you have the <stdint.h> header file. */ |
| 126 |
#undef HAVE_STDINT_H |
| 127 |
|
| 128 |
/* Define to 1 if you have the <stdio.h> header file. */ |
| 129 |
#undef HAVE_STDIO_H |
| 130 |
|
| 131 |
/* Define to 1 if you have the <stdlib.h> header file. */ |
| 132 |
#undef HAVE_STDLIB_H |
| 133 |
|
| 134 |
/* Define to 1 if you have the <strings.h> header file. */ |
| 135 |
#undef HAVE_STRINGS_H |
| 136 |
|
| 137 |
/* Define to 1 if you have the <string.h> header file. */ |
| 138 |
#undef HAVE_STRING_H |
| 139 |
|
| 140 |
/* Define to 1 if you have the `strncasecmp' function. */ |
| 141 |
#undef HAVE_STRNCASECMP |
| 142 |
|
| 143 |
/* Define to 1 if you have the <strstream> header file. */ |
| 144 |
#undef HAVE_STRSTREAM |
| 145 |
|
| 146 |
/* Define to 1 if you have the <strstream.h> header file. */ |
| 147 |
#undef HAVE_STRSTREAM_H |
| 148 |
|
| 149 |
/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 150 |
#undef HAVE_SYS_STAT_H |
| 151 |
|
| 152 |
/* Define to 1 if you have the <sys/time.h> header file. */ |
| 153 |
#undef HAVE_SYS_TIME_H |
| 154 |
|
| 155 |
/* Define to 1 if you have the <sys/types.h> header file. */ |
| 156 |
#undef HAVE_SYS_TYPES_H |
| 157 |
|
| 158 |
/* Define to 1 if you have the <time.h> header file. */ |
| 159 |
#undef HAVE_TIME_H |
| 160 |
|
| 161 |
/* Define to 1 if you have the <unistd.h> header file. */ |
| 162 |
#undef HAVE_UNISTD_H |
| 163 |
|
| 164 |
/* Define to 1 if you have the <zlib.h> header file. */ |
| 165 |
#undef HAVE_ZLIB_H |
| 166 |
|
| 167 |
/* The file extension used for shared modules */ |
| 168 |
#undef MODULE_EXTENSION |
| 169 |
|
| 170 |
/* Used to export symbols for DLL / shared library builds */ |
| 171 |
#undef OBAPI |
| 172 |
|
| 173 |
/* Define to the address where bug reports for this package should be sent. */ |
| 174 |
#undef PACKAGE_BUGREPORT |
| 175 |
|
| 176 |
/* Define to the full name of this package. */ |
| 177 |
#undef PACKAGE_NAME |
| 178 |
|
| 179 |
/* Define to the full name and version of this package. */ |
| 180 |
#undef PACKAGE_STRING |
| 181 |
|
| 182 |
/* Define to the one symbol short name of this package. */ |
| 183 |
#undef PACKAGE_TARNAME |
| 184 |
|
| 185 |
/* Define to the version of this package. */ |
| 186 |
#undef PACKAGE_VERSION |
| 187 |
|
| 188 |
/* set if scandir needs a const */ |
| 189 |
#undef SCANDIR_CONST |
| 190 |
|
| 191 |
/* set if scandir needs a const */ |
| 192 |
#undef SCANDIR_T |
| 193 |
|
| 194 |
/* Define to 1 if you have the ANSI C header files. */ |
| 195 |
#undef STDC_HEADERS |
| 196 |
|
| 197 |
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 198 |
#undef TIME_WITH_SYS_TIME |
| 199 |
|
| 200 |
/* Define to empty if `const' does not conform to ANSI C. */ |
| 201 |
#undef const |
| 202 |
|
| 203 |
/* Define to `__inline__' or `__inline' if that's what the C compiler |
| 204 |
calls it, or to nothing if 'inline' is not supported under any name. */ |
| 205 |
#ifndef __cplusplus |
| 206 |
#undef inline |
| 207 |
#endif |