OpenOCD
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* 0 if you don't want am335xgpio. */
8 #define BUILD_AM335XGPIO 0
9 
10 /* 0 if you don't want the Amontec JTAG-Accelerator driver. */
11 #define BUILD_AMTJTAGACCEL 1
12 
13 /* 0 if you do not want the ANGIE Adapter. */
14 #define BUILD_ANGIE 1
15 
16 /* 0 if you do not want the Olimex ARM-JTAG-EW Programmer. */
17 #define BUILD_ARMJTAGEW 1
18 
19 /* 0 if you don't want at91rm9200. */
20 #define BUILD_AT91RM9200 0
21 
22 /* 0 if you don't want bcm2835gpio. */
23 #define BUILD_BCM2835GPIO 0
24 
25 /* 0 if you don't want the Buspirate JTAG driver. */
26 #define BUILD_BUSPIRATE 1
27 
28 /* 0 if you do not want the CMSIS-DAP Compliant Debugger. */
29 #define BUILD_CMSIS_DAP_HID 1
30 
31 /* 0 if you do not want the CMSIS-DAP v2 Compliant Debugger. */
32 #define BUILD_CMSIS_DAP_USB 1
33 
34 /* 0 if you don't want to debug via Direct Mem. */
35 #define BUILD_DMEM 0
36 
37 /* 0 if you don't want dummy driver. */
38 #define BUILD_DUMMY 1
39 
40 /* 0 if you don't want ep93xx. */
41 #define BUILD_EP93XX 0
42 
43 /* 0 if you do not want the Espressif JTAG Programmer. */
44 #define BUILD_ESP_USB_JTAG 1
45 
46 /* 0 if you do not want the Bitbang mode of FT232R based devices. */
47 #define BUILD_FT232R 1
48 
49 /* 0 if you do not want the MPSSE mode of FTDI based devices. */
50 #define BUILD_FTDI 1
51 
52 /* 0 if you don't want the Gateworks GW16012 driver. */
53 #define BUILD_GW16012 1
54 
55 /* 0 if you want the High Level JTAG driver. */
56 #define BUILD_HLADAPTER 1
57 
58 /* 0 if you do not want the TI ICDI JTAG Programmer. */
59 #define BUILD_HLADAPTER_ICDI 1
60 
61 /* 0 if you do not want the Nu-Link Programmer. */
62 #define BUILD_HLADAPTER_NULINK 1
63 
64 /* 0 if you do not want the ST-Link Programmer. */
65 #define BUILD_HLADAPTER_STLINK 1
66 
67 /* 0 if you don't want imx_gpio. */
68 #define BUILD_IMX_GPIO 0
69 
70 /* 0 if you do not want the SEGGER J-Link Programmer. */
71 #define BUILD_JLINK 1
72 
73 /* 0 if you don't want JTAG DPI. */
74 #define BUILD_JTAG_DPI 0
75 
76 /* 0 if you don't want JTAG VPI. */
77 #define BUILD_JTAG_VPI 1
78 
79 /* 0 if you do not want the Cypress KitProg Programmer. */
80 #define BUILD_KITPROG 1
81 
82 /* 0 if you do not want the Linux GPIO bitbang through libgpiod. */
83 #define BUILD_LINUXGPIOD 1
84 
85 /* 0 if you do not want the eStick/opendous JTAG Programmer. */
86 #define BUILD_OPENDOUS 1
87 
88 /* 0 if you do not want the OpenJTAG Adapter. */
89 #define BUILD_OPENJTAG 1
90 
91 /* 0 if you do not want the OSBDM (JTAG only) Programmer. */
92 #define BUILD_OSBDM 1
93 
94 /* 0 if you don't want parport. */
95 #define BUILD_PARPORT 1
96 
97 /* 0 if you do not want the ASIX Presto Adapter. */
98 #define BUILD_PRESTO 1
99 
100 /* 0 if you don't want the Remote Bitbang driver. */
101 #define BUILD_REMOTE_BITBANG 1
102 
103 /* 0 if you do not want the Raisonance RLink JTAG Programmer. */
104 #define BUILD_RLINK 1
105 
106 /* 0 if you don't want to debug BlueField SoC via rshim. */
107 #define BUILD_RSHIM 0
108 
109 /* 0 if you don't want SysfsGPIO driver. */
110 #define BUILD_SYSFSGPIO 0
111 
112 /* 0 if you do not want the Keil ULINK JTAG Programmer. */
113 #define BUILD_ULINK 1
114 
115 /* 0 if you do not want the USBProg JTAG Programmer. */
116 #define BUILD_USBPROG 1
117 
118 /* 0 if you do not want the Altera USB-Blaster Compatible. */
119 #define BUILD_USB_BLASTER 1
120 
121 /* 0 if you do not want the Altera USB-Blaster II Compatible. */
122 #define BUILD_USB_BLASTER_2 1
123 
124 /* 0 if you don't want Cadence vdebug interface. */
125 #define BUILD_VDEBUG 0
126 
127 /* 0 if you do not want the Versaloon-Link JTAG Programmer. */
128 #define BUILD_VSLLINK 1
129 
130 /* 0 if you do not want the TI XDS110 Debug Probe. */
131 #define BUILD_XDS110 1
132 
133 /* 0 if you don't want Xilinx XVC/PCIe driver. */
134 #define BUILD_XLNX_PCIE_XVC 1
135 
136 /* Define to 1 if you have the <arpa/inet.h> header file. */
137 #define HAVE_ARPA_INET_H 1
138 
139 /* 0 if you don't have Capstone disassembly framework. */
140 #define HAVE_CAPSTONE 1
141 
142 /* Define to 1 if you have the <dlfcn.h> header file. */
143 #define HAVE_DLFCN_H 1
144 
145 /* Define to 1 if the system has the type `Elf64_Ehdr'. */
146 #define HAVE_ELF64 1
147 
148 /* Define to 1 if you have the <elf.h> header file. */
149 #define HAVE_ELF_H 1
150 
151 /* Define to 1 if you have the <fcntl.h> header file. */
152 #define HAVE_FCNTL_H 1
153 
154 /* Define to 1 if you have the `gettimeofday' function. */
155 #define HAVE_GETTIMEOFDAY 1
156 
157 /* Define to 1 if you have the <inttypes.h> header file. */
158 #define HAVE_INTTYPES_H 1
159 
160 /* Define if your libftdi has ftdi_tcioflush() */
161 #define HAVE_LIBFTDI_TCIOFLUSH 1
162 
163 /* define if libgpiod v1 has line request flags bias */
164 #define HAVE_LIBGPIOD1_FLAGS_BIAS 1
165 
166 /* Define if you have libusb-1.x */
167 #define HAVE_LIBUSB1 1
168 
169 /* Define if your libusb has libusb_get_port_numbers() */
170 #define HAVE_LIBUSB_GET_PORT_NUMBERS 1
171 
172 /* Define to 1 if the system has the type `long long int'. */
173 #define HAVE_LONG_LONG_INT 1
174 
175 /* Define to 1 if you have the <malloc.h> header file. */
176 #define HAVE_MALLOC_H 1
177 
178 /* Define to 1 if you have the <memory.h> header file. */
179 #define HAVE_MEMORY_H 1
180 
181 /* Define to 1 if you have the <netdb.h> header file. */
182 #define HAVE_NETDB_H 1
183 
184 /* Define to 1 if you have the <netinet/in.h> header file. */
185 #define HAVE_NETINET_IN_H 1
186 
187 /* Define to 1 if you have the <netinet/tcp.h> header file. */
188 #define HAVE_NETINET_TCP_H 1
189 
190 /* Define to 1 if you have the <poll.h> header file. */
191 #define HAVE_POLL_H 1
192 
193 /* Define to 1 if you have the `realpath' function. */
194 #define HAVE_REALPATH 1
195 
196 /* Define to 1 if stdbool.h conforms to C99. */
197 #define HAVE_STDBOOL_H 1
198 
199 /* Define to 1 if you have the <stdint.h> header file. */
200 #define HAVE_STDINT_H 1
201 
202 /* Define to 1 if you have the <stdlib.h> header file. */
203 #define HAVE_STDLIB_H 1
204 
205 /* Define to 1 if you have the <strings.h> header file. */
206 #define HAVE_STRINGS_H 1
207 
208 /* Define to 1 if you have the <string.h> header file. */
209 #define HAVE_STRING_H 1
210 
211 /* Define to 1 if you have the `strndup' function. */
212 #define HAVE_STRNDUP 1
213 
214 /* Define to 1 if you have the `strnlen' function. */
215 #define HAVE_STRNLEN 1
216 
217 /* Define to 1 if you have the <sys/ioctl.h> header file. */
218 #define HAVE_SYS_IOCTL_H 1
219 
220 /* Define to 1 if you have the <sys/io.h> header file. */
221 /* #undef HAVE_SYS_IO_H */
222 
223 /* Define to 1 if you have the <sys/param.h> header file. */
224 #define HAVE_SYS_PARAM_H 1
225 
226 /* Define to 1 if you have the <sys/select.h> header file. */
227 #define HAVE_SYS_SELECT_H 1
228 
229 /* Define to 1 if you have the <sys/socket.h> header file. */
230 #define HAVE_SYS_SOCKET_H 1
231 
232 /* Define to 1 if you have the <sys/stat.h> header file. */
233 #define HAVE_SYS_STAT_H 1
234 
235 /* Define to 1 if you have the <sys/sysctl.h> header file. */
236 #define HAVE_SYS_SYSCTL_H 1
237 
238 /* Define to 1 if you have the <sys/time.h> header file. */
239 #define HAVE_SYS_TIME_H 1
240 
241 /* Define to 1 if you have the <sys/types.h> header file. */
242 #define HAVE_SYS_TYPES_H 1
243 
244 /* Define to 1 if you have the <unistd.h> header file. */
245 #define HAVE_UNISTD_H 1
246 
247 /* Define to 1 if the system has the type `unsigned long long int'. */
248 #define HAVE_UNSIGNED_LONG_LONG_INT 1
249 
250 /* Define to 1 if you have the `usleep' function. */
251 #define HAVE_USLEEP 1
252 
253 /* Define to 1 if the system has the type `_Bool'. */
254 #define HAVE__BOOL 1
255 
256 /* 0 if not building for Cygwin. */
257 #define IS_CYGWIN 0
258 
259 /* 0 if not building for Darwin. */
260 #define IS_DARWIN 0
261 
262 /* 0 if not building for Mingw. */
263 #define IS_MINGW 0
264 
265 /* 0 if not building for Win32. */
266 #define IS_WIN32 0
267 
268 /* Define to the sub-directory where libtool stores uninstalled libraries. */
269 #define LT_OBJDIR ".libs/"
270 
271 /* Define to 1 if assertions should be disabled. */
272 /* #undef NDEBUG */
273 
274 /* Must declare 'environ' to use it. */
275 /* #undef NEED_ENVIRON_EXTERN */
276 
277 /* Name of package */
278 #define PACKAGE "openocd"
279 
280 /* Define to the address where bug reports for this package should be sent. */
281 #define PACKAGE_BUGREPORT "OpenOCD Mailing List <openocd-devel@lists.sourceforge.net>"
282 
283 /* Define to the full name of this package. */
284 #define PACKAGE_NAME "openocd"
285 
286 /* Define to the full name and version of this package. */
287 #define PACKAGE_STRING "openocd 0.12.0+dev"
288 
289 /* Define to the one symbol short name of this package. */
290 #define PACKAGE_TARNAME "openocd"
291 
292 /* Define to the home page for this package. */
293 #define PACKAGE_URL ""
294 
295 /* Define to the version of this package. */
296 #define PACKAGE_VERSION "0.12.0+dev"
297 
298 /* 0 if you don't want parport to use giveio. */
299 #define PARPORT_USE_GIVEIO 0
300 
301 /* 0 if you don't want parport to use ppdev. */
302 #define PARPORT_USE_PPDEV 1
303 
304 /* Define to 1 if you have the ANSI C header files. */
305 #define STDC_HEADERS 1
306 
307 /* Version number of package */
308 #define VERSION "0.12.0+dev"
309 
310 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
311  significant byte first (like Motorola and SPARC, unlike Intel). */
312 #if defined AC_APPLE_UNIVERSAL_BUILD
313 # if defined __BIG_ENDIAN__
314 # define WORDS_BIGENDIAN 1
315 # endif
316 #else
317 # ifndef WORDS_BIGENDIAN
318 /* # undef WORDS_BIGENDIAN */
319 # endif
320 #endif
321 
322 /* Include malloc free space in logging */
323 /* #undef _DEBUG_FREE_SPACE_ */
324 
325 /* Print verbose USB communication messages */
326 /* #undef _DEBUG_USB_COMMS_ */
327 
328 /* Print verbose USB I/O messages */
329 /* #undef _DEBUG_USB_IO_ */
330 
331 /* Use GNU C library extensions (e.g. stdndup). */
332 #define _GNU_SOURCE 1
333 
334 /* Define to empty if `const' does not conform to ANSI C. */
335 /* #undef const */