summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2001-02-05 05:22:30 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2001-02-05 05:22:30 +0000
commit59e0b56384f69e74715ae386415bdfcc729c4518 (patch)
treea4b724d5651602986bc4da4ac0aae4bfbebcab14
parentc233709d46fe745a4a6595e6688535496f6d62c2 (diff)
downloadlibapr-59e0b56384f69e74715ae386415bdfcc729c4518.tar.gz
some whitespace.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61189 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_want.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/apr_want.h b/include/apr_want.h
index db5271a92..5f7d8fb3a 100644
--- a/include/apr_want.h
+++ b/include/apr_want.h
@@ -77,39 +77,47 @@
/* --------------------------------------------------------------------- */
#ifdef APR_WANT_STRFUNC
+
#if APR_HAVE_STRING_H
#include <string.h>
#endif
#if APR_HAVE_STRINGS_H
#include <strings.h>
#endif
+
#undef APR_WANT_STRFUNC
#endif
/* --------------------------------------------------------------------- */
#ifdef APR_WANT_MEMFUNC
+
#if APR_HAVE_STRING_H
#include <string.h>
#endif
+
#undef APR_WANT_MEMFUNC
#endif
/* --------------------------------------------------------------------- */
#ifdef APR_WANT_STDIO
+
#if APR_HAVE_STDIO_H
#include <stdio.h>
#endif
+
#undef APR_WANT_STDIO
#endif
/* --------------------------------------------------------------------- */
#ifdef APR_WANT_IOVEC
+
#if APR_HAVE_SYS_UIO_H
#include <sys/uio.h>
#endif
+
#undef APR_WANT_IOVEC
#endif