OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
config.h
1 /* src/config/config.h. Generated from config.h.in by configure. */
2 /* src/config/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Compile for coverty scan */
5 /* #undef COVERTY_SCAN */
6 
7 /* CUDA GPU support */
8 /* #undef CUDA_GPU */
9 
10 /* Debug */
11 /* #undef DEBUG */
12 
13 /* Debug */
14 /* #undef DEBUG_MODE */
15 
16 /* define if the Boost library is available */
17 #define HAVE_BOOST
18 
19 /* define if the Boost::Chrono library is available */
20 #define HAVE_BOOST_CHRONO
21 
22 /* define if the Boost::IOStreams library is available */
23 #define HAVE_BOOST_IOSTREAMS
24 
25 /* define if the Boost::PROGRAM_OPTIONS library is available */
26 #define HAVE_BOOST_PROGRAM_OPTIONS
27 
28 /* define if the Boost::System library is available */
29 #define HAVE_BOOST_SYSTEM
30 
31 /* define if the Boost::Timer library is available */
32 #define HAVE_BOOST_TIMER
33 
34 /* define if the Boost::Unit_Test_Framework library is available */
35 #define HAVE_BOOST_UNIT_TEST_FRAMEWORK
36 
37 /* Have clock time */
38 #define HAVE_CLOCK_GETTIME
39 
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #define HAVE_INTTYPES_H 1
42 
43 /* Define if you have LIBHILBERT library */
44 #define HAVE_LIBHILBERT 1
45 
46 /* Have quad math lib */
47 /* #undef HAVE_LIBQUADMATH */
48 
49 /* Define to 1 if you have the <memory.h> header file. */
50 #define HAVE_MEMORY_H 1
51 
52 /* Define to 1 if you have the <stdint.h> header file. */
53 #define HAVE_STDINT_H 1
54 
55 /* Define to 1 if you have the <stdlib.h> header file. */
56 #define HAVE_STDLIB_H 1
57 
58 /* Define to 1 if you have the <strings.h> header file. */
59 #define HAVE_STRINGS_H 1
60 
61 /* Define to 1 if you have the <string.h> header file. */
62 #define HAVE_STRING_H 1
63 
64 /* Define to 1 if you have the <sys/stat.h> header file. */
65 #define HAVE_SYS_STAT_H 1
66 
67 /* Define to 1 if you have the <sys/types.h> header file. */
68 #define HAVE_SYS_TYPES_H 1
69 
70 /* Define to 1 if you have the <unistd.h> header file. */
71 #define HAVE_UNISTD_H 1
72 
73 /* NVCC compiling */
74 /* #undef NVCC */
75 
76 /* Name of package */
77 #define PACKAGE "openfpm_data"
78 
79 /* Define to the address where bug reports for this package should be sent. */
80 #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
81 
82 /* Define to the full name of this package. */
83 #define PACKAGE_NAME "OpenFPM_data"
84 
85 /* Define to the full name and version of this package. */
86 #define PACKAGE_STRING "OpenFPM_data 1.0.0"
87 
88 /* Define to the one symbol short name of this package. */
89 #define PACKAGE_TARNAME "openfpm_data"
90 
91 /* Define to the home page for this package. */
92 #define PACKAGE_URL ""
93 
94 /* Define to the version of this package. */
95 #define PACKAGE_VERSION "1.0.0"
96 
97 /* Test performance mode */
98 /* #undef PERFORMANCE_TEST */
99 
100 /* Security enhancement class 1 */
101 /* #undef SE_CLASS1 */
102 
103 /* Security enhancement class 2 */
104 /* #undef SE_CLASS2 */
105 
106 /* Security enhancement class 3 */
107 /* #undef SE_CLASS3 */
108 
109 /* Define to 1 if you have the ANSI C header files. */
110 #define STDC_HEADERS 1
111 
112 /* If an error occur stop the program */
113 /* #undef STOP_ON_ERROR */
114 
115 /* Test coverage mode */
116 /* #undef TEST_COVERAGE_MODE */
117 
118 /* when an error accur continue but avoid unsafe operation */
119 /* #undef THROW_ON_ERROR */
120 
121 /* Version number of package */
122 #define VERSION "1.0.0"