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