summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-10-13 22:28:29 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-10-13 22:28:29 +0000
commit0f0ff2aa3db7745c14b0477deafa6681f33a1f2f (patch)
tree1aac03668c9e6ae9083732cc98be6b22fe3b3881 /include
parent12f849e41bddb56875e405003b531b1e13759502 (diff)
downloadlibapr-util-0f0ff2aa3db7745c14b0477deafa6681f33a1f2f.tar.gz
Avoid declaring exports that exist within only a certain configuration
for later portability. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr_buckets.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/apr_buckets.h b/include/apr_buckets.h
index c9ff3d06..300063ea 100644
--- a/include/apr_buckets.h
+++ b/include/apr_buckets.h
@@ -1438,7 +1438,6 @@ APU_DECLARE(apr_bucket *) apr_bucket_file_make(apr_bucket *b, apr_file_t *fd,
apr_off_t offset,
apr_size_t len, apr_pool_t *p);
-#if APR_HAS_MMAP
/**
* Enable or disable memory-mapping for a FILE bucket (default is enabled)
* @param b The bucket
@@ -1447,7 +1446,6 @@ APU_DECLARE(apr_bucket *) apr_bucket_file_make(apr_bucket *b, apr_file_t *fd,
*/
APU_DECLARE(apr_status_t) apr_bucket_file_enable_mmap(apr_bucket *b,
int enabled);
-#endif /* APR_HAS_MMAP */
/** @} */
#ifdef __cplusplus