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 /* Define to 1 if you have `alloca', as a function or macro. */
13 #define HAVE_ALLOCA 1
14 
15 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
16  */
17 #define HAVE_ALLOCA_H 1
18 
19 /* Define to 1 if you have the <bzlib.h> header file. */
20 #define HAVE_BZLIB_H 1
21 
22 /* Define to 1 if you have the <dlfcn.h> header file. */
23 #define HAVE_DLFCN_H 1
24 
25 /* Define to 1 if you have the <fcntl.h> header file. */
26 #define HAVE_FCNTL_H 1
27 
28 /* Define to 1 if you have the <history.h> header file. */
29 /* #undef HAVE_HISTORY_H */
30 
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #define HAVE_INTTYPES_H 1
33 
34 /* libbz2 */
35 #define HAVE_LIBBZ2 1
36 
37 /* Define if you have a readline compatible library */
38 #define HAVE_LIBREADLINE 1
39 
40 /* Description */
41 /* #undef HAVE_LIBWRAP */
42 
43 /* Define to 1 if you have the <limits.h> header file. */
44 #define HAVE_LIMITS_H 1
45 
46 /* Define to 1 if you have the <memory.h> header file. */
47 #define HAVE_MEMORY_H 1
48 
49 /* Define to 1 if you have the `mktime' function. */
50 #define HAVE_MKTIME 1
51 
52 /* OpenSSL */
53 #define HAVE_OPENSSL 1
54 
55 /* Define to 1 if you have the <openssl/ssl.h> header file. */
56 /* #undef HAVE_OPENSSL_SSL_H */
57 
58 /* Define to 1 if you have the <pthread.h> header file. */
59 #define HAVE_PTHREAD_H 1
60 
61 /* Define to 1 if you have the <readline.h> header file. */
62 /* #undef HAVE_READLINE_H */
63 
64 /* Define if your readline library has \`add_history' */
65 #define HAVE_READLINE_HISTORY 1
66 
67 /* Define to 1 if you have the <readline/history.h> header file. */
68 #define HAVE_READLINE_HISTORY_H 1
69 
70 /* Define to 1 if you have the <readline/readline.h> header file. */
71 #define HAVE_READLINE_READLINE_H 1
72 
73 /* Define to 1 if you have the <stdint.h> header file. */
74 #define HAVE_STDINT_H 1
75 
76 /* Define to 1 if you have the <stdlib.h> header file. */
77 #define HAVE_STDLIB_H 1
78 
79 /* Define to 1 if you have the `strdup' function. */
80 #define HAVE_STRDUP 1
81 
82 /* Define to 1 if you have the `strftime' function. */
83 #define HAVE_STRFTIME 1
84 
85 /* Define to 1 if you have the <strings.h> header file. */
86 #define HAVE_STRINGS_H 1
87 
88 /* Define to 1 if you have the <string.h> header file. */
89 #define HAVE_STRING_H 1
90 
91 /* Define if your system libraries have a sys_errlist variable. */
92 #define HAVE_SYS_ERRLIST 1
93 
94 /* Define to 1 if you have the <sys/stat.h> header file. */
95 #define HAVE_SYS_STAT_H 1
96 
97 /* Define to 1 if you have the <sys/types.h> header file. */
98 #define HAVE_SYS_TYPES_H 1
99 
100 /* Define to 1 if you have the `timegm' function. */
101 #define HAVE_TIMEGM 1
102 
103 /* Define to 1 if you have the <unistd.h> header file. */
104 #define HAVE_UNISTD_H 1
105 
106 /* Define to the sub-directory in which libtool stores uninstalled libraries.
107  */
108 #define LT_OBJDIR ".libs/"
109 
110 /* Name of package */
111 #define PACKAGE "bes"
112 
113 /* Define to the address where bug reports for this package should be sent. */
114 #define PACKAGE_BUGREPORT "support@opendap.org"
115 
116 /* Define to the full name of this package. */
117 #define PACKAGE_NAME "bes"
118 
119 /* Define to the full name and version of this package. */
120 #define PACKAGE_STRING "bes 3.9.0"
121 
122 /* Define to the one symbol short name of this package. */
123 #define PACKAGE_TARNAME "bes"
124 
125 /* Define to the home page for this package. */
126 #define PACKAGE_URL ""
127 
128 /* Define to the version of this package. */
129 #define PACKAGE_VERSION "3.9.0"
130 
131 /* If using the C implementation of alloca, define if you know the
132  direction of stack growth for your system; otherwise it will be
133  automatically deduced at runtime.
134  STACK_DIRECTION > 0 => grows toward higher addresses
135  STACK_DIRECTION < 0 => grows toward lower addresses
136  STACK_DIRECTION = 0 => direction of growth unknown */
137 /* #undef STACK_DIRECTION */
138 
139 /* Define to 1 if you have the ANSI C header files. */
140 #define STDC_HEADERS 1
141 
142 /* Version number of package */
143 #define VERSION "3.9.0"
144 
145 /* Number of bits in a file offset, on hosts where this is settable. */
146 #define _FILE_OFFSET_BITS 64
147 
148 /* Define for large files, on AIX-style hosts. */
149 /* #undef _LARGE_FILES */
150 
151 /* Define to empty if `const' does not conform to ANSI C. */
152 /* #undef const */
153 
154 /* Define to `__inline__' or `__inline' if that's what the C compiler
155  calls it, or to nothing if 'inline' is not supported under any name. */
156 #ifndef __cplusplus
157 /* #undef inline */
158 #endif
159 
160 /* Define to `unsigned int' if <sys/types.h> does not define. */
161 /* #undef size_t */