You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2014/04/28 12:55:22 UTC

svn commit: r1590597 [14/14] - in /httpd/httpd/trunk/modules/spdy: ./ apache/ apache/filters/ apache/testing/ common/ common/testing/ support/ support/base/ support/base/metrics/ support/build/ support/install/ support/install/common/ support/install/d...

Added: httpd/httpd/trunk/modules/spdy/support/third_party/apache/aprutil/gen/arch/mac/ia32/include/private/apu_config.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/spdy/support/third_party/apache/aprutil/gen/arch/mac/ia32/include/private/apu_config.h?rev=1590597&view=auto
==============================================================================
--- httpd/httpd/trunk/modules/spdy/support/third_party/apache/aprutil/gen/arch/mac/ia32/include/private/apu_config.h (added)
+++ httpd/httpd/trunk/modules/spdy/support/third_party/apache/aprutil/gen/arch/mac/ia32/include/private/apu_config.h Mon Apr 28 10:55:17 2014
@@ -0,0 +1,152 @@
+/* include/private/apu_config.h.  Generated from apu_config.h.in by configure.  */
+/* include/private/apu_config.h.in.  Generated from configure.in by autoheader.  */
+
+/* Define if the system crypt() function is threadsafe */
+/* #undef APU_CRYPT_THREADSAFE */
+
+/* Define to 1 if modular components are built as DSOs */
+#define APU_DSO_BUILD 1
+
+/* Define to be absolute path to DSO directory */
+#define APU_DSO_LIBDIR "/usr/local/apr/lib/apr-util-1"
+
+/* Define if the inbuf parm to iconv() is const char ** */
+/* #undef APU_ICONV_INBUF_CONST */
+
+/* Define if crypt_r has uses CRYPTD */
+/* #undef CRYPT_R_CRYPTD */
+
+/* Define if crypt_r uses struct crypt_data */
+/* #undef CRYPT_R_STRUCT_CRYPT_DATA */
+
+/* Define if CODESET is defined in langinfo.h */
+#define HAVE_CODESET 1
+
+/* Define to 1 if you have the `crypt_r' function. */
+/* #undef HAVE_CRYPT_R */
+
+/* Define if expat.h is available */
+#define HAVE_EXPAT_H 1
+
+/* Define to 1 if you have the <freetds/sybdb.h> header file. */
+/* #undef HAVE_FREETDS_SYBDB_H */
+
+/* Define to 1 if you have the <iconv.h> header file. */
+#define HAVE_ICONV_H 1
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the <langinfo.h> header file. */
+#define HAVE_LANGINFO_H 1
+
+/* Define to 1 if you have the <lber.h> header file. */
+/* #undef HAVE_LBER_H */
+
+/* Defined if ldap.h is present */
+/* #undef HAVE_LDAP_H */
+
+/* Define to 1 if you have the <ldap_ssl.h> header file. */
+/* #undef HAVE_LDAP_SSL_H */
+
+/* Define to 1 if you have the <libpq-fe.h> header file. */
+/* #undef HAVE_LIBPQ_FE_H */
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have the <mysql.h> header file. */
+/* #undef HAVE_MYSQL_H */
+
+/* Define to 1 if you have the <mysql/mysql.h> header file. */
+/* #undef HAVE_MYSQL_MYSQL_H */
+
+/* Define to 1 if you have the <mysql/my_global.h> header file. */
+/* #undef HAVE_MYSQL_MY_GLOBAL_H */
+
+/* Define to 1 if you have the <mysql/my_sys.h> header file. */
+/* #undef HAVE_MYSQL_MY_SYS_H */
+
+/* Define to 1 if you have the <my_global.h> header file. */
+/* #undef HAVE_MY_GLOBAL_H */
+
+/* Define to 1 if you have the <my_sys.h> header file. */
+/* #undef HAVE_MY_SYS_H */
+
+/* Define to 1 if you have the `nl_langinfo' function. */
+#define HAVE_NL_LANGINFO 1
+
+/* Define to 1 if you have the <oci.h> header file. */
+/* #undef HAVE_OCI_H */
+
+/* Define to 1 if you have the <odbc/sql.h> header file. */
+/* #undef HAVE_ODBC_SQL_H */
+
+/* Define to 1 if you have the <postgresql/libpq-fe.h> header file. */
+/* #undef HAVE_POSTGRESQL_LIBPQ_FE_H */
+
+/* Define to 1 if you have the <sqlite3.h> header file. */
+#define HAVE_SQLITE3_H 1
+
+/* Define to 1 if you have the <sqlite.h> header file. */
+/* #undef HAVE_SQLITE_H */
+
+/* Define to 1 if you have the <sql.h> header file. */
+#define HAVE_SQL_H 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the <sybdb.h> header file. */
+/* #undef HAVE_SYBDB_H */
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Define if xmlparse/xmlparse.h is available */
+/* #undef HAVE_XMLPARSE_XMLPARSE_H */
+
+/* Define if xmltok/xmlparse.h is available */
+/* #undef HAVE_XMLTOK_XMLPARSE_H */
+
+/* Define if xml/xmlparse.h is available */
+/* #undef HAVE_XML_XMLPARSE_H */
+
+/* Define if ldap_set_rebind_proc takes three arguments */
+/* #undef LDAP_SET_REBIND_PROC_THREE */
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT ""
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME ""
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING ""
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME ""
+
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION ""
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1

Propchange: httpd/httpd/trunk/modules/spdy/support/third_party/apache/aprutil/gen/arch/mac/ia32/include/private/apu_config.h
------------------------------------------------------------------------------
    svn:eol-style = native

Added: httpd/httpd/trunk/modules/spdy/support/third_party/apache/aprutil/gen/arch/mac/ia32/include/private/apu_select_dbm.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/spdy/support/third_party/apache/aprutil/gen/arch/mac/ia32/include/private/apu_select_dbm.h?rev=1590597&view=auto
==============================================================================
--- httpd/httpd/trunk/modules/spdy/support/third_party/apache/aprutil/gen/arch/mac/ia32/include/private/apu_select_dbm.h (added)
+++ httpd/httpd/trunk/modules/spdy/support/third_party/apache/aprutil/gen/arch/mac/ia32/include/private/apu_select_dbm.h Mon Apr 28 10:55:17 2014
@@ -0,0 +1,28 @@
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef APU_SELECT_DBM_H
+#define APU_SELECT_DBM_H
+
+/*
+** The following macros control what features APRUTIL will use
+*/
+#define APU_USE_SDBM    1
+#define APU_USE_NDBM    0
+#define APU_USE_GDBM    0
+#define APU_USE_DB      0
+
+#endif	/* !APU_SELECT_DBM_H */

Propchange: httpd/httpd/trunk/modules/spdy/support/third_party/apache/aprutil/gen/arch/mac/ia32/include/private/apu_select_dbm.h
------------------------------------------------------------------------------
    svn:eol-style = native

