Test that gnulib does not break the standard C++ headers.
[pspp] / tests / test-fseeko.c
index e8c66dfe202f6c9faf0925d5ddf2e4bc4c3d10be..be2a78dce1b702e291637dece49ab522afa36637 100644 (file)
 
 /* None of the files accessed by this test are large, so disable the
    fseek link warning if we are not using the gnulib fseek module.  */
-#if !GNULIB_FSEEK
-# undef GL_LINK_WARNING
-# define GL_LINK_WARNING(ignored) ((void) 0)
-#endif
-
+#define _GL_NO_LARGE_FILES
 #include <stdio.h>
 
 #include "signature.h"