Blame include/ap_config_auto.h.in

Packit 90a5c9
/* include/ap_config_auto.h.in.  Generated from configure.in by autoheader.  */
Packit 90a5c9
Packit 90a5c9
/* SuExec root directory */
Packit 90a5c9
#undef AP_DOC_ROOT
Packit 90a5c9
Packit 90a5c9
/* Enable DTrace probes */
Packit 90a5c9
#undef AP_ENABLE_DTRACE
Packit 90a5c9
Packit 90a5c9
/* Allow modules to run hook after a fatal exception */
Packit 90a5c9
#undef AP_ENABLE_EXCEPTION_HOOK
Packit 90a5c9
Packit 90a5c9
/* Allow IPv4 connections on IPv6 listening sockets */
Packit 90a5c9
#undef AP_ENABLE_V4_MAPPED
Packit 90a5c9
Packit 90a5c9
/* Minimum allowed GID */
Packit 90a5c9
#undef AP_GID_MIN
Packit 90a5c9
Packit 90a5c9
/* Enable the APR hook probes capability, reading from ap_hook_probes.h */
Packit 90a5c9
#undef AP_HOOK_PROBES_ENABLED
Packit 90a5c9
Packit 90a5c9
/* User allowed to call SuExec */
Packit 90a5c9
#undef AP_HTTPD_USER
Packit 90a5c9
Packit 90a5c9
/* SuExec log file */
Packit 90a5c9
#undef AP_LOG_EXEC
Packit 90a5c9
Packit 90a5c9
/* SuExec log to syslog */
Packit 90a5c9
#undef AP_LOG_SYSLOG
Packit 90a5c9
Packit 90a5c9
/* Listening sockets are non-blocking when there are more than 1 */
Packit 90a5c9
#undef AP_NONBLOCK_WHEN_MULTI_LISTEN
Packit 90a5c9
Packit 90a5c9
/* safe shell path for SuExec */
Packit 90a5c9
#undef AP_SAFE_PATH
Packit 90a5c9
Packit 90a5c9
/* Enable if suexec is installed with Linux capabilities, not setuid */
Packit 90a5c9
#undef AP_SUEXEC_CAPABILITIES
Packit 90a5c9
Packit 90a5c9
/* umask for suexec'd process */
Packit 90a5c9
#undef AP_SUEXEC_UMASK
Packit 90a5c9
Packit 90a5c9
/* Location of the MIME types config file, relative to the Apache root
Packit 90a5c9
   directory */
Packit 90a5c9
#undef AP_TYPES_CONFIG_FILE
Packit 90a5c9
Packit 90a5c9
/* Minimum allowed UID */
Packit 90a5c9
#undef AP_UID_MIN
Packit 90a5c9
Packit 90a5c9
/* User subdirectory */
Packit 90a5c9
#undef AP_USERDIR_SUFFIX
Packit 90a5c9
Packit 90a5c9
/* Using autoconf to configure Apache */
Packit 90a5c9
#undef AP_USING_AUTOCONF
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `arc4random_buf' function. */
Packit 90a5c9
#undef HAVE_ARC4RANDOM_BUF
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `bindprocessor' function. */
Packit 90a5c9
#undef HAVE_BINDPROCESSOR
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <bstring.h> header file. */
Packit 90a5c9
#undef HAVE_BSTRING_H
Packit 90a5c9
Packit 90a5c9
/* Define if curl is available */
Packit 90a5c9
#undef HAVE_CURL
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <curl/curl.h> header file. */
Packit 90a5c9
#undef HAVE_CURL_CURL_H
Packit 90a5c9
Packit 90a5c9
/* Define if distcache support is enabled */
Packit 90a5c9
#undef HAVE_DISTCACHE
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <distcache/dc_client.h> header file. */
Packit 90a5c9
#undef HAVE_DISTCACHE_DC_CLIENT_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `ENGINE_init' function. */
Packit 90a5c9
#undef HAVE_ENGINE_INIT
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
Packit 90a5c9
#undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `epoll_create' function. */
Packit 90a5c9
#undef HAVE_EPOLL_CREATE
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `fopen64' function. */
Packit 90a5c9
#undef HAVE_FOPEN64
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `getgrnam' function. */
Packit 90a5c9
#undef HAVE_GETGRNAM
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `getloadavg' function. */
Packit 90a5c9
#undef HAVE_GETLOADAVG
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `getpgid' function. */
Packit 90a5c9
#undef HAVE_GETPGID
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `getpwnam' function. */
Packit 90a5c9
#undef HAVE_GETPWNAM
Packit 90a5c9
Packit 90a5c9
/* Define if you have gettid() */
Packit 90a5c9
#undef HAVE_GETTID
Packit 90a5c9
Packit 90a5c9
/* Define if struct tm has a tm_gmtoff field */
Packit 90a5c9
#undef HAVE_GMTOFF
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <grp.h> header file. */
Packit 90a5c9
#undef HAVE_GRP_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `initgroups' function. */
Packit 90a5c9
#undef HAVE_INITGROUPS
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 90a5c9
#undef HAVE_INTTYPES_H
Packit 90a5c9
Packit 90a5c9
/* Define if jansson is available */
Packit 90a5c9
#undef HAVE_JANSSON
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `killpg' function. */
Packit 90a5c9
#undef HAVE_KILLPG
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `kqueue' function. */
Packit 90a5c9
#undef HAVE_KQUEUE
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <limits.h> header file. */
Packit 90a5c9
#undef HAVE_LIMITS_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <memory.h> header file. */
Packit 90a5c9
#undef HAVE_MEMORY_H
Packit 90a5c9
Packit 90a5c9
/* Define if nghttp2 is available */
Packit 90a5c9
#undef HAVE_NGHTTP2
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
Packit 90a5c9
#undef HAVE_NGHTTP2_NGHTTP2_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the
Packit 90a5c9
   `nghttp2_session_callbacks_set_on_invalid_header_callback' function. */
Packit 90a5c9
#undef HAVE_NGHTTP2_SESSION_CALLBACKS_SET_ON_INVALID_HEADER_CALLBACK
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `nghttp2_session_change_stream_priority'
Packit 90a5c9
   function. */