Added: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/ia32/include/ap_config_auto.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/ia32/include/ap_config_auto.h?rev=1590597&view=auto
==============================================================================
--- httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/ia32/include/ap_config_auto.h (added)
+++ httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/ia32/include/ap_config_auto.h Mon Apr 28 10:55:17 2014
@@ -0,0 +1,261 @@
+/* include/ap_config_auto.h.  Generated from ap_config_auto.h.in by configure.  */
+/* include/ap_config_auto.h.in.  Generated from configure.in by autoheader.  */
+
+/* Location of the source for the current MPM */
+#define APACHE_MPM_DIR "server/mpm/prefork"
+
+/* SuExec root directory */
+/* #undef AP_DOC_ROOT */
+
+/* Allow modules to run hook after a fatal exception */
+/* #undef AP_ENABLE_EXCEPTION_HOOK */
+
+/* Allow IPv4 connections on IPv6 listening sockets */
+#define AP_ENABLE_V4_MAPPED 1
+
+/* Minimum allowed GID */
+/* #undef AP_GID_MIN */
+
+/* User allowed to call SuExec */
+/* #undef AP_HTTPD_USER */
+
+/* SuExec log file */
+/* #undef AP_LOG_EXEC */
+
+/* Listening sockets are non-blocking when there are more than 1 */
+#define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
+
+/* safe shell path for SuExec */
+/* #undef AP_SAFE_PATH */
+
+/* umask for suexec'd process */
+/* #undef AP_SUEXEC_UMASK */
+
+/* Location of the MIME types config file, relative to the Apache root
+   directory */
+#define AP_TYPES_CONFIG_FILE "conf/mime.types"
+
+/* Minimum allowed UID */
+/* #undef AP_UID_MIN */
+
+/* User subdirectory */
+/* #undef AP_USERDIR_SUFFIX */
+
+/* Using autoconf to configure Apache */
+#define AP_USING_AUTOCONF 1
+
+/* Define to 1 if you have the `bindprocessor' function. */
+/* #undef HAVE_BINDPROCESSOR */
+
+/* Define to 1 if you have the <bstring.h> header file. */
+/* #undef HAVE_BSTRING_H */
+
+/* Define if distcache support is enabled */
+/* #undef HAVE_DISTCACHE */
+
+/* Define to 1 if you have the `ENGINE_init' function. */
+/* #undef HAVE_ENGINE_INIT */
+
+/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
+/* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */
+
+/* Define to 1 if you have the `getgrnam' function. */
+#define HAVE_GETGRNAM 1
+
+/* Define to 1 if you have the `getpgid' function. */
+#define HAVE_GETPGID 1
+
+/* Define to 1 if you have the `getpwnam' function. */
+#define HAVE_GETPWNAM 1
+
+/* Define if struct tm has a tm_gmtoff field */
+#define HAVE_GMTOFF 1
+
+/* Define to 1 if you have the <grp.h> header file. */
+#define HAVE_GRP_H 1
+
+/* Define to 1 if you have the `initgroups' function. */
+#define HAVE_INITGROUPS 1
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the `killpg' function. */
+#define HAVE_KILLPG 1
+
+/* Define to 1 if you have the <limits.h> header file. */
+#define HAVE_LIMITS_H 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define if SSL is supported using OpenSSL */
+/* #undef HAVE_OPENSSL */
+
+/* Define to 1 if you have the <openssl/engine.h> header file. */
+/* #undef HAVE_OPENSSL_ENGINE_H */
+
+/* Define to 1 if you have the <openssl/opensslv.h> header file. */
+/* #undef HAVE_OPENSSL_OPENSSLV_H */
+
+/* Define to 1 if you have the <openssl/ssl.h> header file. */
+/* #undef HAVE_OPENSSL_SSL_H */
+
+/* Define to 1 if you have the `prctl' function. */
+#define HAVE_PRCTL 1
+
+/* Define to 1 if you have the `pthread_kill' function. */
+/* #undef HAVE_PTHREAD_KILL */
+
+/* Define to 1 if you have the <pwd.h> header file. */
+#define HAVE_PWD_H 1
+
+/* Define to 1 if you have the `setsid' function. */
+#define HAVE_SETSID 1
+
+/* Define if SSL is supported using SSL-C */
+/* #undef HAVE_SSLC */
+
+/* Define to 1 if you have the <sslc.h> header file. */
+/* #undef HAVE_SSLC_H */
+
+/* Define to 1 if you have the `SSLC_library_version' function. */
+/* #undef HAVE_SSLC_LIBRARY_VERSION */
+
+/* Define to 1 if you have the `SSLeay_version' function. */
+/* #undef HAVE_SSLEAY_VERSION */
+
+/* Define to 1 if you have the `SSL_CTX_new' function. */
+/* #undef HAVE_SSL_CTX_NEW */
+
+/* Define to 1 if you have the `SSL_set_cert_store' function. */
+/* #undef HAVE_SSL_SET_CERT_STORE */
+
+/* Define to 1 if you have the `SSL_set_state' function. */
+/* #undef HAVE_SSL_SET_STATE */
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the `syslog' function. */
+/* #undef HAVE_SYSLOG */
+
+/* Define to 1 if you have the <sys/ipc.h> header file. */
+#define HAVE_SYS_IPC_H 1
+
+/* Define to 1 if you have the <sys/prctl.h> header file. */
+#define HAVE_SYS_PRCTL_H 1
+
+/* Define to 1 if you have the <sys/processor.h> header file. */
+/* #undef HAVE_SYS_PROCESSOR_H */
+
+/* Define to 1 if you have the <sys/resource.h> header file. */
+#define HAVE_SYS_RESOURCE_H 1
+
+/* Define to 1 if you have the <sys/sem.h> header file. */
+#define HAVE_SYS_SEM_H 1
+
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#define HAVE_SYS_SOCKET_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/times.h> header file. */
+#define HAVE_SYS_TIMES_H 1
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+#define HAVE_SYS_TIME_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
+#define HAVE_SYS_WAIT_H 1
+
+/* Define to 1 if you have the `timegm' function. */
+#define HAVE_TIMEGM 1
+
+/* Define to 1 if you have the `times' function. */
+#define HAVE_TIMES 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Root directory of the Apache install area */
+/* #define HTTPD_ROOT "/usr/local/apache2" */
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT ""
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME ""
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING ""
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME ""
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION ""
+
+/* Location of the config file, relative to the Apache root directory */
+#define SERVER_CONFIG_FILE "conf/httpd.conf"
+
+/* This platform doesn't suffer from the thundering herd problem */
+#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Path to suexec binary */
+/* #undef SUEXEC_BIN */
+
+/* Define to 1 if on AIX 3.
+   System headers sometimes define this.
+   We just want to avoid a redefinition error message.  */
+#ifndef _ALL_SOURCE
+/* # undef _ALL_SOURCE */
+#endif
+
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# define _GNU_SOURCE 1
+#endif
+
+/* Define to 1 if on MINIX. */
+/* #undef _MINIX */
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+   this defined. */
+/* #undef _POSIX_1_SOURCE */
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+/* #undef _POSIX_SOURCE */
+
+/* Enable extensions on Solaris.  */
+#ifndef __EXTENSIONS__
+# define __EXTENSIONS__ 1
+#endif
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# define _POSIX_PTHREAD_SEMANTICS 1
+#endif
+#ifndef _TANDEM_SOURCE
+# define _TANDEM_SOURCE 1
+#endif
+
+/* Define to empty if `const' does not conform to ANSI C. */
+/* #undef const */
+
+/* Define to 'int' if <sys/resource.h> doesn't define it for us */
+/* #undef rlim_t */

