Update config.h.win32(.in)

Make file contents more like the config.h(.in) contents
This commit is contained in:
Chun-wei Fan 2011-06-22 15:22:55 +08:00
parent fdca8060aa
commit 0e4507a296

View File

@ -226,6 +226,9 @@
/* we have the futex(2) system call */ /* we have the futex(2) system call */
/* #undef HAVE_FUTEX */ /* #undef HAVE_FUTEX */
/* we have the eventfd(2) system call */
/* #undef HAVE_EVENTFD */
/* Whether you have gcov */ /* Whether you have gcov */
/* #undef HAVE_GCOV */ /* #undef HAVE_GCOV */