From a854869e7cdacf9e603fbfdd09c4c80d5f772cd5 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Sun, 27 Mar 2011 11:05:42 +0000 Subject: [PATCH] + tune the header for the windows --- src/ctpp2/include/CTPP2SysHeaders.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ctpp2/include/CTPP2SysHeaders.h b/src/ctpp2/include/CTPP2SysHeaders.h index 323c649..1efbe38 100644 --- a/src/ctpp2/include/CTPP2SysHeaders.h +++ b/src/ctpp2/include/CTPP2SysHeaders.h @@ -48,13 +48,13 @@ #define HAVE_STRING_H 1 -#define HAVE_STRINGS_H 1 +#define HAVE_STRINGS_H 0 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 -#define HAVE_SYSEXITS_H 1 +#define HAVE_SYSEXITS_H 0 /* #undef DEBUG_MODE */ @@ -71,7 +71,7 @@ #define CTPP_MAX_TEMPLATE_RECURSION_DEPTH 1024 -#define ICONV_SUPPORT 1 +#define ICONV_SUPPORT 0 #define ICONV_DISCARD_ILSEQ 1