On Tue, Sep 13, 2005 at 02:52:04AM -0000, William Rowe wrote: > --- apr/apr/trunk/test/testlfs.c (original) > +++ apr/apr/trunk/test/testlfs.c Mon Sep 12 19:52:00 2005 > @@ -26,7 +26,12 @@ > > /* Only enable these tests by default on platforms which support sparse > * files... just Unixes? */ > -#if APR_HAS_LARGE_FILES && !defined(WIN32) && !defined(OS2) && !defined(NETWARE) > +#if defined(WIN32) || !defined(OS2) || !defined(NETWARE) == #if 1 > +static void test_nolfs(abts_case *tc, void *data) > +{ > + ABTS_NOT_IMPL(tc, "Large Files tests require Sparse file support"); > +} > +#elif APR_HAS_LARGE_FILES && && what?