Communi  3.7.0
A cross-platform IRC framework written with Qt
moc_predefs.h
1#define __SIGNED_CHARS__ 1
2#define __PRAGMA_REDEFINE_EXTNAME 1
3#define __STDC__ 1
4#define __STDC_HOSTED__ 1
5#define __cplusplus 201402L
6#define _WCHAR_T 1
7#define __CHAR16_T_AND_CHAR32_T 1
8#define _BOOL 1
9#define __ARRAY_OPERATORS 1
10#define __EXCEPTIONS 1
11#define __RTTI 1
12#define __PLACEMENT_DELETE 1
13#define __EDG_RUNTIME_USES_NAMESPACES 1
14#define __EDG_IA64_ABI 1
15#define __cpp_initializer_lists 200806L
16#define __cpp_sized_deallocation 201309L
17#define __cpp_unicode_characters 200704L
18#define __cpp_aggregate_nsdmi 201304L
19#define __cpp_alias_templates 200704L
20#define __cpp_attributes 200809L
21#define __cpp_binary_literals 201304L
22#define __cpp_decltype 200707L
23#define __cpp_decltype_auto 201304L
24#define __cpp_delegating_constructors 200604L
25#define __cpp_exceptions 199711L
26#define __cpp_generic_lambdas 201304L
27#define __cpp_inheriting_constructors 200802L
28#define __cpp_init_captures 201304L
29#define __cpp_lambdas 200907L
30#define __cpp_nsdmi 200809L
31#define __cpp_raw_strings 200710L
32#define __cpp_ref_qualifiers 200710L
33#define __cpp_return_type_deduction 201304L
34#define __cpp_rtti 199711L
35#define __cpp_rvalue_references 200610L
36#define __cpp_threadsafe_static_init 200806L
37#define __cpp_unicode_literals 200710L
38#define __cpp_user_defined_literals 200809L
39#define __cpp_variable_templates 201304L
40#define __cpp_variadic_templates 200704L
41#define __cpp_constexpr 201304L
42#define __cpp_range_based_for 200907L
43#define __cpp_static_assert 200410
44#define __EDG_TYPE_TRAITS_ENABLED 1
45#define __VARIADIC_TEMPLATES 1
46#define __STDCPP_THREADS__ 1
47#define __EDG_CONSTEXPR_ENABLED__ 1
48#define __EDG__ 1
49#define __EDG_VERSION__ 501
50#define __EDG_SIZE_TYPE__ unsigned long
51#define __EDG_PTRDIFF_TYPE__ long
52#define __GNUG__ 7
53#define __GXX_RTTI 1
54#define __GNUC_STDC_INLINE__ 1
55#define __GNUC__ 7
56#define __GNUC_MINOR__ 3
57#define __GNUC_PATCHLEVEL__ 0
58#define __VERSION__ "7.3"
59#define __CHAR16_TYPE__ unsigned short
60#define __CHAR32_TYPE__ unsigned int
61#define __SIZEOF_INT128__ 16
62#define __SIZEOF_FLOAT80__ 16
63#define __SIZEOF_FLOAT128__ 16
64#define unix 1
65#define __unix 1
66#define __unix__ 1
67#define __ELF__ 1
68#define __LONG_DOUBLE__ 80
69#define _LP64 1
70#define __LP64__ 1
71#define __MCST__ 1
72#define __LCC__ 125
73#define __LCC_MINOR__ 23
74#define __ptr64__ 1
75#define __CHAR_BIT__ 8
76#define __SIZEOF_SHORT__ 2
77#define __SIZEOF_INT__ 4
78#define __SIZEOF_LONG__ 8
79#define __SIZEOF_LONG_LONG__ 8
80#define __SIZEOF_FLOAT__ 4
81#define __SIZEOF_DOUBLE__ 8
82#define __SIZEOF_LONG_DOUBLE__ 16
83#define __SIZEOF_POINTER__ 8
84#define __SCHAR_WIDTH__ 8
85#define __SHRT_WIDTH__ 16
86#define __INT_WIDTH__ 32
87#define __LONG_WIDTH__ 64
88#define __LONG_LONG_WIDTH__ 64
89#define __SCHAR_MAX__ 0x7f
90#define __SHRT_MAX__ 0x7fff
91#define __INT_MAX__ 0x7fffffff
92#define __LONG_MAX__ 0x7fffffffffffffffL
93#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL
94#define __INT8_TYPE__ signed char
95#define __UINT8_TYPE__ unsigned char
96#define __INT16_TYPE__ short int
97#define __UINT16_TYPE__ short unsigned int
98#define __INT32_TYPE__ int
99#define __UINT32_TYPE__ unsigned int
100#define __INT64_TYPE__ long int
101#define __UINT64_TYPE__ long unsigned int
102#define __INT8_MAX__ 0x7f
103#define __UINT8_MAX__ 0xff
104#define __INT16_MAX__ 0x7fff
105#define __UINT16_MAX__ 0xffff
106#define __INT32_MAX__ 0x7fffffff
107#define __UINT32_MAX__ 0xffffffffU
108#define __INT64_MAX__ 0x7fffffffffffffffL
109#define __UINT64_MAX__ 0xffffffffffffffffUL
110#define __INT_LEAST8_TYPE__ signed char
111#define __UINT_LEAST8_TYPE__ unsigned char
112#define __INT_LEAST16_TYPE__ short int
113#define __UINT_LEAST16_TYPE__ short unsigned int
114#define __INT_LEAST32_TYPE__ int
115#define __UINT_LEAST32_TYPE__ unsigned int
116#define __INT_LEAST64_TYPE__ long int
117#define __UINT_LEAST64_TYPE__ long unsigned int
118#define __INT_LEAST8_WIDTH__ 8
119#define __INT_LEAST16_WIDTH__ 16
120#define __INT_LEAST32_WIDTH__ 32
121#define __INT_LEAST64_WIDTH__ 64
122#define __INT_LEAST8_MAX__ 0x7f
123#define __UINT_LEAST8_MAX__ 0xff
124#define __INT_LEAST16_MAX__ 0x7fff
125#define __UINT_LEAST16_MAX__ 0xffff
126#define __INT_LEAST32_MAX__ 0x7fffffff
127#define __UINT_LEAST32_MAX__ 0xffffffffU
128#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL
129#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL
130#define __INT_FAST8_TYPE__ signed char
131#define __UINT_FAST8_TYPE__ unsigned char
132#define __INT_FAST16_TYPE__ long int
133#define __UINT_FAST16_TYPE__ long unsigned int
134#define __INT_FAST32_TYPE__ long int
135#define __UINT_FAST32_TYPE__ long unsigned int
136#define __INT_FAST64_TYPE__ long int
137#define __UINT_FAST64_TYPE__ long unsigned int
138#define __INT_FAST8_WIDTH__ 8
139#define __INT_FAST16_WIDTH__ 64
140#define __INT_FAST32_WIDTH__ 64
141#define __INT_FAST64_WIDTH__ 64
142#define __INT_FAST8_MAX__ 0x7f
143#define __UINT_FAST8_MAX__ 0xff
144#define __INT_FAST16_MAX__ 0x7fffffffffffffffL
145#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL
146#define __INT_FAST32_MAX__ 0x7fffffffffffffffL
147#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL
148#define __INT_FAST64_MAX__ 0x7fffffffffffffffL
149#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL
150#define __INTPTR_TYPE__ long int
151#define __UINTPTR_TYPE__ long unsigned int
152#define __INTPTR_WIDTH__ 64
153#define __INTPTR_MAX__ 0x7fffffffffffffffL
154#define __UINTPTR_MAX__ 0xffffffffffffffffUL
155#define __INTMAX_TYPE__ long int
156#define __UINTMAX_TYPE__ long unsigned int
157#define __INTMAX_WIDTH__ 64
158#define __INTMAX_MAX__ 0x7fffffffffffffffL
159#define __UINTMAX_MAX__ 0xffffffffffffffffUL
160#define __SIG_ATOMIC_TYPE__ int
161#define __SIG_ATOMIC_WIDTH__ 32
162#define __SIG_ATOMIC_MAX__ 0x7fffffff
163#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1)
164#define __WCHAR_TYPE__ int
165#define __SIZEOF_WCHAR_T__ 4
166#define __WCHAR_WIDTH__ 32
167#define __WCHAR_MAX__ 0x7fffffff
168#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1)
169#define __SIZEOF_WINT_T__ 4
170#define __WINT_WIDTH__ 32
171#define __WINT_MAX__ 0xffffffffU
172#define __WINT_MIN__ 0U
173#define __PTRDIFF_TYPE__ long int
174#define __SIZEOF_PTRDIFF_T__ 8
175#define __PTRDIFF_WIDTH__ 64
176#define __PTRDIFF_MAX__ 0x7fffffffffffffffL
177#define __SIZE_TYPE__ long unsigned int
178#define __SIZEOF_SIZE_T__ 8
179#define __SIZE_WIDTH__ 64
180#define __SIZE_MAX__ 0xffffffffffffffffUL
181#define __INT8_C(c) c
182#define __UINT8_C(c) c
183#define __INT16_C(c) c
184#define __UINT16_C(c) c
185#define __INT32_C(c) c
186#define __UINT32_C(c) c ## U
187#define __INT64_C(c) c ## L
188#define __UINT64_C(c) c ## UL
189#define __INTMAX_C(c) c ## L
190#define __UINTMAX_C(c) c ## UL
191#define __GLIBCXX_BITSIZE_INT_N_0 128
192#define __GLIBCXX_TYPE_INT_N_0 __int128
193#define __FLT_RADIX__ 2
194#define __FLT_EVAL_METHOD__ 0
195#define __FLT_MANT_DIG__ 24
196#define __FLT_DIG__ 6
197#define __FLT_DECIMAL_DIG__ 9
198#define __FLT_MIN_EXP__ (-125)
199#define __FLT_MIN_10_EXP__ (-37)
200#define __FLT_MAX_EXP__ 128
201#define __FLT_MAX_10_EXP__ 38
202#define __FLT_MIN__ 1.175494351E-38F
203#define __FLT_MAX__ 3.402823466E+38F
204#define __FLT_EPSILON__ 1.192092896E-07F
205#define __FLT_DENORM_MIN__ 1.40129846e-45F
206#define __FLT_HAS_INFINITY__ 1
207#define __FLT_HAS_QUIET_NAN__ 1
208#define __FLT_HAS_DENORM__ 1
209#define __DBL_MANT_DIG__ 53
210#define __DBL_DIG__ 15
211#define __DBL_DECIMAL_DIG__ 17
212#define __DBL_MIN_EXP__ (-1021)
213#define __DBL_MIN_10_EXP__ (-307)
214#define __DBL_MAX_EXP__ 1024
215#define __DBL_MAX_10_EXP__ 308
216#define __DBL_MIN__ 2.2250738585072014E-308
217#define __DBL_MAX__ 1.7976931348623157E+308
218#define __DBL_EPSILON__ 2.2204460492503131E-16
219#define __DBL_DENORM_MIN__ 4.9406564584124654e-324
220#define __DBL_HAS_INFINITY__ 1
221#define __DBL_HAS_QUIET_NAN__ 1
222#define __DBL_HAS_DENORM__ 1
223#define __LDBL_MANT_DIG__ 64
224#define __LDBL_DIG__ 18
225#define __LDBL_DECIMAL_DIG__ 21
226#define __LDBL_MIN_EXP__ (-16381)
227#define __LDBL_MIN_10_EXP__ (-4931)
228#define __LDBL_MAX_EXP__ 16384
229#define __LDBL_MAX_10_EXP__ 4932
230#define __LDBL_MIN__ 3.3621031431120935062627E-4932L
231#define __LDBL_MAX__ 1.1897314953572317650213E+4932L
232#define __LDBL_EPSILON__ 1.0842021724855044340075E-19L
233#define __LDBL_DENORM_MIN__ 3.64519953188247460253e-4951L
234#define __LDBL_HAS_INFINITY__ 1
235#define __LDBL_HAS_QUIET_NAN__ 1
236#define __LDBL_HAS_DENORM__ 1
237#define __DECIMAL_DIG__ 21
238#define __ORDER_LITTLE_ENDIAN__ 1234
239#define __ORDER_BIG_ENDIAN__ 4321
240#define __ORDER_PDP_ENDIAN__ 3412
241#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
242#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__
243#define _LITTLE_ENDIAN 1
244#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1
245#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
246#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
247#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
248#define __GCC_ATOMIC_BOOL_LOCK_FREE 2
249#define __GCC_ATOMIC_CHAR_LOCK_FREE 2
250#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
251#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
252#define __GCC_ATOMIC_SHORT_LOCK_FREE 2
253#define __GCC_ATOMIC_INT_LOCK_FREE 2
254#define __GCC_ATOMIC_LONG_LOCK_FREE 2
255#define __GCC_ATOMIC_LLONG_LOCK_FREE 2
256#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
257#define __GCC_ATOMIC_POINTER_LOCK_FREE 2
258#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
259#define __ATOMIC_RELAXED 0
260#define __ATOMIC_CONSUME 1
261#define __ATOMIC_ACQUIRE 2
262#define __ATOMIC_RELEASE 3
263#define __ATOMIC_ACQ_REL 4
264#define __ATOMIC_SEQ_CST 5
265#define __LCC_MAS_NO 0
266#define __LCC_MAS_SPEC ((int)0x10000000)
267#define __LCC_MAS_VOLATILE ((int)0x20000000)
268#define __LCC_MAS_CLEARTAG ((int)0x40000000)
269#define __LCC_CHAN_ANY (-1)
270#define linux 1
271#define __linux 1
272#define __linux__ 1
273#define __gnu_linux__ 1
274#define __PIC__ 2
275#define __pic__ 2
276#define __USER_LABEL_PREFIX__
277#define __REGISTER_PREFIX__
278#define _GNU_SOURCE 1
279#define __GXX_WEAK__ 1
280#define __DEPRECATED 1
281#define __GXX_EXPERIMENTAL_CXX0X__ 1
282#define __OPTIMIZE__ 1
283#define __FINITE_MATH_ONLY__ 0
284#define __e2k__ 1
285#define __iset__ 4
286#define __MMX__ 1
287#define __SSE__ 1
288#define __SSE2__ 1
289#define __SSE3__ 1
290#define __SSSE3__ 1
291#define __SSE4_1__ 1
292#define __SSE4_2__ 1
293#define __AVX__ 1
294#define __3dNOW__ 1
295#define __3dNOW_A__ 1
296#define __SSE4A__ 1
297#define __FMA4__ 1
298#define __XOP__ 1
299#define __AES__ 1
300#define __PCLMUL__ 1
301#define __RDRND__ 1
302#define __BMI__ 1
303#define __TBM__ 1
304#define __ABM__ 1
305#define __F16C__ 1
306#define __POPCNT__ 1
307#define __RDSEED__ 1
308#define __LZCNT__ 1
309#define __MWAITX__ 1
310#define __CLZERO__ 1
311#define __CLFLUSHOPT__ 1
312#define __CLWB__ 1
313#define __BMI2__ 1
314#define __FMA__ 1
315#define __AVX2__ 1
316#define __SHA__ 1
317#define __GXX_ABI_VERSION 1002
318#define PIC 1