Whamcloud - gitweb
configure.ac: automatically add include/mingw/ headers
authorEric Biggers <ebiggers@google.com>
Sat, 21 Jan 2023 20:31:55 +0000 (12:31 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 27 Jan 2023 17:06:30 +0000 (12:06 -0500)
commitb3d180e2057ebb144ab7e52c0153eb0f000c497a
treedcd1853450c17a1f7810c231aab26d90fb9cf337
parentf7581137f84d9976ccd81221a664a48895b6e2ff
configure.ac: automatically add include/mingw/ headers

Since the include/mingw/ directory needs to be on the include path when
building for Windows with MinGW, add it to INCLUDES automatically, and
AC_DEFINE the corresponding HAVE_*_H constants.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure.ac