u*-vasnprintf tests: Add more tests of %U, %lU, %llU directives.
[gnulib.git] / m4 / fseek.m4
blobfb220a1f5f548257a6358949a2c40da19f3bb15b
1 # fseek.m4
2 # serial 4
3 dnl Copyright (C) 2007, 2009-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_FUNC_FSEEK],
10   AC_REQUIRE([gl_STDIO_H_DEFAULTS])
11   AC_REQUIRE([gl_FUNC_FSEEKO])
12   dnl When fseeko needs fixes, fseek needs them too.
13   if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then
14     REPLACE_FSEEK=1
15   fi