Apache2
|
APR Platform Definitions. More...
#include <sys/types.h>
#include <stddef.h>
#include <sys/socket.h>
#include <stdint.h>
#include <inttypes.h>
#include <sys/wait.h>
#include <limits.h>
Go to the source code of this file.
Typedefs | |
typedef unsigned char | apr_byte_t |
typedef short | apr_int16_t |
typedef unsigned short | apr_uint16_t |
typedef int | apr_int32_t |
typedef unsigned int | apr_uint32_t |
typedef int64_t | apr_int64_t |
typedef uint64_t | apr_uint64_t |
typedef size_t | apr_size_t |
typedef ssize_t | apr_ssize_t |
typedef off_t | apr_off_t |
typedef socklen_t | apr_socklen_t |
typedef ino_t | apr_ino_t |
typedef apr_uint64_t | apr_uintptr_t |
typedef apr_int64_t | apr_intptr_t |
APR Platform Definitions.
#define APR_HAS_XLATE (APU_HAVE_ICONV) |
#define APU_HAVE_COMMONCRYPTO 0 |
#define APU_HAVE_CRYPTO 0 |
#define APU_HAVE_CRYPTO_PRNG 0 |
#define APU_HAVE_DB 0 |
#define APU_HAVE_GDBM 0 |
#define APU_HAVE_ICONV 1 |
#define APU_HAVE_LMDB 0 |
#define APU_HAVE_MYSQL 0 |
#define APU_HAVE_NDBM 0 |
#define APU_HAVE_NSS 0 |
#define APU_HAVE_ODBC 0 |
#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 1 |
#define APU_USE_EXPAT 1 |
#define APU_USE_LIBXML2 0 |