-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.h
155 lines (118 loc) · 2 KB
/
features.h
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
//
// Generated file, do not edit!
//
// This file defines symbols contributed by the currently active project features,
// and it is regenerated every time a project feature is enabled or disabled.
// See the Project Features dialog in the IDE, and opp_featuretool.
//
#ifndef WITH_ACKINGWIRELESS
#define WITH_ACKINGWIRELESS
#endif
#ifndef WITH_AODV
#define WITH_AODV
#endif
#ifndef WITH_APSKRADIO
#define WITH_APSKRADIO
#endif
#ifndef WITH_BGPv4
#define WITH_BGPv4
#endif
#ifndef WITH_BMAC
#define WITH_BMAC
#endif
#ifndef WITH_CSMACA
#define WITH_CSMACA
#endif
#ifndef WITH_DHCP
#define WITH_DHCP
#endif
#ifndef WITH_DSDV
#define WITH_DSDV
#endif
#ifndef WITH_DYMO
#define WITH_DYMO
#endif
#ifndef WITH_ETHERNET
#define WITH_ETHERNET
#endif
#ifndef WITH_FLOODING
#define WITH_FLOODING
#endif
#ifndef WITH_IEEE80211
#define WITH_IEEE80211
#endif
#ifndef WITH_IEEE802154
#define WITH_IEEE802154
#endif
#ifndef WITH_IEEE8021D
#define WITH_IEEE8021D
#endif
#ifndef WITH_IPv4
#define WITH_IPv4
#endif
#ifndef WITH_IPv6
#define WITH_IPv6
#endif
#ifndef WITH_LMAC
#define WITH_LMAC
#endif
#ifndef WITH_MPLS
#define WITH_MPLS
#endif
#ifndef WITH_NEXTHOP
#define WITH_NEXTHOP
#endif
#ifndef WITH_OSPFv2
#define WITH_OSPFv2
#endif
#ifndef WITH_OSPFv3
#define WITH_OSPFv3
#endif
#ifndef WITH_PACKETDRILL
#define WITH_PACKETDRILL
#endif
#ifndef WITH_PIM
#define WITH_PIM
#endif
#ifndef WITH_POWER
#define WITH_POWER
#endif
#ifndef WITH_PPP
#define WITH_PPP
#endif
#ifndef WITH_RADIO
#define WITH_RADIO
#endif
#ifndef WITH_RIP
#define WITH_RIP
#endif
#ifndef WITH_RTP
#define WITH_RTP
#endif
#ifndef WITH_SCTP
#define WITH_SCTP
#endif
#ifndef WITH_SHORTCUT
#define WITH_SHORTCUT
#endif
#ifndef WITH_TCP_COMMON
#define WITH_TCP_COMMON
#endif
#ifndef WITH_TCP_INET
#define WITH_TCP_INET
#endif
#ifndef WITH_TUN
#define WITH_TUN
#endif
#ifndef WITH_UDP
#define WITH_UDP
#endif
#ifndef WITH_VISUALIZERS
#define WITH_VISUALIZERS
#endif
#ifndef WITH_XMAC
#define WITH_XMAC
#endif
#ifndef WITH_xMIPv6
#define WITH_xMIPv6
#endif