Add script for determining the set of symbols to export from a library.
[gnulib.git] / m4 / windows-stat-timespec.m4
blobd5e1b085c01eb5ea5acb5fb6120a113a8351d2f2
1 # windows-stat-timespec.m4 serial 1
2 dnl Copyright (C) 2017-2019 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
7 dnl Enable precise timestamps in 'struct stat' on native Windows platforms.
9 AC_DEFUN([gl_WINDOWS_STAT_TIMESPEC],
11   AC_REQUIRE([AC_CANONICAL_HOST])
12   case "$host_os" in
13     mingw*) WINDOWS_STAT_TIMESPEC=1 ;;
14     *)      WINDOWS_STAT_TIMESPEC=0 ;;
15   esac