Propchange: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/ia32/include/ap_config_auto.h
------------------------------------------------------------------------------
    svn:eol-style = native

Added: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/ia32/include/ap_config_layout.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/ia32/include/ap_config_layout.h?rev=1590597&view=auto
==============================================================================
--- httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/ia32/include/ap_config_layout.h (added)
+++ httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/ia32/include/ap_config_layout.h Mon Apr 28 10:55:17 2014
@@ -0,0 +1,66 @@
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * @file  ap_config_layout.h
+ * @brief Apache Config Layout
+ */
+
+#ifndef AP_CONFIG_LAYOUT_H
+#define AP_CONFIG_LAYOUT_H
+
+/* Configured Apache directory layout */
+/*
+#define DEFAULT_PREFIX "/usr/local/apache2"
+#define DEFAULT_EXP_EXEC_PREFIX "/usr/local/apache2"
+#define DEFAULT_REL_EXEC_PREFIX ""
+#define DEFAULT_EXP_BINDIR "/usr/local/apache2/bin"
+#define DEFAULT_REL_BINDIR "bin"
+#define DEFAULT_EXP_SBINDIR "/usr/local/apache2/bin"
+#define DEFAULT_REL_SBINDIR "bin"
+#define DEFAULT_EXP_LIBEXECDIR "/usr/local/apache2/modules"
+#define DEFAULT_REL_LIBEXECDIR "modules"
+#define DEFAULT_EXP_MANDIR "/usr/local/apache2/man"
+#define DEFAULT_REL_MANDIR "man"
+#define DEFAULT_EXP_SYSCONFDIR "/usr/local/apache2/conf"
+#define DEFAULT_REL_SYSCONFDIR "conf"
+#define DEFAULT_EXP_DATADIR "/usr/local/apache2"
+#define DEFAULT_REL_DATADIR ""
+#define DEFAULT_EXP_INSTALLBUILDDIR "/usr/local/apache2/build"
+#define DEFAULT_REL_INSTALLBUILDDIR "build"
+#define DEFAULT_EXP_ERRORDIR "/usr/local/apache2/error"
+#define DEFAULT_REL_ERRORDIR "error"
+#define DEFAULT_EXP_ICONSDIR "/usr/local/apache2/icons"
+#define DEFAULT_REL_ICONSDIR "icons"
+#define DEFAULT_EXP_HTDOCSDIR "/usr/local/apache2/htdocs"
+#define DEFAULT_REL_HTDOCSDIR "htdocs"
+#define DEFAULT_EXP_MANUALDIR "/usr/local/apache2/manual"
+#define DEFAULT_REL_MANUALDIR "manual"
+#define DEFAULT_EXP_CGIDIR "/usr/local/apache2/cgi-bin"
+#define DEFAULT_REL_CGIDIR "cgi-bin"
+#define DEFAULT_EXP_INCLUDEDIR "/usr/local/apache2/include"
+#define DEFAULT_REL_INCLUDEDIR "include"
+#define DEFAULT_EXP_LOCALSTATEDIR "/usr/local/apache2"
+#define DEFAULT_REL_LOCALSTATEDIR ""
+#define DEFAULT_EXP_RUNTIMEDIR "/usr/local/apache2/logs"
+#define DEFAULT_REL_RUNTIMEDIR "logs"
+#define DEFAULT_EXP_LOGFILEDIR "/usr/local/apache2/logs"
+#define DEFAULT_REL_LOGFILEDIR "logs"
+#define DEFAULT_EXP_PROXYCACHEDIR "/usr/local/apache2/proxy"
+#define DEFAULT_REL_PROXYCACHEDIR "proxy"
+*/
+
+#endif /* AP_CONFIG_LAYOUT_H */

Propchange: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/ia32/include/ap_config_layout.h
------------------------------------------------------------------------------
    svn:eol-style = native

