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-03 09:01:27 -05:00
2012-04-18 11:52:02 -05:00
2012-04-18 11:52:02 -05:00
2012-07-10 22:44:11 -05:00
2012-04-18 11:52:02 -05:00
2012-04-18 11:52:02 -05:00
2012-06-11 13:05:29 +00:00
2012-06-11 13:05:29 +00:00
2012-04-18 11:52:02 -05:00
2012-04-18 11:52:02 -05:00
2012-04-18 11:52:02 -05:00
2012-05-10 22:34:37 -05:00
2012-05-23 13:13:32 -05:00
2012-04-18 11:52:02 -05:00
2012-04-18 11:52:02 -05:00
2012-07-11 15:15:50 -05:00
2012-06-11 13:05:29 +00:00
2012-04-18 11:52:02 -05:00
2012-04-18 11:52:02 -05:00
2012-07-02 15:12:55 -05:00
2012-06-04 09:24:42 -05:00
2012-06-23 14:55:11 -05:00
2012-04-18 11:52:02 -05:00
2012-04-18 11:52:02 -05:00
2012-04-18 11:52:02 -05:00
2012-07-13 18:02:09 -05:00
2012-04-18 11:52:02 -05:00
2012-06-22 18:15:06 -05:00
2012-04-18 11:52:02 -05:00
2012-07-04 23:06:32 -05:00
2012-04-18 11:52:02 -05:00
2012-04-18 11:52:02 -05:00
2012-04-18 11:52:02 -05:00
2012-07-12 19:52:00 +02:00
2012-04-18 11:52:02 -05:00