Ignore:
Timestamp:
18/12/2007 00:17:54 (4 years ago)
Author:
chris
Message:

Search for readdir64 and stat64 if LARGE_FILE_SUPPORT is enabled, rather
than relying on Linux redirection macros that aren't present on
Slackware (which uses asm redirects instead).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r1998 r2012  
    225225    [have_large_file_support=yes], [have_large_file_support=no] 
    226226  )]) 
     227 
     228if test "x$have_large_file_support" = "xyes"; then 
     229        AC_DEFINE([HAVE_LARGE_FILE_SUPPORT], [1], 
     230                [Define to 1 if large files are supported]) 
     231fi 
    227232 
    228233## Find out how to do file locking 
Note: See TracChangeset for help on using the changeset viewer.