-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvisit-cmake.h.in
283 lines (193 loc) · 8.45 KB
/
visit-cmake.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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
/* include/visit-config.h.in. Generated from configure.in by autoheader. */
/*******************************************************************************
* Optional I/O libraries
******************************************************************************/
/* Define if building universal (internal helper macro) */
#cmakedefine AC_APPLE_UNIVERSAL_BUILD
/* Define if you have the cgns library. */
#cmakedefine HAVE_LIBCGNS
/* Define if you have the gdal library. */
#cmakedefine HAVE_LIBGDAL
/* Define if you have hdf4. */
#cmakedefine HAVE_LIBHDF4
/* Define if you have hdf5. */
#cmakedefine HAVE_LIBHDF5
/* Define if you have the netcdf library. */
#cmakedefine HAVE_LIBNETCDF
/* Define if you have the netcdf header. */
#cmakedefine HAVE_NETCDF_H
/* Define if you have pdb. */
#cmakedefine HAVE_LIBPDB
/* Define if you are using PDB proper instead of PDB lite. */
#cmakedefine HAVE_PDB_PROPER
/* Define if you have silo. */
#cmakedefine HAVE_LIBSILO
/*******************************************************************************
* Optional libraries
******************************************************************************/
/* Define if you have the GLEW library. */
#cmakedefine HAVE_LIBGLEW
/* Define if you have the boost interval template library. */
#cmakedefine HAVE_BILIB
/* Define to 1 if you have the `m' library (-lm). */
#cmakedefine HAVE_LIBM 1
/* Define to 1 if you have the `z' library (-lz). */
#cmakedefine HAVE_LIBZ 1
/* Define if you have the FastBit library. */
#cmakedefine HAVE_LIBFASTBIT
/*******************************************************************************
* Header file checks
******************************************************************************/
/* Define to 1 if you have the <fcntl.h> header file. */
#cmakedefine HAVE_FCNTL_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H 1
/* Define to 1 if you have the <limits.h> header file. */
#cmakedefine HAVE_LIMITS_H 1
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine HAVE_MEMORY_H 1
/* Define if socklen_t is defined. */
#cmakedefine HAVE_SOCKLEN_T
/* Define to 1 if stdbool.h conforms to C99. */
#cmakedefine HAVE_STDBOOL_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#cmakedefine HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
#cmakedefine HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#cmakedefine HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine HAVE_SYS_TYPES_H 1
/* Define if you have the pthread library. */
#cmakedefine HAVE_THREADS
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H 1
/* Define to 1 if you have the <zlib.h> header file. */
#cmakedefine HAVE_ZLIB_H 1
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS 1
/* Define to 1 if the system has the type `_Bool'. */
#cmakedefine HAVE__BOOL 1
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#cmakedefine TIME_WITH_SYS_TIME 1
/*******************************************************************************
* Prototype checks
******************************************************************************/
/* Define to 1 if you have the `memmove' function. */
#cmakedefine HAVE_MEMMOVE 1
/* Define to 1 if you have the `strerror' function. */
#cmakedefine HAVE_STRERROR 1
/* Define to 1 if you have the `div' function. */
#cmakedefine HAVE_DIV 1
/* Define if you have the prototype for ftime in the <sys/timeb.h>. */
#cmakedefine HAVE_FTIME_PROTOTYPE
/* Define if you have isfinite. */
#cmakedefine HAVE_ISFINITE
/* Define to 1 if you have the `select' function. */
#cmakedefine HAVE_SELECT 1
/* Define to 1 if you have the `setenv' function. */
#cmakedefine HAVE_SETENV 1
/* Define to 1 if you have the `strtof' function. */
#cmakedefine HAVE_STRTOF 1
/* Define if you have the prototype for strtof in the <stdlib.h>. */
#cmakedefine HAVE_STRTOF_PROTOTYPE
/*******************************************************************************
* Package information
******************************************************************************/
/* Define to the address where bug reports for this package should be sent. */
#cmakedefine PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#cmakedefine PACKAGE_NAME
/* Define to the full name and version of this package. */
#cmakedefine PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#cmakedefine PACKAGE_TARNAME
/* Define to the version of this package. */
#cmakedefine PACKAGE_VERSION
/*******************************************************************************
* Platform information
******************************************************************************/
/* The size of `boolean', as computed by sizeof. */
#cmakedefine SIZEOF_BOOLEAN @SIZEOF_BOOLEAN@
/* The size of `char', as computed by sizeof. */
#cmakedefine SIZEOF_CHAR @SIZEOF_CHAR@
/* The size of `double', as computed by sizeof. */
#cmakedefine SIZEOF_DOUBLE @SIZEOF_DOUBLE@
/* The size of `float', as computed by sizeof. */
#cmakedefine SIZEOF_FLOAT @SIZEOF_FLOAT@
/* The size of `int', as computed by sizeof. */
#cmakedefine SIZEOF_INT @SIZEOF_INT@
/* The size of `long', as computed by sizeof. */
#cmakedefine SIZEOF_LONG @SIZEOF_LONG@
/* The size of `long double', as computed by sizeof. */
#cmakedefine SIZEOF_LONG_DOUBLE @SIZEOF_LONG_DOUBLE@
/* The size of a `long double', as computed by sizeof. */
#cmakedefine SIZEOF_LONG_FLOAT @SIZEOF_LONG_FLOAT@
/* The size of `long long', as computed by sizeof. */
#cmakedefine SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
/* The size of `short', as computed by sizeof. */
#cmakedefine SIZEOF_SHORT @SIZEOF_SHORT@
/* The size of `unsigned char', as computed by sizeof. */
#cmakedefine SIZEOF_UNSIGNED_CHAR @SIZEOF_UNSIGNED_CHAR@
/* The size of `unsigned int', as computed by sizeof. */
#cmakedefine SIZEOF_UNSIGNED_INT @SIZEOF_UNSIGNED_INT@
/* The size of `unsigned long', as computed by sizeof. */
#cmakedefine SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@
/* The size of `unsigned long long', as computed by sizeof. */
#cmakedefine SIZEOF_UNSIGNED_LONG_LONG @SIZEOF_UNSIGNED_LONG_LONG@
/* The size of `unsigned short', as computed by sizeof. */
#cmakedefine SIZEOF_UNSIGNED_SHORT @SIZEOF_UNSIGNED_SHORT@
/* The size of `void *', as computed by sizeof. */
#cmakedefine SIZEOF_VOID_P @SIZEOF_VOID_P@
/* The size of a `off64_t', as computed by sizeof. */
#cmakedefine SIZEOF_OFF64_T @SIZEOF_OFF64_T@
/* Define the slash character */
#cmakedefine VISIT_SLASH_CHAR @VISIT_SLASH_CHAR@
/* Define the slash string */
#cmakedefine VISIT_SLASH_STRING @VISIT_SLASH_STRING@
/* Define the plugin extension string */
#cmakedefine VISIT_PLUGIN_EXTENSION "@VISIT_PLUGIN_EXTENSION@"
/* Define VISIT_USE_PTY if we want to use PTYs. */
#cmakedefine VISIT_USE_PTY
/* Define PTY_SYSV if we have System V style pty functions -- BSD otherwise. */
#cmakedefine PTY_SYSV
/* Define NO_SETBUF if streambuf::setbuf is not public. */
#cmakedefine NO_SETBUF
/* Enable use of mangled Mesa classes in VisIt. */
#cmakedefine VISIT_USE_MANGLED_MESA
/* Define if we want to use VisIt's no-spin BCast. */
#cmakedefine VISIT_USE_NOSPIN_BCAST
/* VisIt version */
#cmakedefine VISIT_VERSION "@VISIT_VERSION@"
#cmakedefine VERSION "@VERSION@"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#cmakedefine WORDS_BIGENDIAN 1
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
/* NEED TO CHECK OF MORE NEEDS TO BE DONE FOR THIS OR IF THE CMAKE DEFINE
ABOVE WILL BE SUFFICIENT
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
*/
/* Define the largest image that VisIt can save. */
#cmakedefine VISIT_RENDERING_SIZE_LIMIT @VISIT_RENDERING_SIZE_LIMIT@
/* Define to `int' if <sys/types.h> doesn't define. */
#cmakedefine gid_t
/* Define to `int' if <sys/types.h> doesn't define. */
#cmakedefine uid_t
/* Disable ssh tunneling on Panther. */
#cmakedefine PANTHERHACK