aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-29 21:24:40 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-29 21:24:40 +0000
commit14d66dd72cdeb657bab548319cdc5ecf800653e6 (patch)
tree45bd741392c5eea6f6512dae3be9ee1421a7b2b2 /include
parent132c6654622343091e31abe1c31775963bc7bc51 (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: http://svn.digium.com/svn/asterisk/trunk@72738 f38db490-d61c-443f-a65b-d21fe96a405b
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