Packit 90a5c9
#undef HAVE_NGHTTP2_SESSION_CHANGE_STREAM_PRIORITY
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `nghttp2_session_get_stream_local_window_size'
Packit 90a5c9
   function. */
Packit 90a5c9
#undef HAVE_NGHTTP2_SESSION_GET_STREAM_LOCAL_WINDOW_SIZE
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `nghttp2_session_server_new2' function. */
Packit 90a5c9
#undef HAVE_NGHTTP2_SESSION_SERVER_NEW2
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `nghttp2_stream_get_weight' function. */
Packit 90a5c9
#undef HAVE_NGHTTP2_STREAM_GET_WEIGHT
Packit 90a5c9
Packit 90a5c9
/* Define if OpenSSL is available */
Packit 90a5c9
#undef HAVE_OPENSSL
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <openssl/engine.h> header file. */
Packit 90a5c9
#undef HAVE_OPENSSL_ENGINE_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `port_create' function. */
Packit 90a5c9
#undef HAVE_PORT_CREATE
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `prctl' function. */
Packit 90a5c9
#undef HAVE_PRCTL
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <priv.h> header file. */
Packit 90a5c9
#undef HAVE_PRIV_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `pthread_kill' function. */
Packit 90a5c9
#undef HAVE_PTHREAD_KILL
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <pwd.h> header file. */
Packit 90a5c9
#undef HAVE_PWD_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `RAND_egd' function. */
Packit 90a5c9
#undef HAVE_RAND_EGD
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `setsid' function. */
Packit 90a5c9
#undef HAVE_SETSID
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `SSL_CTX_new' function. */
Packit 90a5c9
#undef HAVE_SSL_CTX_NEW
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <stdint.h> header file. */
Packit 90a5c9
#undef HAVE_STDINT_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 90a5c9
#undef HAVE_STDLIB_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <strings.h> header file. */
Packit 90a5c9
#undef HAVE_STRINGS_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <string.h> header file. */
Packit 90a5c9
#undef HAVE_STRING_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `syslog' function. */
Packit 90a5c9
#undef HAVE_SYSLOG
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <sys/ipc.h> header file. */
Packit 90a5c9
#undef HAVE_SYS_IPC_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <sys/loadavg.h> header file. */
Packit 90a5c9
#undef HAVE_SYS_LOADAVG_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <sys/prctl.h> header file. */
Packit 90a5c9
#undef HAVE_SYS_PRCTL_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <sys/processor.h> header file. */
Packit 90a5c9
#undef HAVE_SYS_PROCESSOR_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <sys/resource.h> header file. */
Packit 90a5c9
#undef HAVE_SYS_RESOURCE_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <sys/sdt.h> header file. */
Packit 90a5c9
#undef HAVE_SYS_SDT_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <sys/sem.h> header file. */
Packit 90a5c9
#undef HAVE_SYS_SEM_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <sys/socket.h> header file. */
Packit 90a5c9
#undef HAVE_SYS_SOCKET_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 90a5c9
#undef HAVE_SYS_STAT_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <sys/times.h> header file. */
Packit 90a5c9
#undef HAVE_SYS_TIMES_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <sys/time.h> header file. */
Packit 90a5c9
#undef HAVE_SYS_TIME_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 90a5c9
#undef HAVE_SYS_TYPES_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
Packit 90a5c9
#undef HAVE_SYS_WAIT_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `timegm' function. */
Packit 90a5c9
#undef HAVE_TIMEGM
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `times' function. */
Packit 90a5c9
#undef HAVE_TIMES
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the <unistd.h> header file. */
Packit 90a5c9
#undef HAVE_UNISTD_H
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the `vsyslog' function. */
Packit 90a5c9
#undef HAVE_VSYSLOG
Packit 90a5c9
Packit 90a5c9
/* Root directory of the Apache install area */
Packit 90a5c9
#undef HTTPD_ROOT
Packit 90a5c9
Packit 90a5c9
/* Define to the address where bug reports for this package should be sent. */
Packit 90a5c9
#undef PACKAGE_BUGREPORT
Packit 90a5c9
Packit 90a5c9
/* Define to the full name of this package. */
Packit 90a5c9
#undef PACKAGE_NAME
Packit 90a5c9
Packit 90a5c9
/* Define to the full name and version of this package. */
Packit 90a5c9
#undef PACKAGE_STRING
Packit 90a5c9
Packit 90a5c9
/* Define to the one symbol short name of this package. */
Packit 90a5c9
#undef PACKAGE_TARNAME
Packit 90a5c9
Packit 90a5c9
/* Define to the home page for this package. */
Packit 90a5c9
#undef PACKAGE_URL
Packit 90a5c9
Packit 90a5c9
/* Define to the version of this package. */
Packit 90a5c9
#undef PACKAGE_VERSION
Packit 90a5c9
Packit 90a5c9
/* Location of the config file, relative to the Apache root directory */
Packit 90a5c9
#undef SERVER_CONFIG_FILE
Packit 90a5c9
Packit 90a5c9
/* This platform doesn't suffer from the thundering herd problem */
Packit 90a5c9
#undef SINGLE_LISTEN_UNSERIALIZED_ACCEPT
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you have the ANSI C header files. */
Packit 90a5c9
#undef STDC_HEADERS
Packit 90a5c9
Packit 90a5c9
/* Path to suexec binary */
Packit 90a5c9
#undef SUEXEC_BIN
Packit 90a5c9
Packit 90a5c9
/* Enable extensions on AIX 3, Interix.  */
Packit 90a5c9
#ifndef _ALL_SOURCE
Packit 90a5c9
# undef _ALL_SOURCE
Packit 90a5c9
#endif
Packit 90a5c9
/* Enable GNU extensions on systems that have them.  */
Packit 90a5c9
#ifndef _GNU_SOURCE
Packit 90a5c9
# undef _GNU_SOURCE
Packit 90a5c9
#endif
Packit 90a5c9
/* Enable threading extensions on Solaris.  */
Packit 90a5c9
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit 90a5c9
# undef _POSIX_PTHREAD_SEMANTICS
Packit 90a5c9
#endif
Packit 90a5c9
/* Enable extensions on HP NonStop.  */
Packit 90a5c9
#ifndef _TANDEM_SOURCE
Packit 90a5c9
# undef _TANDEM_SOURCE
Packit 90a5c9
#endif
Packit 90a5c9
/* Enable general extensions on Solaris.  */
Packit 90a5c9
#ifndef __EXTENSIONS__
Packit 90a5c9
# undef __EXTENSIONS__
Packit 90a5c9
#endif
Packit 90a5c9
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if on MINIX. */
Packit 90a5c9
#undef _MINIX
Packit 90a5c9
Packit 90a5c9
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit 90a5c9
   this defined. */
Packit 90a5c9
#undef _POSIX_1_SOURCE
Packit 90a5c9
Packit 90a5c9
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit 90a5c9
#undef _POSIX_SOURCE
Packit 90a5c9
Packit 90a5c9
/* Define to empty if `const' does not conform to ANSI C. */
Packit 90a5c9
#undef const
Packit 90a5c9
Packit 90a5c9
/* Define to 'int' if <sys/resource.h> doesn't define it for us */
Packit 90a5c9
#undef rlim_t