Added: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/x64/include/ap_config_auto.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/x64/include/ap_config_auto.h?rev=1590597&view=auto
==============================================================================
--- httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/x64/include/ap_config_auto.h (added)
+++ httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/x64/include/ap_config_auto.h Mon Apr 28 10:55:17 2014
@@ -0,0 +1,212 @@
+/* include/ap_config_auto.h.  Generated automatically by configure.  */
+/* include/ap_config_auto.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
+
+/* Define if on AIX 3.
+   System headers sometimes define this.
+   We just want to avoid a redefinition error message.  */
+#ifndef _ALL_SOURCE
+/* #undef _ALL_SOURCE */
+#endif
+
+/* Define to empty if the keyword does not work.  */
+/* #undef const */
+
+/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
+#define HAVE_SYS_WAIT_H 1
+
+/* Define if on MINIX.  */
+/* #undef _MINIX */
+
+/* Define if the system does not provide POSIX.1 features except
+   with this defined.  */
+/* #undef _POSIX_1_SOURCE */
+
+/* Define if you need to in order for stat and other things to work.  */
+/* #undef _POSIX_SOURCE */
+
+/* Define if you have the ANSI C header files.  */
+#define STDC_HEADERS 1
+
+/* Define if you have the ENGINE_init function.  */
+/* #undef HAVE_ENGINE_INIT */
+
+/* Define if you have the ENGINE_load_builtin_engines function.  */
+/* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */
+
+/* Define if you have the SSLC_library_version function.  */
+/* #undef HAVE_SSLC_LIBRARY_VERSION */
+
+/* Define if you have the SSL_CTX_new function.  */
+/* #undef HAVE_SSL_CTX_NEW */
+
+/* Define if you have the SSL_set_cert_store function.  */
+/* #undef HAVE_SSL_SET_CERT_STORE */
+
+/* Define if you have the SSL_set_state function.  */
+/* #undef HAVE_SSL_SET_STATE */
+
+/* Define if you have the SSLeay_version function.  */
+/* #undef HAVE_SSLEAY_VERSION */
+
+/* Define if you have the bindprocessor function.  */
+/* #undef HAVE_BINDPROCESSOR */
+
+/* Define if you have the getgrnam function.  */
+#define HAVE_GETGRNAM 1
+
+/* Define if you have the getpgid function.  */
+#define HAVE_GETPGID 1
+
+/* Define if you have the getpwnam function.  */
+#define HAVE_GETPWNAM 1
+
+/* Define if you have the initgroups function.  */
+#define HAVE_INITGROUPS 1
+
+/* Define if you have the killpg function.  */
+#define HAVE_KILLPG 1
+
+/* Define if you have the prctl function.  */
+#define HAVE_PRCTL 1
+
+/* Define if you have the pthread_kill function.  */
+/* #undef HAVE_PTHREAD_KILL */
+
+/* Define if you have the setsid function.  */
+#define HAVE_SETSID 1
+
+/* Define if you have the syslog function.  */
+/* #undef HAVE_SYSLOG */
+
+/* Define if you have the timegm function.  */
+#define HAVE_TIMEGM 1
+
+/* Define if you have the times function.  */
+#define HAVE_TIMES 1
+
+/* Define if you have the <bstring.h> header file.  */
+/* #undef HAVE_BSTRING_H */
+
+/* Define if you have the <grp.h> header file.  */
+#define HAVE_GRP_H 1
+
+/* Define if you have the <limits.h> header file.  */
+#define HAVE_LIMITS_H 1
+
+/* Define if you have the <openssl/engine.h> header file.  */
+/* #undef HAVE_OPENSSL_ENGINE_H */
+
+/* Define if you have the <openssl/opensslv.h> header file.  */
+/* #undef HAVE_OPENSSL_OPENSSLV_H */
+
+/* Define if you have the <openssl/ssl.h> header file.  */
+/* #undef HAVE_OPENSSL_SSL_H */
+
+/* Define if you have the <pwd.h> header file.  */
+#define HAVE_PWD_H 1
+
+/* Define if you have the <sslc.h> header file.  */
+/* #undef HAVE_SSLC_H */
+
+/* Define if you have the <string.h> header file.  */
+#define HAVE_STRING_H 1
+
+/* Define if you have the <strings.h> header file.  */
+#define HAVE_STRINGS_H 1
+
+/* Define if you have the <sys/ipc.h> header file.  */
+#define HAVE_SYS_IPC_H 1
+
+/* Define if you have the <sys/prctl.h> header file.  */
+#define HAVE_SYS_PRCTL_H 1
+
+/* Define if you have the <sys/processor.h> header file.  */
+/* #undef HAVE_SYS_PROCESSOR_H */
+
+/* Define if you have the <sys/resource.h> header file.  */
+#define HAVE_SYS_RESOURCE_H 1
+
+/* Define if you have the <sys/sem.h> header file.  */
+#define HAVE_SYS_SEM_H 1
+
+/* Define if you have the <sys/socket.h> header file.  */
+#define HAVE_SYS_SOCKET_H 1
+
+/* Define if you have the <sys/time.h> header file.  */
+#define HAVE_SYS_TIME_H 1
+
+/* Define if you have the <sys/times.h> header file.  */
+#define HAVE_SYS_TIMES_H 1
+
+/* Define if you have the <unistd.h> header file.  */
+#define HAVE_UNISTD_H 1
+
+/* Define if struct tm has a tm_gmtoff field */
+#define HAVE_GMTOFF 1
+
+/* Allow IPv4 connections on IPv6 listening sockets */
+#define AP_ENABLE_V4_MAPPED 1
+
+/* Allow modules to run hook after a fatal exception */
+/* #undef AP_ENABLE_EXCEPTION_HOOK */
+
+/* Define if SSL is supported using OpenSSL */
+/* #undef HAVE_OPENSSL */
+
+/* Define if SSL is supported using SSL-C */
+/* #undef HAVE_SSLC */
+
+/* Define if distcache support is enabled */
+/* #undef HAVE_DISTCACHE */
+
+/* Define to 'int' if <sys/resource.h> doesn't define it for us */
+/* #undef rlim_t */
+
+/* Path to suexec binary  */
+/* #undef SUEXEC_BIN */
+
+/* User allowed to call SuExec  */
+/* #undef AP_HTTPD_USER */
+
+/* User subdirectory  */
+/* #undef AP_USERDIR_SUFFIX */
+
+/* SuExec root directory  */
+/* #undef AP_DOC_ROOT */
+
+/* Minimum allowed UID  */
+/* #undef AP_UID_MIN */
+
+/* Minimum allowed GID  */
+/* #undef AP_GID_MIN */
+
+/* SuExec log file  */
+/* #undef AP_LOG_EXEC */
+
+/* safe shell path for SuExec  */
+/* #undef AP_SAFE_PATH */
+
+/* umask for suexec'd process  */
+/* #undef AP_SUEXEC_UMASK */
+
+/* Using autoconf to configure Apache */
+#define AP_USING_AUTOCONF 1
+
+/* This platform doesn't suffer from the thundering herd problem */
+#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1
+
+/* Listening sockets are non-blocking when there are more than 1 */
+#define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
+
+/* Root directory of the Apache install area */
+/* #define HTTPD_ROOT "/usr/local/apache2" */
+
+/* Location of the config file, relative to the Apache root directory */
+#define SERVER_CONFIG_FILE "conf/httpd.conf"
+
+/* Location of the MIME types config file, relative to the Apache root directory */
+#define AP_TYPES_CONFIG_FILE "conf/mime.types"
+
+/* Location of the source for the current MPM */
+#define APACHE_MPM_DIR "server/mpm/prefork"
+

Propchange: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/x64/include/ap_config_auto.h
------------------------------------------------------------------------------
    svn:eol-style = native

Added: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/x64/include/ap_config_layout.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/x64/include/ap_config_layout.h?rev=1590597&view=auto
==============================================================================
--- httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/x64/include/ap_config_layout.h (added)
+++ httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/x64/include/ap_config_layout.h Mon Apr 28 10:55:17 2014
@@ -0,0 +1,66 @@
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * @file  ap_config_layout.h
+ * @brief Apache Config Layout
+ */
+
+#ifndef AP_CONFIG_LAYOUT_H
+#define AP_CONFIG_LAYOUT_H
+
+/* Configured Apache directory layout */
+/*
+#define DEFAULT_PREFIX "/usr/local/apache2"
+#define DEFAULT_EXP_EXEC_PREFIX "/usr/local/apache2"
+#define DEFAULT_REL_EXEC_PREFIX ""
+#define DEFAULT_EXP_BINDIR "/usr/local/apache2/bin"
+#define DEFAULT_REL_BINDIR "bin"
+#define DEFAULT_EXP_SBINDIR "/usr/local/apache2/bin"
+#define DEFAULT_REL_SBINDIR "bin"
+#define DEFAULT_EXP_LIBEXECDIR "/usr/local/apache2/modules"
+#define DEFAULT_REL_LIBEXECDIR "modules"
+#define DEFAULT_EXP_MANDIR "/usr/local/apache2/man"
+#define DEFAULT_REL_MANDIR "man"
+#define DEFAULT_EXP_SYSCONFDIR "/usr/local/apache2/conf"
+#define DEFAULT_REL_SYSCONFDIR "conf"
+#define DEFAULT_EXP_DATADIR "/usr/local/apache2"
+#define DEFAULT_REL_DATADIR ""
+#define DEFAULT_EXP_INSTALLBUILDDIR "/usr/local/apache2/build"
+#define DEFAULT_REL_INSTALLBUILDDIR "build"
+#define DEFAULT_EXP_ERRORDIR "/usr/local/apache2/error"
+#define DEFAULT_REL_ERRORDIR "error"
+#define DEFAULT_EXP_ICONSDIR "/usr/local/apache2/icons"
+#define DEFAULT_REL_ICONSDIR "icons"
+#define DEFAULT_EXP_HTDOCSDIR "/usr/local/apache2/htdocs"
+#define DEFAULT_REL_HTDOCSDIR "htdocs"
+#define DEFAULT_EXP_MANUALDIR "/usr/local/apache2/manual"
+#define DEFAULT_REL_MANUALDIR "manual"
+#define DEFAULT_EXP_CGIDIR "/usr/local/apache2/cgi-bin"
+#define DEFAULT_REL_CGIDIR "cgi-bin"
+#define DEFAULT_EXP_INCLUDEDIR "/usr/local/apache2/include"
+#define DEFAULT_REL_INCLUDEDIR "include"
+#define DEFAULT_EXP_LOCALSTATEDIR "/usr/local/apache2"
+#define DEFAULT_REL_LOCALSTATEDIR ""
+#define DEFAULT_EXP_RUNTIMEDIR "/usr/local/apache2/logs"
+#define DEFAULT_REL_RUNTIMEDIR "logs"
+#define DEFAULT_EXP_LOGFILEDIR "/usr/local/apache2/logs"
+#define DEFAULT_REL_LOGFILEDIR "logs"
+#define DEFAULT_EXP_PROXYCACHEDIR "/usr/local/apache2/proxy"
+#define DEFAULT_REL_PROXYCACHEDIR "proxy"
+*/
+
+#endif /* AP_CONFIG_LAYOUT_H */

