Use `scheme-mode` for the Guile init file
[emacs.git] / m4 / fsync.m4
blob6f49321c2db6a1f138712309dda9e8be9e6d90aa
1 # fsync.m4
2 # serial 2
3 dnl Copyright (C) 2008-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_FSYNC],
10   AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
11   AC_CHECK_FUNCS_ONCE([fsync])
12   if test $ac_cv_func_fsync = no; then
13     HAVE_FSYNC=0
14   fi
17 # Prerequisites of lib/fsync.c.
18 AC_DEFUN([gl_PREREQ_FSYNC], [:])