[glib] config.h.win32.in: Clean up a bit



commit 80dcec234c74c073c72bceea9731006b525aa576
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Dec 2 21:04:43 2015 +0800

    config.h.win32.in: Clean up a bit
    
    Remove the HAVE_*INLINE items from here as well, since 'inline' is
    unconditionally defined in gmacros.h.

 config.h.win32.in |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/config.h.win32.in b/config.h.win32.in
index 6c909ca..1da7bd3 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -55,23 +55,6 @@
 /* Define to the GLIB minor version */
 #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
 
-/* Have inline keyword */
-#ifndef _MSC_VER
-#define G_HAVE_INLINE 1
-#else /* _MSC_VER */
-/* #undef G_HAVE_INLINE */
-#endif /* _MSC_VER */
-
-/* Have __inline keyword */
-#define G_HAVE___INLINE 1
-
-/* Have __inline__ keyword */
-#if !defined(_MSC_VER) && !defined(__DMC__)
-#define G_HAVE___INLINE__ 1
-#else /* _MSC_VER or __DMC__ */
-/* #undef G_HAVE___INLINE__ */
-#endif /* _MSC_VER or __DMC__ */
-
 /* A 'va_copy' style function */
 #ifndef _MSC_VER
 #define G_VA_COPY va_copy


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]