summaryrefslogtreecommitdiff
path: root/include/apr.hw
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-06-22 19:33:20 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-06-22 19:33:20 +0000
commit60d1d5f23f0c1d118dc55b49f354e7c9a17b86da (patch)
tree7f4f40a41a03d98d3e8874cc4e73b3cc085a2959 /include/apr.hw
parent0e10efc1e133c038a8bb1666b45865394757d7da (diff)
downloadlibapr-60d1d5f23f0c1d118dc55b49f354e7c9a17b86da.tar.gz
I accidentally renamed APR_HAS_SENDFILE to APR_HAVE_SENFILE yesterday. This
patch changes it back on all platforms. This makes APR_HAS_SENDFILE look like the rest of the APR function feature macros. Sorry about the inadvertant change. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hw')
-rw-r--r--include/apr.hw2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr.hw b/include/apr.hw
index 83beaa484..2d95f748a 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -144,7 +144,7 @@
/* APR Feature Macros */
#define APR_HAS_THREADS 1
-#define APR_HAVE_SENDFILE 1
+#define APR_HAS_SENDFILE 1
#define APR_HAS_RANDOM 1
#define APR_HAS_DSO 1