Fix gdbserver build when intl already built
[deliverable/binutils-gdb.git] / gdbserver / config.in
1 /* config.in. Generated from configure.ac by autoheader. */
2
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4 systems. This function is required for `alloca.c' support on those systems.
5 */
6 #undef CRAY_STACKSEG_END
7
8 /* Define to 1 if std::thread works. */
9 #undef CXX_STD_THREAD
10
11 /* Define to 1 if using `alloca.c'. */
12 #undef C_ALLOCA
13
14 /* Define to 1 if translation of program messages to the user's native
15 language is requested. */
16 #undef ENABLE_NLS
17
18 /* Define if self-testing features should be enabled */
19 #undef GDB_SELF_TEST
20
21 /* Define to 1 if you have `alloca', as a function or macro. */
22 #undef HAVE_ALLOCA
23
24 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
25 */
26 #undef HAVE_ALLOCA_H
27
28 /* Define to 1 if you have the <arpa/inet.h> header file. */
29 #undef HAVE_ARPA_INET_H
30
31 /* define if the compiler supports basic C++11 syntax */
32 #undef HAVE_CXX11
33
34 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
35 you don't. */
36 #undef HAVE_DECL_ADDR_NO_RANDOMIZE
37
38 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
39 don't. */
40 #undef HAVE_DECL_ASPRINTF
41
42 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
43 you don't. */
44 #undef HAVE_DECL_BASENAME
45
46 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
47 #undef HAVE_DECL_FFS
48
49 /* Define to 1 if you have the declaration of `perror', and to 0 if you don't.
50 */
51 #undef HAVE_DECL_PERROR
52
53 /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
54 */
55 #undef HAVE_DECL_PTRACE
56
57 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
58 don't. */
59 #undef HAVE_DECL_SNPRINTF
60
61 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
62 */
63 #undef HAVE_DECL_STRSTR
64
65 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
66 */
67 #undef HAVE_DECL_STRTOL
68
69 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
70 don't. */
71 #undef HAVE_DECL_STRTOLL
72
73 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
74 don't. */
75 #undef HAVE_DECL_STRTOUL
76
77 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
78 don't. */
79 #undef HAVE_DECL_STRTOULL
80
81 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
82 don't. */
83 #undef HAVE_DECL_STRVERSCMP
84
85 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
86 don't. */
87 #undef HAVE_DECL_VASPRINTF
88
89 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
90 don't. */
91 #undef HAVE_DECL_VSNPRINTF
92
93 /* Define to 1 if you have the `dladdr' function. */
94 #undef HAVE_DLADDR
95
96 /* Define to 1 if you have the <dlfcn.h> header file. */
97 #undef HAVE_DLFCN_H
98
99 /* Define to 1 if the system has the type `Elf32_auxv_t'. */
100 #undef HAVE_ELF32_AUXV_T
101
102 /* Define to 1 if the system has the type `Elf64_auxv_t'. */
103 #undef HAVE_ELF64_AUXV_T
104
105 /* Define if <sys/procfs.h> has elf_fpregset_t. */
106 #undef HAVE_ELF_FPREGSET_T
107
108 /* Define to 1 if you have the <fcntl.h> header file. */
109 #undef HAVE_FCNTL_H
110
111 /* Define to 1 if you have the `fdwalk' function. */
112 #undef HAVE_FDWALK
113
114 /* Define to 1 if you have the `fork' function. */
115 #undef HAVE_FORK
116
117 /* Define if <sys/procfs.h> has fpregset_t. */
118 #undef HAVE_FPREGSET_T
119
120 /* Define to 1 if you have the `getauxval' function. */
121 #undef HAVE_GETAUXVAL
122
123 /* Define to 1 if you have the `getpagesize' function. */
124 #undef HAVE_GETPAGESIZE
125
126 /* Define to 1 if you have the `getrlimit' function. */
127 #undef HAVE_GETRLIMIT
128
129 /* Define to 1 if you have the `getrusage' function. */
130 #undef HAVE_GETRUSAGE
131
132 /* Define if <sys/procfs.h> has gregset_t. */
133 #undef HAVE_GREGSET_T
134
135 /* Define to 1 if you have the <inttypes.h> header file. */
136 #undef HAVE_INTTYPES_H
137
138 /* Define to 1 if your system has the kinfo_getfile function. */
139 #undef HAVE_KINFO_GETFILE
140
141 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
142 #undef HAVE_LANGINFO_CODESET
143
144 /* Define to 1 if you have the `dl' library (-ldl). */
145 #undef HAVE_LIBDL
146
147 /* Define if you have the ipt library. */
148 #undef HAVE_LIBIPT
149
150 /* Define if the target supports branch tracing. */
151 #undef HAVE_LINUX_BTRACE
152
153 /* Define to 1 if you have the <linux/elf.h> header file. */
154 #undef HAVE_LINUX_ELF_H
155
156 /* Define to 1 if you have the <linux/perf_event.h> header file. */
157 #undef HAVE_LINUX_PERF_EVENT_H
158
159 /* Define if the target supports register sets. */
160 #undef HAVE_LINUX_REGSETS
161
162 /* Define if the target supports PTRACE_PEEKUSR for register access. */
163 #undef HAVE_LINUX_USRREGS
164
165 /* Define to 1 if you have the <locale.h> header file. */
166 #undef HAVE_LOCALE_H
167
168 /* Define to 1 if the system has the type `long long'. */
169 #undef HAVE_LONG_LONG
170
171 /* Define if <thread_db.h> has lwpid_t. */
172 #undef HAVE_LWPID_T
173
174 /* Define to 1 if you have the <memory.h> header file. */
175 #undef HAVE_MEMORY_H
176
177 /* Define to 1 if you have a working `mmap' system call. */
178 #undef HAVE_MMAP
179
180 /* Define to 1 if you have the <netdb.h> header file. */
181 #undef HAVE_NETDB_H
182
183 /* Define to 1 if you have the <netinet/in.h> header file. */
184 #undef HAVE_NETINET_IN_H
185
186 /* Define to 1 if you have the <netinet/tcp.h> header file. */
187 #undef HAVE_NETINET_TCP_H
188
189 /* Define if you support the personality syscall. */
190 #undef HAVE_PERSONALITY
191
192 /* Define to 1 if you have the `pipe' function. */
193 #undef HAVE_PIPE
194
195 /* Define to 1 if you have the `pipe2' function. */
196 #undef HAVE_PIPE2
197
198 /* Define to 1 if you have the `pread' function. */
199 #undef HAVE_PREAD
200
201 /* Define to 1 if you have the `pread64' function. */
202 #undef HAVE_PREAD64
203
204 /* Define if <sys/procfs.h> has prfpregset_t. */
205 #undef HAVE_PRFPREGSET_T
206
207 /* Define if <sys/procfs.h> has prgregset32_t. */
208 #undef HAVE_PRGREGSET32_T
209
210 /* Define if <sys/procfs.h> has prgregset_t. */
211 #undef HAVE_PRGREGSET_T
212
213 /* Define to 1 if you have the <proc_service.h> header file. */
214 #undef HAVE_PROC_SERVICE_H
215
216 /* Define if <thread_db.h> has psaddr_t. */
217 #undef HAVE_PSADDR_T
218
219 /* Have PTHREAD_PRIO_INHERIT. */
220 #undef HAVE_PTHREAD_PRIO_INHERIT
221
222 /* Define to 1 if you have the `pthread_setname_np' function. */
223 #undef HAVE_PTHREAD_SETNAME_NP
224
225 /* Define to 1 if you have the `pthread_sigmask' function. */
226 #undef HAVE_PTHREAD_SIGMASK
227
228 /* Define to 1 if you have the `ptrace64' function. */
229 #undef HAVE_PTRACE64
230
231 /* Define if the target supports PTRACE_GETFPXREGS for extended register
232 access. */
233 #undef HAVE_PTRACE_GETFPXREGS
234
235 /* Define if the target supports PTRACE_GETREGS for register access. */
236 #undef HAVE_PTRACE_GETREGS
237
238 /* Define to 1 if you have the <ptrace.h> header file. */
239 #undef HAVE_PTRACE_H
240
241 /* Define to 1 if you have the `pt_insn_event' function. */
242 #undef HAVE_PT_INSN_EVENT
243
244 /* Define to 1 if you have the `pwrite' function. */
245 #undef HAVE_PWRITE
246
247 /* Define to 1 if you have the `sbrk' function. */
248 #undef HAVE_SBRK
249
250 /* Define to 1 if you have the `setns' function. */
251 #undef HAVE_SETNS
252
253 /* Define to 1 if you have the `setpgid' function. */
254 #undef HAVE_SETPGID
255
256 /* Define to 1 if you have the `setpgrp' function. */
257 #undef HAVE_SETPGRP
258
259 /* Define to 1 if you have the `sigaction' function. */
260 #undef HAVE_SIGACTION
261
262 /* Define to 1 if you have the `sigaltstack' function. */
263 #undef HAVE_SIGALTSTACK
264
265 /* Define to 1 if you have the <signal.h> header file. */
266 #undef HAVE_SIGNAL_H
267
268 /* Define to 1 if you have the `sigprocmask' function. */
269 #undef HAVE_SIGPROCMASK
270
271 /* Define if sigsetjmp is available. */
272 #undef HAVE_SIGSETJMP
273
274 /* Define to 1 if you have the `socketpair' function. */
275 #undef HAVE_SOCKETPAIR
276
277 /* Define to 1 if the system has the type `socklen_t'. */
278 #undef HAVE_SOCKLEN_T
279
280 /* Define to 1 if you have the <stdint.h> header file. */
281 #undef HAVE_STDINT_H
282
283 /* Define to 1 if you have the <stdlib.h> header file. */
284 #undef HAVE_STDLIB_H
285
286 /* Define to 1 if you have the <strings.h> header file. */
287 #undef HAVE_STRINGS_H
288
289 /* Define to 1 if you have the <string.h> header file. */
290 #undef HAVE_STRING_H
291
292 /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
293 #undef HAVE_STRUCT_PT_INSN_ENABLED
294
295 /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
296 #undef HAVE_STRUCT_PT_INSN_RESYNCED
297
298 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
299 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
300
301 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
302 #undef HAVE_STRUCT_STAT_ST_BLOCKS
303
304 /* Define to 1 if `fs_base' is a member of `struct user_regs_struct'. */
305 #undef HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE
306
307 /* Define to 1 if `gs_base' is a member of `struct user_regs_struct'. */
308 #undef HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE
309
310 /* Define to 1 if the target supports __sync_*_compare_and_swap */
311 #undef HAVE_SYNC_BUILTINS
312
313 /* Define to 1 if you have the <sys/file.h> header file. */
314 #undef HAVE_SYS_FILE_H
315
316 /* Define to 1 if you have the <sys/ioctl.h> header file. */
317 #undef HAVE_SYS_IOCTL_H
318
319 /* Define to 1 if you have the <sys/param.h> header file. */
320 #undef HAVE_SYS_PARAM_H
321
322 /* Define to 1 if you have the <sys/procfs.h> header file. */
323 #undef HAVE_SYS_PROCFS_H
324
325 /* Define to 1 if you have the <sys/ptrace.h> header file. */
326 #undef HAVE_SYS_PTRACE_H
327
328 /* Define to 1 if you have the <sys/reg.h> header file. */
329 #undef HAVE_SYS_REG_H
330
331 /* Define to 1 if you have the <sys/resource.h> header file. */
332 #undef HAVE_SYS_RESOURCE_H
333
334 /* Define to 1 if you have the <sys/socket.h> header file. */
335 #undef HAVE_SYS_SOCKET_H
336
337 /* Define to 1 if you have the <sys/stat.h> header file. */
338 #undef HAVE_SYS_STAT_H
339
340 /* Define to 1 if you have the <sys/types.h> header file. */
341 #undef HAVE_SYS_TYPES_H
342
343 /* Define to 1 if you have the <sys/un.h> header file. */
344 #undef HAVE_SYS_UN_H
345
346 /* Define to 1 if you have the <sys/wait.h> header file. */
347 #undef HAVE_SYS_WAIT_H
348
349 /* Define if TD_VERSION is available. */
350 #undef HAVE_TD_VERSION
351
352 /* Define to 1 if you have the <termios.h> header file. */
353 #undef HAVE_TERMIOS_H
354
355 /* Define to 1 if you have the <thread_db.h> header file. */
356 #undef HAVE_THREAD_DB_H
357
358 /* Define to 1 if you have the <unistd.h> header file. */
359 #undef HAVE_UNISTD_H
360
361 /* Define if UST is available */
362 #undef HAVE_UST
363
364 /* Define to 1 if you have the `vfork' function. */
365 #undef HAVE_VFORK
366
367 /* Define to 1 if you have the <vfork.h> header file. */
368 #undef HAVE_VFORK_H
369
370 /* Define to 1 if you have the <wait.h> header file. */
371 #undef HAVE_WAIT_H
372
373 /* Define to 1 if `fork' works. */
374 #undef HAVE_WORKING_FORK
375
376 /* Define to 1 if `vfork' works. */
377 #undef HAVE_WORKING_VFORK
378
379 /* Define to the address where bug reports for this package should be sent. */
380 #undef PACKAGE_BUGREPORT
381
382 /* Define to the full name of this package. */
383 #undef PACKAGE_NAME
384
385 /* Define to the full name and version of this package. */
386 #undef PACKAGE_STRING
387
388 /* Define to the one symbol short name of this package. */
389 #undef PACKAGE_TARNAME
390
391 /* Define to the home page for this package. */
392 #undef PACKAGE_URL
393
394 /* Define to the version of this package. */
395 #undef PACKAGE_VERSION
396
397 /* Additional package description */
398 #undef PKGVERSION
399
400 /* Define to necessary symbol if this constant uses a non-standard name on
401 your system. */
402 #undef PTHREAD_CREATE_JOINABLE
403
404 /* Define to the type of arg 1 for ptrace. */
405 #undef PTRACE_TYPE_ARG1
406
407 /* Define to the type of arg 3 for ptrace. */
408 #undef PTRACE_TYPE_ARG3
409
410 /* Define to the type of arg 4 for ptrace. */
411 #undef PTRACE_TYPE_ARG4
412
413 /* Define to the type of arg 5 for ptrace. */
414 #undef PTRACE_TYPE_ARG5
415
416 /* Define as the return type of ptrace. */
417 #undef PTRACE_TYPE_RET
418
419 /* Bug reporting address */
420 #undef REPORT_BUGS_TO
421
422 /* The size of `long long', as computed by sizeof. */
423 #undef SIZEOF_LONG_LONG
424
425 /* If using the C implementation of alloca, define if you know the
426 direction of stack growth for your system; otherwise it will be
427 automatically deduced at runtime.
428 STACK_DIRECTION > 0 => grows toward higher addresses
429 STACK_DIRECTION < 0 => grows toward lower addresses
430 STACK_DIRECTION = 0 => direction of growth unknown */
431 #undef STACK_DIRECTION
432
433 /* Define to 1 if you have the ANSI C header files. */
434 #undef STDC_HEADERS
435
436 /* Define if we should use libthread_db directly. */
437 #undef USE_LIBTHREAD_DB_DIRECTLY
438
439 /* Enable extensions on AIX 3, Interix. */
440 #ifndef _ALL_SOURCE
441 # undef _ALL_SOURCE
442 #endif
443 /* Enable GNU extensions on systems that have them. */
444 #ifndef _GNU_SOURCE
445 # undef _GNU_SOURCE
446 #endif
447 /* Enable threading extensions on Solaris. */
448 #ifndef _POSIX_PTHREAD_SEMANTICS
449 # undef _POSIX_PTHREAD_SEMANTICS
450 #endif
451 /* Enable extensions on HP NonStop. */
452 #ifndef _TANDEM_SOURCE
453 # undef _TANDEM_SOURCE
454 #endif
455 /* Enable general extensions on Solaris. */
456 #ifndef __EXTENSIONS__
457 # undef __EXTENSIONS__
458 #endif
459
460
461 /* Define if we should use libthread_db. */
462 #undef USE_THREAD_DB
463
464 /* Define if we should use the Windows API, instead of the POSIX API. On
465 Windows, we use the Windows API when building for MinGW, but the POSIX API
466 when building for Cygwin. */
467 #undef USE_WIN32API
468
469 /* Define if an XML target description is available. */
470 #undef USE_XML
471
472 /* Enable large inode numbers on Mac OS X 10.5. */
473 #ifndef _DARWIN_USE_64_BIT_INODE
474 # define _DARWIN_USE_64_BIT_INODE 1
475 #endif
476
477 /* Number of bits in a file offset, on hosts where this is settable. */
478 #undef _FILE_OFFSET_BITS
479
480 /* Define for large files, on AIX-style hosts. */
481 #undef _LARGE_FILES
482
483 /* Define to 1 if on MINIX. */
484 #undef _MINIX
485
486 /* Define to 2 if the system does not provide POSIX.1 features except with
487 this defined. */
488 #undef _POSIX_1_SOURCE
489
490 /* Define to 1 if you need to in order for `stat' and other things to work. */
491 #undef _POSIX_SOURCE
492
493 /* Define to `int' if <sys/types.h> does not define. */
494 #undef pid_t
495
496 /* Define to `unsigned int' if <sys/types.h> does not define. */
497 #undef size_t
498
499 /* Define as `fork' if `vfork' does not work. */
500 #undef vfork
This page took 0.039789 seconds and 4 git commands to generate.