Newer
Older
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
/* src/dsl_cpe_config.h.in. Generated from configure.in by autoheader. */
#ifndef _DSL_CPE_CONFIG_H
#define _DSL_CPE_CONFIG_H
/* Debug level = local */
#undef DSL_CCA_DBG_MAX_LEVEL_PRE
/* Preselection of max. debug level = no (using default) */
#undef DSL_CCA_DBG_MAX_LEVEL_SET
/* Disabled debug prints */
#undef DSL_CPE_DEBUG_DISABLE
/* Debug netlink ID number. */
#undef DSL_DBG_MSG_NETLINK_ID
/* Include DSL TCP debug support */
#undef DSL_DEBUG_TOOL_INTERFACE
/* Add VR10 support */
#undef DSL_VRX_DEVICE_VR10
/* Add VR10_320 support */
#undef DSL_VRX_DEVICE_VR10_320
/* Add VR11 support */
#undef DSL_VRX_DEVICE_VR11
/* Add VR9 support */
#undef DSL_VRX_DEVICE_VR9
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the <float.h> header file. */
#undef HAVE_FLOAT_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <json-c/json.h> header file. */
#undef HAVE_JSON_C_JSON_H
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
/* Define to 1 if you have the <safe_lib.h> header file. */
#undef HAVE_SAFE_LIB_H
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
223
224
225
/* Define to 1 if stdbool.h conforms to C99. */
#undef HAVE_STDBOOL_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if the system has the type `_Bool'. */
#undef HAVE__BOOL
/* Include deprecated functions */
#undef INCLUDE_DEPRECATED
/* Include Device Exception Codes */
#undef INCLUDE_DEVICE_EXCEPTION_CODES
/* Include ADSL MIB support */
#undef INCLUDE_DSL_ADSL_MIB
/* Include DSL CEOC support */
#undef INCLUDE_DSL_CEOC
/* Include configuration get support */
#undef INCLUDE_DSL_CONFIG_GET
/* Add DANUBE support */
#undef INCLUDE_DSL_CPE_API_DANUBE
/* Add VRX support */
#undef INCLUDE_DSL_CPE_API_VRX
/* Enable Autogen CLI support */
#undef INCLUDE_DSL_CPE_CLI_AUTOGEN_SUPPORT
/* Enable CLI support */
#undef INCLUDE_DSL_CPE_CLI_SUPPORT
/* Enable CMV scripts math support */
#undef INCLUDE_DSL_CPE_CMV_SCRIPTS_MATH
/* Enable CMV scripts parser support */
#undef INCLUDE_DSL_CPE_CMV_SCRIPTS_SUPPORT
/* Enable debug logger support */
#undef INCLUDE_DSL_CPE_DEBUG_LOGGER_SUPPORT
/* Include DTI support */
#undef INCLUDE_DSL_CPE_DTI_SUPPORT
/* Include filesystem support */
#undef INCLUDE_DSL_CPE_FILESYSTEM_SUPPORT
/* Include IFXOS support */
#undef INCLUDE_DSL_CPE_IFXOS_SUPPORT
/* Include Misc Line Status support */
#undef INCLUDE_DSL_CPE_MISC_LINE_STATUS
/* Include DSL PM channel counters support */
#undef INCLUDE_DSL_CPE_PM_CHANNEL_COUNTERS
/* Include DSL PM channel extended counters support */
#undef INCLUDE_DSL_CPE_PM_CHANNEL_EXT_COUNTERS
/* Include DSL PM channel thresholds support */
#undef INCLUDE_DSL_CPE_PM_CHANNEL_THRESHOLDS
/* Include PM config support */
#undef INCLUDE_DSL_CPE_PM_CONFIG
/* Include DSL PM datapath counters support */
#undef INCLUDE_DSL_CPE_PM_DATA_PATH_COUNTERS
/* Include DSL PM datapath failure counters support */
#undef INCLUDE_DSL_CPE_PM_DATA_PATH_FAILURE_COUNTERS
/* Include DSL PM datapath thresholds support */
#undef INCLUDE_DSL_CPE_PM_DATA_PATH_THRESHOLDS
/* Include DSL PM history support */
#undef INCLUDE_DSL_CPE_PM_HISTORY
/* Include DSL PM line counters support */
#undef INCLUDE_DSL_CPE_PM_LINE_COUNTERS
/* Include DSL PM line event showtime counters support */
#undef INCLUDE_DSL_CPE_PM_LINE_EVENT_SHOWTIME_COUNTERS
/* Include DSL PM line thresholds support */
#undef INCLUDE_DSL_CPE_PM_LINE_THRESHOLDS
/* Include DSL PM optional parameters support */
#undef INCLUDE_DSL_CPE_PM_OPTIONAL_PARAMETERS
/* Include DSL PM retransmission counters support */
#undef INCLUDE_DSL_CPE_PM_RETX_COUNTERS
/* Include DSL PM retransmission thresholds support */
#undef INCLUDE_DSL_CPE_PM_RETX_THRESHOLDS
/* Include DSL PM showtime counters support */
#undef INCLUDE_DSL_CPE_PM_SHOWTIME_COUNTERS
/* Include DSL PM total counters support */
#undef INCLUDE_DSL_CPE_PM_TOTAL_COUNTERS
/* Include ADSL showtime event logging support */
#undef INCLUDE_DSL_CPE_TRACE_BUFFER
/* Include DELT support */
#undef INCLUDE_DSL_DELT
/* Include FW request support */
#undef INCLUDE_DSL_EVENT_POLLING
/* Include Filter Detection support */
#undef INCLUDE_DSL_FILTER_DETECTION
/* Include Framing Parameters support */
#undef INCLUDE_DSL_FRAMING_PARAMETERS
/* Include G997 alarm support */
#undef INCLUDE_DSL_G997_ALARM
/* Include G997 Framing Parameters support */
#undef INCLUDE_DSL_G997_FRAMING_PARAMETERS
/* Include G997 Line Inventory support */
#undef INCLUDE_DSL_G997_LINE_INVENTORY
/* Include G997 per tone values support */
#undef INCLUDE_DSL_G997_PER_TONE
/* Include G997 status support */
#undef INCLUDE_DSL_G997_STATUS
/* Include JSON parsing */
#undef INCLUDE_DSL_JSON_PARSING
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
/* Include DSL PM support */
#undef INCLUDE_DSL_PM
/* Include Resource Statistics support */
#undef INCLUDE_DSL_RESOURCE_STATISTICS
/* Include System Interface configuration support */
#undef INCLUDE_DSL_SYSTEM_INTERFACE
/* Enable DTI stand-alone agent support */
#undef INCLUDE_DTI_AGENT_STANDALONE_SUPPORT
/* Include FW request support */
#undef INCLUDE_FW_REQUEST_SUPPORT
/* Pilot Tones Status support */
#undef INCLUDE_PILOT_TONES_STATUS
/* Include DSL RTT support */
#undef INCLUDE_REAL_TIME_TRACE
/* Enable script notification support */
#undef INCLUDE_SCRIPT_NOTIFICATION
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Safe-C lib ver3.3 support */
#undef SAFEC_SUPPORT
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
/* Version number of package */
#undef VERSION
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
#undef volatile
#endif /* _DSL_CPE_CONFIG_H */