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