| 1 |
< |
#define OOPSE_VERSION_MAJOR 4 |
| 2 |
< |
#define OOPSE_VERSION_MINOR 0 |
| 3 |
< |
#define OOPSE_VERSION_TINY 0 |
| 4 |
< |
/* The version of Open Babel */ |
| 5 |
< |
#define BABEL_VERSION "2.0.2" |
| 6 |
< |
#define MK_STR(s) # s |
| 7 |
< |
#define STR_DEFINE(t, s) t = MK_STR(s) |
| 8 |
< |
/* The file extension used for shared modules */ |
| 9 |
< |
#undef MODULE_EXTENSION |
| 1 |
> |
/* config.h.in. Generated from configure.in by autoheader. */ |
| 2 |
|
|
| 11 |
– |
/* Is defined if OOPSE should be compiled with single precision arithmetic. */ |
| 12 |
– |
#undef SINGLE_PRECISION |
| 13 |
– |
|
| 14 |
– |
/* The CGAL version number. */ |
| 15 |
– |
#undef CGAL_VERSION |
| 16 |
– |
|
| 17 |
– |
/* Define to dummy `main' function (if any) required to link to the Fortran |
| 18 |
– |
libraries. */ |
| 19 |
– |
#undef FC_DUMMY_MAIN |
| 20 |
– |
|
| 21 |
– |
/* Define if F77 and FC dummy `main' functions are identical. */ |
| 22 |
– |
#undef FC_DUMMY_MAIN_EQ_F77 |
| 23 |
– |
|
| 24 |
– |
/* Define to a macro mangling the given C identifier (in lower and upper |
| 25 |
– |
case), which must not contain underscores, for linking with Fortran. */ |
| 26 |
– |
#undef FC_FUNC |
| 27 |
– |
|
| 28 |
– |
/* As FC_FUNC, but for C identifiers containing underscores. */ |
| 29 |
– |
#undef FC_FUNC_ |
| 30 |
– |
|
| 31 |
– |
/* define if fstream::open() accepts third parameter. */ |
| 32 |
– |
#undef FSTREAM_OPEN_PROT |
| 33 |
– |
|
| 34 |
– |
/* Is defined if the CGAL library is available. */ |
| 35 |
– |
#undef HAVE_CGAL |
| 36 |
– |
|
| 37 |
– |
/* Is defined if the qhull library is available. */ |
| 38 |
– |
#undef HAVE_QHULL |
| 39 |
– |
|
| 40 |
– |
/* Define to 1 if the system has the type `clock_t'. */ |
| 41 |
– |
#undef HAVE_CLOCK_T |
| 42 |
– |
|
| 43 |
– |
/* Define to 1 if you have the <cmath> header file. */ |
| 44 |
– |
#undef HAVE_CMATH |
| 45 |
– |
|
| 46 |
– |
/* Define to 1 if you have the <conio.h> header file. */ |
| 47 |
– |
#undef HAVE_CONIO_H |
| 48 |
– |
|
| 49 |
– |
/* Define to 1 if you have the <ctype.h> header file. */ |
| 50 |
– |
#undef HAVE_CTYPE_H |
| 51 |
– |
|
| 52 |
– |
/* Define to 1 if you have the <dlfcn.h> header file. */ |
| 53 |
– |
#undef HAVE_DLFCN_H |
| 54 |
– |
|
| 55 |
– |
/* define if fftw3.h exists */ |
| 56 |
– |
#undef HAVE_FFTW3_H |
| 57 |
– |
|
| 58 |
– |
/* define if fftw.h exists */ |
| 59 |
– |
#undef HAVE_FFTW_H |
| 60 |
– |
|
| 61 |
– |
/* define if dfftw.h exists */ |
| 62 |
– |
#undef HAVE_DFFTW_H |
| 63 |
– |
|
| 3 |
|
/* Define to 1 if you have the `floor' function. */ |
| 4 |
|
#undef HAVE_FLOOR |
| 5 |
|
|
| 67 |
– |
/* Define to 1 if you have the <fstream> header file. */ |
| 68 |
– |
#undef HAVE_FSTREAM |
| 69 |
– |
|
| 70 |
– |
/* define if we have fstream::attach(). */ |
| 71 |
– |
#undef HAVE_FSTREAM_ATTACH |
| 72 |
– |
|
| 73 |
– |
/* Define to 1 if you have the <fstream.h> header file. */ |
| 74 |
– |
#undef HAVE_FSTREAM_H |
| 75 |
– |
|
| 76 |
– |
/* define if we have fstream::open(). */ |
| 77 |
– |
#undef HAVE_FSTREAM_OPEN |
| 78 |
– |
|
| 79 |
– |
/* Define to 1 if you have the <getopt.h> header file. */ |
| 80 |
– |
#undef HAVE_GETOPT_H |
| 81 |
– |
|
| 82 |
– |
/* Define to 1 if you have the `getopt_long' function. */ |
| 83 |
– |
#undef HAVE_GETOPT_LONG |
| 84 |
– |
|
| 6 |
|
/* Define to 1 if you have the `getpagesize' function. */ |
| 7 |
|
#undef HAVE_GETPAGESIZE |
| 8 |
|
|
| 88 |
– |
/* Define to 1 if you have the `getsysinfo' function. */ |
| 89 |
– |
#undef HAVE_GETSYSINFO |
| 90 |
– |
|
| 9 |
|
/* Define to 1 if you have the `gettimeofday' function. */ |
| 10 |
|
#undef HAVE_GETTIMEOFDAY |
| 11 |
|
|
| 12 |
|
/* Define to 1 if you have the <inttypes.h> header file. */ |
| 13 |
|
#undef HAVE_INTTYPES_H |
| 14 |
|
|
| 97 |
– |
/* Define to 1 if you have the <iomanip> header file. */ |
| 98 |
– |
#undef HAVE_IOMANIP |
| 99 |
– |
|
| 100 |
– |
/* Define to 1 if you have the <iomanip.h> header file. */ |
| 101 |
– |
#undef HAVE_IOMANIP_H |
| 102 |
– |
|
| 103 |
– |
/* Define to 1 if you have the <iostream> header file. */ |
| 104 |
– |
#undef HAVE_IOSTREAM |
| 105 |
– |
|
| 106 |
– |
/* Define to 1 if you have the <iostream.h> header file. */ |
| 107 |
– |
#undef HAVE_IOSTREAM_H |
| 108 |
– |
|
| 15 |
|
/* Define to 1 if you have the <libintl.h> header file. */ |
| 16 |
|
#undef HAVE_LIBINTL_H |
| 17 |
|
|
| 112 |
– |
/* Define to 1 if you have the `m' library (-lm). */ |
| 113 |
– |
#undef HAVE_LIBM |
| 114 |
– |
|
| 115 |
– |
/* Define to 1 if you have the `z' library (-lz). */ |
| 116 |
– |
#undef HAVE_LIBZ |
| 117 |
– |
|
| 18 |
|
/* Define to 1 if you have the <limits.h> header file. */ |
| 19 |
|
#undef HAVE_LIMITS_H |
| 20 |
|
|
| 121 |
– |
/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */ |
| 122 |
– |
#undef HAVE_MACHINE_HAL_SYSINFO_H |
| 123 |
– |
|
| 21 |
|
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and |
| 22 |
|
to 0 otherwise. */ |
| 23 |
|
#undef HAVE_MALLOC |
| 24 |
|
|
| 128 |
– |
/* Define to 1 if you have the <math.h> header file. */ |
| 129 |
– |
#undef HAVE_MATH_H |
| 130 |
– |
|
| 131 |
– |
/* Define to 1 if you have the `memchr' function. */ |
| 132 |
– |
#undef HAVE_MEMCHR |
| 133 |
– |
|
| 134 |
– |
/* Define to 1 if you have the `memmove' function. */ |
| 135 |
– |
#undef HAVE_MEMMOVE |
| 136 |
– |
|
| 25 |
|
/* Define to 1 if you have the <memory.h> header file. */ |
| 26 |
|
#undef HAVE_MEMORY_H |
| 27 |
|
|
| 28 |
|
/* Define to 1 if you have the `memset' function. */ |
| 29 |
|
#undef HAVE_MEMSET |
| 142 |
– |
|
| 143 |
– |
/* have mpif.h */ |
| 144 |
– |
#undef HAVE_MPIF_H |
| 145 |
– |
|
| 146 |
– |
/* have mpi.h */ |
| 147 |
– |
#undef HAVE_MPI_H |
| 148 |
– |
|
| 149 |
– |
/* define if the compiler implements namespaces */ |
| 150 |
– |
#undef HAVE_NAMESPACES |
| 30 |
|
|
| 31 |
|
/* Define to 1 if you have the `pow' function. */ |
| 32 |
|
#undef HAVE_POW |
| 34 |
|
/* Define to 1 if you have the `pstat_getdynamic' function. */ |
| 35 |
|
#undef HAVE_PSTAT_GETDYNAMIC |
| 36 |
|
|
| 158 |
– |
/* Define to 1 if you have the `pstat_getstatic' function. */ |
| 159 |
– |
#undef HAVE_PSTAT_GETSTATIC |
| 160 |
– |
|
| 37 |
|
/* Define to 1 if your system has a GNU libc compatible `realloc' function, |
| 38 |
|
and to 0 otherwise. */ |
| 39 |
|
#undef HAVE_REALLOC |
| 40 |
|
|
| 165 |
– |
/* Define to 1 if you have the `rint' function. */ |
| 166 |
– |
#undef HAVE_RINT |
| 167 |
– |
|
| 41 |
|
/* Define to 1 if you have the `select' function. */ |
| 42 |
|
#undef HAVE_SELECT |
| 43 |
|
|
| 171 |
– |
/* Define to 1 if you have the `snprintf' function. */ |
| 172 |
– |
#undef HAVE_SNPRINTF |
| 173 |
– |
|
| 44 |
|
/* Define to 1 if you have the `sqrt' function. */ |
| 45 |
|
#undef HAVE_SQRT |
| 46 |
|
|
| 177 |
– |
/* Define to 1 if you have the `sranddev' function. */ |
| 178 |
– |
#undef HAVE_SRANDDEV |
| 179 |
– |
|
| 180 |
– |
/* Define to 1 if you have the <sstream> header file. */ |
| 181 |
– |
#undef HAVE_SSTREAM |
| 182 |
– |
|
| 47 |
|
/* Define to 1 if stdbool.h conforms to C99. */ |
| 48 |
|
#undef HAVE_STDBOOL_H |
| 49 |
|
|
| 186 |
– |
/* Define to 1 if you have the <stddef.h> header file. */ |
| 187 |
– |
#undef HAVE_STDDEF_H |
| 188 |
– |
|
| 50 |
|
/* Define to 1 if you have the <stdint.h> header file. */ |
| 51 |
|
#undef HAVE_STDINT_H |
| 52 |
|
|
| 192 |
– |
/* Define to 1 if you have the <stdio.h> header file. */ |
| 193 |
– |
#undef HAVE_STDIO_H |
| 194 |
– |
|
| 53 |
|
/* Define to 1 if you have the <stdlib.h> header file. */ |
| 54 |
|
#undef HAVE_STDLIB_H |
| 55 |
|
|
| 198 |
– |
/* define if C++ iostream is in namespace std. */ |
| 199 |
– |
#undef HAVE_STD_IOSTREAM |
| 200 |
– |
|
| 201 |
– |
/* define if C++ Standard Template Library is in namespace std */ |
| 202 |
– |
#undef HAVE_STD_STL |
| 203 |
– |
|
| 204 |
– |
/* define if the compiler supports Standard Template Library */ |
| 205 |
– |
#undef HAVE_STL |
| 206 |
– |
|
| 56 |
|
/* Define to 1 if you have the `strcasecmp' function. */ |
| 57 |
|
#undef HAVE_STRCASECMP |
| 58 |
|
|
| 62 |
|
/* Define to 1 if you have the `strdup' function. */ |
| 63 |
|
#undef HAVE_STRDUP |
| 64 |
|
|
| 216 |
– |
/* Define to 1 if you have the `strftime' function. */ |
| 217 |
– |
#undef HAVE_STRFTIME |
| 218 |
– |
|
| 219 |
– |
/* Define to 1 if you have the `stricmp' function. */ |
| 220 |
– |
#undef HAVE_STRICMP |
| 221 |
– |
|
| 65 |
|
/* Define to 1 if you have the <strings.h> header file. */ |
| 66 |
|
#undef HAVE_STRINGS_H |
| 67 |
|
|
| 71 |
|
/* Define to 1 if you have the `strncasecmp' function. */ |
| 72 |
|
#undef HAVE_STRNCASECMP |
| 73 |
|
|
| 231 |
– |
/* Define to 1 if you have the `strnicmp' function. */ |
| 232 |
– |
#undef HAVE_STRNICMP |
| 233 |
– |
|
| 234 |
– |
/* Define to 1 if you have the `strrchr' function. */ |
| 235 |
– |
#undef HAVE_STRRCHR |
| 236 |
– |
|
| 74 |
|
/* Define to 1 if you have the `strstr' function. */ |
| 75 |
|
#undef HAVE_STRSTR |
| 76 |
|
|
| 240 |
– |
/* Define to 1 if you have the <strstream> header file. */ |
| 241 |
– |
#undef HAVE_STRSTREAM |
| 242 |
– |
|
| 243 |
– |
/* Define to 1 if you have the <strstream.h> header file. */ |
| 244 |
– |
#undef HAVE_STRSTREAM_H |
| 245 |
– |
|
| 77 |
|
/* Define to 1 if you have the `strtol' function. */ |
| 78 |
|
#undef HAVE_STRTOL |
| 79 |
|
|
| 249 |
– |
/* Define to 1 if you have the `sysctl' function. */ |
| 250 |
– |
#undef HAVE_SYSCTL |
| 251 |
– |
|
| 252 |
– |
/* Define to 1 if you have the `sysmp' function. */ |
| 253 |
– |
#undef HAVE_SYSMP |
| 254 |
– |
|
| 80 |
|
/* Define to 1 if you have the <sys/param.h> header file. */ |
| 81 |
|
#undef HAVE_SYS_PARAM_H |
| 82 |
|
|
| 258 |
– |
/* Define to 1 if you have the <sys/pstat.h> header file. */ |
| 259 |
– |
#undef HAVE_SYS_PSTAT_H |
| 260 |
– |
|
| 83 |
|
/* Define to 1 if you have the <sys/select.h> header file. */ |
| 84 |
|
#undef HAVE_SYS_SELECT_H |
| 85 |
|
|
| 89 |
|
/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 90 |
|
#undef HAVE_SYS_STAT_H |
| 91 |
|
|
| 270 |
– |
/* Define to 1 if you have the <sys/sysctl.h> header file. */ |
| 271 |
– |
#undef HAVE_SYS_SYSCTL_H |
| 272 |
– |
|
| 273 |
– |
/* Define to 1 if you have the <sys/sysinfo.h> header file. */ |
| 274 |
– |
#undef HAVE_SYS_SYSINFO_H |
| 275 |
– |
|
| 276 |
– |
/* Define to 1 if you have the <sys/sysmp.h> header file. */ |
| 277 |
– |
#undef HAVE_SYS_SYSMP_H |
| 278 |
– |
|
| 279 |
– |
/* Define to 1 if you have the <sys/systemcfg.h> header file. */ |
| 280 |
– |
#undef HAVE_SYS_SYSTEMCFG_H |
| 281 |
– |
|
| 282 |
– |
/* Define to 1 if you have the <sys/table.h> header file. */ |
| 283 |
– |
#undef HAVE_SYS_TABLE_H |
| 284 |
– |
|
| 92 |
|
/* Define to 1 if you have the <sys/time.h> header file. */ |
| 93 |
|
#undef HAVE_SYS_TIME_H |
| 94 |
|
|
| 95 |
|
/* Define to 1 if you have the <sys/types.h> header file. */ |
| 96 |
|
#undef HAVE_SYS_TYPES_H |
| 97 |
|
|
| 291 |
– |
/* Define to 1 if you have the `table' function. */ |
| 292 |
– |
#undef HAVE_TABLE |
| 293 |
– |
|
| 294 |
– |
/* Define to 1 if you have the <time.h> header file. */ |
| 295 |
– |
#undef HAVE_TIME_H |
| 296 |
– |
|
| 98 |
|
/* Define to 1 if you have the <unistd.h> header file. */ |
| 99 |
|
#undef HAVE_UNISTD_H |
| 100 |
|
|
| 300 |
– |
/* Define to 1 if you have the <zlib.h> header file. */ |
| 301 |
– |
#undef HAVE_ZLIB_H |
| 302 |
– |
|
| 101 |
|
/* Define to 1 if the system has the type `_Bool'. */ |
| 102 |
|
#undef HAVE__BOOL |
| 103 |
|
|
| 306 |
– |
/* Define if you have the _system_configuration variable. */ |
| 307 |
– |
#undef HAVE__SYSTEM_CONFIGURATION |
| 308 |
– |
|
| 309 |
– |
/* Used to export symbols for DLL / shared library builds */ |
| 310 |
– |
#undef OBAPI |
| 311 |
– |
|
| 104 |
|
/* Define to the address where bug reports for this package should be sent. */ |
| 105 |
|
#undef PACKAGE_BUGREPORT |
| 106 |
|
|
| 116 |
|
/* Define to the version of this package. */ |
| 117 |
|
#undef PACKAGE_VERSION |
| 118 |
|
|
| 327 |
– |
/* Path to ps program */ |
| 328 |
– |
#undef PSCOMMAND |
| 329 |
– |
|
| 330 |
– |
/* ps uses BSD-style arguments */ |
| 331 |
– |
#undef PSTYPE_IS_BSD |
| 332 |
– |
|
| 333 |
– |
/* ps uses POSIX-style arguments */ |
| 334 |
– |
#undef PSTYPE_IS_POSIX |
| 335 |
– |
|
| 119 |
|
/* Define to the type of arg 1 for `select'. */ |
| 120 |
|
#undef SELECT_TYPE_ARG1 |
| 121 |
|
|
| 131 |
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 132 |
|
#undef TIME_WITH_SYS_TIME |
| 133 |
|
|
| 351 |
– |
/* needed by DEC/Compaq/HP cxx to activate ANSI standard iostream. */ |
| 352 |
– |
#undef __USE_STD_IOSTREAM |
| 353 |
– |
|
| 354 |
– |
/* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */ |
| 355 |
– |
#undef __func__ |
| 356 |
– |
|
| 134 |
|
/* Define to empty if `const' does not conform to ANSI C. */ |
| 135 |
|
#undef const |
| 136 |
|
|
| 360 |
– |
/* Code compiled in debug mode */ |
| 361 |
– |
#undef debug |
| 362 |
– |
|
| 137 |
|
/* Define to `__inline__' or `__inline' if that's what the C compiler |
| 138 |
|
calls it, or to nothing if 'inline' is not supported under any name. */ |
| 139 |
|
#ifndef __cplusplus |
| 146 |
|
/* Define to rpl_realloc if the replacement function should be used. */ |
| 147 |
|
#undef realloc |
| 148 |
|
|
| 149 |
< |
/* Define to equivalent of C99 restrict keyword, or to nothing if this is not |
| 376 |
< |
supported. Do not define if restrict is supported directly. */ |
| 377 |
< |
#undef restrict |
| 378 |
< |
|
| 379 |
< |
/* Define to `unsigned' if <sys/types.h> does not define. */ |
| 149 |
> |
/* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 150 |
|
#undef size_t |
| 381 |
– |
|
| 382 |
– |
#ifdef SINGLE_PRECISION |
| 383 |
– |
typedef float RealType; |
| 384 |
– |
#ifdef IS_MPI |
| 385 |
– |
#define MPI_REALTYPE MPI_FLOAT |
| 386 |
– |
#endif |
| 387 |
– |
#else |
| 388 |
– |
typedef double RealType; |
| 389 |
– |
#ifdef IS_MPI |
| 390 |
– |
#define MPI_REALTYPE MPI_DOUBLE |
| 391 |
– |
#endif |
| 392 |
– |
#endif |