From 77b8d8aeee1128527fec226b1943703189d52434 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 2 Dec 2005 22:08:05 +0000 Subject: [PATCH] obsolete; applied Changed files: httpd-2.0.45-export.patch -> 1.3 --- httpd-2.0.45-export.patch | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 httpd-2.0.45-export.patch diff --git a/httpd-2.0.45-export.patch b/httpd-2.0.45-export.patch deleted file mode 100644 index 22f5a9d..0000000 --- a/httpd-2.0.45-export.patch +++ /dev/null @@ -1,35 +0,0 @@ - -There is no need to "suck in" the apr/apr-util symbols when using -a shared libapr{,util}, it just bloats the symbol table; so don't. - ---- httpd-2.0.48/server/main.c.export -+++ httpd-2.0.48/server/main.c -@@ -669,28 +669,6 @@ - return 0; /* Termination 'ok' */ - } - --/* force Expat to be linked into the server executable */ --#if defined(USE_EXPAT) && !defined(SHARED_CORE_BOOTSTRAP) --#include "xmlparse.h" --const XML_LChar *suck_in_expat(void); --const XML_LChar *suck_in_expat(void) --{ -- return XML_ErrorString(XML_ERROR_NONE); --} --#endif /* USE_EXPAT */ -- --#ifndef SHARED_CORE_BOOTSTRAP --/* -- * Force apr_password_validate() into the image so that modules like -- * mod_auth can use it even if they're dynamically loaded. -- */ --void suck_in_apr_password_validate(void); --void suck_in_apr_password_validate(void) --{ -- apr_password_validate("a", "b"); --} --#endif -- - #ifdef AP_USING_AUTOCONF - /* This ugly little hack pulls any function referenced in exports.c into - * the web server. exports.c is generated during the build, and it -- 2.44.0