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 222 223 224 225 226 227 228 229 230 231
|
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* configure command string */
#undef CONFIGURE_CMD
/* we are building mod_rivet with optional code */
#undef DEBUG_BUILD
/* Display Rivet version in Apache signature */
#undef DISPLAY_VERSION
/* Defined when cygwin/mingw does not support EXCEPTION DISPOSITION */
#undef EXCEPTION_DISPOSITION
/* Defined when compiler supports casting to union type. */
#undef HAVE_CAST_TO_UNION
/* Is 'DIR64' in <sys/types.h>? */
#undef HAVE_DIR64
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Compiler support for module scope symbols */
#undef HAVE_HIDDEN
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `lseek64' function. */
#undef HAVE_LSEEK64
/* Defined when mingw does not support SEH */
#undef HAVE_NO_SEH
/* Define to 1 if you have the `open64' function. */
#undef HAVE_OPEN64
/* Define to 1 if stdbool.h conforms to C99. */
#undef HAVE_STDBOOL_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_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/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
/* Defined when cygwin/mingw ignores VOID define in winnt.h */
#undef HAVE_WINNT_IGNORE_VOID
/* Define to 1 if the system has the type `_Bool'. */
#undef HAVE__BOOL
/* Honor HEAD requests */
#undef HEAD_REQUESTS
/* Rivet Tcl package version */
#undef INIT_VERSION
/* Define to the sub-directory where 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
/* yes, MPM worker single thread */
#undef MPM_SINGLE_TCL_THREAD
/* 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
/* 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
/* mod_rivet core */
#undef RIVET_CORE
/* Separate Channels for virtual hosts */
#undef SEPARATE_CHANNELS
/* one interpreter per child */
#undef SEPARATE_VIRTUAL_INTERPS
/* requests will be serialized */
#undef SERIALIZE_HTTP_REQUESTS
/* This a static build */
#undef STATIC_BUILD
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Is this an optimized build? */
#undef TCL_CFG_OPTIMIZED
/* Is memory debugging enabled? */
#undef TCL_MEM_DEBUG
/* Are we building with threads enabled? */
#undef TCL_THREADS
/* Do 'long' and 'long long' have the same size (64-bit)? */
#undef TCL_WIDE_INT_IS_LONG
/* What type should be used to define wide integers? */
#undef TCL_WIDE_INT_TYPE
/* Path to the disk directory where uploads are saved */
#undef UPLOAD_DIR
/* uploads go to files */
#undef UPLOAD_FILES_TO_VAR
/* Use TclOO stubs */
#undef USE_TCLOO_STUBS
/* Use Tcl stubs */
#undef USE_TCL_STUBS
/* Do we want to use the threaded memory allocator? */
#undef USE_THREAD_ALLOC
/* Use Tk stubs */
#undef USE_TK_STUBS
/* 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
/* 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
|