Hash :
cefb3e21
Author :
Date :
2023-08-17T15:04:43
Recognize the *-*-windows* config triplets introduced on 2023-06-26. * m4/*.m4: Treat windows* as equivalent to mingw*. * modules/*: Likewise.
Description:
Internal functions for dealing with files relative to a directory.
Files:
lib/openat-priv.h
lib/openat-proc.c
Depends-on:
errno
fcntl-h
intprops
open [case $host_os in mingw* | windows*) false;; *) :;; esac]
sys_stat
unistd
configure.ac:
AC_REQUIRE([AC_CANONICAL_HOST])
Makefile.am:
lib_SOURCES += openat-priv.h openat-proc.c
Include:
"openat-priv.h"
License:
GPL
Maintainer:
Jim Meyering, Eric Blake