Commit 11494cab authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

refs #5277 compile the handlerton with the c++ portability lib

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@45906 c7de825b-a66e-492c-adef-691d508d4ae1
parent a49277cf
#ifndef _HATOKU_CMP #ifndef _HATOKU_CMP
#define _HATOKU_CMP #define _HATOKU_CMP
extern "C" {
#include "stdint.h" #include "stdint.h"
}
#include <db.h> #include <db.h>
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
#endif #endif
#include "db.h" #include "db.h"
extern "C" {
#include "toku_os.h" #include "toku_os.h"
}
#ifdef USE_PRAGMA_INTERFACE #ifdef USE_PRAGMA_INTERFACE
#pragma interface /* gcc class implementation */ #pragma interface /* gcc class implementation */
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
#include "hatoku_defines.h" #include "hatoku_defines.h"
#include <db.h> #include <db.h>
extern "C" {
#include "stdint.h" #include "stdint.h"
#if defined(_WIN32) #if defined(_WIN32)
#include "misc.h" #include "misc.h"
...@@ -12,7 +11,6 @@ extern "C" { ...@@ -12,7 +11,6 @@ extern "C" {
#include <inttypes.h> #include <inttypes.h>
#include "toku_os.h" #include "toku_os.h"
#include "toku_time.h" #include "toku_time.h"
}
/* We define DTRACE after mysql_priv.h in case it disabled dtrace in the main server */ /* We define DTRACE after mysql_priv.h in case it disabled dtrace in the main server */
#ifdef HAVE_DTRACE #ifdef HAVE_DTRACE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment