Commit b2d71434 authored by Sergei Golubchik's avatar Sergei Golubchik

compilation fix for perl-Net-HandlerSocket

parent 6f762cdd
...@@ -6,17 +6,14 @@ ...@@ -6,17 +6,14 @@
* See COPYRIGHT.txt for details. * See COPYRIGHT.txt for details.
*/ */
#undef VERSION
#include <config.h>
#include "EXTERN.h" #include "EXTERN.h"
#include "perl.h" #include "perl.h"
#include "XSUB.h" #include "XSUB.h"
#include "ppport.h" #include "ppport.h"
/*
below we'll include (indirectly) my_global.h, which defines
VERSION too. Undefine our VERSION here.
*/
#undef VERSION
#include "hstcpcli.hpp" #include "hstcpcli.hpp"
#define DBG(x) #define DBG(x)
......
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