|
GME
13
|
|
Modules | |
| Base64 Encoding | |
| Bucket Brigades | |
| Crypto routines | |
| Date routines | |
| DBD routines | |
| DBM routines | |
| Hook Functions | |
| LDAP | |
| MD4 Library | |
| Memcached Client Routines | |
| Optional Functions | |
| Resource List Routines | |
| Relocatable Memory Management Routines | |
| String matching routines | |
| URI | |
| XML | |
| Error Codes | |
Defines | |
| #define | APU_DECLARE(type) type |
| #define | APU_DECLARE_NONSTD(type) type |
| #define | APU_DECLARE_DATA |
| #define | APU_MODULE_DECLARE_DATA |
| #define | APU_HAVE_SDBM 1 |
| #define | APU_HAVE_GDBM 0 |
| #define | APU_HAVE_NDBM 0 |
| #define | APU_HAVE_DB 0 |
| #define | APU_HAVE_PGSQL 0 |
| #define | APU_HAVE_MYSQL 0 |
| #define | APU_HAVE_SQLITE3 0 |
| #define | APU_HAVE_SQLITE2 0 |
| #define | APU_HAVE_ORACLE 0 |
| #define | APU_HAVE_FREETDS 0 |
| #define | APU_HAVE_ODBC 1 |
| #define | APU_HAVE_CRYPTO 0 |
| #define | APU_HAVE_OPENSSL 0 |
| #define | APU_HAVE_NSS 0 |
| #define | APU_HAVE_APR_ICONV 1 |
| #define | APU_HAVE_ICONV 0 |
| #define | APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV) |
| #define APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV) |
| #define APU_DECLARE | ( | type | ) | type |
| #define APU_DECLARE_DATA |
| #define APU_DECLARE_NONSTD | ( | type | ) | type |
| #define APU_HAVE_APR_ICONV 1 |
| #define APU_HAVE_CRYPTO 0 |
| #define APU_HAVE_DB 0 |
| #define APU_HAVE_FREETDS 0 |
| #define APU_HAVE_GDBM 0 |
| #define APU_HAVE_ICONV 0 |
| #define APU_HAVE_MYSQL 0 |
| #define APU_HAVE_NDBM 0 |
| #define APU_HAVE_NSS 0 |
| #define APU_HAVE_ODBC 1 |
| #define APU_HAVE_OPENSSL 0 |
| #define APU_HAVE_ORACLE 0 |
| #define APU_HAVE_PGSQL 0 |
| #define APU_HAVE_SDBM 1 |
| #define APU_HAVE_SQLITE2 0 |
| #define APU_HAVE_SQLITE3 0 |
| #define APU_MODULE_DECLARE_DATA |
Declare a dso module's exported module structure as APU_MODULE_DECLARE_DATA.
Unless APU_MODULE_DECLARE_STATIC is defined at compile time, symbols declared with APU_MODULE_DECLARE_DATA are always exported.
module APU_MODULE_DECLARE_DATA mod_tag
1.7.6.1