| Commit | Line | Data |
|---|---|---|
| f17ea84b | 1 | /* config.h. Generated from config.in by configure. */ |
| 0c3d4888 | 2 | /* config.in. Generated from configure.ac by autoheader. */ |
| b6fca148 | 3 | |
| a938cc15 JM |
4 | /* Define if the compiler is building for multiple architectures of Apple |
| 5 | platforms at once. */ | |
| 6 | /* #undef AA_APPLE_UNIVERSAL_BUILD */ | |
| 7 | ||
| f17ea84b SS |
8 | /* Define if building universal (internal helper macro) */ |
| 9 | /* #undef AC_APPLE_UNIVERSAL_BUILD */ | |
| 10 | ||
| 11 | /* Define to the number of bits in type 'ptrdiff_t'. */ | |
| 12 | /* #undef BITSIZEOF_PTRDIFF_T */ | |
| 13 | ||
| 14 | /* Define to the number of bits in type 'sig_atomic_t'. */ | |
| 15 | /* #undef BITSIZEOF_SIG_ATOMIC_T */ | |
| 16 | ||
| 17 | /* Define to the number of bits in type 'size_t'. */ | |
| 18 | /* #undef BITSIZEOF_SIZE_T */ | |
| 19 | ||
| 20 | /* Define to the number of bits in type 'wchar_t'. */ | |
| 21 | /* #undef BITSIZEOF_WCHAR_T */ | |
| 22 | ||
| 23 | /* Define to the number of bits in type 'wint_t'. */ | |
| 24 | /* #undef BITSIZEOF_WINT_T */ | |
| 25 | ||
| 0c3d4888 SS |
26 | /* Define to 1 if the compiler supports long long. */ |
| 27 | #define CC_HAS_LONG_LONG 1 | |
| b6fca148 | 28 | |
| 0c3d4888 SS |
29 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
| 30 | systems. This function is required for `alloca.c' support on those systems. | |
| 31 | */ | |
| 32 | /* #undef CRAY_STACKSEG_END */ | |
| 33 | ||
| 34 | /* Define to 1 if using `alloca.c'. */ | |
| b6fca148 JS |
35 | /* #undef C_ALLOCA */ |
| 36 | ||
| f17ea84b | 37 | /* look for global separate debug info in this path [LIBDIR/debug] */ |
| 0c3d4888 | 38 | #define DEBUGDIR "/usr/lib/debug" |
| b6fca148 | 39 | |
| f17ea84b SS |
40 | /* Define if the separate-debug-dir directory should be relocated when GDB is |
| 41 | moved. */ | |
| 0c3d4888 | 42 | #define DEBUGDIR_RELOCATABLE 1 |
| b6fca148 | 43 | |
| 0c3d4888 | 44 | /* Define to BFD's default architecture. */ |
| 0c3d4888 | 45 | /* #define DEFAULT_BFD_ARCH bfd_i386_arch */ |
| b6fca148 | 46 | |
| 0c3d4888 | 47 | /* Define to BFD's default target vector. */ |
| 0c3d3a6f | 48 | /* #define DEFAULT_BFD_VEC bfd_elf64_x86_64_vec */ |
| b6fca148 | 49 | |
| 0c3d4888 SS |
50 | /* Define to 1 if translation of program messages to the user's native |
| 51 | language is requested. */ | |
| 52 | /* #undef ENABLE_NLS */ | |
| b6fca148 | 53 | |
| f17ea84b SS |
54 | /* look for global separate data files in this path [DATADIR/gdb] */ |
| 55 | #define GDB_DATADIR "/usr/share/gdb" | |
| 56 | ||
| 57 | /* Define if the gdb-datadir directory should be relocated when GDB is moved. | |
| 58 | */ | |
| 59 | #define GDB_DATADIR_RELOCATABLE 1 | |
| 60 | ||
| 0c3d4888 | 61 | /* Define to be a string naming the default host character set. */ |
| f17ea84b | 62 | #define GDB_DEFAULT_HOST_CHARSET "UTF-8" |
| b6fca148 | 63 | |
| 0c3d4888 | 64 | /* Host double floatformat */ |
| 0c3d3a6f | 65 | #define GDB_HOST_DOUBLE_FORMAT 0 |
| b6fca148 | 66 | |
| 0c3d4888 | 67 | /* Host float floatformat */ |
| 0c3d3a6f | 68 | #define GDB_HOST_FLOAT_FORMAT 0 |
| b6fca148 | 69 | |
| 0c3d4888 | 70 | /* Host long double floatformat */ |
| 0c3d3a6f | 71 | #define GDB_HOST_LONG_DOUBLE_FORMAT 0 |
| b6fca148 | 72 | |
| 0c3d4888 | 73 | /* nativefile */ |
| f17ea84b | 74 | /* #undef GDB_NM_FILE */ |
| b6fca148 | 75 | |
| 0c3d4888 | 76 | /* Define to the default OS ABI for this configuration. */ |
| f17ea84b | 77 | #define GDB_OSABI_DEFAULT GDB_OSABI_DRAGONFLY |
| b6fca148 | 78 | |
| a938cc15 JM |
79 | /* Define to 1 when the gnulib module memchr should be tested. */ |
| 80 | #define GNULIB_TEST_MEMCHR 1 | |
| 81 | ||
| 82 | /* Define to 1 when the gnulib module memmem should be tested. */ | |
| 83 | #define GNULIB_TEST_MEMMEM 1 | |
| 84 | ||
| 0c3d4888 SS |
85 | /* Define to 1 if you have `alloca', as a function or macro. */ |
| 86 | #define HAVE_ALLOCA 1 | |
| b6fca148 | 87 | |
| 0c3d4888 SS |
88 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
| 89 | */ | |
| 90 | /* #undef HAVE_ALLOCA_H */ | |
| b6fca148 | 91 | |
| f17ea84b SS |
92 | /* Define to 1 if you have the <bp-sym.h> header file. */ |
| 93 | /* #undef HAVE_BP_SYM_H */ | |
| 94 | ||
| 95 | /* Define to 1 if you have the `btowc' function. */ | |
| 96 | #define HAVE_BTOWC 1 | |
| 97 | ||
| 0c3d4888 SS |
98 | /* Define to 1 if you have the `canonicalize_file_name' function. */ |
| 99 | /* #undef HAVE_CANONICALIZE_FILE_NAME */ | |
| b6fca148 | 100 | |
| 0c3d4888 SS |
101 | /* Define to 1 if you have the <ctype.h> header file. */ |
| 102 | #define HAVE_CTYPE_H 1 | |
| b6fca148 | 103 | |
| 0c3d4888 SS |
104 | /* Define to 1 if you have the <cursesX.h> header file. */ |
| 105 | /* #undef HAVE_CURSESX_H */ | |
| b6fca148 | 106 | |
| 0c3d4888 SS |
107 | /* Define to 1 if you have the <curses.h> header file. */ |
| 108 | #define HAVE_CURSES_H 1 | |
| b6fca148 | 109 | |
| f17ea84b SS |
110 | /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if |
| 111 | you don't. */ | |
| 112 | #define HAVE_DECL_ADDR_NO_RANDOMIZE 0 | |
| 113 | ||
| 0c3d4888 SS |
114 | /* Define to 1 if you have the declaration of `free', and to 0 if you don't. |
| 115 | */ | |
| 116 | #define HAVE_DECL_FREE 1 | |
| b6fca148 | 117 | |
| 0c3d4888 SS |
118 | /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. |
| 119 | */ | |
| 120 | #define HAVE_DECL_GETOPT 1 | |
| b6fca148 | 121 | |
| a938cc15 JM |
122 | /* Define to 1 if you have the declaration of `getthrds', and to 0 if you |
| 123 | don't. */ | |
| 124 | /* #undef HAVE_DECL_GETTHRDS */ | |
| 125 | ||
| 0c3d4888 SS |
126 | /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. |
| 127 | */ | |
| 128 | #define HAVE_DECL_MALLOC 1 | |
| b6fca148 | 129 | |
| f17ea84b SS |
130 | /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't. |
| 131 | */ | |
| 132 | #define HAVE_DECL_MEMMEM 1 | |
| 133 | ||
| 0c3d4888 SS |
134 | /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't. |
| 135 | */ | |
| 136 | #define HAVE_DECL_PTRACE 1 | |
| b6fca148 | 137 | |
| 0c3d4888 SS |
138 | /* Define to 1 if you have the declaration of `realloc', and to 0 if you |
| 139 | don't. */ | |
| 140 | #define HAVE_DECL_REALLOC 1 | |
| b6fca148 | 141 | |
| 0c3d4888 SS |
142 | /* Define to 1 if you have the declaration of `snprintf', and to 0 if you |
| 143 | don't. */ | |
| 144 | #define HAVE_DECL_SNPRINTF 1 | |
| b6fca148 | 145 | |
| 0c3d4888 SS |
146 | /* Define to 1 if you have the declaration of `strerror', and to 0 if you |
| 147 | don't. */ | |
| 148 | #define HAVE_DECL_STRERROR 1 | |
| b6fca148 | 149 | |
| 0c3d4888 SS |
150 | /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. |
| 151 | */ | |
| 152 | #define HAVE_DECL_STRSTR 1 | |
| b6fca148 | 153 | |
| 0c3d4888 SS |
154 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you |
| 155 | don't. */ | |
| 156 | #define HAVE_DECL_VSNPRINTF 1 | |
| b6fca148 | 157 | |
| 0c3d4888 SS |
158 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| 159 | */ | |
| 160 | #define HAVE_DIRENT_H 1 | |
| b6fca148 | 161 | |
| 0c3d4888 SS |
162 | /* Define if ELF support should be included. */ |
| 163 | #define HAVE_ELF 1 | |
| b6fca148 | 164 | |
| f17ea84b SS |
165 | /* Define to 1 if you have the <elf_hp.h> header file. */ |
| 166 | /* #undef HAVE_ELF_HP_H */ | |
| 167 | ||
| 168 | /* Define to 1 if your system has the etext variable. */ | |
| 169 | #define HAVE_ETEXT 1 | |
| 170 | ||
| 0c3d4888 SS |
171 | /* Define to 1 if you have the `fork' function. */ |
| 172 | #define HAVE_FORK 1 | |
| b6fca148 | 173 | |
| 0c3d4888 SS |
174 | /* Define if <sys/procfs.h> has fpregset_t. */ |
| 175 | #define HAVE_FPREGSET_T 1 | |
| b6fca148 | 176 | |
| 0c3d4888 SS |
177 | /* Define to 1 if you have the `getgid' function. */ |
| 178 | #define HAVE_GETGID 1 | |
| b6fca148 | 179 | |
| 0c3d4888 SS |
180 | /* Define to 1 if you have the `getpagesize' function. */ |
| 181 | #define HAVE_GETPAGESIZE 1 | |
| b6fca148 | 182 | |
| a938cc15 JM |
183 | /* Define to 1 if you have the `getrlimit' function. */ |
| 184 | #define HAVE_GETRLIMIT 1 | |
| 185 | ||
| 0c3d4888 SS |
186 | /* Define to 1 if you have the `getrusage' function. */ |
| 187 | #define HAVE_GETRUSAGE 1 | |
| b6fca148 | 188 | |
| 0c3d4888 SS |
189 | /* Define to 1 if you have the `getuid' function. */ |
| 190 | #define HAVE_GETUID 1 | |
| b6fca148 | 191 | |
| 0c3d4888 SS |
192 | /* Define to 1 if you have the <gnu/libc-version.h> header file. */ |
| 193 | /* #undef HAVE_GNU_LIBC_VERSION_H */ | |
| b6fca148 | 194 | |
| 0c3d4888 SS |
195 | /* Define if <sys/procfs.h> has gregset_t. */ |
| 196 | #define HAVE_GREGSET_T 1 | |
| b6fca148 | 197 | |
| 0c3d4888 SS |
198 | /* Define if you have the iconv() function. */ |
| 199 | #define HAVE_ICONV 1 | |
| b6fca148 | 200 | |
| f17ea84b SS |
201 | /* Define to 1 if you have the `iconvlist' function. */ |
| 202 | /* #undef HAVE_ICONVLIST */ | |
| 203 | ||
| 0c3d4888 SS |
204 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 205 | #define HAVE_INTTYPES_H 1 | |
| b6fca148 | 206 | |
| f17ea84b SS |
207 | /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ |
| 208 | #define HAVE_LANGINFO_CODESET 1 | |
| 209 | ||
| 210 | /* Define if your <locale.h> file defines LC_MESSAGES. */ | |
| 211 | #define HAVE_LC_MESSAGES 1 | |
| 212 | ||
| 0c3d4888 SS |
213 | /* Define to 1 if you have the `dl' library (-ldl). */ |
| 214 | /* #undef HAVE_LIBDL */ | |
| b6fca148 | 215 | |
| 0c3d4888 SS |
216 | /* Define if you have the expat library. */ |
| 217 | /* #undef HAVE_LIBEXPAT */ | |
| b6fca148 | 218 | |
| f17ea84b SS |
219 | /* Define to 1 if you have the `libiconvlist' function. */ |
| 220 | /* #undef HAVE_LIBICONVLIST */ | |
| 221 | ||
| 0c3d4888 SS |
222 | /* Define to 1 if you have the `m' library (-lm). */ |
| 223 | #define HAVE_LIBM 1 | |
| b6fca148 | 224 | |
| f17ea84b SS |
225 | /* Define if Python 2.4 is being used. */ |
| 226 | /* #undef HAVE_LIBPYTHON2_4 */ | |
| 227 | ||
| 228 | /* Define if Python 2.5 is being used. */ | |
| 229 | /* #undef HAVE_LIBPYTHON2_5 */ | |
| 230 | ||
| 231 | /* Define if Python 2.6 is being used. */ | |
| 232 | /* #undef HAVE_LIBPYTHON2_6 */ | |
| 233 | ||
| a938cc15 JM |
234 | /* Define if Python 2.7 is being used. */ |
| 235 | /* #undef HAVE_LIBPYTHON2_7 */ | |
| 236 | ||
| 0c3d4888 | 237 | /* Define if libunwind library is being used. */ |
| b6fca148 JS |
238 | /* #undef HAVE_LIBUNWIND */ |
| 239 | ||
| 0c3d4888 SS |
240 | /* Define to 1 if you have the <libunwind.h> header file. */ |
| 241 | /* #undef HAVE_LIBUNWIND_H */ | |
| b6fca148 | 242 | |
| 0c3d4888 SS |
243 | /* Define to 1 if you have the <libunwind-ia64.h> header file. */ |
| 244 | /* #undef HAVE_LIBUNWIND_IA64_H */ | |
| b6fca148 | 245 | |
| 0c3d4888 SS |
246 | /* Define to 1 if you have the `w' library (-lw). */ |
| 247 | /* #undef HAVE_LIBW */ | |
| b6fca148 | 248 | |
| 0c3d4888 SS |
249 | /* Define to 1 if you have the <link.h> header file. */ |
| 250 | #define HAVE_LINK_H 1 | |
| b6fca148 | 251 | |
| f17ea84b SS |
252 | /* Define to 1 if you have the <locale.h> header file. */ |
| 253 | #define HAVE_LOCALE_H 1 | |
| 254 | ||
| 0c3d4888 SS |
255 | /* Define to 1 if the compiler supports long double. */ |
| 256 | #define HAVE_LONG_DOUBLE 1 | |
| b6fca148 | 257 | |
| f17ea84b SS |
258 | /* Define to 1 if the system has the type `long long int'. */ |
| 259 | #define HAVE_LONG_LONG_INT 1 | |
| 260 | ||
| 0c3d4888 SS |
261 | /* Define if <sys/procfs.h> has lwpid_t. */ |
| 262 | #define HAVE_LWPID_T 1 | |
| b6fca148 | 263 | |
| 0c3d4888 SS |
264 | /* Define to 1 if you have the <machine/reg.h> header file. */ |
| 265 | #define HAVE_MACHINE_REG_H 1 | |
| b6fca148 | 266 | |
| a938cc15 JM |
267 | /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including |
| 268 | config.h and <sys/mman.h>. */ | |
| 269 | #define HAVE_MAP_ANONYMOUS 1 | |
| 270 | ||
| f17ea84b SS |
271 | /* Define to 1 if you have the `memchr' function. */ |
| 272 | #define HAVE_MEMCHR 1 | |
| 273 | ||
| 274 | /* Define to 1 if you have the `memmem' function. */ | |
| 275 | #define HAVE_MEMMEM 1 | |
| 276 | ||
| 0c3d4888 SS |
277 | /* Define to 1 if you have the <memory.h> header file. */ |
| 278 | #define HAVE_MEMORY_H 1 | |
| b6fca148 | 279 | |
| 0c3d4888 SS |
280 | /* Define to 1 if you have a working `mmap' system call. */ |
| 281 | #define HAVE_MMAP 1 | |
| b6fca148 | 282 | |
| 0c3d4888 SS |
283 | /* Define to 1 if you have the `monstartup' function. */ |
| 284 | #define HAVE_MONSTARTUP 1 | |
| b6fca148 | 285 | |
| a938cc15 JM |
286 | /* Define to 1 if you have the `mprotect' function. */ |
| 287 | #define HAVE_MPROTECT 1 | |
| 288 | ||
| 0c3d4888 SS |
289 | /* Define to 1 if you have the <ncurses.h> header file. */ |
| 290 | #define HAVE_NCURSES_H 1 | |
| b6fca148 | 291 | |
| 0c3d4888 SS |
292 | /* Define to 1 if you have the <ncurses/ncurses.h> header file. */ |
| 293 | /* #undef HAVE_NCURSES_NCURSES_H */ | |
| b6fca148 | 294 | |
| 0c3d4888 SS |
295 | /* Define to 1 if you have the <ncurses/term.h> header file. */ |
| 296 | /* #undef HAVE_NCURSES_TERM_H */ | |
| b6fca148 | 297 | |
| 0c3d4888 SS |
298 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 299 | /* #undef HAVE_NDIR_H */ | |
| b6fca148 | 300 | |
| 0c3d4888 SS |
301 | /* Define to 1 if you have the <nlist.h> header file. */ |
| 302 | #define HAVE_NLIST_H 1 | |
| 303 | ||
| f17ea84b SS |
304 | /* Define if you support the personality syscall. */ |
| 305 | /* #undef HAVE_PERSONALITY */ | |
| 306 | ||
| 307 | /* Define to 1 if you have the `pipe' function. */ | |
| 308 | #define HAVE_PIPE 1 | |
| 309 | ||
| 0c3d4888 | 310 | /* Define to 1 if you have the `poll' function. */ |
| b6fca148 JS |
311 | #define HAVE_POLL 1 |
| 312 | ||
| 0c3d4888 SS |
313 | /* Define to 1 if you have the <poll.h> header file. */ |
| 314 | #define HAVE_POLL_H 1 | |
| 315 | ||
| a938cc15 JM |
316 | /* Define to 1 if you have the `posix_madvise' function. */ |
| 317 | #define HAVE_POSIX_MADVISE 1 | |
| 318 | ||
| 0c3d4888 | 319 | /* Define to 1 if you have the `pread64' function. */ |
| b6fca148 JS |
320 | /* #undef HAVE_PREAD64 */ |
| 321 | ||
| 0c3d4888 SS |
322 | /* Define if <sys/procfs.h> has prfpregset32_t. */ |
| 323 | /* #undef HAVE_PRFPREGSET32_T */ | |
| b6fca148 | 324 | |
| 0c3d4888 SS |
325 | /* Define if <sys/procfs.h> has prfpregset_t. */ |
| 326 | #define HAVE_PRFPREGSET_T 1 | |
| b6fca148 | 327 | |
| 0c3d4888 SS |
328 | /* Define if <sys/procfs.h> has prgregset32_t. */ |
| 329 | /* #undef HAVE_PRGREGSET32_T */ | |
| b6fca148 | 330 | |
| 0c3d4888 SS |
331 | /* Define if <sys/procfs.h> has prgregset_t. */ |
| 332 | #define HAVE_PRGREGSET_T 1 | |
| b6fca148 | 333 | |
| 0c3d4888 SS |
334 | /* Define if ioctl argument PIOCSET is available. */ |
| 335 | /* #undef HAVE_PROCFS_PIOCSET */ | |
| b6fca148 | 336 | |
| 0c3d4888 SS |
337 | /* Define to 1 if you have the <proc_service.h> header file. */ |
| 338 | /* #undef HAVE_PROC_SERVICE_H */ | |
| b6fca148 | 339 | |
| 0c3d4888 SS |
340 | /* Define if <sys/procfs.h> has prrun_t. */ |
| 341 | /* #undef HAVE_PRRUN_T */ | |
| b6fca148 | 342 | |
| 0c3d4888 SS |
343 | /* Define if <sys/procfs.h> has prsysent_t. */ |
| 344 | /* #undef HAVE_PRSYSENT_T */ | |
| b6fca148 | 345 | |
| 0c3d4888 SS |
346 | /* Define if <sys/procfs.h> has pr_sigaction64_t. */ |
| 347 | /* #undef HAVE_PR_SIGACTION64_T */ | |
| b6fca148 | 348 | |
| 0c3d4888 SS |
349 | /* Define if <sys/procfs.h> has pr_siginfo64_t. */ |
| 350 | /* #undef HAVE_PR_SIGINFO64_T */ | |
| b6fca148 | 351 | |
| 0c3d4888 SS |
352 | /* Define if <sys/procfs.h> has pr_sigset_t. */ |
| 353 | /* #undef HAVE_PR_SIGSET_T */ | |
| b6fca148 | 354 | |
| 0c3d4888 SS |
355 | /* Define if <sys/procfs.h> has psaddr_t. */ |
| 356 | #define HAVE_PSADDR_T 1 | |
| b6fca148 | 357 | |
| 0c3d4888 SS |
358 | /* Define if <sys/procfs.h> has pstatus_t. */ |
| 359 | /* #undef HAVE_PSTATUS_T */ | |
| b6fca148 | 360 | |
| 0c3d4888 SS |
361 | /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */ |
| 362 | /* #undef HAVE_PTRACE_GETFPXREGS */ | |
| b6fca148 | 363 | |
| 0c3d4888 SS |
364 | /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */ |
| 365 | /* #undef HAVE_PTRACE_GETREGS */ | |
| b6fca148 | 366 | |
| 0c3d4888 SS |
367 | /* Define to 1 if you have the <ptrace.h> header file. */ |
| 368 | /* #undef HAVE_PTRACE_H */ | |
| b6fca148 | 369 | |
| 0c3d4888 SS |
370 | /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */ |
| 371 | #define HAVE_PT_GETDBREGS 1 | |
| b6fca148 | 372 | |
| 0c3d4888 SS |
373 | /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */ |
| 374 | /* #undef HAVE_PT_GETXMMREGS */ | |
| b6fca148 | 375 | |
| f17ea84b SS |
376 | /* Define if Python interpreter is being linked in. */ |
| 377 | /* #undef HAVE_PYTHON */ | |
| 378 | ||
| a938cc15 JM |
379 | /* Define to 1 if btowc is declared even after undefining macros. */ |
| 380 | #define HAVE_RAW_DECL_BTOWC 1 | |
| 381 | ||
| 382 | /* Define to 1 if mbrlen is declared even after undefining macros. */ | |
| 383 | #define HAVE_RAW_DECL_MBRLEN 1 | |
| 384 | ||
| 385 | /* Define to 1 if mbrtowc is declared even after undefining macros. */ | |
| 386 | #define HAVE_RAW_DECL_MBRTOWC 1 | |
| 387 | ||
| 388 | /* Define to 1 if mbsinit is declared even after undefining macros. */ | |
| 389 | #define HAVE_RAW_DECL_MBSINIT 1 | |
| 390 | ||
| 391 | /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */ | |
| 392 | /* #undef HAVE_RAW_DECL_MBSNRTOWCS */ | |
| 393 | ||
| 394 | /* Define to 1 if mbsrtowcs is declared even after undefining macros. */ | |
| 395 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | |
| 396 | ||
| 397 | /* Define to 1 if memmem is declared even after undefining macros. */ | |
| 398 | #define HAVE_RAW_DECL_MEMMEM 1 | |
| 399 | ||
| 400 | /* Define to 1 if mempcpy is declared even after undefining macros. */ | |
| 401 | /* #undef HAVE_RAW_DECL_MEMPCPY */ | |
| 402 | ||
| 403 | /* Define to 1 if memrchr is declared even after undefining macros. */ | |
| 404 | #define HAVE_RAW_DECL_MEMRCHR 1 | |
| 405 | ||
| 406 | /* Define to 1 if rawmemchr is declared even after undefining macros. */ | |
| 407 | /* #undef HAVE_RAW_DECL_RAWMEMCHR */ | |
| 408 | ||
| 409 | /* Define to 1 if stpcpy is declared even after undefining macros. */ | |
| 410 | #define HAVE_RAW_DECL_STPCPY 1 | |
| 411 | ||
| 412 | /* Define to 1 if stpncpy is declared even after undefining macros. */ | |
| 413 | /* #undef HAVE_RAW_DECL_STPNCPY */ | |
| 414 | ||
| 415 | /* Define to 1 if strcasestr is declared even after undefining macros. */ | |
| 416 | #define HAVE_RAW_DECL_STRCASESTR 1 | |
| 417 | ||
| 418 | /* Define to 1 if strchrnul is declared even after undefining macros. */ | |
| 419 | /* #undef HAVE_RAW_DECL_STRCHRNUL */ | |
| 420 | ||
| 421 | /* Define to 1 if strdup is declared even after undefining macros. */ | |
| 422 | #define HAVE_RAW_DECL_STRDUP 1 | |
| 423 | ||
| 424 | /* Define to 1 if strncat is declared even after undefining macros. */ | |
| 425 | #define HAVE_RAW_DECL_STRNCAT 1 | |
| 426 | ||
| 427 | /* Define to 1 if strndup is declared even after undefining macros. */ | |
| 428 | #define HAVE_RAW_DECL_STRNDUP 1 | |
| 429 | ||
| 430 | /* Define to 1 if strnlen is declared even after undefining macros. */ | |
| 431 | #define HAVE_RAW_DECL_STRNLEN 1 | |
| 432 | ||
| 433 | /* Define to 1 if strpbrk is declared even after undefining macros. */ | |
| 434 | #define HAVE_RAW_DECL_STRPBRK 1 | |
| 435 | ||
| 436 | /* Define to 1 if strsep is declared even after undefining macros. */ | |
| 437 | #define HAVE_RAW_DECL_STRSEP 1 | |
| 438 | ||
| 439 | /* Define to 1 if strsignal is declared even after undefining macros. */ | |
| 440 | #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| 441 | ||
| 442 | /* Define to 1 if strtok_r is declared even after undefining macros. */ | |
| 443 | #define HAVE_RAW_DECL_STRTOK_R 1 | |
| 444 | ||
| 445 | /* Define to 1 if strverscmp is declared even after undefining macros. */ | |
| 446 | /* #undef HAVE_RAW_DECL_STRVERSCMP */ | |
| 447 | ||
| 448 | /* Define to 1 if wcrtomb is declared even after undefining macros. */ | |
| 449 | #define HAVE_RAW_DECL_WCRTOMB 1 | |
| 450 | ||
| 451 | /* Define to 1 if wcsnrtombs is declared even after undefining macros. */ | |
| 452 | /* #undef HAVE_RAW_DECL_WCSNRTOMBS */ | |
| 453 | ||
| 454 | /* Define to 1 if wcsrtombs is declared even after undefining macros. */ | |
| 455 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | |
| 456 | ||
| 457 | /* Define to 1 if wctob is declared even after undefining macros. */ | |
| 458 | #define HAVE_RAW_DECL_WCTOB 1 | |
| 459 | ||
| 460 | /* Define to 1 if wcwidth is declared even after undefining macros. */ | |
| 461 | #define HAVE_RAW_DECL_WCWIDTH 1 | |
| 462 | ||
| 0c3d4888 SS |
463 | /* Define to 1 if you have the `realpath' function. */ |
| 464 | #define HAVE_REALPATH 1 | |
| b6fca148 | 465 | |
| a938cc15 JM |
466 | /* Define to 1 if you have the `resize_term' function. */ |
| 467 | #define HAVE_RESIZE_TERM 1 | |
| 468 | ||
| 0c3d4888 SS |
469 | /* Define to 1 if you have the `sbrk' function. */ |
| 470 | #define HAVE_SBRK 1 | |
| b6fca148 | 471 | |
| f17ea84b SS |
472 | /* Define to 1 if you have the `setlocale' function. */ |
| 473 | #define HAVE_SETLOCALE 1 | |
| 474 | ||
| 0c3d4888 SS |
475 | /* Define to 1 if you have the `setpgid' function. */ |
| 476 | #define HAVE_SETPGID 1 | |
| b6fca148 | 477 | |
| 0c3d4888 SS |
478 | /* Define to 1 if you have the `setpgrp' function. */ |
| 479 | #define HAVE_SETPGRP 1 | |
| b6fca148 | 480 | |
| a938cc15 JM |
481 | /* Define to 1 if you have the `setrlimit' function. */ |
| 482 | #define HAVE_SETRLIMIT 1 | |
| 483 | ||
| f17ea84b SS |
484 | /* Define to 1 if you have the `setsid' function. */ |
| 485 | #define HAVE_SETSID 1 | |
| 486 | ||
| 0c3d4888 SS |
487 | /* Define to 1 if you have the <sgtty.h> header file. */ |
| 488 | #define HAVE_SGTTY_H 1 | |
| b6fca148 | 489 | |
| 0c3d4888 SS |
490 | /* Define to 1 if you have the `sigaction' function. */ |
| 491 | #define HAVE_SIGACTION 1 | |
| b6fca148 | 492 | |
| 0c3d4888 SS |
493 | /* Define to 1 if you have the <signal.h> header file. */ |
| 494 | #define HAVE_SIGNAL_H 1 | |
| b6fca148 | 495 | |
| f17ea84b SS |
496 | /* Define to 1 if 'sig_atomic_t' is a signed integer type. */ |
| 497 | /* #undef HAVE_SIGNED_SIG_ATOMIC_T */ | |
| 498 | ||
| 499 | /* Define to 1 if 'wchar_t' is a signed integer type. */ | |
| 500 | /* #undef HAVE_SIGNED_WCHAR_T */ | |
| 501 | ||
| 502 | /* Define to 1 if 'wint_t' is a signed integer type. */ | |
| 503 | /* #undef HAVE_SIGNED_WINT_T */ | |
| 504 | ||
| 0c3d4888 SS |
505 | /* Define to 1 if you have the `sigprocmask' function. */ |
| 506 | #define HAVE_SIGPROCMASK 1 | |
| b6fca148 | 507 | |
| 0c3d4888 SS |
508 | /* Define if sigsetjmp is available. */ |
| 509 | #define HAVE_SIGSETJMP 1 | |
| b6fca148 | 510 | |
| 0c3d4888 SS |
511 | /* Define to 1 if you have the `sigsetmask' function. */ |
| 512 | #define HAVE_SIGSETMASK 1 | |
| b6fca148 | 513 | |
| 0c3d4888 SS |
514 | /* Define to 1 if you have the `socketpair' function. */ |
| 515 | #define HAVE_SOCKETPAIR 1 | |
| b6fca148 | 516 | |
| 0c3d4888 SS |
517 | /* Define to 1 if the system has the type `socklen_t'. */ |
| 518 | #define HAVE_SOCKLEN_T 1 | |
| b6fca148 | 519 | |
| 0c3d4888 SS |
520 | /* Define to 1 if you have the <stddef.h> header file. */ |
| 521 | #define HAVE_STDDEF_H 1 | |
| b6fca148 | 522 | |
| 0c3d4888 SS |
523 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 524 | #define HAVE_STDINT_H 1 | |
| b6fca148 | 525 | |
| 0c3d4888 SS |
526 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 527 | #define HAVE_STDLIB_H 1 | |
| b6fca148 | 528 | |
| 0c3d4888 SS |
529 | /* Define to 1 if you have the <strings.h> header file. */ |
| 530 | #define HAVE_STRINGS_H 1 | |
| b6fca148 | 531 | |
| 0c3d4888 SS |
532 | /* Define to 1 if you have the <string.h> header file. */ |
| 533 | #define HAVE_STRING_H 1 | |
| b6fca148 | 534 | |
| 0c3d4888 SS |
535 | /* Define if <sys/link.h> has struct link_map32 */ |
| 536 | /* #undef HAVE_STRUCT_LINK_MAP32 */ | |
| b6fca148 | 537 | |
| 0c3d4888 SS |
538 | /* Define if <link.h> exists and defines struct link_map which has members |
| 539 | with an ``lm_'' prefix. (For SunOS.) */ | |
| 540 | /* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */ | |
| b6fca148 | 541 | |
| 0c3d4888 SS |
542 | /* Define if <link.h> exists and defines struct link_map which has members |
| 543 | with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */ | |
| 544 | #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1 | |
| b6fca148 | 545 | |
| 0c3d4888 SS |
546 | /* Define to 1 if your system has struct lwp. */ |
| 547 | /* #undef HAVE_STRUCT_LWP */ | |
| b6fca148 | 548 | |
| 0c3d4888 SS |
549 | /* Define to 1 if your system has struct reg in <machine/reg.h>. */ |
| 550 | #define HAVE_STRUCT_REG 1 | |
| b6fca148 | 551 | |
| f17ea84b | 552 | /* Define to 1 if `struct reg' is a member of `r_fs'. */ |
| 0c3d3a6f | 553 | /* #undef HAVE_STRUCT_REG_R_FS */ |
| 0c3d4888 | 554 | |
| f17ea84b | 555 | /* Define to 1 if `struct reg' is a member of `r_gs'. */ |
| 0c3d3a6f | 556 | /* #undef HAVE_STRUCT_REG_R_GS */ |
| 0c3d4888 SS |
557 | |
| 558 | /* Define if <link.h> exists and defines a struct so_map which has members | |
| 559 | with an ``som_'' prefix. (Found on older *BSD systems.) */ | |
| 560 | /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */ | |
| 561 | ||
| f17ea84b | 562 | /* Define to 1 if `struct stat' is a member of `st_blksize'. */ |
| 0c3d4888 | 563 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 |
| b6fca148 | 564 | |
| f17ea84b | 565 | /* Define to 1 if `struct stat' is a member of `st_blocks'. */ |
| 0c3d4888 SS |
566 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 |
| 567 | ||
| f17ea84b | 568 | /* Define to 1 if `struct thread' is a member of `td_pcb'. */ |
| 0c3d4888 SS |
569 | /* #undef HAVE_STRUCT_THREAD_TD_PCB */ |
| 570 | ||
| 571 | /* Define to 1 if you have the `syscall' function. */ | |
| 572 | #define HAVE_SYSCALL 1 | |
| 573 | ||
| f17ea84b SS |
574 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ |
| 575 | /* #undef HAVE_SYS_BITYPES_H */ | |
| 576 | ||
| 0c3d4888 | 577 | /* Define to 1 if you have the <sys/debugreg.h> header file. */ |
| b6fca148 JS |
578 | /* #undef HAVE_SYS_DEBUGREG_H */ |
| 579 | ||
| 0c3d4888 SS |
580 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 581 | */ | |
| b6fca148 JS |
582 | /* #undef HAVE_SYS_DIR_H */ |
| 583 | ||
| 0c3d4888 | 584 | /* Define to 1 if you have the <sys/fault.h> header file. */ |
| b6fca148 JS |
585 | /* #undef HAVE_SYS_FAULT_H */ |
| 586 | ||
| 0c3d4888 | 587 | /* Define to 1 if you have the <sys/file.h> header file. */ |
| b6fca148 JS |
588 | #define HAVE_SYS_FILE_H 1 |
| 589 | ||
| 0c3d4888 | 590 | /* Define to 1 if you have the <sys/filio.h> header file. */ |
| b6fca148 JS |
591 | #define HAVE_SYS_FILIO_H 1 |
| 592 | ||
| f17ea84b SS |
593 | /* Define to 1 if you have the <sys/inttypes.h> header file. */ |
| 594 | /* #undef HAVE_SYS_INTTYPES_H */ | |
| 595 | ||
| 0c3d4888 | 596 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
| b6fca148 JS |
597 | #define HAVE_SYS_IOCTL_H 1 |
| 598 | ||
| a938cc15 JM |
599 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
| 600 | #define HAVE_SYS_MMAN_H 1 | |
| 601 | ||
| 0c3d4888 SS |
602 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 603 | */ | |
| b6fca148 JS |
604 | /* #undef HAVE_SYS_NDIR_H */ |
| 605 | ||
| 0c3d4888 | 606 | /* Define to 1 if you have the <sys/param.h> header file. */ |
| b6fca148 JS |
607 | #define HAVE_SYS_PARAM_H 1 |
| 608 | ||
| 0c3d4888 | 609 | /* Define to 1 if you have the <sys/poll.h> header file. */ |
| b6fca148 JS |
610 | #define HAVE_SYS_POLL_H 1 |
| 611 | ||
| 0c3d4888 | 612 | /* Define to 1 if you have the <sys/procfs.h> header file. */ |
| b6fca148 JS |
613 | #define HAVE_SYS_PROCFS_H 1 |
| 614 | ||
| 0c3d4888 SS |
615 | /* Define to 1 if you have the <sys/proc.h> header file. */ |
| 616 | /* #undef HAVE_SYS_PROC_H */ | |
| 617 | ||
| 618 | /* Define to 1 if you have the <sys/ptrace.h> header file. */ | |
| b6fca148 JS |
619 | #define HAVE_SYS_PTRACE_H 1 |
| 620 | ||
| 0c3d4888 SS |
621 | /* Define to 1 if you have the <sys/reg.h> header file. */ |
| 622 | #define HAVE_SYS_REG_H 1 | |
| b6fca148 | 623 | |
| 0c3d4888 SS |
624 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
| 625 | #define HAVE_SYS_RESOURCE_H 1 | |
| 626 | ||
| 627 | /* Define to 1 if you have the <sys/select.h> header file. */ | |
| b6fca148 JS |
628 | #define HAVE_SYS_SELECT_H 1 |
| 629 | ||
| 0c3d4888 SS |
630 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 631 | #define HAVE_SYS_STAT_H 1 | |
| 632 | ||
| 633 | /* Define to 1 if you have the <sys/syscall.h> header file. */ | |
| b6fca148 JS |
634 | #define HAVE_SYS_SYSCALL_H 1 |
| 635 | ||
| 0c3d4888 SS |
636 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 637 | #define HAVE_SYS_TYPES_H 1 | |
| 638 | ||
| 639 | /* Define to 1 if you have the <sys/user.h> header file. */ | |
| b6fca148 JS |
640 | #define HAVE_SYS_USER_H 1 |
| 641 | ||
| 0c3d4888 | 642 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
| b6fca148 JS |
643 | #define HAVE_SYS_WAIT_H 1 |
| 644 | ||
| 0c3d4888 SS |
645 | /* Define to 1 if you have the <termios.h> header file. */ |
| 646 | #define HAVE_TERMIOS_H 1 | |
| b6fca148 | 647 | |
| 0c3d4888 | 648 | /* Define to 1 if you have the <termio.h> header file. */ |
| b6fca148 JS |
649 | /* #undef HAVE_TERMIO_H */ |
| 650 | ||
| 0c3d4888 SS |
651 | /* Define to 1 if you have the <term.h> header file. */ |
| 652 | #define HAVE_TERM_H 1 | |
| b6fca148 | 653 | |
| 0c3d4888 | 654 | /* Define to 1 if you have the <thread_db.h> header file. */ |
| b6fca148 JS |
655 | /* #undef HAVE_THREAD_DB_H */ |
| 656 | ||
| 0c3d4888 SS |
657 | /* Define if using Solaris thread debugging. */ |
| 658 | /* #undef HAVE_THREAD_DB_LIB */ | |
| 659 | ||
| 660 | /* Define to 1 if you have the <time.h> header file. */ | |
| b6fca148 JS |
661 | #define HAVE_TIME_H 1 |
| 662 | ||
| 0c3d4888 SS |
663 | /* Define if you support the tkill syscall. */ |
| 664 | /* #undef HAVE_TKILL_SYSCALL */ | |
| 665 | ||
| 666 | /* Define to 1 if you have the `ttrace' function. */ | |
| 667 | /* #undef HAVE_TTRACE */ | |
| 668 | ||
| 0c3d4888 | 669 | /* Define to 1 if you have the <unistd.h> header file. */ |
| b6fca148 JS |
670 | #define HAVE_UNISTD_H 1 |
| 671 | ||
| f17ea84b SS |
672 | /* Define to 1 if the system has the type `unsigned long long int'. */ |
| 673 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| 674 | ||
| 0c3d4888 SS |
675 | /* Define to 1 if you have the `vfork' function. */ |
| 676 | #define HAVE_VFORK 1 | |
| 677 | ||
| 678 | /* Define to 1 if you have the <vfork.h> header file. */ | |
| 679 | /* #undef HAVE_VFORK_H */ | |
| b6fca148 | 680 | |
| a938cc15 JM |
681 | /* Define to 1 if you have the `waitpid' function. */ |
| 682 | #define HAVE_WAITPID 1 | |
| 683 | ||
| 0c3d4888 | 684 | /* Define to 1 if you have the <wait.h> header file. */ |
| b6fca148 JS |
685 | /* #undef HAVE_WAIT_H */ |
| 686 | ||
| 0c3d4888 SS |
687 | /* Define to 1 if you have the `wborder' function. */ |
| 688 | #define HAVE_WBORDER 1 | |
| b6fca148 | 689 | |
| f17ea84b SS |
690 | /* Define to 1 if you have the <wchar.h> header file. */ |
| 691 | #define HAVE_WCHAR_H 1 | |
| 692 | ||
| a938cc15 JM |
693 | /* Define if you have the 'wchar_t' type. */ |
| 694 | #define HAVE_WCHAR_T 1 | |
| 695 | ||
| 696 | /* Define if you have the 'wint_t' type. */ | |
| 697 | #define HAVE_WINT_T 1 | |
| 698 | ||
| 0c3d4888 SS |
699 | /* Define to 1 if `fork' works. */ |
| 700 | #define HAVE_WORKING_FORK 1 | |
| b6fca148 | 701 | |
| 0c3d4888 SS |
702 | /* Define to 1 if `vfork' works. */ |
| 703 | #define HAVE_WORKING_VFORK 1 | |
| b6fca148 | 704 | |
| a938cc15 JM |
705 | /* Define to 1 if you have the `wresize' function. */ |
| 706 | #define HAVE_WRESIZE 1 | |
| 707 | ||
| 0c3d4888 SS |
708 | /* Define to 1 if you have the `XML_StopParser' function. */ |
| 709 | /* #undef HAVE_XML_STOPPARSER */ | |
| b6fca148 | 710 | |
| f17ea84b SS |
711 | /* Define to 1 if you have the <zlib.h> header file. */ |
| 712 | #define HAVE_ZLIB_H 1 | |
| 713 | ||
| 0c3d4888 SS |
714 | /* Define to 1 if your system has the _etext variable. */ |
| 715 | #define HAVE__ETEXT 1 | |
| b6fca148 | 716 | |
| 0c3d4888 SS |
717 | /* Define to 1 if you have the `_mcleanup' function. */ |
| 718 | #define HAVE__MCLEANUP 1 | |
| b6fca148 | 719 | |
| 0c3d4888 SS |
720 | /* Define as const if the declaration of iconv() needs const. */ |
| 721 | #define ICONV_CONST | |
| b6fca148 | 722 | |
| a938cc15 JM |
723 | /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */ |
| 724 | #define MAP_ANONYMOUS MAP_ANON | |
| 725 | ||
| 0c3d4888 SS |
726 | /* Define if you want to use new multi-fd /proc interface (replaces |
| 727 | HAVE_MULTIPLE_PROC_FDS as well as other macros). */ | |
| 728 | /* #undef NEW_PROC_API */ | |
| b6fca148 | 729 | |
| 0c3d4888 SS |
730 | /* Name of this package. */ |
| 731 | #define PACKAGE "gdb" | |
| b6fca148 | 732 | |
| 0c3d4888 SS |
733 | /* Define to the address where bug reports for this package should be sent. */ |
| 734 | #define PACKAGE_BUGREPORT "" | |
| b6fca148 | 735 | |
| 0c3d4888 SS |
736 | /* Define to the full name of this package. */ |
| 737 | #define PACKAGE_NAME "" | |
| b6fca148 | 738 | |
| 0c3d4888 SS |
739 | /* Define to the full name and version of this package. */ |
| 740 | #define PACKAGE_STRING "" | |
| b6fca148 | 741 | |
| 0c3d4888 SS |
742 | /* Define to the one symbol short name of this package. */ |
| 743 | #define PACKAGE_TARNAME "" | |
| b6fca148 | 744 | |
| f17ea84b SS |
745 | /* Define to the home page for this package. */ |
| 746 | #define PACKAGE_URL "" | |
| 747 | ||
| 0c3d4888 SS |
748 | /* Define to the version of this package. */ |
| 749 | #define PACKAGE_VERSION "" | |
| b6fca148 | 750 | |
| f17ea84b SS |
751 | /* Additional package description */ |
| 752 | #define PKGVERSION "(GDB) " | |
| 753 | ||
| 0c3d4888 SS |
754 | /* Define if the prfpregset_t type is broken. */ |
| 755 | /* #undef PRFPREGSET_T_BROKEN */ | |
| b6fca148 | 756 | |
| f17ea84b SS |
757 | /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */ |
| 758 | /* #undef PRINTF_HAS_DECFLOAT */ | |
| 759 | ||
| 0c3d4888 SS |
760 | /* Define to 1 if the "%Lg" format works to print long doubles. */ |
| 761 | #define PRINTF_HAS_LONG_DOUBLE 1 | |
| b6fca148 | 762 | |
| 0c3d4888 SS |
763 | /* Define to 1 if the "%ll" format works to print long longs. */ |
| 764 | #define PRINTF_HAS_LONG_LONG 1 | |
| b6fca148 | 765 | |
| 0c3d4888 SS |
766 | /* Define if <proc_service.h> on solaris uses int instead of size_t, and |
| 767 | assorted other type changes. */ | |
| 768 | /* #undef PROC_SERVICE_IS_OLD */ | |
| b6fca148 | 769 | |
| 0c3d4888 SS |
770 | /* Define to the type of arg 3 for ptrace. */ |
| 771 | #define PTRACE_TYPE_ARG3 caddr_t | |
| b6fca148 | 772 | |
| 0c3d4888 SS |
773 | /* Define to the type of arg 5 for ptrace. */ |
| 774 | /* #undef PTRACE_TYPE_ARG5 */ | |
| b6fca148 | 775 | |
| 0c3d4888 SS |
776 | /* Define as the return type of ptrace. */ |
| 777 | #define PTRACE_TYPE_RET int | |
| b6fca148 | 778 | |
| f17ea84b SS |
779 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
| 780 | 'ptrdiff_t'. */ | |
| 781 | /* #undef PTRDIFF_T_SUFFIX */ | |
| 782 | ||
| a938cc15 JM |
783 | /* Define if the python directory should be relocated when GDB is moved. */ |
| 784 | /* #undef PYTHON_PATH_RELOCATABLE */ | |
| 785 | ||
| f17ea84b SS |
786 | /* Relocated directory for source files. */ |
| 787 | /* #undef RELOC_SRCDIR */ | |
| 788 | ||
| 789 | /* Bug reporting address */ | |
| 790 | #define REPORT_BUGS_TO "<http://bugs.dragonflybsd.org/>" | |
| 791 | ||
| 0c3d4888 SS |
792 | /* Define as the return type of signal handlers (`int' or `void'). */ |
| 793 | #define RETSIGTYPE void | |
| b6fca148 | 794 | |
| 0c3d4888 SS |
795 | /* Define to 1 if the "%Lg" format works to scan long doubles. */ |
| 796 | #define SCANF_HAS_LONG_DOUBLE 1 | |
| b6fca148 | 797 | |
| 0c3d4888 SS |
798 | /* Define to 1 if the `setpgrp' function takes no argument. */ |
| 799 | /* #undef SETPGRP_VOID */ | |
| b6fca148 | 800 | |
| f17ea84b SS |
801 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
| 802 | 'sig_atomic_t'. */ | |
| 803 | /* #undef SIG_ATOMIC_T_SUFFIX */ | |
| b6fca148 | 804 | |
| f17ea84b | 805 | /* The size of `long', as computed by sizeof. */ |
| 0c3d4888 | 806 | /* #undef SIZEOF_LONG */ |
| b6fca148 | 807 | |
| f17ea84b SS |
808 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
| 809 | 'size_t'. */ | |
| 810 | /* #undef SIZE_T_SUFFIX */ | |
| b6fca148 | 811 | |
| 0c3d4888 SS |
812 | /* If using the C implementation of alloca, define if you know the |
| 813 | direction of stack growth for your system; otherwise it will be | |
| f17ea84b | 814 | automatically deduced at runtime. |
| 0c3d4888 SS |
815 | STACK_DIRECTION > 0 => grows toward higher addresses |
| 816 | STACK_DIRECTION < 0 => grows toward lower addresses | |
| 817 | STACK_DIRECTION = 0 => direction of growth unknown */ | |
| 818 | /* #undef STACK_DIRECTION */ | |
| b6fca148 | 819 | |
| 0c3d4888 SS |
820 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ |
| 821 | /* #undef STAT_MACROS_BROKEN */ | |
| b6fca148 | 822 | |
| 0c3d4888 SS |
823 | /* Define to 1 if you have the ANSI C header files. */ |
| 824 | #define STDC_HEADERS 1 | |
| b6fca148 | 825 | |
| f17ea84b SS |
826 | /* automatically load a system-wide gdbinit file */ |
| 827 | #define SYSTEM_GDBINIT "" | |
| 828 | ||
| 829 | /* Define if the system-gdbinit directory should be relocated when GDB is | |
| 830 | moved. */ | |
| 831 | #define SYSTEM_GDBINIT_RELOCATABLE 0 | |
| 832 | ||
| 0c3d4888 SS |
833 | /* Define if <thread_db.h> has the TD_NOTALLOC error code. */ |
| 834 | /* #undef THREAD_DB_HAS_TD_NOTALLOC */ | |
| b6fca148 | 835 | |
| 0c3d4888 SS |
836 | /* Define if <thread_db.h> has the TD_NOTLS error code. */ |
| 837 | /* #undef THREAD_DB_HAS_TD_NOTLS */ | |
| b6fca148 | 838 | |
| 0c3d4888 SS |
839 | /* Define if <thread_db.h> has the TD_VERSION error code. */ |
| 840 | /* #undef THREAD_DB_HAS_TD_VERSION */ | |
| b6fca148 | 841 | |
| 0c3d4888 SS |
842 | /* Define to 1 if the regex included in libiberty should be used. */ |
| 843 | #define USE_INCLUDED_REGEX 1 | |
| b6fca148 | 844 | |
| 0c3d4888 SS |
845 | /* Define if we should use the Windows API, instead of the POSIX API. On |
| 846 | Windows, we use the Windows API when building for MinGW, but the POSIX API | |
| 847 | when building for Cygwin. */ | |
| 848 | /* #undef USE_WIN32API */ | |
| b6fca148 | 849 | |
| f17ea84b SS |
850 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
| 851 | 'wchar_t'. */ | |
| 852 | /* #undef WCHAR_T_SUFFIX */ | |
| b6fca148 | 853 | |
| f17ea84b SS |
854 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
| 855 | 'wint_t'. */ | |
| 856 | /* #undef WINT_T_SUFFIX */ | |
| b6fca148 | 857 | |
| a938cc15 JM |
858 | /* Define if --with-python provides a path, either directly or via |
| 859 | python-config.py --exec-prefix. */ | |
| 860 | /* #undef WITH_PYTHON_PATH */ | |
| 861 | ||
| f17ea84b SS |
862 | /* Define if the simulator is being linked in. */ |
| 863 | /* #undef WITH_SIM */ | |
| 864 | ||
| 865 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | |
| 866 | significant byte first (like Motorola and SPARC, unlike Intel). */ | |
| 867 | #if defined AC_APPLE_UNIVERSAL_BUILD | |
| 868 | # if defined __BIG_ENDIAN__ | |
| 869 | # define WORDS_BIGENDIAN 1 | |
| 870 | # endif | |
| 871 | #else | |
| 872 | # ifndef WORDS_BIGENDIAN | |
| 873 | /* # undef WORDS_BIGENDIAN */ | |
| 874 | # endif | |
| 0c3d4888 | 875 | #endif |
| b6fca148 | 876 | |
| a938cc15 JM |
877 | /* Number of bits in a file offset, on hosts where this is settable. */ |
| 878 | /* #undef _FILE_OFFSET_BITS */ | |
| 879 | ||
| 0c3d4888 SS |
880 | /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a |
| 881 | <sys/proc.h> problem on IRIX 5. */ | |
| 882 | /* #undef _KMEMUSER */ | |
| b6fca148 | 883 | |
| a938cc15 JM |
884 | /* Define for large files, on AIX-style hosts. */ |
| 885 | /* #undef _LARGE_FILES */ | |
| 886 | ||
| f17ea84b SS |
887 | /* Define to 1 if on MINIX. */ |
| 888 | /* #undef _MINIX */ | |
| 889 | ||
| 0c3d4888 SS |
890 | /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris |
| 891 | 2.[789] when using GCC. */ | |
| 892 | /* #undef _MSE_INT_H */ | |
| b6fca148 | 893 | |
| f17ea84b SS |
894 | /* Define to 2 if the system does not provide POSIX.1 features except with |
| 895 | this defined. */ | |
| 896 | /* #undef _POSIX_1_SOURCE */ | |
| 897 | ||
| 898 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | |
| 899 | /* #undef _POSIX_SOURCE */ | |
| 900 | ||
| 0c3d4888 SS |
901 | /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */ |
| 902 | /* #undef _SYSCALL32 */ | |
| b6fca148 | 903 | |
| a938cc15 JM |
904 | /* Define to 500 only on HP-UX. */ |
| 905 | /* #undef _XOPEN_SOURCE */ | |
| 906 | ||
| f17ea84b SS |
907 | /* Enable extensions on AIX 3, Interix. */ |
| 908 | #ifndef _ALL_SOURCE | |
| 909 | # define _ALL_SOURCE 1 | |
| 910 | #endif | |
| 911 | /* Enable GNU extensions on systems that have them. */ | |
| 912 | #ifndef _GNU_SOURCE | |
| 913 | # define _GNU_SOURCE 1 | |
| 914 | #endif | |
| 915 | /* Enable threading extensions on Solaris. */ | |
| 916 | #ifndef _POSIX_PTHREAD_SEMANTICS | |
| 917 | # define _POSIX_PTHREAD_SEMANTICS 1 | |
| 918 | #endif | |
| 919 | /* Enable extensions on HP NonStop. */ | |
| 920 | #ifndef _TANDEM_SOURCE | |
| 921 | # define _TANDEM_SOURCE 1 | |
| 922 | #endif | |
| 923 | /* Enable general extensions on Solaris. */ | |
| 924 | #ifndef __EXTENSIONS__ | |
| 925 | # define __EXTENSIONS__ 1 | |
| 926 | #endif | |
| 927 | ||
| 928 | ||
| 0c3d4888 SS |
929 | /* Define to empty if `const' does not conform to ANSI C. */ |
| 930 | /* #undef const */ | |
| b6fca148 | 931 | |
| 0c3d4888 SS |
932 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 933 | calls it, or to nothing if 'inline' is not supported under any name. */ | |
| 934 | #ifndef __cplusplus | |
| 935 | /* #undef inline */ | |
| 936 | #endif | |
| b6fca148 | 937 | |
| a938cc15 JM |
938 | /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports |
| 939 | the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of | |
| 940 | earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. | |
| 941 | __APPLE__ && __MACH__ test for MacOS X. | |
| 942 | __APPLE_CC__ tests for the Apple compiler and its version. | |
| 943 | __STDC_VERSION__ tests for the C99 mode. */ | |
| 944 | #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ | |
| 945 | # define __GNUC_STDC_INLINE__ 1 | |
| 946 | #endif | |
| f17ea84b | 947 | |
| 0c3d4888 SS |
948 | /* Define to `int' if <sys/types.h> does not define. */ |
| 949 | /* #undef pid_t */ | |
| b6fca148 | 950 | |
| a938cc15 JM |
951 | /* readline-6.0 started to use different name. */ |
| 952 | /* #undef readline_echoing_p */ | |
| 953 | ||
| f17ea84b SS |
954 | /* Define to the equivalent of the C99 'restrict' keyword, or to |
| 955 | nothing if this is not supported. Do not define if restrict is | |
| 956 | supported directly. */ | |
| 957 | #define restrict __restrict | |
| a938cc15 JM |
958 | /* Work around a bug in Sun C++: it does not support _Restrict or |
| 959 | __restrict__, even though the corresponding Sun C compiler ends up with | |
| 960 | "#define restrict _Restrict" or "#define restrict __restrict__" in the | |
| 961 | previous line. Perhaps some future version of Sun C++ will work with | |
| 962 | restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ | |
| f17ea84b SS |
963 | #if defined __SUNPRO_CC && !defined __RESTRICT |
| 964 | # define _Restrict | |
| a938cc15 | 965 | # define __restrict__ |
| f17ea84b SS |
966 | #endif |
| 967 | ||
| a938cc15 JM |
968 | /* Define as a marker that can be attached to declarations that might not |
| 969 | be used. This helps to reduce warnings, such as from | |
| 970 | GCC -Wunused-parameter. */ | |
| 971 | #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) | |
| 972 | # define _GL_UNUSED __attribute__ ((__unused__)) | |
| 973 | #else | |
| 974 | # define _GL_UNUSED | |
| 975 | #endif | |
| 976 | /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name | |
| 977 | is a misnomer outside of parameter lists. */ | |
| 978 | #define _UNUSED_PARAMETER_ _GL_UNUSED | |
| 979 | ||
| 980 | ||
| 0c3d4888 SS |
981 | /* Define as `fork' if `vfork' does not work. */ |
| 982 | /* #undef vfork */ |