From 0e4507a296bbf15b9ba4799c9081c8efaab7f34f Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 22 Jun 2011 15:22:55 +0800 Subject: [PATCH] Update config.h.win32(.in) Make file contents more like the config.h(.in) contents --- config.h.win32.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.win32.in b/config.h.win32.in index 7c5eb4580..01718e3f4 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -226,6 +226,9 @@ /* we have the futex(2) system call */ /* #undef HAVE_FUTEX */ +/* we have the eventfd(2) system call */ +/* #undef HAVE_EVENTFD */ + /* Whether you have gcov */ /* #undef HAVE_GCOV */