From 04c78c745fa098a38c459c69c508e10711b5b968 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sat, 24 May 2008 03:08:41 +0000 Subject: [PATCH] tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8574 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/xmlrpc-c/xmlrpc_config.h.in | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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@