apr_want.h File Reference

APR Standard Headers Support. More...

#include "apr.h"
#include <string.h>
#include <stdio.h>
#include <sys/uio.h>

Go to the source code of this file.


Detailed Description

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)
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 19 Jun 2014 for Apache Portable Runtime by  doxygen 1.6.1