-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfeatures.h
223 lines (169 loc) · 3.58 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
//
// 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 INET_WITH_ACKINGMAC
#define INET_WITH_ACKINGMAC
#endif
#ifndef INET_WITH_AODV
#define INET_WITH_AODV
#endif
#ifndef INET_WITH_APSKRADIO
#define INET_WITH_APSKRADIO
#endif
#ifndef INET_WITH_BGPv4
#define INET_WITH_BGPv4
#endif
#ifndef INET_WITH_BMAC
#define INET_WITH_BMAC
#endif
#ifndef INET_WITH_CLOCK
#define INET_WITH_CLOCK
#endif
#ifndef INET_WITH_CSMACAMAC
#define INET_WITH_CSMACAMAC
#endif
#ifndef INET_WITH_DHCP
#define INET_WITH_DHCP
#endif
#ifndef INET_WITH_DIFFSERV
#define INET_WITH_DIFFSERV
#endif
#ifndef INET_WITH_DSDV
#define INET_WITH_DSDV
#endif
#ifndef INET_WITH_DYMO
#define INET_WITH_DYMO
#endif
#ifndef INET_WITH_EIGRP
#define INET_WITH_EIGRP
#endif
#ifndef INET_WITH_ETHERNET
#define INET_WITH_ETHERNET
#endif
#ifndef INET_WITH_FLOODING
#define INET_WITH_FLOODING
#endif
#ifndef INET_WITH_GATESCHEDULING
#define INET_WITH_GATESCHEDULING
#endif
#ifndef INET_WITH_IEEE80211
#define INET_WITH_IEEE80211
#endif
#ifndef INET_WITH_IEEE802154
#define INET_WITH_IEEE802154
#endif
#ifndef INET_WITH_IEEE8021AE
#define INET_WITH_IEEE8021AE
#endif
#ifndef INET_WITH_IEEE8021AS
#define INET_WITH_IEEE8021AS
#endif
#ifndef INET_WITH_IEEE8021D
#define INET_WITH_IEEE8021D
#endif
#ifndef INET_WITH_IEEE8021Q
#define INET_WITH_IEEE8021Q
#endif
#ifndef INET_WITH_IEEE8021R
#define INET_WITH_IEEE8021R
#endif
#ifndef INET_WITH_IEEE8022
#define INET_WITH_IEEE8022
#endif
#ifndef INET_WITH_IPv4
#define INET_WITH_IPv4
#endif
#ifndef INET_WITH_IPv6
#define INET_WITH_IPv6
#endif
#ifndef INET_WITH_LMAC
#define INET_WITH_LMAC
#endif
#ifndef INET_WITH_MPLS
#define INET_WITH_MPLS
#endif
#ifndef INET_WITH_NEXTHOP
#define INET_WITH_NEXTHOP
#endif
#ifndef INET_WITH_OSPFv2
#define INET_WITH_OSPFv2
#endif
#ifndef INET_WITH_OSPFv3
#define INET_WITH_OSPFv3
#endif
#ifndef INET_WITH_PHYSICALLAYERCOMMON
#define INET_WITH_PHYSICALLAYERCOMMON
#endif
#ifndef INET_WITH_PHYSICALLAYERWIREDCOMMON
#define INET_WITH_PHYSICALLAYERWIREDCOMMON
#endif
#ifndef INET_WITH_PHYSICALLAYERWIRELESSCOMMON
#define INET_WITH_PHYSICALLAYERWIRELESSCOMMON
#endif
#ifndef INET_WITH_PIM
#define INET_WITH_PIM
#endif
#ifndef INET_WITH_POWER
#define INET_WITH_POWER
#endif
#ifndef INET_WITH_PPP
#define INET_WITH_PPP
#endif
#ifndef INET_WITH_PROTOCOLELEMENT
#define INET_WITH_PROTOCOLELEMENT
#endif
#ifndef INET_WITH_QUEUEING
#define INET_WITH_QUEUEING
#endif
#ifndef INET_WITH_RIP
#define INET_WITH_RIP
#endif
#ifndef INET_WITH_RTP
#define INET_WITH_RTP
#endif
#ifndef INET_WITH_SCTP
#define INET_WITH_SCTP
#endif
#ifndef INET_WITH_SHORTCUT
#define INET_WITH_SHORTCUT
#endif
#ifndef INET_WITH_TCP_COMMON
#define INET_WITH_TCP_COMMON
#endif
#ifndef INET_WITH_TCP_INET
#define INET_WITH_TCP_INET
#endif
#ifndef INET_WITH_TSN
#define INET_WITH_TSN
#endif
#ifndef INET_WITH_TUN
#define INET_WITH_TUN
#endif
#ifndef INET_WITH_UDP
#define INET_WITH_UDP
#endif
#ifndef INET_WITH_UNITDISKRADIO
#define INET_WITH_UNITDISKRADIO
#endif
#ifndef INET_WITH_VIRTUALINTERFACE
#define INET_WITH_VIRTUALINTERFACE
#endif
#ifndef INET_WITH_VISUALIZATIONCANVAS
#define INET_WITH_VISUALIZATIONCANVAS
#endif
#ifndef INET_WITH_VISUALIZATIONCOMMON
#define INET_WITH_VISUALIZATIONCOMMON
#endif
#ifndef INET_WITH_WIRELESSNOISESOURCE
#define INET_WITH_WIRELESSNOISESOURCE
#endif
#ifndef INET_WITH_XMAC
#define INET_WITH_XMAC
#endif
#ifndef INET_WITH_xMIPv6
#define INET_WITH_xMIPv6
#endif