1 |
|
/* config.h. Generated from config.h.cmake by CMake for @PROJECT_NAME@ */ |
2 |
+ |
#ifndef __CONFIG_H |
3 |
+ |
#define __CONFIG_H |
4 |
|
|
5 |
|
#define OPENMD_VERSION_MAJOR "${VERSION_MAJOR}" |
6 |
|
#define OPENMD_VERSION_MINOR "${VERSION_MINOR}" |
12 |
|
/* Is defined if OpenMD should be compiled with single precision arithmetic. */ |
13 |
|
#cmakedefine SINGLE_PRECISION |
14 |
|
|
15 |
+ |
#ifdef _MSC_VER |
16 |
+ |
#define _USE_MATH_DEFINES |
17 |
+ |
#endif |
18 |
+ |
|
19 |
|
/* Is defined if the qhull library is available. */ |
20 |
|
|
21 |
|
#cmakedefine HAVE_QHULL 1 |
78 |
|
#define REALTYPE_INT DOUBLE_INT |
79 |
|
#endif |
80 |
|
#endif |
81 |
+ |
|
82 |
+ |
#endif // __CONFIG_H |