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