--- cvsroot/IO-AIO/autoconf/config.h.in 2005/07/31 18:14:48 1.1 +++ cvsroot/IO-AIO/autoconf/config.h.in 2005/08/23 12:37:19 1.4 @@ -9,6 +9,12 @@ /* readahead(2) is available (linux) */ #undef HAVE_READAHEAD +/* readdir_r is available */ +#undef HAVE_READDIR_R + +/* sendfile(2) is available and supported */ +#undef HAVE_SENDFILE + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -23,6 +29,3 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION - -/* Enable GNU extenstions */ -#undef _GNU_SOURCE