On Monday 2010-05-10 09:30, Karl Hiramoto wrote: >Many toolchains for embedded systems don't have largefile support. > >+AC_ARG_ENABLE([largefile], >+ AS_HELP_STRING([--disable-largefile], [Do not build largefile support]), >+ [enable_largefile="$enableval"], >+ [enable_largefile="yes"; >+ largefile_cflags='-D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64']) What is the actual problem you are experiencing? If the toolchain does not support largefiles, the -D macros should not do anything, so that conversely, their presence is not harmful. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html