Propchange: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/linux/x64/include/ap_config_layout.h
------------------------------------------------------------------------------
    svn:eol-style = native

Added: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/mac/ia32/include/ap_config_auto.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/mac/ia32/include/ap_config_auto.h?rev=1590597&view=auto
==============================================================================
--- httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/mac/ia32/include/ap_config_auto.h (added)
+++ httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/mac/ia32/include/ap_config_auto.h Mon Apr 28 10:55:17 2014
@@ -0,0 +1,263 @@
+/* include/ap_config_auto.h.  Generated from ap_config_auto.h.in by configure.  */
+/* include/ap_config_auto.h.in.  Generated from configure.in by autoheader.  */
+
+/* Location of the source for the current MPM */
+#define APACHE_MPM_DIR "server/mpm/prefork"
+
+/* SuExec root directory */
+/* #undef AP_DOC_ROOT */
+
+/* Allow modules to run hook after a fatal exception */
+/* #undef AP_ENABLE_EXCEPTION_HOOK */
+
+/* Allow IPv4 connections on IPv6 listening sockets */
+#define AP_ENABLE_V4_MAPPED 1
+
+/* Minimum allowed GID */
+/* #undef AP_GID_MIN */
+
+/* User allowed to call SuExec */
+/* #undef AP_HTTPD_USER */
+
+/* SuExec log file */
+/* #undef AP_LOG_EXEC */
+
+/* Listening sockets are non-blocking when there are more than 1 */
+#define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
+
+/* safe shell path for SuExec */
+/* #undef AP_SAFE_PATH */
+
+/* umask for suexec'd process */
+/* #undef AP_SUEXEC_UMASK */
+
+/* Location of the MIME types config file, relative to the Apache root
+   directory */
+#define AP_TYPES_CONFIG_FILE "conf/mime.types"
+
+/* Minimum allowed UID */
+/* #undef AP_UID_MIN */
+
+/* User subdirectory */
+/* #undef AP_USERDIR_SUFFIX */
+
+/* Using autoconf to configure Apache */
+#define AP_USING_AUTOCONF 1
+
+/* Define to 1 if you have the `bindprocessor' function. */
+/* #undef HAVE_BINDPROCESSOR */
+
+/* Define to 1 if you have the <bstring.h> header file. */
+/* #undef HAVE_BSTRING_H */
+
+/* Define if distcache support is enabled */
+/* #undef HAVE_DISTCACHE */
+
+/* Define to 1 if you have the `ENGINE_init' function. */
+/* #undef HAVE_ENGINE_INIT */
+
+/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
+/* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */
+
+/* Define to 1 if you have the `getgrnam' function. */
+#define HAVE_GETGRNAM 1
+
+/* Define to 1 if you have the `getpgid' function. */
+#define HAVE_GETPGID 1
+
+/* Define to 1 if you have the `getpwnam' function. */
+#define HAVE_GETPWNAM 1
+
+/* Define if struct tm has a tm_gmtoff field */
+#define HAVE_GMTOFF 1
+
+/* Define to 1 if you have the <grp.h> header file. */
+#define HAVE_GRP_H 1
+
+/* Define to 1 if you have the `initgroups' function. */
+#define HAVE_INITGROUPS 1
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the `killpg' function. */
+#define HAVE_KILLPG 1
+
+/* Define to 1 if you have the <limits.h> header file. */
+#define HAVE_LIMITS_H 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define if SSL is supported using OpenSSL */
+/* #undef HAVE_OPENSSL */
+
+/* Define to 1 if you have the <openssl/engine.h> header file. */
+/* #undef HAVE_OPENSSL_ENGINE_H */
+
+/* Define to 1 if you have the <openssl/opensslv.h> header file. */
+/* #undef HAVE_OPENSSL_OPENSSLV_H */
+
+/* Define to 1 if you have the <openssl/ssl.h> header file. */
+/* #undef HAVE_OPENSSL_SSL_H */
+
+/* Define to 1 if you have the `prctl' function. */
+/* #undef HAVE_PRCTL */
+
+/* Define to 1 if you have the `pthread_kill' function. */
+/* #undef HAVE_PTHREAD_KILL */
+
+/* Define to 1 if you have the <pwd.h> header file. */
+#define HAVE_PWD_H 1
+
+/* Define to 1 if you have the `setsid' function. */
+#define HAVE_SETSID 1
+
+/* Define if SSL is supported using SSL-C */
+/* #undef HAVE_SSLC */
+
+/* Define to 1 if you have the <sslc.h> header file. */
+/* #undef HAVE_SSLC_H */
+
+/* Define to 1 if you have the `SSLC_library_version' function. */
+/* #undef HAVE_SSLC_LIBRARY_VERSION */
+
+/* Define to 1 if you have the `SSLeay_version' function. */
+/* #undef HAVE_SSLEAY_VERSION */
+
+/* Define to 1 if you have the `SSL_CTX_new' function. */
+/* #undef HAVE_SSL_CTX_NEW */
+
+/* Define to 1 if you have the `SSL_set_cert_store' function. */
+/* #undef HAVE_SSL_SET_CERT_STORE */
+
+/* Define to 1 if you have the `SSL_set_state' function. */
+/* #undef HAVE_SSL_SET_STATE */
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the `syslog' function. */
+/* #undef HAVE_SYSLOG */
+
+/* Define to 1 if you have the <sys/ipc.h> header file. */
+#define HAVE_SYS_IPC_H 1
+
+/* Define to 1 if you have the <sys/prctl.h> header file. */
+/* #undef HAVE_SYS_PRCTL_H */
+
+/* Define to 1 if you have the <sys/processor.h> header file. */
+/* #undef HAVE_SYS_PROCESSOR_H */
+
+/* Define to 1 if you have the <sys/resource.h> header file. */
+#define HAVE_SYS_RESOURCE_H 1
+
+/* Define to 1 if you have the <sys/sem.h> header file. */
+#define HAVE_SYS_SEM_H 1
+
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#define HAVE_SYS_SOCKET_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/times.h> header file. */
+#define HAVE_SYS_TIMES_H 1
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+#define HAVE_SYS_TIME_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
+#define HAVE_SYS_WAIT_H 1
+
+/* Define to 1 if you have the `timegm' function. */
+#define HAVE_TIMEGM 1
+
+/* Define to 1 if you have the `times' function. */
+#define HAVE_TIMES 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Root directory of the Apache install area */
+/* #define HTTPD_ROOT "/Users/username/apache2" */
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT ""
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME ""
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING ""
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME ""
+
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION ""
+
+/* Location of the config file, relative to the Apache root directory */
+#define SERVER_CONFIG_FILE "conf/httpd.conf"
+
+/* This platform doesn't suffer from the thundering herd problem */
+#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Path to suexec binary */
+/* #undef SUEXEC_BIN */
+
+/* Enable extensions on AIX 3, Interix.  */
+#ifndef _ALL_SOURCE
+# define _ALL_SOURCE 1
+#endif
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# define _GNU_SOURCE 1
+#endif
+/* Enable threading extensions on Solaris.  */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# define _POSIX_PTHREAD_SEMANTICS 1
+#endif
+/* Enable extensions on HP NonStop.  */
+#ifndef _TANDEM_SOURCE
+# define _TANDEM_SOURCE 1
+#endif
+/* Enable general extensions on Solaris.  */
+#ifndef __EXTENSIONS__
+# define __EXTENSIONS__ 1
+#endif
+
+
+/* Define to 1 if on MINIX. */
+/* #undef _MINIX */
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+   this defined. */
+/* #undef _POSIX_1_SOURCE */
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+/* #undef _POSIX_SOURCE */
+
+/* Define to empty if `const' does not conform to ANSI C. */
+/* #undef const */
+
+/* Define to 'int' if <sys/resource.h> doesn't define it for us */
+/* #undef rlim_t */

