Apache Portable Runtime
|
APR Standard Headers Support. More...
Go to the source code of this file.
APR Standard Headers Support.
Features:
APR_WANT_STRFUNC: strcmp, strcat, strcpy, etc APR_WANT_MEMFUNC: memcmp, memcpy, etc APR_WANT_STDIO: <stdio.h> and related bits APR_WANT_IOVEC: struct iovec APR_WANT_BYTEFUNC: htons, htonl, ntohl, ntohs
Typical usage:
#define APR_WANT_STRFUNC #define APR_WANT_MEMFUNC #include "apr_want.h"
The appropriate headers will be included.
Note: it is safe to use this in a header (it won't interfere with other headers' or source files' use of apr_want.h)