summaryrefslogtreecommitdiff
path: root/include/apr_want.h
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2001-02-05 05:22:30 +0000
committerGreg Stein <gstein@apache.org>2001-02-05 05:22:30 +0000
commit06d82a8eda540c3a2e19c769fe20ddc9c648779b (patch)
treea4b724d5651602986bc4da4ac0aae4bfbebcab14 /include/apr_want.h
parentbb12a049ef957acc6b71c451441fbce920dc5966 (diff)
downloadapr-06d82a8eda540c3a2e19c769fe20ddc9c648779b.tar.gz
some whitespace.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61189 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_want.h')
-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