|
@ -13,6 +13,7 @@ |
|
|
* * |
|
|
* * |
|
|
******************************************************************************/ |
|
|
******************************************************************************/ |
|
|
|
|
|
|
|
|
|
|
|
#ifndef FROM_JS |
|
|
#include "OS_portable.h" |
|
|
#include "OS_portable.h" |
|
|
#define LIQUIDITY_PROVIDER 1 |
|
|
#define LIQUIDITY_PROVIDER 1 |
|
|
|
|
|
|
|
@ -371,3 +372,4 @@ void *curl_post(void **cHandlep,char *url,char *userpass,char *postfields,char * |
|
|
return(clonestr("{\"error\":\"curl is disabled\"}")); |
|
|
return(clonestr("{\"error\":\"curl is disabled\"}")); |
|
|
} |
|
|
} |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
#endif |
|
|