Stefan Knoblich 445b74b765 mod_http_cache: Do not use C99-style for loops to fix non-debug builds.
Debug builds add -std=c99 (or -xc99 for suncc) to CFLAGS
(AX_CFLAGS_WARN_ALL_ANSI configure macro).

Non-debug builds do not invoke AX_CFLAGS_WARN_ALL_ANSI checks and
therefore won't have C99 support enabled, which breaks the build of
mod_http_cache due to "for (int i... )"-style C99 loops.

NOTE: AC_PROG_CC_C99 would make a lot of sense here and MSVC (2005)
accepts "for (int ...)" constructs too.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-14 12:43:36 +02:00
2012-07-05 14:27:32 -05:00
2009-02-11 02:53:31 +00:00
2012-06-25 08:55:48 +00:00
2009-02-13 23:33:36 +00:00
2008-05-14 20:39:43 +00:00
2009-12-17 18:33:45 +00:00
2012-07-03 20:04:37 -05:00
2010-04-01 21:00:45 -04:00
2012-05-28 16:35:00 +00:00
2012-06-14 22:47:21 +00:00
2012-07-02 17:46:21 -04:00
2012-07-06 17:54:21 -05:00
doh
2012-07-05 14:45:11 -05:00
2009-10-02 14:44:16 +00:00
2012-05-15 10:20:52 -05:00
2010-01-23 20:19:18 +00:00
2011-07-12 14:35:53 -05:00
2009-11-18 19:42:00 +00:00
2006-12-17 01:01:09 +00:00
2012-07-05 14:27:32 -05:00
add
2011-10-21 10:15:15 -05:00
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses 196 MiB
Languages
C 65.2%
C++ 20.8%
JavaScript 4.8%
Assembly 2%
Makefile 1%
Other 5.4%