]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: Improve use of configmake.h on mingw
authorEric Blake <eblake@redhat.com>
Thu, 8 Aug 2019 13:49:43 +0000 (08:49 -0500)
committerEric Blake <eblake@redhat.com>
Mon, 19 Aug 2019 22:04:05 +0000 (17:04 -0500)
commit1eff313b10cc52d93592ef84ccb0896467f4e85d
tree221a12b1eab5fb720e94982d0b3fab095cfa91a7
parentb1eb8b3e8fd1d4cb1da8e5e2b16f2c10837fd823
maint: Improve use of configmake.h on mingw

Gnulib has added a patch that allows configmake.h to be included
without causing build failures on mingw if <winsock2.h> is later
included (whether directly, or indirectly such as through gnulib's
<unistd.h>).

This reverts commit fed58d83c60ff1c20292856bec006577788b7494 ("build:
Fix checkpoint_conf on mingw"), now that we don't have to worry about
header inclusion ordering issues.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
.gnulib
src/conf/checkpoint_conf.c