OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
5  systems. This function is required for `alloca.c' support on those systems.
6  */
7 /* #undef CRAY_STACKSEG_END */
8 
9 /* Define to 1 if using `alloca.c'. */
10 /* #undef C_ALLOCA */
11 
12 /* dapreader_module */
13 #define DAPREADER_PACKAGE "dapreader_module"
14 
15 /* 0.0.1 */
16 #define DAPREADER_VERSION "0.0.1"
17 
18 /* Define to 1 if you have `alloca', as a function or macro. */
19 #define HAVE_ALLOCA 1
20 
21 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
22  */
23 #define HAVE_ALLOCA_H 1
24 
25 /* Define to 1 if you have the `atexit' function. */
26 #define HAVE_ATEXIT 1
27 
28 /* Define to 1 if you have the <bzlib.h> header file. */
29 #define HAVE_BZLIB_H 1
30 
31 /* Define to 1 if you have the <dlfcn.h> header file. */
32 #define HAVE_DLFCN_H 1
33 
34 /* Define to 1 if you have the <fcntl.h> header file. */
35 #define HAVE_FCNTL_H 1
36 
37 /* Define to 1 if GDAL library are available */
38 /* #undef HAVE_GDAL */
39 
40 /* Define to 1 if GDAL library includes OGR support */
41 /* #undef HAVE_GDAL_OGR */
42 
43 /* Define to 1 if you have the <history.h> header file. */
44 /* #undef HAVE_HISTORY_H */
45 
46 /* Define to 1 if you have the <inttypes.h> header file. */
47 #define HAVE_INTTYPES_H 1
48 
49 /* libbz2 */
50 #define HAVE_LIBBZ2 1
51 
52 /* Define if you have a readline compatible library */
53 #define HAVE_LIBREADLINE 1
54 
55 /* Description */
56 /* #undef HAVE_LIBWRAP */
57 
58 /* Define to 1 if you have the <limits.h> header file. */
59 #define HAVE_LIMITS_H 1
60 
61 /* Define to 1 if you have the <memory.h> header file. */
62 #define HAVE_MEMORY_H 1
63 
64 /* Define to 1 if you have the `mktime' function. */
65 #define HAVE_MKTIME 1
66 
67 /* OpenSSL */
68 #define HAVE_OPENSSL 1
69 
70 /* Define to 1 if you have the <openssl/ssl.h> header file. */
71 /* #undef HAVE_OPENSSL_SSL_H */
72 
73 /* Define to 1 if you have the <pthread.h> header file. */
74 #define HAVE_PTHREAD_H 1
75 
76 /* Define to 1 if you have the <readline.h> header file. */
77 /* #undef HAVE_READLINE_H */
78 
79 /* Define if your readline library has \`add_history' */
80 #define HAVE_READLINE_HISTORY 1
81 
82 /* Define to 1 if you have the <readline/history.h> header file. */
83 #define HAVE_READLINE_HISTORY_H 1
84 
85 /* Define to 1 if you have the <readline/readline.h> header file. */
86 #define HAVE_READLINE_READLINE_H 1
87 
88 /* Define to 1 if you have the <stdint.h> header file. */
89 #define HAVE_STDINT_H 1
90 
91 /* Define to 1 if you have the <stdlib.h> header file. */
92 #define HAVE_STDLIB_H 1
93 
94 /* Define to 1 if you have the `strdup' function. */
95 #define HAVE_STRDUP 1
96 
97 /* Define to 1 if you have the `strftime' function. */
98 #define HAVE_STRFTIME 1
99 
100 /* Define to 1 if you have the <strings.h> header file. */
101 #define HAVE_STRINGS_H 1
102 
103 /* Define to 1 if you have the <string.h> header file. */
104 #define HAVE_STRING_H 1
105 
106 /* Define if your system libraries have a sys_errlist variable. */
107 #define HAVE_SYS_ERRLIST 1
108 
109 /* Define to 1 if you have the <sys/stat.h> header file. */
110 #define HAVE_SYS_STAT_H 1
111 
112 /* Define to 1 if you have the <sys/types.h> header file. */
113 #define HAVE_SYS_TYPES_H 1
114 
115 /* Define to 1 if you have the `timegm' function. */
116 #define HAVE_TIMEGM 1
117 
118 /* Define if tr1/functional is present. */
119 #define HAVE_TR1_FUNCTIONAL
120 
121 /* Define to 1 if you have the <unistd.h> header file. */
122 #define HAVE_UNISTD_H 1
123 
124 /* Define to the sub-directory in which libtool stores uninstalled libraries.
125  */
126 #define LT_OBJDIR ".libs/"
127 
128 /* Name of package */
129 #define PACKAGE "bes"
130 
131 /* Define to the address where bug reports for this package should be sent. */
132 #define PACKAGE_BUGREPORT "support@opendap.org"
133 
134 /* Define to the full name of this package. */
135 #define PACKAGE_NAME "bes"
136 
137 /* Define to the full name and version of this package. */
138 #define PACKAGE_STRING "bes 3.13.1"
139 
140 /* Define to the one symbol short name of this package. */
141 #define PACKAGE_TARNAME "bes"
142 
143 /* Define to the home page for this package. */
144 #define PACKAGE_URL ""
145 
146 /* Define to the version of this package. */
147 #define PACKAGE_VERSION "3.13.1"
148 
149 /* If using the C implementation of alloca, define if you know the
150  direction of stack growth for your system; otherwise it will be
151  automatically deduced at runtime.
152  STACK_DIRECTION > 0 => grows toward higher addresses
153  STACK_DIRECTION < 0 => grows toward lower addresses
154  STACK_DIRECTION = 0 => direction of growth unknown */
155 /* #undef STACK_DIRECTION */
156 
157 /* Define to 1 if you have the ANSI C header files. */
158 #define STDC_HEADERS 1
159 
160 /* Version number of package */
161 #define VERSION "3.13.1"
162 
163 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
164  `char[]'. */
165 /* #undef YYTEXT_POINTER */
166 
167 /* Enable large inode numbers on Mac OS X 10.5. */
168 #ifndef _DARWIN_USE_64_BIT_INODE
169 # define _DARWIN_USE_64_BIT_INODE 1
170 #endif
171 
172 /* Number of bits in a file offset, on hosts where this is settable. */
173 #define _FILE_OFFSET_BITS 64
174 
175 /* Define for large files, on AIX-style hosts. */
176 /* #undef _LARGE_FILES */
177 
178 /* Define to empty if `const' does not conform to ANSI C. */
179 /* #undef const */
180 
181 /* Define to `__inline__' or `__inline' if that's what the C compiler
182  calls it, or to nothing if 'inline' is not supported under any name. */
183 #ifndef __cplusplus
184 /* #undef inline */
185 #endif
186 
187 /* Define to `unsigned int' if <sys/types.h> does not define. */
188 /* #undef size_t */