From: Anthony Minessale Date: Sat, 24 May 2008 03:08:41 +0000 (+0000) Subject: tweak X-Git-Tag: v1.0.0~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c78c745fa098a38c459c69c508e10711b5b968;p=thirdparty%2Ffreeswitch.git tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8574 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/xmlrpc-c/xmlrpc_config.h.in b/libs/xmlrpc-c/xmlrpc_config.h.in index 2847345b54..46e69aee40 100644 --- a/libs/xmlrpc-c/xmlrpc_config.h.in +++ b/libs/xmlrpc-c/xmlrpc_config.h.in @@ -65,10 +65,15 @@ #ifndef HAVE__STRICMP #define HAVE__STRICMP 0 #endif - -#define HAVE_WCHAR_H @HAVE_WCHAR_H_DEFINE@ -#define HAVE_SYS_FILIO_H @HAVE_SYS_FILIO_H_DEFINE@ -#define HAVE_SYS_IOCTL_H @HAVE_SYS_IOCTL_H_DEFINE@ +#ifndef HAVE_WCHAR_H +#define HAVE_WCHAR_H 0 +#endif +#ifndef HAVE_SYS_FILIO_H +#define HAVE_SYS_FILIO_H 0 +#endif +#ifndef HAVE_SYS_IOCTL_H +#define HAVE_SYS_IOCTL_H 0 +#endif #define VA_LIST_IS_ARRAY @VA_LIST_IS_ARRAY_DEFINE@