OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 00005 systems. This function is required for `alloca.c' support on those systems. 00006 */ 00007 /* #undef CRAY_STACKSEG_END */ 00008 00009 /* Define to 1 if using `alloca.c'. */ 00010 /* #undef C_ALLOCA */ 00011 00012 /* dapreader_module */ 00013 #define DAPREADER_PACKAGE "dapreader_module" 00014 00015 /* 0.0.1 */ 00016 #define DAPREADER_VERSION "0.0.1" 00017 00018 /* Define to 1 if you have `alloca', as a function or macro. */ 00019 #define HAVE_ALLOCA 1 00020 00021 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 00022 */ 00023 #define HAVE_ALLOCA_H 1 00024 00025 /* Define to 1 if you have the <bzlib.h> header file. */ 00026 #define HAVE_BZLIB_H 1 00027 00028 /* Define to 1 if you have the <dlfcn.h> header file. */ 00029 #define HAVE_DLFCN_H 1 00030 00031 /* Define to 1 if you have the <fcntl.h> header file. */ 00032 #define HAVE_FCNTL_H 1 00033 00034 /* Define to 1 if you have the <history.h> header file. */ 00035 /* #undef HAVE_HISTORY_H */ 00036 00037 /* Define to 1 if you have the <inttypes.h> header file. */ 00038 #define HAVE_INTTYPES_H 1 00039 00040 /* libbz2 */ 00041 #define HAVE_LIBBZ2 1 00042 00043 /* Define if you have a readline compatible library */ 00044 #define HAVE_LIBREADLINE 1 00045 00046 /* Description */ 00047 /* #undef HAVE_LIBWRAP */ 00048 00049 /* Define to 1 if you have the <limits.h> header file. */ 00050 #define HAVE_LIMITS_H 1 00051 00052 /* Define to 1 if you have the <memory.h> header file. */ 00053 #define HAVE_MEMORY_H 1 00054 00055 /* Define to 1 if you have the `mktime' function. */ 00056 #define HAVE_MKTIME 1 00057 00058 /* OpenSSL */ 00059 #define HAVE_OPENSSL 1 00060 00061 /* Define to 1 if you have the <openssl/ssl.h> header file. */ 00062 /* #undef HAVE_OPENSSL_SSL_H */ 00063 00064 /* Define to 1 if you have the <pthread.h> header file. */ 00065 #define HAVE_PTHREAD_H 1 00066 00067 /* Define to 1 if you have the <readline.h> header file. */ 00068 /* #undef HAVE_READLINE_H */ 00069 00070 /* Define if your readline library has \`add_history' */ 00071 #define HAVE_READLINE_HISTORY 1 00072 00073 /* Define to 1 if you have the <readline/history.h> header file. */ 00074 #define HAVE_READLINE_HISTORY_H 1 00075 00076 /* Define to 1 if you have the <readline/readline.h> header file. */ 00077 #define HAVE_READLINE_READLINE_H 1 00078 00079 /* Define to 1 if you have the <stdint.h> header file. */ 00080 #define HAVE_STDINT_H 1 00081 00082 /* Define to 1 if you have the <stdlib.h> header file. */ 00083 #define HAVE_STDLIB_H 1 00084 00085 /* Define to 1 if you have the `strdup' function. */ 00086 #define HAVE_STRDUP 1 00087 00088 /* Define to 1 if you have the `strftime' function. */ 00089 #define HAVE_STRFTIME 1 00090 00091 /* Define to 1 if you have the <strings.h> header file. */ 00092 #define HAVE_STRINGS_H 1 00093 00094 /* Define to 1 if you have the <string.h> header file. */ 00095 #define HAVE_STRING_H 1 00096 00097 /* Define if your system libraries have a sys_errlist variable. */ 00098 #define HAVE_SYS_ERRLIST 1 00099 00100 /* Define to 1 if you have the <sys/stat.h> header file. */ 00101 #define HAVE_SYS_STAT_H 1 00102 00103 /* Define to 1 if you have the <sys/types.h> header file. */ 00104 #define HAVE_SYS_TYPES_H 1 00105 00106 /* Define to 1 if you have the `timegm' function. */ 00107 #define HAVE_TIMEGM 1 00108 00109 /* Define to 1 if you have the <unistd.h> header file. */ 00110 #define HAVE_UNISTD_H 1 00111 00112 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00113 */ 00114 #define LT_OBJDIR ".libs/" 00115 00116 /* Name of package */ 00117 #define PACKAGE "bes" 00118 00119 /* Define to the address where bug reports for this package should be sent. */ 00120 #define PACKAGE_BUGREPORT "support@opendap.org" 00121 00122 /* Define to the full name of this package. */ 00123 #define PACKAGE_NAME "bes" 00124 00125 /* Define to the full name and version of this package. */ 00126 #define PACKAGE_STRING "bes 3.9.2" 00127 00128 /* Define to the one symbol short name of this package. */ 00129 #define PACKAGE_TARNAME "bes" 00130 00131 /* Define to the home page for this package. */ 00132 #define PACKAGE_URL "" 00133 00134 /* Define to the version of this package. */ 00135 #define PACKAGE_VERSION "3.9.2" 00136 00137 /* If using the C implementation of alloca, define if you know the 00138 direction of stack growth for your system; otherwise it will be 00139 automatically deduced at runtime. 00140 STACK_DIRECTION > 0 => grows toward higher addresses 00141 STACK_DIRECTION < 0 => grows toward lower addresses 00142 STACK_DIRECTION = 0 => direction of growth unknown */ 00143 /* #undef STACK_DIRECTION */ 00144 00145 /* Define to 1 if you have the ANSI C header files. */ 00146 #define STDC_HEADERS 1 00147 00148 /* Version number of package */ 00149 #define VERSION "3.9.2" 00150 00151 /* Number of bits in a file offset, on hosts where this is settable. */ 00152 #define _FILE_OFFSET_BITS 64 00153 00154 /* Define for large files, on AIX-style hosts. */ 00155 /* #undef _LARGE_FILES */ 00156 00157 /* Define to empty if `const' does not conform to ANSI C. */ 00158 /* #undef const */ 00159 00160 /* Define to `__inline__' or `__inline' if that's what the C compiler 00161 calls it, or to nothing if 'inline' is not supported under any name. */ 00162 #ifndef __cplusplus 00163 /* #undef inline */ 00164 #endif 00165 00166 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00167 /* #undef size_t */