JBoss Native SVN: r1668 - trunk/mod_cluster/native/mod_proxy_cluster.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2008-06-06 09:17:38 -0400 (Fri, 06 Jun 2008)
New Revision: 1668
Removed:
trunk/mod_cluster/native/mod_proxy_cluster/Makefile.in
trunk/mod_cluster/native/mod_proxy_cluster/buildconf
trunk/mod_cluster/native/mod_proxy_cluster/configure.in
Modified:
trunk/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c
Log:
Build it in modules/proxy (that is more easy and that what we will produce).
Deleted: trunk/mod_cluster/native/mod_proxy_cluster/Makefile.in
===================================================================
--- trunk/mod_cluster/native/mod_proxy_cluster/Makefile.in 2008-06-06 07:09:03 UTC (rev 1667)
+++ trunk/mod_cluster/native/mod_proxy_cluster/Makefile.in 2008-06-06 13:17:38 UTC (rev 1668)
@@ -1,30 +0,0 @@
-#
-# Copyright 2006 Red Hat Middleware, LLC.
-# 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,i
-# 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.
-
-APACHE_BASE = @APACHE_BASE@
-top_builddir = @APACHE_BASE@
-# For .deps.
-builddir = @CLUSTER_BASE@
-
-MOD_OBJS_LO=
-
-include $(APACHE_BASE)/build/rules.mk
-SH_COMPILE = $(LIBTOOL) --mode=compile $(BASE_CC) -I../include -prefer-pic -c $< && touch $@
-
-all: mod_proxy_cluster.so
-
-mod_proxy_cluster.so: mod_proxy_cluster.la
- $(APACHE_BASE)/build/instdso.sh SH_LIBTOOL='$(LIBTOOL)' mod_proxy_cluster.la `pwd`
-
-mod_proxy_cluster.la: mod_proxy_cluster.slo
- $(SH_LINK) -rpath $(libexecdir) -module -avoid-version mod_proxy_cluster.lo $(MOD_OBJS_LO)
Deleted: trunk/mod_cluster/native/mod_proxy_cluster/buildconf
===================================================================
--- trunk/mod_cluster/native/mod_proxy_cluster/buildconf 2008-06-06 07:09:03 UTC (rev 1667)
+++ trunk/mod_cluster/native/mod_proxy_cluster/buildconf 2008-06-06 13:17:38 UTC (rev 1668)
@@ -1,11 +0,0 @@
-# Remove aclocal.m4 as it'll break some builds...
-rm -rf aclocal.m4 autom4te*.cache
-
-echo "Creating configure ..."
-### do some work to toss config.cache?
-if ${AUTOCONF:-autoconf}; then
- :
-else
- echo "autoconf failed"
- exit 1
-fi
Deleted: trunk/mod_cluster/native/mod_proxy_cluster/configure.in
===================================================================
--- trunk/mod_cluster/native/mod_proxy_cluster/configure.in 2008-06-06 07:09:03 UTC (rev 1667)
+++ trunk/mod_cluster/native/mod_proxy_cluster/configure.in 2008-06-06 13:17:38 UTC (rev 1668)
@@ -1,24 +0,0 @@
-dnl configure for mod_manager
-dnl
-
-AC_INIT(mod_proxy_cluster.c)
-
-AC_MSG_CHECKING(for Apache httpd installation)
-AC_ARG_WITH(apache,
-[ --with-apache[=DIR] DIR is the apache base installation
-],
-[ if test "$withval" = "yes"; then
- withval=/usr/local/etc/httpd
- fi
- if test "$withval" != "no"; then
- APACHE_BASE=$withval
- else
- AC_MSG_ERROR(mod_manager need a valid apache location)
- fi
-],
-[ AC_MSG_ERROR(Please use --with-apache[=DIR])])
-CLUSTER_BASE=`pwd`
-
-AC_SUBST(APACHE_BASE)
-AC_SUBST(CLUSTER_BASE)
-AC_OUTPUT(Makefile)
Modified: trunk/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c
===================================================================
--- trunk/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c 2008-06-06 07:09:03 UTC (rev 1667)
+++ trunk/mod_cluster/native/mod_proxy_cluster/mod_proxy_cluster.c 2008-06-06 13:17:38 UTC (rev 1668)
@@ -35,6 +35,7 @@
#include "http_protocol.h"
#include "http_core.h"
#include "mod_proxy.h"
+#include "ajp.h"
#include "mod_proxy_cluster.h"