-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patharlhms_config.h.in
230 lines (154 loc) · 5.8 KB
/
arlhms_config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
/* arlhms_config.h.in. Generated from configure.ac by autoheader. */
/* Define if compiling for debug */
#undef DEBUG
/* Define if inlinining should be disabled */
#undef DEBUG_NO_INLINE
/* Define if logging is enabled. */
#undef ENABLE_LOGGING
/* Define if python bindings are enabled. */
#undef ENABLE_PYTHON_BINDINGS
/* Define to 1 if you have the <algorithm> header file. */
#undef HAVE_ALGORITHM
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
/* Define to 1 if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
/* define if the Boost library is available */
#undef HAVE_BOOST
/* define if the Boost::Filesystem library is available */
#undef HAVE_BOOST_FILESYSTEM
/* define if the Boost::Log library is available */
#undef HAVE_BOOST_LOG
/* define if the Boost::Log_setup library is available */
#undef HAVE_BOOST_LOG_SETUP
/* define if the Boost::Serialization library is available */
#undef HAVE_BOOST_SERIALIZATION
/* Define to 1 if you have the <boost/shared_ptr.hpp> header file. */
#undef HAVE_BOOST_SHARED_PTR_HPP
/* define if the Boost::System library is available */
#undef HAVE_BOOST_SYSTEM
/* define if the Boost::Thread library is available */
#undef HAVE_BOOST_THREAD
/* Define to 1 if you have the <cassert> header file. */
#undef HAVE_CASSERT
/* Define to 1 if you have the <cerrno> header file. */
#undef HAVE_CERRNO
/* Define to 1 if you have the <climits> header file. */
#undef HAVE_CLIMITS
/* Define to 1 if you have the <cmath> header file. */
#undef HAVE_CMATH
/* Define to 1 if you have the <cstddef> header file. */
#undef HAVE_CSTDDEF
/* Define to 1 if you have the <cstdio> header file. */
#undef HAVE_CSTDIO
/* Define to 1 if you have the <cstdlib> header file. */
#undef HAVE_CSTDLIB
/* Define to 1 if you have the <cstring> header file. */
#undef HAVE_CSTRING
/* Define to 1 if you have the <ctime> header file. */
#undef HAVE_CTIME
/* define if the compiler supports basic C++11 syntax */
#undef HAVE_CXX11
/* Define to 1 if you have the <deque> header file. */
#undef HAVE_DEQUE
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <exception> header file. */
#undef HAVE_EXCEPTION
/* Define to 1 if you have the <fstream> header file. */
#undef HAVE_FSTREAM
/* Define to 1 if you have the <functional> header file. */
#undef HAVE_FUNCTIONAL
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <iomanip> header file. */
#undef HAVE_IOMANIP
/* Define to 1 if you have the <iosfwd> header file. */
#undef HAVE_IOSFWD
/* Define to 1 if you have the <iostream> header file. */
#undef HAVE_IOSTREAM
/* Define to 1 if you have the <iterator> header file. */
#undef HAVE_ITERATOR
/* Define to 1 if you have the <list> header file. */
#undef HAVE_LIST
/* Define to 1 if you have the <map> header file. */
#undef HAVE_MAP
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if you have the MPI library. */
#undef HAVE_MPI
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
/* Define to 1 if you have the <numeric> header file. */
#undef HAVE_NUMERIC
/* Define if asf library is found */
#undef HAVE_PKG_asf
/* Define if eigen3 headers are found */
#undef HAVE_PKG_eigen3
/* Define if pyas package is found */
#undef HAVE_PKG_pyas
/* Define if sparse kriging library is found */
#undef HAVE_PKG_sparsekriging
/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
/* If available, contains the Python version number currently in use. */
#undef HAVE_PYTHON
/* Define to 1 if you have the <set> header file. */
#undef HAVE_SET
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
/* Define to 1 if you have the <sstream> header file. */
#undef HAVE_SSTREAM
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <string> header file. */
#undef HAVE_STRING
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the <utility> header file. */
#undef HAVE_UTILITY
/* Define to 1 if you have the <vector> header file. */
#undef HAVE_VECTOR
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Define when SGI MPI implementation is used */
#undef MPI_NO_CPPBIND
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION