hi,
The included is a patch which will help you making
httpd-2.0 successfully on such OSs as FreeBSD.
Unless applying this patch, the correct apr.exports
file cannot be created and the make fails when server/exports.c
is being compiled.
cheers,
hiro hanai
Index: apr_sms_threads.h
===================================================================
RCS file: /pub/cvs/Apache/apr/include/apr_sms_threads.h,v
retrieving revision 1.1
diff -u -r1.1 apr_sms_threads.h
--- apr_sms_threads.h 2001/07/12 16:50:14 1.1
+++ apr_sms_threads.h 2001/07/13 09:02:17
@@ -58,12 +58,12 @@
#include "apr.h"
#include "apr_sms.h"
-#if APR_HAS_THREADS
-
#ifdef __cplusplus
extern "C" {
#endif
+#if APR_HAS_THREADS
+
/**
* @package APR threads memory system
*/