glibconfig.h | glibconfig.h | |||
---|---|---|---|---|
/* glibconfig.h | /* glibconfig.h | |||
* | * | |||
* This is a generated file. Please modify 'configure.in' | * This is a generated file. Please modify 'configure.ac' | |||
*/ | */ | |||
#ifndef __G_LIBCONFIG_H__ | #ifndef __G_LIBCONFIG_H__ | |||
#define __G_LIBCONFIG_H__ | #define __G_LIBCONFIG_H__ | |||
#include <glib/gmacros.h> | #include <glib/gmacros.h> | |||
#include <limits.h> | #include <limits.h> | |||
#include <float.h> | #include <float.h> | |||
#define GLIB_HAVE_ALLOCA_H | #define GLIB_HAVE_ALLOCA_H | |||
skipping to change at line 105 | skipping to change at line 105 | |||
#ifdef NeXT /* @#%@! NeXTStep */ | #ifdef NeXT /* @#%@! NeXTStep */ | |||
# define g_ATEXIT(proc) (!atexit (proc)) | # define g_ATEXIT(proc) (!atexit (proc)) | |||
#else | #else | |||
# define g_ATEXIT(proc) (atexit (proc)) | # define g_ATEXIT(proc) (atexit (proc)) | |||
#endif | #endif | |||
#define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len )); } G_STMT_END | #define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len )); } G_STMT_END | |||
#define GLIB_MAJOR_VERSION 2 | #define GLIB_MAJOR_VERSION 2 | |||
#define GLIB_MINOR_VERSION 24 | #define GLIB_MINOR_VERSION 28 | |||
#define GLIB_MICRO_VERSION 1 | #define GLIB_MICRO_VERSION 8 | |||
#define G_OS_UNIX | #define G_OS_UNIX | |||
#define G_VA_COPY va_copy | #define G_VA_COPY va_copy | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
#define G_HAVE_INLINE 1 | #define G_HAVE_INLINE 1 | |||
#else /* !__cplusplus */ | #else /* !__cplusplus */ | |||
#define G_HAVE_INLINE 1 | #define G_HAVE_INLINE 1 | |||
#define G_HAVE___INLINE 1 | #define G_HAVE___INLINE 1 | |||
skipping to change at line 142 | skipping to change at line 142 | |||
/* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi | /* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi | |||
* is passed ISO vararg support is turned off, and there is no work | * is passed ISO vararg support is turned off, and there is no work | |||
* around to turn it on, so we unconditionally turn it off. | * around to turn it on, so we unconditionally turn it off. | |||
*/ | */ | |||
#if __GNUC__ == 2 && __GNUC_MINOR__ == 95 | #if __GNUC__ == 2 && __GNUC_MINOR__ == 95 | |||
# undef G_HAVE_ISO_VARARGS | # undef G_HAVE_ISO_VARARGS | |||
#endif | #endif | |||
#define G_HAVE_GNUC_VARARGS 1 | #define G_HAVE_GNUC_VARARGS 1 | |||
#define G_HAVE_GROWING_STACK 0 | #define G_HAVE_GROWING_STACK 1 | |||
#define G_HAVE_GNUC_VISIBILITY 1 | #define G_HAVE_GNUC_VISIBILITY 1 | |||
#if defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590) | #if defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590) | |||
#define G_GNUC_INTERNAL __attribute__((visibility("hidden"))) | #define G_GNUC_INTERNAL __attribute__((visibility("hidden"))) | |||
#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550) | #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550) | |||
#define G_GNUC_INTERNAL __hidden | #define G_GNUC_INTERNAL __hidden | |||
#elif defined (__GNUC__) && defined (G_HAVE_GNUC_VISIBILITY) | #elif defined (__GNUC__) && defined (G_HAVE_GNUC_VISIBILITY) | |||
#define G_GNUC_INTERNAL __attribute__((visibility("hidden"))) | #define G_GNUC_INTERNAL __attribute__((visibility("hidden"))) | |||
#else | #else | |||
#define G_GNUC_INTERNAL | #define G_GNUC_INTERNAL | |||
End of changes. 3 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |