Update contrib.
2 * Portions Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
15 * This is a generated file. Please modify 'configure.in'
18 #ifndef __G_LIBCONFIG_H__
19 #define __G_LIBCONFIG_H__
21 #include <glib/gmacros.h>
27 #endif //__SYMBIAN32__
30 #define GLIB_HAVE_ALLOCA_H
31 #define GLIB_HAVE_SYS_POLL_H
32 #endif /* __SYMBIAN32__ */
36 #define G_MINFLOAT FLT_MIN
37 #define G_MAXFLOAT FLT_MAX
38 #define G_MINDOUBLE DBL_MIN
39 #define G_MAXDOUBLE DBL_MAX
40 #define G_MINSHORT SHRT_MIN
41 #define G_MAXSHORT SHRT_MAX
42 #define G_MAXUSHORT USHRT_MAX
43 #define G_MININT INT_MIN
44 #define G_MAXINT INT_MAX
45 #define G_MAXUINT UINT_MAX
46 #define G_MINLONG LONG_MIN
47 #define G_MAXLONG LONG_MAX
48 #define G_MAXULONG ULONG_MAX
50 typedef signed char gint8;
51 typedef unsigned char guint8;
52 typedef signed short gint16;
53 typedef unsigned short guint16;
54 #define G_GINT16_MODIFIER "h"
55 #define G_GINT16_FORMAT "hi"
56 #define G_GUINT16_FORMAT "hu"
57 typedef signed int gint32;
58 typedef unsigned int guint32;
59 #define G_GINT32_MODIFIER ""
60 #define G_GINT32_FORMAT "i"
61 #define G_GUINT32_FORMAT "u"
62 #define G_HAVE_GINT64 1 /* deprecated, always true */
65 G_GNUC_EXTENSION typedef signed long long gint64;
66 G_GNUC_EXTENSION typedef unsigned long long guint64;
68 #define G_GINT64_CONSTANT(val) (G_GNUC_EXTENSION (val##LL))
69 #define G_GUINT64_CONSTANT(val) (G_GNUC_EXTENSION (val##ULL))
70 #define G_GINT64_MODIFIER "ll"
71 #define G_GINT64_FORMAT "lli"
72 #define G_GUINT64_FORMAT "llu"
74 #define GLIB_SIZEOF_VOID_P 4
75 #define GLIB_SIZEOF_LONG 4
76 #define GLIB_SIZEOF_SIZE_T 4
78 typedef signed int gssize;
79 typedef unsigned int gsize;
80 #define G_GSIZE_MODIFIER ""
81 #define G_GSSIZE_FORMAT "i"
82 #define G_GSIZE_FORMAT "u"
84 #define G_MAXSIZE G_MAXUINT
85 #define G_MINSSIZE G_MININT
86 #define G_MAXSSIZE G_MAXINT
89 typedef gint64 goffset;
90 #define G_MINOFFSET G_MININT64
91 #define G_MAXOFFSET G_MAXINT64
93 #define GPOINTER_TO_INT(p) ((gint) (p))
94 #define GPOINTER_TO_UINT(p) ((guint) (p))
96 #define GINT_TO_POINTER(i) ((gpointer) (i))
97 #define GUINT_TO_POINTER(u) ((gpointer) (u))
99 typedef signed int gintptr;
100 typedef unsigned int guintptr;
102 #ifdef NeXT /* @#%@! NeXTStep */
103 # define g_ATEXIT(proc) (!atexit (proc))
105 # define g_ATEXIT(proc) (atexit (proc))
108 #define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
110 #ifndef GLIB_MAJOR_VERSION
111 #define GLIB_MAJOR_VERSION 2
113 #ifndef GLIB_MINOR_VERSION
114 #define GLIB_MINOR_VERSION 20
116 #ifndef GLIB_MICRO_VERSION
117 #define GLIB_MICRO_VERSION 4
119 #endif//__SYMBIAN32__
121 #ifndef __SYMBIAN32__
123 #endif//__SYMBIAN32__
125 #define G_VA_COPY va_copy
128 #define G_HAVE_INLINE 1
129 #else /* !__cplusplus */
130 #ifndef __SYMBIAN32__
131 #define G_HAVE_INLINE 1
132 #define G_HAVE___INLINE__ 1
134 #define G_HAVE___INLINE 1
135 #endif//__SYMBIAN32__
136 #endif /* !__cplusplus */
139 #define G_CAN_INLINE 1
140 #else /* !__cplusplus */
142 #define G_CAN_INLINE 1
143 #endif//__SYMBIAN32__
146 #ifndef __SYMBIAN32__
148 # define G_HAVE_ISO_VARARGS 1
151 # define G_HAVE_ISO_VARARGS 1
154 /* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi
155 * is passed ISO vararg support is turned off, and there is no work
156 * around to turn it on, so we unconditionally turn it off.
158 #if __GNUC__ == 2 && __GNUC_MINOR__ == 95
159 # undef G_HAVE_ISO_VARARGS
162 #define G_HAVE_GNUC_VARARGS 1
163 #endif /* __SYMBIAN32__ */
165 #define G_HAVE_GROWING_STACK 0
167 #define G_GNUC_INTERNAL
169 #define G_THREADS_ENABLED
170 #define G_THREADS_IMPL_POSIX
171 typedef struct _GStaticMutex GStaticMutex;
174 struct _GMutex *runtime_mutex;
175 #ifndef __SYMBIAN32__
182 #else //__SYMBIAN32__
183 pthread_mutex_t static_mutex;
184 #endif //__SYMBIAN32__
187 #ifndef __SYMBIAN32__
188 #define G_STATIC_MUTEX_INIT { NULL, { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} } }
190 #define G_STATIC_MUTEX_INIT { NULL, PTHREAD_MUTEX_INITIALIZER}
191 #endif //__SYMBIAN32__
193 #ifndef __SYMBIAN32__
194 #define g_static_mutex_get_mutex(mutex) \
195 (g_thread_use_default_impl ? ((GMutex*) ((mutex)->static_mutex.pad)) : \
196 g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex)))
197 #else /* !__SYMBIAN32__ */
198 #define g_static_mutex_get_mutex(mutex) \
199 (g_thread_use_default_impl ? ((GMutex*) &((mutex)->static_mutex)) : \
200 g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex)))
201 #endif /* __SYMBIAN32__ */
203 /* This represents a system thread as used by the implementation. An
204 * alien implementaion, as loaded by g_thread_init can only count on
205 * "sizeof (gpointer)" bytes to store their info. We however need more
206 * for some of our native implementations. */
207 typedef union _GSystemThread GSystemThread;
216 #define GINT16_TO_LE(val) ((gint16) (val))
217 #define GUINT16_TO_LE(val) ((guint16) (val))
218 #define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val))
219 #define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val))
220 #define GINT32_TO_LE(val) ((gint32) (val))
221 #define GUINT32_TO_LE(val) ((guint32) (val))
222 #define GINT32_TO_BE(val) ((gint32) GUINT32_SWAP_LE_BE (val))
223 #define GUINT32_TO_BE(val) (GUINT32_SWAP_LE_BE (val))
224 #define GINT64_TO_LE(val) ((gint64) (val))
225 #define GUINT64_TO_LE(val) ((guint64) (val))
226 #define GINT64_TO_BE(val) ((gint64) GUINT64_SWAP_LE_BE (val))
227 #define GUINT64_TO_BE(val) (GUINT64_SWAP_LE_BE (val))
228 #define GLONG_TO_LE(val) ((glong) GINT32_TO_LE (val))
229 #define GULONG_TO_LE(val) ((gulong) GUINT32_TO_LE (val))
230 #define GLONG_TO_BE(val) ((glong) GINT32_TO_BE (val))
231 #define GULONG_TO_BE(val) ((gulong) GUINT32_TO_BE (val))
232 #define GINT_TO_LE(val) ((gint) GINT32_TO_LE (val))
233 #define GUINT_TO_LE(val) ((guint) GUINT32_TO_LE (val))
234 #define GINT_TO_BE(val) ((gint) GINT32_TO_BE (val))
235 #define GUINT_TO_BE(val) ((guint) GUINT32_TO_BE (val))
236 #define G_BYTE_ORDER G_LITTLE_ENDIAN
238 #define GLIB_SYSDEF_POLLIN =1
239 #define GLIB_SYSDEF_POLLOUT =4
240 #define GLIB_SYSDEF_POLLPRI =2
241 #define GLIB_SYSDEF_POLLHUP =16
242 #define GLIB_SYSDEF_POLLERR =8
243 #define GLIB_SYSDEF_POLLNVAL =32
246 #define G_MODULE_SUFFIX "dll"
248 #define G_MODULE_SUFFIX "so"
249 #endif /* __SYMBIAN32__ */
251 /* A GPid is an abstraction for a process "handle". It is *not* an
252 * abstraction for a process identifier in general. GPid is used in
253 * GLib only for descendant processes spawned with the g_spawn*
254 * functions. On POSIX there is no "process handle" concept as such,
255 * but on Windows a GPid is a handle to a process, a kind of pointer,
256 * not a process identifier.
260 #define GLIB_SYSDEF_AF_INET 2
261 #define GLIB_SYSDEF_AF_INET6 23
265 #endif /* GLIBCONFIG_H */