Propchange: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/mac/ia32/include/ap_config_auto.h
------------------------------------------------------------------------------
    svn:eol-style = native

Added: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/mac/ia32/include/ap_config_layout.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/mac/ia32/include/ap_config_layout.h?rev=1590597&view=auto
==============================================================================
--- httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/mac/ia32/include/ap_config_layout.h (added)
+++ httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/mac/ia32/include/ap_config_layout.h Mon Apr 28 10:55:17 2014
@@ -0,0 +1,66 @@
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * @file  ap_config_layout.h
+ * @brief Apache Config Layout
+ */
+
+#ifndef AP_CONFIG_LAYOUT_H
+#define AP_CONFIG_LAYOUT_H
+
+/* Configured Apache directory layout */
+/*
+#define DEFAULT_PREFIX "/Users/username/apache2"
+#define DEFAULT_EXP_EXEC_PREFIX "/Users/username/apache2"
+#define DEFAULT_REL_EXEC_PREFIX ""
+#define DEFAULT_EXP_BINDIR "/Users/username/apache2/bin"
+#define DEFAULT_REL_BINDIR "bin"
+#define DEFAULT_EXP_SBINDIR "/Users/username/apache2/bin"
+#define DEFAULT_REL_SBINDIR "bin"
+#define DEFAULT_EXP_LIBEXECDIR "/Users/username/apache2/modules"
+#define DEFAULT_REL_LIBEXECDIR "modules"
+#define DEFAULT_EXP_MANDIR "/Users/username/apache2/man"
+#define DEFAULT_REL_MANDIR "man"
+#define DEFAULT_EXP_SYSCONFDIR "/Users/username/apache2/conf"
+#define DEFAULT_REL_SYSCONFDIR "conf"
+#define DEFAULT_EXP_DATADIR "/Users/username/apache2"
+#define DEFAULT_REL_DATADIR ""
+#define DEFAULT_EXP_INSTALLBUILDDIR "/Users/username/apache2/build"
+#define DEFAULT_REL_INSTALLBUILDDIR "build"
+#define DEFAULT_EXP_ERRORDIR "/Users/username/apache2/error"
+#define DEFAULT_REL_ERRORDIR "error"
+#define DEFAULT_EXP_ICONSDIR "/Users/username/apache2/icons"
+#define DEFAULT_REL_ICONSDIR "icons"
+#define DEFAULT_EXP_HTDOCSDIR "/Users/username/apache2/htdocs"
+#define DEFAULT_REL_HTDOCSDIR "htdocs"
+#define DEFAULT_EXP_MANUALDIR "/Users/username/apache2/manual"
+#define DEFAULT_REL_MANUALDIR "manual"
+#define DEFAULT_EXP_CGIDIR "/Users/username/apache2/cgi-bin"
+#define DEFAULT_REL_CGIDIR "cgi-bin"
+#define DEFAULT_EXP_INCLUDEDIR "/Users/username/apache2/include"
+#define DEFAULT_REL_INCLUDEDIR "include"
+#define DEFAULT_EXP_LOCALSTATEDIR "/Users/username/apache2"
+#define DEFAULT_REL_LOCALSTATEDIR ""
+#define DEFAULT_EXP_RUNTIMEDIR "/Users/username/apache2/logs"
+#define DEFAULT_REL_RUNTIMEDIR "logs"
+#define DEFAULT_EXP_LOGFILEDIR "/Users/username/apache2/logs"
+#define DEFAULT_REL_LOGFILEDIR "logs"
+#define DEFAULT_EXP_PROXYCACHEDIR "/Users/username/apache2/proxy"
+#define DEFAULT_REL_PROXYCACHEDIR "proxy"
+*/
+
+#endif /* AP_CONFIG_LAYOUT_H */

Propchange: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/gen/arch/mac/ia32/include/ap_config_layout.h
------------------------------------------------------------------------------
    svn:eol-style = native

