blob: 2e7b9b745fe2e3ea47958369138f7c09e9cdfb0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
#ifndef __DEFS_H__
#ifdef WIN32
#ifdef __CYGWIN__
#else
#ifndef IP_ADAPTER_IPV6_ENABLED
#endif
#ifndef s6_addr16
#endif
#if ! defined _GNU_SOURCE && defined __cplusplus
#else
#endif
#ifdef LIBRARY
#else
#endif
#endif
#else
#if defined __cplusplus
#else
#endif
#if ! (defined __uClinux__ || defined APPLE || defined MIPSEL)
#endif
#ifndef APPLE
#else
#ifndef s6_addr16
#endif
#endif
#ifdef APPLE
#endif
#if defined __uClinux__
#endif
#endif // WIN32
#ifndef __uClinux__
#if ! (defined WIN32 || defined APPLE)
#endif
// #else
// #endif
#else
#endif // __uClinux__
#ifdef DMALLOC
#endif
#if ! defined GETTID && ! defined WIN32 && ! defined APPLE
#else
#endif
#ifndef WIN32
#ifdef SYSLOG
#ifdef DEBUG
#else
#endif
#else
#endif // Syslog
#else // WIN32
#ifdef DEBUG
#else
#endif //DEBUG
#endif // WIN32
#ifndef MICROBLAZE
#endif
#ifdef MICROBLAZE
#else
#endif
#endif //__DEFS_H__
|