From: Jeff Trawick Date: Mon, 19 Jun 2000 00:45:39 +0000 (+0000) Subject: Repair C++ compatibility in ap_config.h, apr_file_io.h, X-Git-Tag: APACHE_2_0_ALPHA_5~302 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0219062e848a283a0b039ee347475cdd34676677;p=apache Repair C++ compatibility in ap_config.h, apr_file_io.h, apr_network_io.h, and apr_thread_proc.h. Submitted by: Tyler J. Brooks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85613 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_config.h b/include/ap_config.h index 1fcf199561..8899cd1fbc 100644 --- a/include/ap_config.h +++ b/include/ap_config.h @@ -87,10 +87,6 @@ #define MODULE_VAR_EXPORT __declspec(dllexport) #endif -#ifdef __cplusplus -extern "C" { -#endif - #ifdef WIN32 #include "os.h" #else @@ -107,7 +103,6 @@ extern "C" { /* ap_ versions of ctype macros to make sure they deal with 8-bit chars */ #include "ap_ctype.h" - /* XXX - This probably doesn't handle OS/2 */ #ifdef SELECT_NEEDS_CAST #define ap_select(_a, _b, _c, _d, _e) \