bes
Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
config.h
1
/* config.h. Generated from config.h.in by configure. */
2
/* config.h.in. Generated from configure.ac by autoheader. */
3
4
#ifndef _config_h
5
#define _config_h
6
7
/* Client version number */
8
#define CVER "3.21.1"
9
10
/* Define to 1 if using 'alloca.c'. */
11
/* #undef C_ALLOCA */
12
13
/* dapreader_module */
14
#define DAPREADER_PACKAGE "dapreader_module"
15
16
/* 0.0.1 */
17
#define DAPREADER_VERSION "0.0.1"
18
19
/* What DAP version is supported? */
20
#define DAP_PROTOCOL_VERSION "3.2"
21
22
/* Define this for Developer-only code sections. */
23
#define DEVELOPER 1
24
25
/* Should the XML Data Handler unit-test support be compiled? */
26
#define ENABLE_UNIT_TESTS 1
27
28
/* define if gridfields lib is present */
29
#define GRIDFIELDS 1
30
31
/* Define to 1 if you have the 'alarm' function. */
32
#define HAVE_ALARM 1
33
34
/* Define to 1 if you have 'alloca', as a function or macro. */
35
#define HAVE_ALLOCA 1
36
37
/* Define to 1 if <alloca.h> works. */
38
#define HAVE_ALLOCA_H 1
39
40
/* Define to 1 if you have the 'atexit' function. */
41
#define HAVE_ATEXIT 1
42
43
/* Define to 1 if you have the <aws/core/Aws.h> header file. */
44
/* #undef HAVE_AWS_CORE_AWS_H */
45
46
/* Define to 1 if you have the <aws/s3/S3Client.h> header file. */
47
/* #undef HAVE_AWS_S3_S3CLIENT_H */
48
49
/* Define to 1 if you have the <byteswap.h> header file. */
50
/* #undef HAVE_BYTESWAP_H */
51
52
/* Define to 1 if you have the <bzlib.h> header file. */
53
#define HAVE_BZLIB_H 1
54
55
/* Define to 1 if you have the <curl/curl.h> header file. */
56
#define HAVE_CURL_CURL_H 1
57
58
/* Does libcurl have the multi API */
59
#define HAVE_CURL_MULTI_API 1
60
61
/* Define to 1 if you have the <curl/multi.h> header file. */
62
#define HAVE_CURL_MULTI_H 1
63
64
/* Define to 1 if you have the <dlfcn.h> header file. */
65
#define HAVE_DLFCN_H 1
66
67
/* Define to 1 if you don't have 'vprintf' but do have '_doprnt.' */
68
/* #undef HAVE_DOPRNT */
69
70
/* Define to 1 if you have the <fcntl.h> header file. */
71
#define HAVE_FCNTL_H 1
72
73
/* Define to 1 if you have the <fitsio.h> header file. */
74
/* #undef HAVE_FITSIO_H */
75
76
/* Define to 1 if you have the <float.h> header file. */
77
#define HAVE_FLOAT_H 1
78
79
/* Define to 1 if you have the 'floor' function. */
80
#define HAVE_FLOOR 1
81
82
/* The GDAL Library is present */
83
#define HAVE_GDAL 1
84
85
/* Define to 1 if GDAL library includes OGR support */
86
/* #undef HAVE_GDAL_OGR */
87
88
/* Define to 1 if you have the <HDFEOSVersion.h> header file. */
89
#define HAVE_HDFEOSVERSION_H 1
90
91
/* Define to 1 if you have the <history.h> header file. */
92
/* #undef HAVE_HISTORY_H */
93
94
/* Define to 1 if you have the <inttypes.h> header file. */
95
#define HAVE_INTTYPES_H 1
96
97
/* Define to 1 if you have the 'isascii' function. */
98
#define HAVE_ISASCII 1
99
100
/* libbz2 */
101
#define HAVE_LIBBZ2 1
102
103
/* Define if you have a readline compatible library */
104
#define HAVE_LIBREADLINE 1
105
106
/* Description */
107
/* #undef HAVE_LIBWRAP */
108
109
/* Define to 1 if you have the <limits.h> header file. */
110
#define HAVE_LIMITS_H 1
111
112
/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
113
to 0 otherwise. */
114
#define HAVE_MALLOC 1
115
116
/* Define to 1 if you have the <malloc.h> header file. */
117
/* #undef HAVE_MALLOC_H */
118
119
/* Define to 1 if you have the 'memmove' function. */
120
#define HAVE_MEMMOVE 1
121
122
/* Define to 1 if you have the 'memset' function. */
123
#define HAVE_MEMSET 1
124
125
/* Define to 1 if you have the 'mktime' function. */
126
#define HAVE_MKTIME 1
127
128
/* Define to 1 if you have the 'pow' function. */
129
#define HAVE_POW 1
130
131
/* Define to 1 if you have the <pthread.h> header file. */
132
#define HAVE_PTHREAD_H 1
133
134
/* Define to 1 if the system has the type 'ptrdiff_t'. */
135
#define HAVE_PTRDIFF_T 1
136
137
/* Define to 1 if you have the <readline.h> header file. */
138
/* #undef HAVE_READLINE_H */
139
140
/* Define if your readline library has \`add_history' */
141
#define HAVE_READLINE_HISTORY 1
142
143
/* Define to 1 if you have the <readline/history.h> header file. */
144
#define HAVE_READLINE_HISTORY_H 1
145
146
/* Define to 1 if you have the <readline/readline.h> header file. */
147
#define HAVE_READLINE_READLINE_H 1
148
149
/* Define to 1 if your system has a GNU libc compatible 'realloc' function,
150
and to 0 otherwise. */
151
#define HAVE_REALLOC 1
152
153
/* Define to 1 if you have the 'sqrt' function. */
154
#define HAVE_SQRT 1
155
156
/* The STARE Library is present */
157
#define HAVE_STARE 1
158
159
/* Define to 1 if stdbool.h conforms to C99. */
160
#define HAVE_STDBOOL_H 1
161
162
/* Define to 1 if you have the <stddef.h> header file. */
163
#define HAVE_STDDEF_H 1
164
165
/* Define to 1 if you have the <stdint.h> header file. */
166
#define HAVE_STDINT_H 1
167
168
/* Define to 1 if you have the <stdio.h> header file. */
169
#define HAVE_STDIO_H 1
170
171
/* Define to 1 if you have the <stdlib.h> header file. */
172
#define HAVE_STDLIB_H 1
173
174
/* Define to 1 if you have the 'strcasecmp' function. */
175
#define HAVE_STRCASECMP 1
176
177
/* Define to 1 if you have the 'strchr' function. */
178
#define HAVE_STRCHR 1
179
180
/* Define to 1 if you have the 'strcspn' function. */
181
#define HAVE_STRCSPN 1
182
183
/* Define to 1 if you have the 'strdup' function. */
184
#define HAVE_STRDUP 1
185
186
/* Define to 1 if you have the 'strerror' function. */
187
#define HAVE_STRERROR 1
188
189
/* Define to 1 if you have the 'strftime' function. */
190
#define HAVE_STRFTIME 1
191
192
/* Define to 1 if you have the <strings.h> header file. */
193
#define HAVE_STRINGS_H 1
194
195
/* Define to 1 if you have the <string.h> header file. */
196
#define HAVE_STRING_H 1
197
198
/* Define to 1 if you have the 'strncasecmp' function. */
199
#define HAVE_STRNCASECMP 1
200
201
/* Define to 1 if you have the 'strpbrk' function. */
202
#define HAVE_STRPBRK 1
203
204
/* Define to 1 if you have the 'strrchr' function. */
205
#define HAVE_STRRCHR 1
206
207
/* Define to 1 if you have the 'strspn' function. */
208
#define HAVE_STRSPN 1
209
210
/* Define to 1 if you have the 'strtol' function. */
211
#define HAVE_STRTOL 1
212
213
/* Define to 1 if you have the 'strtoul' function. */
214
#define HAVE_STRTOUL 1
215
216
/* Define to 1 if you have the <sys/stat.h> header file. */
217
#define HAVE_SYS_STAT_H 1
218
219
/* Define to 1 if you have the <sys/time.h> header file. */
220
#define HAVE_SYS_TIME_H 1
221
222
/* Define to 1 if you have the <sys/types.h> header file. */
223
#define HAVE_SYS_TYPES_H 1
224
225
/* Define to 1 if you have the 'timegm' function. */
226
#define HAVE_TIMEGM 1
227
228
/* Define to 1 if you have the <unistd.h> header file. */
229
#define HAVE_UNISTD_H 1
230
231
/* Define to 1 if you have the <uuid.h> header file. */
232
/* #undef HAVE_UUID_H */
233
234
/* Define to 1 if you have the <uuid/uuid.h> header file. */
235
#define HAVE_UUID_UUID_H 1
236
237
/* Define to 1 if you have the 'vprintf' function. */
238
#define HAVE_VPRINTF 1
239
240
/* Define to 1 if the system has the type '_Bool'. */
241
#define HAVE__BOOL 1
242
243
/* Define to the sub-directory where libtool stores uninstalled libraries. */
244
#define LT_OBJDIR ".libs/"
245
246
/* Define this to suppress assert() statements. */
247
/* #undef NDEBUG */
248
249
/* What version of netcdf were we built with? */
250
#define NETCDF_VERSION 4
251
252
/* Name of package */
253
#define PACKAGE "bes"
254
255
/* Define to the address where bug reports for this package should be sent. */
256
#define PACKAGE_BUGREPORT "support@opendap.org"
257
258
/* Define to the full name of this package. */
259
#define PACKAGE_NAME "bes"
260
261
/* Define to the full name and version of this package. */
262
#define PACKAGE_STRING "bes 3.21.1"
263
264
/* Define to the one symbol short name of this package. */
265
#define PACKAGE_TARNAME "bes"
266
267
/* Define to the home page for this package. */
268
#define PACKAGE_URL ""
269
270
/* Define to the version of this package. */
271
#define PACKAGE_VERSION "3.21.1"
272
273
/* If using the C implementation of alloca, define if you know the
274
direction of stack growth for your system; otherwise it will be
275
automatically deduced at runtime.
276
STACK_DIRECTION > 0 => grows toward higher addresses
277
STACK_DIRECTION < 0 => grows toward lower addresses
278
STACK_DIRECTION = 0 => direction of growth unknown */
279
/* #undef STACK_DIRECTION */
280
281
/* Define to 1 if all of the C89 standard headers exist (not just the ones
282
required in a freestanding environment). This macro is provided for
283
backward compatibility; new code need not use it. */
284
#define STDC_HEADERS 1
285
286
/* Define to 1 if your <sys/time.h> declares 'struct tm'. */
287
/* #undef TM_IN_SYS_TIME */
288
289
/* Version number of package */
290
#define VERSION "3.21.1"
291
292
/* Number of bits in a file offset, on hosts where this is settable. */
293
/* #undef _FILE_OFFSET_BITS */
294
295
/* Define to 1 on platforms where this makes off_t a 64-bit type. */
296
/* #undef _LARGE_FILES */
297
298
/* Number of bits in time_t, on hosts where this is settable. */
299
/* #undef _TIME_BITS */
300
301
/* Define to 1 on platforms where this makes time_t a 64-bit type. */
302
/* #undef __MINGW_USE_VC2005_COMPAT */
303
304
/* Define to empty if 'const' does not conform to ANSI C. */
305
/* #undef const */
306
307
/* Define to '__inline__' or '__inline' if that's what the C compiler
308
calls it, or to nothing if 'inline' is not supported under any name. */
309
#ifndef __cplusplus
310
/* #undef inline */
311
#endif
312
313
/* Define to rpl_malloc if the replacement function should be used. */
314
/* #undef malloc */
315
316
/* Define to rpl_realloc if the replacement function should be used. */
317
/* #undef realloc */
318
319
/* Define as 'unsigned int' if <stddef.h> doesn't define. */
320
/* #undef size_t */
321
322
323
324
// These values are defined in configure.ac
325
#define ANNOTATION_SYSTEM 1
326
327
#if defined(__GNUG__) || defined(__GNUC__)
328
#define not_used __attribute__ ((unused))
329
#else
330
#define not_used
331
#endif
/* __GNUG__ || __GNUC__ */
332
333
#endif
/* _config_h */
config.h
Generated by
1.13.2