nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /* glibconfig.h
2 *
3 * This is a generated file. Please modify 'configure.ac'
4 */
5  
6 #ifndef __GLIBCONFIG_H__
7 #define __GLIBCONFIG_H__
8  
9 #include <glib/gmacros.h>
10  
11 #include <limits.h>
12 #include <float.h>
13 #define GLIB_HAVE_ALLOCA_H
14  
15 G_BEGIN_DECLS
16  
17 #define G_MINFLOAT FLT_MIN
18 #define G_MAXFLOAT FLT_MAX
19 #define G_MINDOUBLE DBL_MIN
20 #define G_MAXDOUBLE DBL_MAX
21 #define G_MINSHORT SHRT_MIN
22 #define G_MAXSHORT SHRT_MAX
23 #define G_MAXUSHORT USHRT_MAX
24 #define G_MININT INT_MIN
25 #define G_MAXINT INT_MAX
26 #define G_MAXUINT UINT_MAX
27 #define G_MINLONG LONG_MIN
28 #define G_MAXLONG LONG_MAX
29 #define G_MAXULONG ULONG_MAX
30  
31 typedef signed char gint8;
32 typedef unsigned char guint8;
33 typedef signed short gint16;
34 typedef unsigned short guint16;
35 #define G_GINT16_MODIFIER "h"
36 #define G_GINT16_FORMAT "hi"
37 #define G_GUINT16_FORMAT "hu"
38 typedef signed int gint32;
39 typedef unsigned int guint32;
40 #define G_GINT32_MODIFIER ""
41 #define G_GINT32_FORMAT "i"
42 #define G_GUINT32_FORMAT "u"
43 #define G_HAVE_GINT64 1 /* deprecated, always true */
44  
45 G_GNUC_EXTENSION typedef signed long long gint64;
46 G_GNUC_EXTENSION typedef unsigned long long guint64;
47  
48 #define G_GINT64_CONSTANT(val) (G_GNUC_EXTENSION (val##LL))
49 #define G_GUINT64_CONSTANT(val) (G_GNUC_EXTENSION (val##ULL))
50 #define G_GINT64_MODIFIER "ll"
51 #define G_GINT64_FORMAT "lli"
52 #define G_GUINT64_FORMAT "llu"
53  
54 #define GLIB_SIZEOF_VOID_P 4
55 #define GLIB_SIZEOF_LONG 4
56 #define GLIB_SIZEOF_SIZE_T 4
57 #define GLIB_SIZEOF_SSIZE_T 4
58  
59 typedef signed int gssize;
60 typedef unsigned int gsize;
61 #define G_GSIZE_MODIFIER ""
62 #define G_GSSIZE_MODIFIER ""
63 #define G_GSIZE_FORMAT "u"
64 #define G_GSSIZE_FORMAT "i"
65  
66 #define G_MAXSIZE G_MAXUINT
67 #define G_MINSSIZE G_MININT
68 #define G_MAXSSIZE G_MAXINT
69  
70 typedef gint64 goffset;
71 #define G_MINOFFSET G_MININT64
72 #define G_MAXOFFSET G_MAXINT64
73  
74 #define G_GOFFSET_MODIFIER G_GINT64_MODIFIER
75 #define G_GOFFSET_FORMAT G_GINT64_FORMAT
76 #define G_GOFFSET_CONSTANT(val) G_GINT64_CONSTANT(val)
77  
78 #define G_POLLFD_FORMAT "%d"
79  
80  
81 #define GPOINTER_TO_INT(p) ((gint) (gint) (p))
82 #define GPOINTER_TO_UINT(p) ((guint) (guint) (p))
83  
84 #define GINT_TO_POINTER(i) ((gpointer) (gint) (i))
85 #define GUINT_TO_POINTER(u) ((gpointer) (guint) (u))
86  
87 typedef signed int gintptr;
88 typedef unsigned int guintptr;
89  
90 #define G_GINTPTR_MODIFIER ""
91 #define G_GINTPTR_FORMAT "i"
92 #define G_GUINTPTR_FORMAT "u"
93 #ifndef G_DISABLE_DEPRECATED
94 #define g_ATEXIT(proc) (atexit (proc))
95 #define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
96 #endif
97  
98 #define GLIB_MAJOR_VERSION 2
99 #define GLIB_MINOR_VERSION 48
100 #define GLIB_MICRO_VERSION 1
101  
102 #define G_OS_UNIX
103  
104  
105 #define G_VA_COPY va_copy
106  
107 #ifndef __cplusplus
108 # define G_HAVE_ISO_VARARGS 1
109 #endif
110 #ifdef __cplusplus
111 # define G_HAVE_ISO_VARARGS 1
112 #endif
113  
114 /* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi
115 * is passed ISO vararg support is turned off, and there is no work
116 * around to turn it on, so we unconditionally turn it off.
117 */
118 #if __GNUC__ == 2 && __GNUC_MINOR__ == 95
119 # undef G_HAVE_ISO_VARARGS
120 #endif
121  
122 #define G_HAVE_GNUC_VARARGS 1
123 #define G_HAVE_GROWING_STACK 0
124  
125 #define G_HAVE_GNUC_VISIBILITY 1
126 #if defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)
127 #define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
128 #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
129 #define G_GNUC_INTERNAL __hidden
130 #elif defined (__GNUC__) && defined (G_HAVE_GNUC_VISIBILITY)
131 #define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
132 #else
133 #define G_GNUC_INTERNAL
134 #endif
135  
136 #define G_THREADS_ENABLED
137 #define G_THREADS_IMPL_POSIX
138  
139 #define G_ATOMIC_LOCK_FREE
140  
141 #define GINT16_TO_LE(val) ((gint16) (val))
142 #define GUINT16_TO_LE(val) ((guint16) (val))
143 #define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val))
144 #define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val))
145 #define GINT32_TO_LE(val) ((gint32) (val))
146 #define GUINT32_TO_LE(val) ((guint32) (val))
147 #define GINT32_TO_BE(val) ((gint32) GUINT32_SWAP_LE_BE (val))
148 #define GUINT32_TO_BE(val) (GUINT32_SWAP_LE_BE (val))
149 #define GINT64_TO_LE(val) ((gint64) (val))
150 #define GUINT64_TO_LE(val) ((guint64) (val))
151 #define GINT64_TO_BE(val) ((gint64) GUINT64_SWAP_LE_BE (val))
152 #define GUINT64_TO_BE(val) (GUINT64_SWAP_LE_BE (val))
153 #define GLONG_TO_LE(val) ((glong) GINT32_TO_LE (val))
154 #define GULONG_TO_LE(val) ((gulong) GUINT32_TO_LE (val))
155 #define GLONG_TO_BE(val) ((glong) GINT32_TO_BE (val))
156 #define GULONG_TO_BE(val) ((gulong) GUINT32_TO_BE (val))
157 #define GINT_TO_LE(val) ((gint) GINT32_TO_LE (val))
158 #define GUINT_TO_LE(val) ((guint) GUINT32_TO_LE (val))
159 #define GINT_TO_BE(val) ((gint) GINT32_TO_BE (val))
160 #define GUINT_TO_BE(val) ((guint) GUINT32_TO_BE (val))
161 #define GSIZE_TO_LE(val) ((gsize) GUINT32_TO_LE (val))
162 #define GSSIZE_TO_LE(val) ((gssize) GINT32_TO_LE (val))
163 #define GSIZE_TO_BE(val) ((gsize) GUINT32_TO_BE (val))
164 #define GSSIZE_TO_BE(val) ((gssize) GINT32_TO_BE (val))
165 #define G_BYTE_ORDER G_LITTLE_ENDIAN
166  
167 #define GLIB_SYSDEF_POLLIN =1
168 #define GLIB_SYSDEF_POLLOUT =4
169 #define GLIB_SYSDEF_POLLPRI =2
170 #define GLIB_SYSDEF_POLLHUP =16
171 #define GLIB_SYSDEF_POLLERR =8
172 #define GLIB_SYSDEF_POLLNVAL =32
173  
174 #define G_MODULE_SUFFIX "so"
175  
176 typedef int GPid;
177  
178 #define GLIB_SYSDEF_AF_UNIX 1
179 #define GLIB_SYSDEF_AF_INET 2
180 #define GLIB_SYSDEF_AF_INET6 10
181  
182 #define GLIB_SYSDEF_MSG_OOB 1
183 #define GLIB_SYSDEF_MSG_PEEK 2
184 #define GLIB_SYSDEF_MSG_DONTROUTE 4
185  
186 G_END_DECLS
187  
188 #endif /* __GLIBCONFIG_H__ */