]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 24 May 2008 03:08:41 +0000 (03:08 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 24 May 2008 03:08:41 +0000 (03:08 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8574 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/xmlrpc-c/xmlrpc_config.h.in

index 2847345b54d8d48ecf29e58f45d1b4ce4a0879a4..46e69aee40995b3f528f944ccb2478c717a000df 100644 (file)
 #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@