RDKit
Open-source cheminformatics and machine learning.
RDConfig.h
Go to the documentation of this file.
1 //
2 // Copyright (c) 2018 greg Landrum
3 //
4 // @@ All Rights Reserved @@
5 // This file is part of the RDKit.
6 // The contents are covered by the terms of the BSD license
7 // which is included in the file license.txt, found at the root
8 // of the RDKit source tree.
9 //
10 
11 // RDKit configuration options
12 #define RDK_USE_BOOST_SERIALIZATION
13 #define RDK_USE_BOOST_IOSTREAMS
14 #define RDK_USE_BOOST_STACKTRACE
15 
16 /* #undef RDK_OPTIMIZE_POPCNT */
17 
18 #define RDK_BUILD_THREADSAFE_SSS
19 
20 #define RDK_TEST_MULTITHREADED
21 
22 #define RDK_USE_STRICT_ROTOR_DEFINITION
23 
24 #define RDK_BUILD_DESCRIPTORS3D
25 #ifdef RDK_BUILD_DESCRIPTORS3D
26 #define RDK_HAS_EIGEN3
27 #endif
28 
29 #define RDK_BUILD_COORDGEN_SUPPORT
30 
31 #define RDK_BUILD_MAEPARSER_SUPPORT
32 
33 /* #undef RDK_BUILD_AVALON_SUPPORT */
34 
35 /* #undef RDK_BUILD_INCHI_SUPPORT */
36 
37 #define RDK_BUILD_SLN_SUPPORT
38 
39 #define RDK_BUILD_CAIRO_SUPPORT
40 
41 /* #undef RDK_BUILD_FREETYPE_SUPPORT */
42 
43 /* #undef RDK_USE_URF */
44 
45 /* #undef RDK_BUILD_YAEHMOP_SUPPORT */
46 
47 /* #undef RDK_BUILD_XYZ2MOL_SUPPORT */