Added: httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/httpd.gyp
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/httpd.gyp?rev=1590597&view=auto
==============================================================================
--- httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/httpd.gyp (added)
+++ httpd/httpd/trunk/modules/spdy/support/third_party/apache/httpd/httpd.gyp Mon Apr 28 10:55:17 2014
@@ -0,0 +1,75 @@
+# Copyright 2010 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+{
+  'variables': {
+    'apache_root': '<(DEPTH)/third_party/apache/httpd',
+    'apache_src_root': '<(apache_root)/src',
+    'apache_gen_os_root': '<(apache_root)/gen/arch/<(OS)',
+    'apache_gen_arch_root': '<(apache_gen_os_root)/<(target_arch)',
+    'system_include_path_httpd%': '/usr/include/apache2',
+    'conditions': [
+      ['OS!="win"', {
+        'apache_os_include': '<(apache_src_root)/os/unix',
+      }, {  # else, OS=="win"
+        'apache_os_include': '<(apache_src_root)/os/win32',
+      }]
+    ],
+  },
+  'conditions': [
+    ['use_system_apache_dev==0', {
+      'targets': [
+        {
+          'target_name': 'include',
+          'type': 'none',
+          'direct_dependent_settings': {
+            'include_dirs': [
+              '<(apache_src_root)/include',
+              '<(apache_os_include)',
+              '<(apache_gen_arch_root)/include',
+            ],
+          },
+          'dependencies': [
+            '<(DEPTH)/third_party/apache/apr/apr.gyp:include',
+            '<(DEPTH)/third_party/apache/aprutil/aprutil.gyp:include',
+          ],
+          'export_dependent_settings': [
+            '<(DEPTH)/third_party/apache/apr/apr.gyp:include',
+            '<(DEPTH)/third_party/apache/aprutil/aprutil.gyp:include',
+          ],
+        },
+      ],
+    }, {
+     'targets': [
+       {
+         'target_name': 'include',
+         'type': 'none',
+         'direct_dependent_settings': {
+           'include_dirs': [
+             '<(system_include_path_httpd)',
+           ],
+         },
+         'dependencies': [
+           '<(DEPTH)/third_party/apache/apr/apr.gyp:include',
+           '<(DEPTH)/third_party/apache/aprutil/aprutil.gyp:include',
+         ],
+         'export_dependent_settings': [
+           '<(DEPTH)/third_party/apache/apr/apr.gyp:include',
+           '<(DEPTH)/third_party/apache/aprutil/aprutil.gyp:include',
+         ],
+       }
+     ],
+    }],
+  ],
+}

