summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-06-29 21:24:40 +0000
committerRussell Bryant <russell@russellbryant.com>2007-06-29 21:24:40 +0000
commit4a6f3770f9e0b96956be68a3e530e286134c856d (patch)
tree45bd741392c5eea6f6512dae3be9ee1421a7b2b2 /include
parent2392758621b05823c224a0b5e5d7bc74c2f29137 (diff)
Fix my recent change for sending large files via the http server. This code
*must* write the file to the FILE *, and not the raw fd. Otherwise, it breaks TLS support. Thanks to rizzo for catching this! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@72738 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/autoconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 3f175ddf0..85618b9e3 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -394,9 +394,6 @@
/* Define to 1 if you have the `select' function. */
#undef HAVE_SELECT
-/* Define if your system has the sendfile syscall. */
-#undef HAVE_SENDFILE
-
/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV