Changeset 252
- Timestamp:
- 04/03/2005 03:41:23 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
configure.in (modified) (2 diffs)
-
src/mod_compress.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r250 r252 357 357 AC_SYS_LARGEFILE 358 358 359 CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits" 359 if test x$ac_cv_sys_file_offset_bits \!= x; then 360 CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits" 361 fi 360 362 361 363 AC_CHECK_SIZEOF(long) … … 375 377 376 378 if test "${GCC}" = "yes"; then 377 CFLAGS="${CFLAGS} -Wall -W -Wshadow -pedantic -W no-unused-parameter -Wcast-align"379 CFLAGS="${CFLAGS} -Wall -W -Wshadow -pedantic -Wcast-align" 378 380 fi 379 381 -
trunk/src/mod_compress.c
r204 r252 9 9 #include <errno.h> 10 10 #include <time.h> 11 #include <stdio.h> 11 12 12 13 #include "base.h"