Added: httpd/httpd/trunk/modules/spdy/support/third_party/mod_diagnostics/mod_diagnostics.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/spdy/support/third_party/mod_diagnostics/mod_diagnostics.c?rev=1590597&view=auto
==============================================================================
--- httpd/httpd/trunk/modules/spdy/support/third_party/mod_diagnostics/mod_diagnostics.c (added)
+++ httpd/httpd/trunk/modules/spdy/support/third_party/mod_diagnostics/mod_diagnostics.c Mon Apr 28 10:55:17 2014
@@ -0,0 +1,222 @@
+/*
+  mod_diagnostics
+
+  Copyright (C) 2003, Nick Kew <ni...@webthing.com>
+
+  This is free software.  You may use and redistribute it under
+  the terms of the Apache License at
+  http://www.apache.org/LICENSE.txt
+*/
+
+/*
+  mod_diagnostics: print diagnostic and debug information on data
+  (and metadata) passing through an Apache Filter chain.
+
+  Insert a mod_diagnostics filter anywhere you want to watch traffic.
+  See below for registered input and output filter names.
+
+  Two filters are defined for each level, so that you can insert
+  mod_diagnostics before and after any module you are investigating
+  or debugging.
+*/
+
+#include <httpd.h>
+#include <http_config.h>
+#include <http_connection.h>
+#include <http_core.h>
+#include <http_log.h>
+
+module AP_MODULE_DECLARE_DATA diagnostic_filter_module ;
+
+static void diagnostic_log(ap_filter_t* f, apr_bucket* b) {
+  const char* t ;
+
+      if ( APR_BUCKET_IS_METADATA(b) )
+	t = "(metadata)" ;
+      else
+	t = "(data)" ;
+
+    if ( b->type == &apr_bucket_type_flush )
+	t = "FLUSH" ;
+    else if ( b->type == &apr_bucket_type_eos )
+	t = "EOS" ;
+    else if ( b->type == &apr_bucket_type_file )
+	t = "FILE" ;
+    else if ( b->type == &apr_bucket_type_pipe )
+	t = "PIPE" ;
+    else if ( b->type == &apr_bucket_type_socket )
+	t = "SOCKET" ;
+    else if ( b->type == &apr_bucket_type_heap )
+	t = "HEAP" ;
+    else if ( b->type == &apr_bucket_type_transient )
+	t = "TRANSIENT" ;
+    else if ( b->type == &apr_bucket_type_immortal )
+	t = "IMMORTAL" ;
+    else if ( b->type == &apr_bucket_type_mmap )
+	t = "MMAP" ;
+    else if ( b->type == &apr_bucket_type_pool )
+	t = "POOL" ;
+
+/* use the connection pool, so it works with all filter types
+   (Request may not be valid in a connection or network filter)
+
+   This doesn't work with APLOG_DEBUG (looks like a bug in log.c
+   around line 409 in 2.0.44), so we use APLOG_NOTICE.  This is
+   worth updating if httpd gets fixed.
+*/
+  ap_log_perror(APLOG_MARK, APLOG_NOTICE, APR_SUCCESS, f->c->pool,
+	"	%s %s:	%d bytes", f->frec->name, t, b->length) ;
+}
+static int diagnostic_ofilter (ap_filter_t* f, apr_bucket_brigade* bb) {
+  apr_bucket* b ;
+
+  ap_log_perror(APLOG_MARK, APLOG_NOTICE, APR_SUCCESS, f->c->pool, f->frec->name) ;
+
+  for (	b = APR_BRIGADE_FIRST(bb) ;
+	b != APR_BRIGADE_SENTINEL(bb) ;
+	b = APR_BUCKET_NEXT(b) )
+    diagnostic_log(f, b) ;
+
+  return ap_pass_brigade(f->next, bb) ;
+}
+static const char* getmode(ap_input_mode_t mode) {
+  switch ( mode ) {
+	case AP_MODE_READBYTES: return "READBYTES" ;
+	case AP_MODE_GETLINE: return "GETLINE" ;
+	case AP_MODE_EATCRLF: return "EATCRLF" ;
+	case AP_MODE_SPECULATIVE: return "SPECULATIVE" ;
+	case AP_MODE_EXHAUSTIVE: return "EXHAUSTIVE" ;
+	case AP_MODE_INIT: return "INIT" ;
+  }
+  return "(unknown)" ;
+}
+#define gettype(block) ((block) == APR_BLOCK_READ) ? "blocking" : "non-blocking"
+static int diagnostic_ifilter (ap_filter_t* f, apr_bucket_brigade* bb,
+	ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) {
+
+  apr_bucket* b ;
+  apr_status_t ret ;
+
+  ap_log_perror(APLOG_MARK, APLOG_NOTICE, APR_SUCCESS, f->c->pool,
+	"%s: mode %s; %s; %d bytes", f->frec->name,
+	getmode(mode), gettype(block), readbytes) ;
+
+  if ( ret = ap_get_brigade(f->next, bb, mode, block, readbytes) ,
+	ret == APR_SUCCESS )
+    for ( b = APR_BRIGADE_FIRST(bb) ;
+	b != APR_BRIGADE_SENTINEL(bb) ;
+	b = APR_BUCKET_NEXT(b) )
+      diagnostic_log(f, b) ;
+  else
+    ap_log_perror(APLOG_MARK, APLOG_NOTICE, APR_SUCCESS, f->c->pool,
+	"%s: ap_get_brigade returned %d", f->frec->name, ret) ;
+
+  return ret ;
+}
+
+
+#define ofilter_init NULL
+#define ifilter_init NULL
+
+/**
+ * Invoked once per connection. See http_connection.h for details.
+ */
+int diagnostic_pre_connection_hook(conn_rec *c, void *csd) {
+  ap_log_cerror(APLOG_MARK,
+                APLOG_NOTICE,
+                APR_SUCCESS,
+                c,
+                "%ld Registering diagnostic filters", c->id);
+
+  ap_add_input_filter("i-connection-1", NULL, NULL, c);
+  ap_add_input_filter("i-connection-2", NULL, NULL, c);
+  ap_add_output_filter("o-connection-1", NULL, NULL, c);
+  //ap_add_input_filter("i-transcode-1", NULL, NULL, c);
+  //ap_add_input_filter("i-protocol-1", NULL, NULL, c);
+  //  ap_add_output_filter(g_spdy_output_filter, builder, NULL, c);
+
+  return APR_SUCCESS;
+}
+
+static void diagnostic_hooks(apr_pool_t* p) {
+  ap_hook_pre_connection(
+      diagnostic_pre_connection_hook,
+      NULL,
+      NULL,
+      APR_HOOK_MIDDLE);
+/* by registering twice under each phase, we can insert filters
+   BEFORE and AFTER one we are debugging, and distinguish between them
+
+   I don't think this makes much sense at the network level, but
+   we'll do it anyway: nothing to lose!
+*/
+  ap_register_output_filter("o-resource-1", diagnostic_ofilter,
+	ofilter_init, AP_FTYPE_RESOURCE) ;
+  ap_register_output_filter("o-resource-2", diagnostic_ofilter,
+	ofilter_init, AP_FTYPE_RESOURCE) ;
+  ap_register_output_filter("o-content-1", diagnostic_ofilter,
+	ofilter_init, AP_FTYPE_CONTENT_SET) ;
+  ap_register_output_filter("o-content-2", diagnostic_ofilter,
+	ofilter_init, AP_FTYPE_CONTENT_SET) ;
+  ap_register_output_filter("o-protocol-1", diagnostic_ofilter,
+	ofilter_init, AP_FTYPE_PROTOCOL) ;
+  ap_register_output_filter("o-protocol-2", diagnostic_ofilter,
+	ofilter_init, AP_FTYPE_PROTOCOL) ;
+  ap_register_output_filter("o-transcode-1", diagnostic_ofilter,
+	ofilter_init, AP_FTYPE_TRANSCODE) ;
+  ap_register_output_filter("o-transcode-2", diagnostic_ofilter,
+	ofilter_init, AP_FTYPE_TRANSCODE) ;
+  ap_register_output_filter("o-connection-1", diagnostic_ofilter,
+	ofilter_init, AP_FTYPE_CONNECTION) ;
+  ap_register_output_filter("o-connection-2", diagnostic_ofilter,
+	ofilter_init, AP_FTYPE_CONNECTION) ;
+  ap_register_output_filter("o-network-1", diagnostic_ofilter,
+	ofilter_init, AP_FTYPE_NETWORK) ;
+  ap_register_output_filter("o-network-2", diagnostic_ofilter,
+	ofilter_init, AP_FTYPE_NETWORK) ;
+
+  ap_register_input_filter("i-resource-1", diagnostic_ifilter,
+	ifilter_init, AP_FTYPE_RESOURCE) ;
+  ap_register_input_filter("i-resource-2", diagnostic_ifilter,
+	ifilter_init, AP_FTYPE_RESOURCE) ;
+  ap_register_input_filter("i-content-1", diagnostic_ifilter,
+	ifilter_init, AP_FTYPE_CONTENT_SET) ;
+  ap_register_input_filter("i-content-2", diagnostic_ifilter,
+	ifilter_init, AP_FTYPE_CONTENT_SET) ;
+  ap_register_input_filter("i-protocol-1", diagnostic_ifilter,
+	ifilter_init, AP_FTYPE_PROTOCOL) ;
+  ap_register_input_filter("i-protocol-2", diagnostic_ifilter,
+	ifilter_init, AP_FTYPE_PROTOCOL) ;
+  ap_register_input_filter("i-transcode-1", diagnostic_ifilter,
+	ifilter_init, AP_FTYPE_TRANSCODE) ;
+  ap_register_input_filter("i-transcode-2", diagnostic_ifilter,
+	ifilter_init, AP_FTYPE_TRANSCODE) ;
+  ap_register_input_filter("i-connection-1", diagnostic_ifilter,
+	ifilter_init, AP_FTYPE_CONNECTION) ;
+  ap_register_input_filter("i-connection-2", diagnostic_ifilter,
+	ifilter_init, AP_FTYPE_CONNECTION + 8) ;
+  ap_register_input_filter("i-network-1", diagnostic_ifilter,
+	ifilter_init, AP_FTYPE_NETWORK) ;
+  ap_register_input_filter("i-network-2", diagnostic_ifilter,
+	ifilter_init, AP_FTYPE_NETWORK) ;
+}
+
+// Export our module so Apache is able to load us.
+// See http://gcc.gnu.org/wiki/Visibility for more information.
+#if defined(__linux)
+#pragma GCC visibility push(default)
+#endif
+
+module AP_MODULE_DECLARE_DATA diagnostic_filter_module = {
+	STANDARD20_MODULE_STUFF,
+	NULL,
+	NULL,
+	NULL,
+	NULL,
+	NULL,
+	diagnostic_hooks
+} ;
+
+#if defined(__linux)
+#pragma GCC visibility pop
+#endif

Propchange: httpd/httpd/trunk/modules/spdy/support/third_party/mod_diagnostics/mod_diagnostics.c
------------------------------------------------------------------------------
    svn:eol-style = native

Added: httpd/httpd/trunk/modules/spdy/support/third_party/mod_diagnostics/mod_diagnostics.gyp
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/spdy/support/third_party/mod_diagnostics/mod_diagnostics.gyp?rev=1590597&view=auto
==============================================================================
--- httpd/httpd/trunk/modules/spdy/support/third_party/mod_diagnostics/mod_diagnostics.gyp (added)
+++ httpd/httpd/trunk/modules/spdy/support/third_party/mod_diagnostics/mod_diagnostics.gyp Mon Apr 28 10:55:17 2014
@@ -0,0 +1,39 @@
+# Copyright 2010 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+{
+  'targets': [
+    {
+      'target_name': 'mod_diagnostics',
+      'type': 'loadable_module',
+      'dependencies': [
+        '<(DEPTH)/third_party/apache/httpd/httpd.gyp:include',
+      ],
+      'include_dirs': [
+        '<(DEPTH)',
+      ],
+      'sources': [
+        'mod_diagnostics.c',
+      ],
+      'conditions': [['OS == "mac"', {
+        'xcode_settings': {
+          # We must null out these two variables when building this target,
+          # because it is a loadable_module (-bundle).
+          'DYLIB_COMPATIBILITY_VERSION':'',
+          'DYLIB_CURRENT_VERSION':'',
+        }
+      }]],
+    },
+  ],
+}