EHS Embedded HTTP Server  1.5.1.173
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 /* #undef EHS_DEBUG */
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 /* #undef HAVE_BFD_DEMANGLE */
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 /* Defined if the Boost regex library is available */
00023 #define HAVE_BOOST_REGEX 1
00024 
00025 /* Define to 1 if you have <boost/regex.hpp> */
00026 #define HAVE_BOOST_REGEX_HPP 1
00027 
00028 /* Defined if the Boost system library is available */
00029 /* #undef HAVE_BOOST_SYSTEM */
00030 
00031 /* Define to 1 if you have <boost/system/error_code.hpp> */
00032 /* #undef HAVE_BOOST_SYSTEM_ERROR_CODE_HPP */
00033 
00034 /* Define to 1 if you have the <conio.h> header file. */
00035 /* #undef HAVE_CONIO_H */
00036 
00037 /* Define to 1 if you have the <demangle.h> header file. */
00038 /* #undef HAVE_DEMANGLE_H */
00039 
00040 /* Define to 1 if you have the <dlfcn.h> header file. */
00041 #define HAVE_DLFCN_H 1
00042 
00043 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
00044 /* #undef HAVE_DOPRNT */
00045 
00046 /* Define to 1 if you have the <dwarf.h> header file. */
00047 #define HAVE_DWARF_H 1
00048 
00049 /* Define to 1 if you have the <elfutils/libdwfl.h> header file. */
00050 #define HAVE_ELFUTILS_LIBDWFL_H 1
00051 
00052 /* Define to 1 if you have the <execinfo.h> header file. */
00053 #define HAVE_EXECINFO_H 1
00054 
00055 /* Define to 1 if you have the `fork' function. */
00056 #define HAVE_FORK 1
00057 
00058 /* Define if the compiler supports GNU-style __PRETTY_FUNCTION__. */
00059 #define HAVE_GNU_PRETTY_FUNCTION 1
00060 
00061 /* Define if the compiler supports GNU-style variadic macros. */
00062 #define HAVE_GNU_VAMACROS 1
00063 
00064 /* Define to 1 if you have the `inet_ntoa' function. */
00065 #define HAVE_INET_NTOA 1
00066 
00067 /* Define to 1 if you have the <inttypes.h> header file. */
00068 #define HAVE_INTTYPES_H 1
00069 
00070 /* Define to 1 if you have the `crypto' library (-lcrypto). */
00071 #define HAVE_LIBCRYPTO 1
00072 
00073 /* Define to 1 if you have the `dl' library (-ldl). */
00074 #define HAVE_LIBDL 1
00075 
00076 /* Define to 1 if you have the <libdwfl.h> header file. */
00077 /* #undef HAVE_LIBDWFL_H */
00078 
00079 /* Define, if libiberty is available */
00080 /* #undef HAVE_LIBIBERTY */
00081 
00082 /* Define to 1 if you have the `pthread' library (-lpthread). */
00083 #define HAVE_LIBPTHREAD 1
00084 
00085 /* Define to 1 if you have the `sokt' library (-lsokt). */
00086 /* #undef HAVE_LIBSOKT */
00087 
00088 /* Define to 1 if you have the `ssl' library (-lssl). */
00089 #define HAVE_LIBSSL 1
00090 
00091 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
00092 /* #undef HAVE_LIBWS2_32 */
00093 
00094 /* Define to 1 if you have the `z' library (-lz). */
00095 #define HAVE_LIBZ 1
00096 
00097 /* Define to 1 if you have the <memory.h> header file. */
00098 #define HAVE_MEMORY_H 1
00099 
00100 /* Define to 1 if you have the `memset' function. */
00101 #define HAVE_MEMSET 1
00102 
00103 /* Define to 1 if you have the <netinet/in.h> header file. */
00104 #define HAVE_NETINET_IN_H 1
00105 
00106 /* Define to 1 if you have the <openssl/err.h> header file. */
00107 #define HAVE_OPENSSL_ERR_H 1
00108 
00109 /* Define to 1 if you have the <openssl/ssl.h> header file. */
00110 #define HAVE_OPENSSL_SSL_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 where libtool stores uninstalled libraries. */
00203 #define LT_OBJDIR ".libs/"
00204 
00205 /* Name of package */
00206 #define PACKAGE "ehs"
00207 
00208 /* Define to the address where bug reports for this package should be sent. */
00209 #define PACKAGE_BUGREPORT "ehsdev@fritz-elfert.de"
00210 
00211 /* Define to the full name of this package. */
00212 #define PACKAGE_NAME "ehs"
00213 
00214 /* Define to the full name and version of this package. */
00215 #define PACKAGE_STRING "ehs 1.5.1"
00216 
00217 /* Define to the one symbol short name of this package. */
00218 #define PACKAGE_TARNAME "ehs"
00219 
00220 /* Define to the home page for this package. */
00221 #define PACKAGE_URL ""
00222 
00223 /* Define to the version of this package. */
00224 #define PACKAGE_VERSION "1.5.1"
00225 
00226 /* Define to 1 if you have the ANSI C header files. */
00227 #define STDC_HEADERS 1
00228 
00229 /* SVN revision */
00230 #define SVNREV "173"
00231 
00232 /* Define, if using bfd for resolving symbols */
00233 /* #undef USE_BFD */
00234 
00235 /* Define, if using libdw for resolving symbols */
00236 #define USE_DWARF 1
00237 
00238 /* Version number of package */
00239 #define VERSION "1.5.1"
00240 
00241 /* Define to empty if `const' does not conform to ANSI C. */
00242 /* #undef const */
00243 
00244 /* Define to `__inline__' or `__inline' if that's what the C compiler
00245    calls it, or to nothing if 'inline' is not supported under any name.  */
00246 #ifndef __cplusplus
00247 /* #undef inline */
00248 #endif
00249 
00250 /* Define to `int' if <sys/types.h> does not define. */
00251 /* #undef pid_t */
00252 
00253 /* Define to `unsigned int' if <sys/types.h> does not define. */
00254 /* #undef size_t */
00255 
00256 /* Define as `fork' if `vfork' does not work. */
00257 /* #undef vfork */
 All Classes Functions Variables Enumerations