getusershell: Work around musl bugs.
[gnulib.git] / m4 / ctime.m4
blob7f54acf8682d091915c3d2d84573ec42ee373db8
1 # ctime.m4
2 # serial 4
3 dnl Copyright (C) 2017-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_CTIME],
10   AC_REQUIRE([gl_TIME_H_DEFAULTS])
11   AC_REQUIRE([AC_CANONICAL_HOST])
12   case "$host_os" in
13     mingw* | windows*) REPLACE_CTIME=1 ;;
14   esac