X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fseeko.c;h=be2a78dce1b702e291637dece49ab522afa36637;hb=0f2428a839e2a11049eac5b8bf1d913be2a5dd56;hp=6a8a1c0a080d967662abf0e327581ea6cc0e9acd;hpb=987e5651e8d1c5aa933c9ce88562806af4093702;p=gnulib.git diff --git a/tests/test-fseeko.c b/tests/test-fseeko.c index 6a8a1c0a0..be2a78dce 100644 --- a/tests/test-fseeko.c +++ b/tests/test-fseeko.c @@ -1,5 +1,5 @@ /* Test of fseeko() function. - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,11 +20,7 @@ /* 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 #include "signature.h"