EHS Embedded HTTP Server  1.5.0.132
config.h
00001 /* config.h.  Generated from config.h.in by configure.  */
00002 /* config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Whether to compile with SSL support or not */
00005 #define COMPILE_WITH_SSL 1
00006 
00007 /* Whether to compile with debugging information */
00008 #define EHS_DEBUG 1
00009 
00010 /* Define to 1 if you have the <arpa/inet.h> header file. */
00011 #define HAVE_ARPA_INET_H 1
00012 
00013 /* Define to 1 if you have the `bfd_demangle' function. */
00014 #define HAVE_BFD_DEMANGLE 1
00015 
00016 /* Defined if the requested minimum BOOST version is satisfied */
00017 #define HAVE_BOOST 1
00018 
00019 /* Define if boost::lock_guard is available */
00020 #define HAVE_BOOST_LOCK_GUARD 1
00021 
00022 /* Define to 1 if you have <boost/regex.hpp> */
00023 #define HAVE_BOOST_REGEX_HPP 1
00024 
00025 /* Define to 1 if you have the <conio.h> header file. */
00026 /* #undef HAVE_CONIO_H */
00027 
00028 /* Define to 1 if you have the <demangle.h> header file. */
00029 /* #undef HAVE_DEMANGLE_H */
00030 
00031 /* Define to 1 if you have the <dlfcn.h> header file. */
00032 #define HAVE_DLFCN_H 1
00033 
00034 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
00035 /* #undef HAVE_DOPRNT */
00036 
00037 /* Define to 1 if you have the <dwarf.h> header file. */
00038 #define HAVE_DWARF_H 1
00039 
00040 /* Define to 1 if you have the <elfutils/libdwfl.h> header file. */
00041 #define HAVE_ELFUTILS_LIBDWFL_H 1
00042 
00043 /* Define to 1 if you have the <execinfo.h> header file. */
00044 #define HAVE_EXECINFO_H 1
00045 
00046 /* Define to 1 if you have the `fork' function. */
00047 #define HAVE_FORK 1
00048 
00049 /* Define if the compiler supports GNU-style __PRETTY_FUNCTION__. */
00050 #define HAVE_GNU_PRETTY_FUNCTION 1
00051 
00052 /* Define if the compiler supports GNU-style variadic macros. */
00053 #define HAVE_GNU_VAMACROS 1
00054 
00055 /* Define to 1 if you have the `inet_ntoa' function. */
00056 #define HAVE_INET_NTOA 1
00057 
00058 /* Define to 1 if you have the <inttypes.h> header file. */
00059 #define HAVE_INTTYPES_H 1
00060 
00061 /* Define to 1 if you have the `crypto' library (-lcrypto). */
00062 #define HAVE_LIBCRYPTO 1
00063 
00064 /* Define to 1 if you have the `dl' library (-ldl). */
00065 #define HAVE_LIBDL 1
00066 
00067 /* Define to 1 if you have the <libdwfl.h> header file. */
00068 /* #undef HAVE_LIBDWFL_H */
00069 
00070 /* Define, if libiberty is available */
00071 #define HAVE_LIBIBERTY 1
00072 
00073 /* Define to 1 if you have the `pcrecpp' library (-lpcrecpp). */
00074 #define HAVE_LIBPCRECPP 1
00075 
00076 /* Define to 1 if you have the `pthread' library (-lpthread). */
00077 #define HAVE_LIBPTHREAD 1
00078 
00079 /* Define to 1 if you have the `sokt' library (-lsokt). */
00080 /* #undef HAVE_LIBSOKT */
00081 
00082 /* Define to 1 if you have the `ssl' library (-lssl). */
00083 #define HAVE_LIBSSL 1
00084 
00085 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
00086 /* #undef HAVE_LIBWS2_32 */
00087 
00088 /* Define to 1 if you have the `z' library (-lz). */
00089 #define HAVE_LIBZ 1
00090 
00091 /* Define to 1 if you have the <memory.h> header file. */
00092 #define HAVE_MEMORY_H 1
00093 
00094 /* Define to 1 if you have the `memset' function. */
00095 #define HAVE_MEMSET 1
00096 
00097 /* Define to 1 if you have the <netinet/in.h> header file. */
00098 #define HAVE_NETINET_IN_H 1
00099 
00100 /* Define to 1 if you have the <openssl/err.h> header file. */
00101 #define HAVE_OPENSSL_ERR_H 1
00102 
00103 /* Define to 1 if you have the <openssl/ssl.h> header file. */
00104 #define HAVE_OPENSSL_SSL_H 1
00105 
00106 /* Define to 1 if you have the <pcrecpp.h> header file. */
00107 /* #undef HAVE_PCRECPP_H */
00108 
00109 /* Define to 1 if you have the <pcre.h> header file. */
00110 #define HAVE_PCRE_H 1
00111 
00112 /* Define to 1 if you have the `pthread_getw32threadhandle_np' function. */
00113 /* #undef HAVE_PTHREAD_GETW32THREADHANDLE_NP */
00114 
00115 /* Define to 1 if you have the `pthread_getw32threadid_np' function. */
00116 /* #undef HAVE_PTHREAD_GETW32THREADID_NP */
00117 
00118 /* Define to 1 if you have the `select' function. */
00119 #define HAVE_SELECT 1
00120 
00121 /* Define to 1 if you have the `setlocale' function. */
00122 #define HAVE_SETLOCALE 1
00123 
00124 /* Define to 1 if you have the `socket' function. */
00125 #define HAVE_SOCKET 1
00126 
00127 /* Define to 1 if stdbool.h conforms to C99. */
00128 #define HAVE_STDBOOL_H 1
00129 
00130 /* Define to 1 if you have the <stdint.h> header file. */
00131 #define HAVE_STDINT_H 1
00132 
00133 /* Define to 1 if you have the <stdlib.h> header file. */
00134 #define HAVE_STDLIB_H 1
00135 
00136 /* Define to 1 if you have the `strcasecmp' function. */
00137 #define HAVE_STRCASECMP 1
00138 
00139 /* Define to 1 if you have the `strerror' function. */
00140 #define HAVE_STRERROR 1
00141 
00142 /* Define to 1 if you have the <strings.h> header file. */
00143 #define HAVE_STRINGS_H 1
00144 
00145 /* Define to 1 if you have the <string.h> header file. */
00146 #define HAVE_STRING_H 1
00147 
00148 /* Define to 1 if you have the `strtoul' function. */
00149 #define HAVE_STRTOUL 1
00150 
00151 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00152 #define HAVE_SYS_IOCTL_H 1
00153 
00154 /* Define to 1 if you have the <sys/socket.h> header file. */
00155 #define HAVE_SYS_SOCKET_H 1
00156 
00157 /* Define to 1 if you have the <sys/stat.h> header file. */
00158 #define HAVE_SYS_STAT_H 1
00159 
00160 /* Define to 1 if you have the <sys/time.h> header file. */
00161 #define HAVE_SYS_TIME_H 1
00162 
00163 /* Define to 1 if you have the <sys/types.h> header file. */
00164 #define HAVE_SYS_TYPES_H 1
00165 
00166 /* Define to 1 if you have the <sys/wait.h> header file. */
00167 #define HAVE_SYS_WAIT_H 1
00168 
00169 /* Define to 1 if you have the <termios.h> header file. */
00170 #define HAVE_TERMIOS_H 1
00171 
00172 /* Define to 1 if you have the <time.h> header file. */
00173 #define HAVE_TIME_H 1
00174 
00175 /* Define to 1 if you have the <unistd.h> header file. */
00176 #define HAVE_UNISTD_H 1
00177 
00178 /* Define to 1 if you have the `vfork' function. */
00179 #define HAVE_VFORK 1
00180 
00181 /* Define to 1 if you have the <vfork.h> header file. */
00182 /* #undef HAVE_VFORK_H */
00183 
00184 /* Define to 1 if you have the `vprintf' function. */
00185 #define HAVE_VPRINTF 1
00186 
00187 /* Define to 1 if you have the <windows.h> header file. */
00188 /* #undef HAVE_WINDOWS_H */
00189 
00190 /* Define to 1 if you have the <winsock2.h> header file. */
00191 /* #undef HAVE_WINSOCK2_H */
00192 
00193 /* Define to 1 if `fork' works. */
00194 #define HAVE_WORKING_FORK 1
00195 
00196 /* Define to 1 if `vfork' works. */
00197 #define HAVE_WORKING_VFORK 1
00198 
00199 /* Define to 1 if the system has the type `_Bool'. */
00200 #define HAVE__BOOL 1
00201 
00202 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00203    */
00204 #define LT_OBJDIR ".libs/"
00205 
00206 /* Name of package */
00207 #define PACKAGE "ehs"
00208 
00209 /* Define to the address where bug reports for this package should be sent. */
00210 #define PACKAGE_BUGREPORT "ehsdev@fritz-elfert.de"
00211 
00212 /* Define to the full name of this package. */
00213 #define PACKAGE_NAME "ehs"
00214 
00215 /* Define to the full name and version of this package. */
00216 #define PACKAGE_STRING "ehs 1.5.0"
00217 
00218 /* Define to the one symbol short name of this package. */
00219 #define PACKAGE_TARNAME "ehs"
00220 
00221 /* Define to the home page for this package. */
00222 #define PACKAGE_URL ""
00223 
00224 /* Define to the version of this package. */
00225 #define PACKAGE_VERSION "1.5.0"
00226 
00227 /* Define to 1 if you have the ANSI C header files. */
00228 #define STDC_HEADERS 1
00229 
00230 /* SVN revision */
00231 #define SVNREV "132"
00232 
00233 /* Define, if using bfd for resolving symbols */
00234 /* #undef USE_BFD */
00235 
00236 /* Define, if using libdw for resolving symbols */
00237 #define USE_DWARF 1
00238 
00239 /* Version number of package */
00240 #define VERSION "1.5.0"
00241 
00242 /* Define to empty if `const' does not conform to ANSI C. */
00243 /* #undef const */
00244 
00245 /* Define to `__inline__' or `__inline' if that's what the C compiler
00246    calls it, or to nothing if 'inline' is not supported under any name.  */
00247 #ifndef __cplusplus
00248 /* #undef inline */
00249 #endif
00250 
00251 /* Define to `int' if <sys/types.h> does not define. */
00252 /* #undef pid_t */
00253 
00254 /* Define to `unsigned int' if <sys/types.h> does not define. */
00255 /* #undef size_t */
00256 
00257 /* Define as `fork' if `vfork' does not work. */
00258 /* #undef vfork */