mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Handle case when va_list is array.
This commit is contained in:
@@ -16,6 +16,8 @@ XMLRPC_C_TOP = $(XMLRPC_C_SRC_PATH) ;
|
||||
XMLRPC_C_LIB_DIR = [ FDirName $(XMLRPC_C_SRC_PATH) lib ] ;
|
||||
|
||||
XMLRPC_C_FLAGS =
|
||||
-DHAVE_CONFIG_H
|
||||
-I$(TOP)
|
||||
-I$(XMLRPC_C_SRC_PATH)
|
||||
-I [ FDirName $(XMLRPC_C_SRC_PATH) include ]
|
||||
-I [ FDirName $(XMLRPC_C_SRC_PATH) deps util include ]
|
||||
|
@@ -32,6 +32,13 @@
|
||||
*/
|
||||
#include "xmlrpc_amconfig.h"
|
||||
|
||||
/* EDE top config file */
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
/* PREFIX is variable in xmlrpc-c code, but is defined in config.h too */
|
||||
#undef PREFIX
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SETGROUPS
|
||||
#define HAVE_SETGROUPS 0
|
||||
#endif
|
||||
@@ -70,7 +77,9 @@
|
||||
#define HAVE_SYS_FILIO_H 0
|
||||
#define HAVE_SYS_IOCTL_H 1
|
||||
|
||||
#ifndef VA_LIST_IS_ARRAY
|
||||
#define VA_LIST_IS_ARRAY 0
|
||||
#endif
|
||||
|
||||
#define HAVE_LIBWWW_SSL 0
|
||||
|
||||
|
Reference in New Issue
Block a user