1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221
|
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* APACHE2 definition in config.h */
#undef APACHE2
/* Display Rivet version in Apache signature */
#undef DISPLAY_VERSION
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Do we have <limits.h>? */
#undef HAVE_LIMITS_H
/* Define to 1 if you have the `lseek64' function. */
#undef HAVE_LSEEK64
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Do we have <net/errno.h>? */
#undef HAVE_NET_ERRNO_H
/* Define to 1 if you have the `open64' function. */
#undef HAVE_OPEN64
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Is 'struct dirent64' in <sys/types.h>? */
#undef HAVE_STRUCT_DIRENT64
/* Is 'struct stat64' in <sys/stat.h>? */
#undef HAVE_STRUCT_STAT64
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Is off64_t in <sys/types.h>? */
#undef HAVE_TYPE_OFF64_T
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Honor HEAD requests */
#undef HEAD_REQUESTS
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Max size of data in POST operations */
#undef MAX_POST
/* No Compiler support for module scope symbols */
#undef MODULE_SCOPE
/* The path to a working tclsh executable */
#undef NAMEOFEXECUTABLE
/* commands will not be exported */
#undef NAMESPACE_EXPORT
/* good, no automatic import will be done */
#undef NAMESPACE_IMPORT
/* Do we have <dirent.h>? */
#undef NO_DIRENT_H
/* Do we have <dlfcn.h>? */
#undef NO_DLFCN_H
/* Do we have <errno.h>? */
#undef NO_ERRNO_H
/* Do we have <float.h>? */
#undef NO_FLOAT_H
/* Do we have <limits.h>? */
#undef NO_LIMITS_H
/* Do we have <stdlib.h>? */
#undef NO_STDLIB_H
/* Do we have <string.h>? */
#undef NO_STRING_H
/* Do we have <sys/wait.h>? */
#undef NO_SYS_WAIT_H
/* Do we have <values.h>? */
#undef NO_VALUES_H
/* No description provided for NO_VIZ... */
#undef NO_VIZ
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* The path to the rivet tcl library */
#undef RIVETLIB_DESTDIR
/* one interpreter per child */
#undef SEPARATE_VIRTUAL_INTERPS
/* Is this a static build? */
#undef STATIC_BUILD
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Is memory debugging enabled? */
#undef TCL_MEM_DEBUG
/* Are we building with threads enabled? */
#undef TCL_THREADS
/* Are wide integers to be implemented with C 'long's? */
#undef TCL_WIDE_INT_IS_LONG
/* What type should be used to define wide integers? */
#undef TCL_WIDE_INT_TYPE
/* UNDER_CE version */
#undef UNDER_CE
/* Path to the disk directory where uploads are saved */
#undef UPLOAD_DIR
/* uploads go to files */
#undef UPLOAD_FILES_TO_VAR
/* Do we want to use the threaded memory allocator? */
#undef USE_THREAD_ALLOC
/* Version number of package */
#undef VERSION
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Add the _ISOC99_SOURCE flag when building */
#undef _ISOC99_SOURCE
/* Add the _LARGEFILE64_SOURCE flag when building */
#undef _LARGEFILE64_SOURCE
/* Add the _LARGEFILE_SOURCE64 flag when building */
#undef _LARGEFILE_SOURCE64
/* # needed in sys/socket.h Should OS/390 do the right thing with sockets? */
#undef _OE_SOCKETS
/* Do we really want to follow the standard? Yes we do! */
#undef _POSIX_PTHREAD_SEMANTICS
/* Do we want the reentrant OS API? */
#undef _REENTRANT
/* Do we want the thread-safe OS API? */
#undef _THREAD_SAFE
/* _WIN32_WCE version */
#undef _WIN32_WCE
/* Do we want to use the XOPEN network library? */
#undef _XOPEN_SOURCE_EXTENDED
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
|