@@ -76,6 +76,7 @@ export CC CXX
find . -exec touch {} \;
USP_LIBS="-ljson" \
+USP_FLAGS="-DAS_cpoll_cppsp_DO" \
./configure --prefix=$ULIB_ROOT \
--disable-static \
--with-mysql --with-pgsql --with-sqlite3 \
@@ -1,8 +1,6 @@
<!--#declaration
#include "world.h"
-#define AS_cpoll_cppsp_DO
-
#ifndef AS_cpoll_cppsp_DO
static UValue* pvalue;
#endif
@@ -1,6 +1,4 @@
#ifdef AS_cpoll_cppsp_DO
# include <json/json.h>
#else