Changeset 398
- Timestamp:
- 06/26/2005 10:37:46 AM (3 years ago)
- Files:
-
- 1 modified
-
trunk/configure.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r300 r398 317 317 writev sigaction sendfile64 send_file kqueue port_create localtime_r]) 318 318 319 AC_SYS_LARGEFILE 320 321 if test x$ac_cv_sys_file_offset_bits \!= x; then 322 CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits" 323 fi 324 319 325 if test "x$ac_cv_func_sendfile" = xyes; then 320 326 # check if sendfile works … … 322 328 if test "x$cross_compiling" = xno; then 323 329 AC_TRY_RUN([ 330 #ifdef HAVE_SYS_SENDFILE_H 331 #include <sys/sendfile.h> 332 #endif /* HAVE_SYS_SENDFILE_H */ 324 333 #include <errno.h> 325 334 int main() { … … 360 369 361 370 362 AC_SYS_LARGEFILE363 364 if test x$ac_cv_sys_file_offset_bits \!= x; then365 CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"366 fi367 368 371 AC_CHECK_SIZEOF(long) 369 372 AC_CHECK_SIZEOF(off_t)

