From 0219062e848a283a0b039ee347475cdd34676677 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 19 Jun 2000 00:45:39 +0000 Subject: [PATCH] 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 --- include/ap_config.h | 5 ----- 1 file changed, 5 deletions(-) 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) \ -- 2.40.0