compilation fix for perl-Net-HandlerSocket
This commit is contained in:
parent
6f762cdd6c
commit
b2d71434ed
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user