summaryrefslogtreecommitdiff
path: root/config.h.win32.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-09-29 23:13:49 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-09-29 23:20:09 -0400
commite6c76d9fd44a5e7c42f10a4833a03cbb44edeb5d (patch)
treee6417f5bb27fd7e7356ea1e51d30eb61c8ae000b /config.h.win32.in
parentcde8cf16faa14df3c688adc39f26a45aa0d88d38 (diff)
Clean up atomic cruft
Nothing is using these defines anymore, and the messages are misleading. Based on a patch by Kean Johnston. https://bugzilla.gnome.org/show_bug.cgi?id=660013
Diffstat (limited to 'config.h.win32.in')
-rw-r--r--config.h.win32.in32
1 files changed, 0 insertions, 32 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index c90ebef52..ec43d2804 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -61,38 +61,6 @@
/* The size of system_thread, as computed by sizeof. */
#define GLIB_SIZEOF_SYSTEM_THREAD 4
-/* alpha atomic implementation */
-/* #undef G_ATOMIC_ALPHA */
-
-/* arm atomic implementation */
-/* #undef G_ATOMIC_ARM */
-
-/* cris atomic implementation */
-/* #undef G_ATOMIC_CRIS */
-
-/* crisv32 atomic implementation */
-/* #undef G_ATOMIC_CRISV32 */
-
-/* i486 atomic implementation */
-#ifndef _MSC_VER
-#define G_ATOMIC_I486 1
-#endif /* _MSC_VER */
-
-/* ia64 atomic implementation */
-/* #undef G_ATOMIC_IA64 */
-
-/* powerpc atomic implementation */
-/* #undef G_ATOMIC_POWERPC */
-
-/* s390 atomic implementation */
-/* #undef G_ATOMIC_S390 */
-
-/* sparcv9 atomic implementation */
-/* #undef G_ATOMIC_SPARCV9 */
-
-/* x86_64 atomic implementation */
-/* #undef G_ATOMIC_X86_64 */
-
/* whether GCC supports built-in atomic intrinsics */
/* #undef HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS */