Bug 652827: Update config.h.win32.in
[platform/upstream/glib.git] / config.h.win32.in
index 7c5eb45..d51d3d6 100644 (file)
 /* x86_64 atomic implementation */
 /* #undef G_ATOMIC_X86_64 */
 
+/* whether GCC supports built-in atomic intrinsics */
+/* #undef HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS */
+
+/* Have Win32 atomic intrinsics */
+#ifdef _MSC_VER
+#define HAVE_WIN32_BUILTINS_FOR_ATOMIC_OPERATIONS 1
+#endif
+
 /* Have inline keyword */
 #ifndef _MSC_VER
 #define G_HAVE_INLINE 1
 /* 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 */