APBS
1.4.1
apbscfg.h
1
// apbs configuration header generated by CMake
2
3
// apbs version string
4
#define PACKAGE_STRING "1.4.1"
5
6
// apbs fast mode
7
/* #undef APBS_FAST */
8
9
// apbs debugging mode
10
/* #undef DEBUG */
11
12
// prints verbose debugging information
13
/* #undef VERBOSE_DEBUG */
14
15
// apbs quiet mode
16
/* #undef VAPBSQUIET */
17
18
// time function available
19
#define HAVE_TIME_FUNC
20
21
// rand function available
22
#define HAVE_RAND_FUNC
23
24
// srand function available
25
#define HAVE_SRAND_FUNC
26
27
// readline library is available
28
/* #undef HAVE_LIBREADLINE */
29
30
// do not inline functions
31
#define APBS_NOINLINE
32
33
34
35
// Is macro embedding availble?
36
/* #undef HAVE_EMBED */
37
38
// zlib compression is available
39
#define HAVE_ZLIB
40
41
// include TINKER support
42
/* #undef WITH_TINKER */
43
44
45
46
// FEtk components is enabled
47
/* #undef FETK_ENABLED */
48
49
// have FEtk component PUNC
50
// TODO: Rename this to HAVE_PUNC in source and /builddir/build/BUILD/apbs/CMakeLists.txt
51
/* #undef HAVE_PUNC_H */
52
53
// have FEtk component MCX
54
// TODO: Rename this to HAVE_MCX in source and /builddir/build/BUILD/apbs/CMakeLists.txt
55
/* #undef HAVE_MCX_H */
56
57
// have FEtk component MC
58
// TODO: Rename this to HAVE_MC in source and /builddir/build/BUILD/apbs/CMakeLists.txt
59
/* #undef HAVE_MC_H */
60
61
// have fetk component GAMER
62
// TODO: Rename this to HAVE_GAMER in source and /builddir/build/BUILD/apbs/CMakeLists.txt
63
/* #undef HAVE_BIOM_H */
64
65
66
67
// The floating point epsilon for the current machine
68
#define FLOAT_EPSILON 2.220446e-16
69
70
// The double precision epsilon for the current machine
71
#define DOUBLE_EPSILON 2.220446e-16
72
73
74
75
76
// Remain for use be determined.
77
78
/* Define to 1 if you have the <inttypes.h> header file. */
79
//#undef HAVE_INTTYPES_H
80
81
/* Define to 1 if you have the <memory.h> header file. */
82
//#undef HAVE_MEMORY_H
83
84
/* have the MPI library */
85
//#undef HAVE_MPI_H
86
/* Define to 1 if you have the <stdint.h> header file. */
87
//#undef HAVE_STDINT_H
88
89
/* Define to 1 if you have the <stdlib.h> header file. */
90
//#undef HAVE_STDLIB_H
91
92
/* have machine-supplied strcasecmp */
93
//#undef HAVE_STRCASECMP
94
95
/* Define to 1 if you have the <strings.h> header file. */
96
//#undef HAVE_STRINGS_H
97
98
/* Define to 1 if you have the <string.h> header file. */
99
//#undef HAVE_STRING_H
100
101
/* Define to 1 if you have the <sys/stat.h> header file. */
102
//#undef HAVE_SYS_STAT_H
103
104
/* Define to 1 if you have the <sys/types.h> header file. */
105
//#undef HAVE_SYS_TYPES_H
106
107
/* Define to 1 if you have the <unistd.h> header file. */
108
//#undef HAVE_UNISTD_H
109
110
/* Define to the sub-directory in which libtool stores uninstalled libraries.
111
*/
112
//#undef LT_OBJDIR
113
114
/* Name of package */
115
//#undef PACKAGE
116
117
/* Define to the address where bug reports for this package should be sent. */
118
//#undef PACKAGE_BUGREPORT
119
120
/* Define to the full name of this package. */
121
//#undef PACKAGE_NAME
122
123
/* Define to the full name and version of this package. */
124
//#undef PACKAGE_STRING
125
126
/* Define to the one symbol short name of this package. */
127
//#undef PACKAGE_TARNAME
128
129
/* Define to the home page for this package. */
130
//#undef PACKAGE_URL
131
132
/* Define to the version of this package. */
133
//#undef PACKAGE_VERSION
134
135
/* Define to 1 if you have the ANSI C header files. */
136
//#undef STDC_HEADERS
137
138
/* use hierarchical basis method */
139
//#undef USE_HB
140
141
/* Version number of package */
142
//#undef VERSION
src
apbscfg.h
Generated on Fri Feb 10 2017 06:16:08 for APBS by
1.8.13