52 #define APU_DECLARE(type) type
59 #define APU_DECLARE_NONSTD(type) type
68 #define APU_DECLARE_DATA
70 #if !defined(WIN32) || defined(APU_MODULE_DECLARE_STATIC)
80 #define APU_MODULE_DECLARE_DATA
82 #define APU_MODULE_DECLARE_DATA __declspec(dllexport)
88 #define APU_HAVE_SDBM 1
89 #define APU_HAVE_GDBM 0
90 #define APU_HAVE_NDBM 0
94 #define APU_HAVE_DB_VERSION 5
97 #define APU_HAVE_PGSQL 1
98 #define APU_HAVE_MYSQL 1
99 #define APU_HAVE_SQLITE3 1
100 #define APU_HAVE_SQLITE2 0
101 #define APU_HAVE_ORACLE 0
102 #define APU_HAVE_FREETDS 1
103 #define APU_HAVE_ODBC 1
105 #define APU_HAVE_CRYPTO 1
106 #define APU_HAVE_OPENSSL 1
107 #define APU_HAVE_NSS 1
109 #define APU_HAVE_APR_ICONV 0
110 #define APU_HAVE_ICONV 1
111 #define APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)