]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Offer a workaround as we hack this
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 11 Sep 2001 03:23:38 +0000 (03:23 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 11 Sep 2001 03:23:38 +0000 (03:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90999 13f79535-47bb-0310-9956-ffa450edef68

src/modules/standard/mod_unique_id.c

index d134d7c4e121c07e93753ed79eeac7723771d002..26442abf3931ab4ce9ab073fc0b59f9332a077b4 100644 (file)
@@ -69,6 +69,7 @@
 #include "multithread.h"
 
 #ifdef MULTITHREAD
+/* Change to #pragma warning("") to get compile this as we port */
 #error sorry this module does not support multithreaded servers yet
 #endif