| 3 |
|
#define OPENMD_VERSION_TINY 0 |
| 4 |
|
#define MK_STR(s) # s |
| 5 |
|
#define STR_DEFINE(t, s) t = MK_STR(s) |
| 6 |
– |
/* The file extension used for shared modules */ |
| 7 |
– |
#undef MODULE_EXTENSION |
| 6 |
|
|
| 7 |
|
/* Is defined if OpenMD should be compiled with single precision arithmetic. */ |
| 8 |
|
#undef SINGLE_PRECISION |
| 11 |
– |
|
| 12 |
– |
/* Define to dummy `main' function (if any) required to link to the Fortran |
| 13 |
– |
libraries. */ |
| 14 |
– |
#undef FC_DUMMY_MAIN |
| 15 |
– |
|
| 16 |
– |
/* Define if F77 and FC dummy `main' functions are identical. */ |
| 17 |
– |
#undef FC_DUMMY_MAIN_EQ_F77 |
| 9 |
|
|
| 19 |
– |
/* Define to a macro mangling the given C identifier (in lower and upper |
| 20 |
– |
case), which must not contain underscores, for linking with Fortran. */ |
| 21 |
– |
#undef FC_FUNC |
| 22 |
– |
|
| 23 |
– |
/* As FC_FUNC, but for C identifiers containing underscores. */ |
| 24 |
– |
#undef FC_FUNC_ |
| 25 |
– |
|
| 10 |
|
/* define if fstream::open() accepts third parameter. */ |
| 11 |
|
#undef FSTREAM_OPEN_PROT |
| 12 |
|
|