xref: /netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/ia64/config.h (revision 6881a4007f077b54e5f51159c52b9b25f57deb0d)
1*6881a400Schristos /* This file is automatically generated.  DO NOT EDIT! */
2*6881a400Schristos /* Generated from: NetBSD: mknative-gdb,v 1.16 2023/07/31 17:09:59 christos Exp  */
3*6881a400Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4*6881a400Schristos 
5*6881a400Schristos /* config.h.  Generated from config.in by configure.  */
6*6881a400Schristos /* config.in.  Generated from configure.ac by autoheader.  */
7*6881a400Schristos 
8*6881a400Schristos /* Define if building universal (internal helper macro) */
9*6881a400Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
10*6881a400Schristos 
11*6881a400Schristos /* Directories from which to load auto-loaded scripts. */
12*6881a400Schristos #define AUTO_LOAD_DIR "$debugdir:$datadir/auto-load"
13*6881a400Schristos 
14*6881a400Schristos /* Directories safe to hold auto-loaded files. */
15*6881a400Schristos #define AUTO_LOAD_SAFE_PATH "$debugdir:$datadir/auto-load"
16*6881a400Schristos 
17*6881a400Schristos /* Directory of programs. */
18*6881a400Schristos #define BINDIR "/usr/bin"
19*6881a400Schristos 
20*6881a400Schristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
21*6881a400Schristos    systems. This function is required for `alloca.c' support on those systems.
22*6881a400Schristos    */
23*6881a400Schristos /* #undef CRAY_STACKSEG_END */
24*6881a400Schristos 
25*6881a400Schristos /* Define to 1 if std::thread works. */
26*6881a400Schristos #define CXX_STD_THREAD 1
27*6881a400Schristos 
28*6881a400Schristos /* Define to 1 if using `alloca.c'. */
29*6881a400Schristos /* #undef C_ALLOCA */
30*6881a400Schristos 
31*6881a400Schristos /* look for global separate debug info in this path [LIBDIR/debug] */
32*6881a400Schristos #define DEBUGDIR "/usr/libdata/debug"
33*6881a400Schristos 
34*6881a400Schristos /* Define if the separate-debug-dir directory should be relocated when GDB is
35*6881a400Schristos    moved. */
36*6881a400Schristos #define DEBUGDIR_RELOCATABLE 1
37*6881a400Schristos 
38*6881a400Schristos /* Define to BFD's default architecture. */
39*6881a400Schristos #define DEFAULT_BFD_ARCH bfd_ia64_arch
40*6881a400Schristos 
41*6881a400Schristos /* Define to BFD's default target vector. */
42*6881a400Schristos #define DEFAULT_BFD_VEC ia64_elf64_le_vec
43*6881a400Schristos 
44*6881a400Schristos /* Handle .ctf type-info sections */
45*6881a400Schristos #define ENABLE_LIBCTF 1
46*6881a400Schristos 
47*6881a400Schristos /* Define to 1 if translation of program messages to the user's native
48*6881a400Schristos    language is requested. */
49*6881a400Schristos #define ENABLE_NLS 1
50*6881a400Schristos 
51*6881a400Schristos /* The .gdbearlyinit filename. */
52*6881a400Schristos #define GDBEARLYINIT ".gdbearlyinit"
53*6881a400Schristos 
54*6881a400Schristos /* The .gdbinit filename. */
55*6881a400Schristos #define GDBINIT ".gdbinit"
56*6881a400Schristos 
57*6881a400Schristos /* look for global separate data files in this path [DATADIR/gdb] */
58*6881a400Schristos #define GDB_DATADIR "/usr/share/gdb"
59*6881a400Schristos 
60*6881a400Schristos /* Define if the gdb-datadir directory should be relocated when GDB is moved.
61*6881a400Schristos    */
62*6881a400Schristos #define GDB_DATADIR_RELOCATABLE 1
63*6881a400Schristos 
64*6881a400Schristos /* Define to be a string naming the default host character set. */
65*6881a400Schristos #define GDB_DEFAULT_HOST_CHARSET "UTF-8"
66*6881a400Schristos 
67*6881a400Schristos /* Host double floatformat */
68*6881a400Schristos #define GDB_HOST_DOUBLE_FORMAT 0
69*6881a400Schristos 
70*6881a400Schristos /* Host float floatformat */
71*6881a400Schristos #define GDB_HOST_FLOAT_FORMAT 0
72*6881a400Schristos 
73*6881a400Schristos /* Host long double floatformat */
74*6881a400Schristos #define GDB_HOST_LONG_DOUBLE_FORMAT 0
75*6881a400Schristos 
76*6881a400Schristos /* nativefile */
77*6881a400Schristos /* #undef GDB_NM_FILE */
78*6881a400Schristos 
79*6881a400Schristos /* Define to the default OS ABI for this configuration. */
80*6881a400Schristos #define GDB_OSABI_DEFAULT GDB_OSABI_NETBSD
81*6881a400Schristos 
82*6881a400Schristos /* Define if self-testing features should be enabled */
83*6881a400Schristos /* #undef GDB_SELF_TEST */
84*6881a400Schristos 
85*6881a400Schristos /* Define to 1 if you have `alloca', as a function or macro. */
86*6881a400Schristos #define HAVE_ALLOCA 1
87*6881a400Schristos 
88*6881a400Schristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
89*6881a400Schristos    */
90*6881a400Schristos /* #undef HAVE_ALLOCA_H */
91*6881a400Schristos 
92*6881a400Schristos /* Define to 1 if you have the `btowc' function. */
93*6881a400Schristos #define HAVE_BTOWC 1
94*6881a400Schristos 
95*6881a400Schristos /* Define to 1 if you have the <cursesX.h> header file. */
96*6881a400Schristos /* #undef HAVE_CURSESX_H */
97*6881a400Schristos 
98*6881a400Schristos /* Define to 1 if you have the <curses.h> header file. */
99*6881a400Schristos #define HAVE_CURSES_H 1
100*6881a400Schristos 
101*6881a400Schristos /* define if the compiler supports basic C++11 syntax */
102*6881a400Schristos #define HAVE_CXX11 1
103*6881a400Schristos 
104*6881a400Schristos /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
105*6881a400Schristos    you don't. */
106*6881a400Schristos #define HAVE_DECL_ADDR_NO_RANDOMIZE 0
107*6881a400Schristos 
108*6881a400Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
109*6881a400Schristos    don't. */
110*6881a400Schristos #define HAVE_DECL_ASPRINTF 1
111*6881a400Schristos 
112*6881a400Schristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
113*6881a400Schristos    you don't. */
114*6881a400Schristos #define HAVE_DECL_BASENAME 0
115*6881a400Schristos 
116*6881a400Schristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
117*6881a400Schristos #define HAVE_DECL_FFS 1
118*6881a400Schristos 
119*6881a400Schristos /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
120*6881a400Schristos    don't. */
121*6881a400Schristos /* #undef HAVE_DECL_GETTHRDS */
122*6881a400Schristos 
123*6881a400Schristos /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
124*6881a400Schristos    don't. */
125*6881a400Schristos #define HAVE_DECL_SNPRINTF 1
126*6881a400Schristos 
127*6881a400Schristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
128*6881a400Schristos    */
129*6881a400Schristos #define HAVE_DECL_STRSTR 1
130*6881a400Schristos 
131*6881a400Schristos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
132*6881a400Schristos    */
133*6881a400Schristos #define HAVE_DECL_STRTOL 1
134*6881a400Schristos 
135*6881a400Schristos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
136*6881a400Schristos    don't. */
137*6881a400Schristos #define HAVE_DECL_STRTOLL 1
138*6881a400Schristos 
139*6881a400Schristos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
140*6881a400Schristos    don't. */
141*6881a400Schristos #define HAVE_DECL_STRTOUL 1
142*6881a400Schristos 
143*6881a400Schristos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
144*6881a400Schristos    don't. */
145*6881a400Schristos #define HAVE_DECL_STRTOULL 1
146*6881a400Schristos 
147*6881a400Schristos /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
148*6881a400Schristos    don't. */
149*6881a400Schristos #define HAVE_DECL_STRVERSCMP 0
150*6881a400Schristos 
151*6881a400Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
152*6881a400Schristos    don't. */
153*6881a400Schristos #define HAVE_DECL_VASPRINTF 1
154*6881a400Schristos 
155*6881a400Schristos /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
156*6881a400Schristos    don't. */
157*6881a400Schristos #define HAVE_DECL_VSNPRINTF 1
158*6881a400Schristos 
159*6881a400Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
160*6881a400Schristos #define HAVE_DLFCN_H 1
161*6881a400Schristos 
162*6881a400Schristos /* Define if ELF support should be included. */
163*6881a400Schristos #define HAVE_ELF 1
164*6881a400Schristos 
165*6881a400Schristos /* Define if <sys/procfs.h> has elf_fpregset_t. */
166*6881a400Schristos /* #undef HAVE_ELF_FPREGSET_T */
167*6881a400Schristos 
168*6881a400Schristos /* Define to 1 if you have the <elf_hp.h> header file. */
169*6881a400Schristos /* #undef HAVE_ELF_HP_H */
170*6881a400Schristos 
171*6881a400Schristos /* Define to 1 if your system has the etext variable. */
172*6881a400Schristos #define HAVE_ETEXT 1
173*6881a400Schristos 
174*6881a400Schristos /* Define to 1 if execinfo.h backtrace functions are available. */
175*6881a400Schristos /* #undef HAVE_EXECINFO_BACKTRACE */
176*6881a400Schristos 
177*6881a400Schristos /* Define to 1 if you have the <execinfo.h> header file. */
178*6881a400Schristos #define HAVE_EXECINFO_H 1
179*6881a400Schristos 
180*6881a400Schristos /* Define to 1 if you have the `fdwalk' function. */
181*6881a400Schristos /* #undef HAVE_FDWALK */
182*6881a400Schristos 
183*6881a400Schristos /* Define to 1 if you have the `fork' function. */
184*6881a400Schristos #define HAVE_FORK 1
185*6881a400Schristos 
186*6881a400Schristos /* Define if <sys/procfs.h> has fpregset_t. */
187*6881a400Schristos /* #undef HAVE_FPREGSET_T */
188*6881a400Schristos 
189*6881a400Schristos /* Define to 1 if you have the `getauxval' function. */
190*6881a400Schristos /* #undef HAVE_GETAUXVAL */
191*6881a400Schristos 
192*6881a400Schristos /* Define to 1 if you have the `getgid' function. */
193*6881a400Schristos #define HAVE_GETGID 1
194*6881a400Schristos 
195*6881a400Schristos /* Define to 1 if you have the `getpagesize' function. */
196*6881a400Schristos #define HAVE_GETPAGESIZE 1
197*6881a400Schristos 
198*6881a400Schristos /* Define to 1 if you have the `getpgid' function. */
199*6881a400Schristos #define HAVE_GETPGID 1
200*6881a400Schristos 
201*6881a400Schristos /* Define to 1 if you have the `getrlimit' function. */
202*6881a400Schristos #define HAVE_GETRLIMIT 1
203*6881a400Schristos 
204*6881a400Schristos /* Define to 1 if you have the `getrusage' function. */
205*6881a400Schristos #define HAVE_GETRUSAGE 1
206*6881a400Schristos 
207*6881a400Schristos /* Define to 1 if you have the `getuid' function. */
208*6881a400Schristos #define HAVE_GETUID 1
209*6881a400Schristos 
210*6881a400Schristos /* Define if <sys/procfs.h> has gregset_t. */
211*6881a400Schristos /* #undef HAVE_GREGSET_T */
212*6881a400Schristos 
213*6881a400Schristos /* Define if Guile interpreter is being linked in. */
214*6881a400Schristos /* #undef HAVE_GUILE */
215*6881a400Schristos 
216*6881a400Schristos /* Define if Guile supports manual finalization. */
217*6881a400Schristos /* #undef HAVE_GUILE_MANUAL_FINALIZATION */
218*6881a400Schristos 
219*6881a400Schristos /* Define if you have the iconv() function. */
220*6881a400Schristos #define HAVE_ICONV 1
221*6881a400Schristos 
222*6881a400Schristos /* Define to 1 if you have the `iconvlist' function. */
223*6881a400Schristos /* #undef HAVE_ICONVLIST */
224*6881a400Schristos 
225*6881a400Schristos /* Define to 1 if you have the <inttypes.h> header file. */
226*6881a400Schristos #define HAVE_INTTYPES_H 1
227*6881a400Schristos 
228*6881a400Schristos /* Define to 1 if you have the `kinfo_getfile' function. */
229*6881a400Schristos /* #undef HAVE_KINFO_GETFILE */
230*6881a400Schristos 
231*6881a400Schristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
232*6881a400Schristos #define HAVE_LANGINFO_CODESET 1
233*6881a400Schristos 
234*6881a400Schristos /* Define if your <locale.h> file defines LC_MESSAGES. */
235*6881a400Schristos #define HAVE_LC_MESSAGES 1
236*6881a400Schristos 
237*6881a400Schristos /* Define if you have the babeltrace library. */
238*6881a400Schristos /* #undef HAVE_LIBBABELTRACE */
239*6881a400Schristos 
240*6881a400Schristos /* Define if libbacktrace is being used. */
241*6881a400Schristos #define HAVE_LIBBACKTRACE 1
242*6881a400Schristos 
243*6881a400Schristos /* Define to 1 if debuginfod is enabled. */
244*6881a400Schristos /* #undef HAVE_LIBDEBUGINFOD */
245*6881a400Schristos 
246*6881a400Schristos /* Define if you have the expat library. */
247*6881a400Schristos #define HAVE_LIBEXPAT 1
248*6881a400Schristos 
249*6881a400Schristos /* Define if you have the gmp library. */
250*6881a400Schristos #define HAVE_LIBGMP 1
251*6881a400Schristos 
252*6881a400Schristos /* Define to 1 if you have the `libiconvlist' function. */
253*6881a400Schristos /* #undef HAVE_LIBICONVLIST */
254*6881a400Schristos 
255*6881a400Schristos /* Define if you have the ipt library. */
256*6881a400Schristos /* #undef HAVE_LIBIPT */
257*6881a400Schristos 
258*6881a400Schristos /* Define if you have the lzma library. */
259*6881a400Schristos /* #undef HAVE_LIBLZMA */
260*6881a400Schristos 
261*6881a400Schristos /* Define to 1 if you have the `m' library (-lm). */
262*6881a400Schristos #define HAVE_LIBM 1
263*6881a400Schristos 
264*6881a400Schristos /* Define if you have the mpfr library. */
265*6881a400Schristos /* #undef HAVE_LIBMPFR */
266*6881a400Schristos 
267*6881a400Schristos /* Define to 1 if you have the <libunwind-ia64.h> header file. */
268*6881a400Schristos /* #undef HAVE_LIBUNWIND_IA64_H */
269*6881a400Schristos 
270*6881a400Schristos /* Define if you have the xxhash library. */
271*6881a400Schristos /* #undef HAVE_LIBXXHASH */
272*6881a400Schristos 
273*6881a400Schristos /* Define to 1 if you have the <linux/elf.h> header file. */
274*6881a400Schristos /* #undef HAVE_LINUX_ELF_H */
275*6881a400Schristos 
276*6881a400Schristos /* Define to 1 if you have the <linux/perf_event.h> header file. */
277*6881a400Schristos /* #undef HAVE_LINUX_PERF_EVENT_H */
278*6881a400Schristos 
279*6881a400Schristos /* Define to 1 if you have the <locale.h> header file. */
280*6881a400Schristos #define HAVE_LOCALE_H 1
281*6881a400Schristos 
282*6881a400Schristos /* Define to 1 if the compiler supports long double. */
283*6881a400Schristos #define HAVE_LONG_DOUBLE 1
284*6881a400Schristos 
285*6881a400Schristos /* Define to 1 if the system has the type `long long'. */
286*6881a400Schristos #define HAVE_LONG_LONG 1
287*6881a400Schristos 
288*6881a400Schristos /* Define if <sys/procfs.h> has lwpid_t. */
289*6881a400Schristos /* #undef HAVE_LWPID_T */
290*6881a400Schristos 
291*6881a400Schristos /* Define to 1 if you have the <machine/reg.h> header file. */
292*6881a400Schristos #define HAVE_MACHINE_REG_H 1
293*6881a400Schristos 
294*6881a400Schristos /* Define to 1 if you have the <memory.h> header file. */
295*6881a400Schristos #define HAVE_MEMORY_H 1
296*6881a400Schristos 
297*6881a400Schristos /* Define to 1 if you have a working `mmap' system call. */
298*6881a400Schristos #define HAVE_MMAP 1
299*6881a400Schristos 
300*6881a400Schristos /* Define to 1 if you have the `monstartup' function. */
301*6881a400Schristos #define HAVE_MONSTARTUP 1
302*6881a400Schristos 
303*6881a400Schristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
304*6881a400Schristos /* #undef HAVE_NCURSESW_NCURSES_H */
305*6881a400Schristos 
306*6881a400Schristos /* Define to 1 if you have the <ncurses.h> header file. */
307*6881a400Schristos /* #undef HAVE_NCURSES_H */
308*6881a400Schristos 
309*6881a400Schristos /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
310*6881a400Schristos /* #undef HAVE_NCURSES_NCURSES_H */
311*6881a400Schristos 
312*6881a400Schristos /* Define to 1 if you have the <ncurses/term.h> header file. */
313*6881a400Schristos /* #undef HAVE_NCURSES_TERM_H */
314*6881a400Schristos 
315*6881a400Schristos /* Define to 1 if you have the <nlist.h> header file. */
316*6881a400Schristos #define HAVE_NLIST_H 1
317*6881a400Schristos 
318*6881a400Schristos /* Define to 1 if you have the `pipe' function. */
319*6881a400Schristos #define HAVE_PIPE 1
320*6881a400Schristos 
321*6881a400Schristos /* Define to 1 if you have the `pipe2' function. */
322*6881a400Schristos #define HAVE_PIPE2 1
323*6881a400Schristos 
324*6881a400Schristos /* Define to 1 if you have the `poll' function. */
325*6881a400Schristos #define HAVE_POLL 1
326*6881a400Schristos 
327*6881a400Schristos /* Define to 1 if you have the <poll.h> header file. */
328*6881a400Schristos #define HAVE_POLL_H 1
329*6881a400Schristos 
330*6881a400Schristos /* Define to 1 if you have the `posix_madvise' function. */
331*6881a400Schristos #define HAVE_POSIX_MADVISE 1
332*6881a400Schristos 
333*6881a400Schristos /* Define to 1 if you have the `pread' function. */
334*6881a400Schristos #define HAVE_PREAD 1
335*6881a400Schristos 
336*6881a400Schristos /* Define to 1 if you have the `pread64' function. */
337*6881a400Schristos /* #undef HAVE_PREAD64 */
338*6881a400Schristos 
339*6881a400Schristos /* Define if <sys/procfs.h> has prfpregset_t. */
340*6881a400Schristos /* #undef HAVE_PRFPREGSET_T */
341*6881a400Schristos 
342*6881a400Schristos /* Define if <sys/procfs.h> has prgregset32_t. */
343*6881a400Schristos /* #undef HAVE_PRGREGSET32_T */
344*6881a400Schristos 
345*6881a400Schristos /* Define if <sys/procfs.h> has prgregset_t. */
346*6881a400Schristos /* #undef HAVE_PRGREGSET_T */
347*6881a400Schristos 
348*6881a400Schristos /* Define to 1 if you have the <proc_service.h> header file. */
349*6881a400Schristos /* #undef HAVE_PROC_SERVICE_H */
350*6881a400Schristos 
351*6881a400Schristos /* Define if <sys/procfs.h> has psaddr_t. */
352*6881a400Schristos /* #undef HAVE_PSADDR_T */
353*6881a400Schristos 
354*6881a400Schristos /* Have PTHREAD_PRIO_INHERIT. */
355*6881a400Schristos #define HAVE_PTHREAD_PRIO_INHERIT 1
356*6881a400Schristos 
357*6881a400Schristos /* Define to 1 if you have the `pthread_setname_np' function. */
358*6881a400Schristos #define HAVE_PTHREAD_SETNAME_NP 1
359*6881a400Schristos 
360*6881a400Schristos /* Define to 1 if you have the `pthread_sigmask' function. */
361*6881a400Schristos #define HAVE_PTHREAD_SIGMASK 1
362*6881a400Schristos 
363*6881a400Schristos /* Define to 1 if you have the `ptrace64' function. */
364*6881a400Schristos /* #undef HAVE_PTRACE64 */
365*6881a400Schristos 
366*6881a400Schristos /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
367*6881a400Schristos /* #undef HAVE_PTRACE_GETFPXREGS */
368*6881a400Schristos 
369*6881a400Schristos /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
370*6881a400Schristos /* #undef HAVE_PTRACE_GETREGS */
371*6881a400Schristos 
372*6881a400Schristos /* Define to 1 if you have the <ptrace.h> header file. */
373*6881a400Schristos /* #undef HAVE_PTRACE_H */
374*6881a400Schristos 
375*6881a400Schristos /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
376*6881a400Schristos /* #undef HAVE_PT_GETDBREGS */
377*6881a400Schristos 
378*6881a400Schristos /* Define to 1 if you have the `pt_insn_event' function. */
379*6881a400Schristos /* #undef HAVE_PT_INSN_EVENT */
380*6881a400Schristos 
381*6881a400Schristos /* Define to 1 if you have the `pwrite' function. */
382*6881a400Schristos #define HAVE_PWRITE 1
383*6881a400Schristos 
384*6881a400Schristos /* Define if Python interpreter is being linked in. */
385*6881a400Schristos /* #undef HAVE_PYTHON */
386*6881a400Schristos 
387*6881a400Schristos /* Define to 1 if you have the <readline/readline.h> header file. */
388*6881a400Schristos /* #undef HAVE_READLINE_READLINE_H */
389*6881a400Schristos 
390*6881a400Schristos /* Define to 1 if you have the `resize_term' function. */
391*6881a400Schristos #define HAVE_RESIZE_TERM 1
392*6881a400Schristos 
393*6881a400Schristos /* Define to 1 if you have the `sbrk' function. */
394*6881a400Schristos #define HAVE_SBRK 1
395*6881a400Schristos 
396*6881a400Schristos /* Define to 1 if you have the `scm_new_smob' function. */
397*6881a400Schristos /* #undef HAVE_SCM_NEW_SMOB */
398*6881a400Schristos 
399*6881a400Schristos /* Define to 1 if you have the `setlocale' function. */
400*6881a400Schristos #define HAVE_SETLOCALE 1
401*6881a400Schristos 
402*6881a400Schristos /* Define to 1 if you have the `setns' function. */
403*6881a400Schristos /* #undef HAVE_SETNS */
404*6881a400Schristos 
405*6881a400Schristos /* Define to 1 if you have the `setpgid' function. */
406*6881a400Schristos #define HAVE_SETPGID 1
407*6881a400Schristos 
408*6881a400Schristos /* Define to 1 if you have the `setpgrp' function. */
409*6881a400Schristos #define HAVE_SETPGRP 1
410*6881a400Schristos 
411*6881a400Schristos /* Define to 1 if you have the `setrlimit' function. */
412*6881a400Schristos #define HAVE_SETRLIMIT 1
413*6881a400Schristos 
414*6881a400Schristos /* Define to 1 if you have the `setsid' function. */
415*6881a400Schristos #define HAVE_SETSID 1
416*6881a400Schristos 
417*6881a400Schristos /* Define to 1 if you have the `sigaction' function. */
418*6881a400Schristos /* #undef HAVE_SIGACTION */
419*6881a400Schristos 
420*6881a400Schristos /* Define to 1 if you have the `sigaltstack' function. */
421*6881a400Schristos #define HAVE_SIGALTSTACK 1
422*6881a400Schristos 
423*6881a400Schristos /* Define to 1 if you have the <signal.h> header file. */
424*6881a400Schristos #define HAVE_SIGNAL_H 1
425*6881a400Schristos 
426*6881a400Schristos /* Define to 1 if you have the `sigprocmask' function. */
427*6881a400Schristos #define HAVE_SIGPROCMASK 1
428*6881a400Schristos 
429*6881a400Schristos /* Define if sigsetjmp is available. */
430*6881a400Schristos #define HAVE_SIGSETJMP 1
431*6881a400Schristos 
432*6881a400Schristos /* Define to 1 if you have the `sigsetmask' function. */
433*6881a400Schristos #define HAVE_SIGSETMASK 1
434*6881a400Schristos 
435*6881a400Schristos /* Define to 1 if you have the `sigtimedwait' function. */
436*6881a400Schristos #define HAVE_SIGTIMEDWAIT 1
437*6881a400Schristos 
438*6881a400Schristos /* Define to 1 if you have the `socketpair' function. */
439*6881a400Schristos #define HAVE_SOCKETPAIR 1
440*6881a400Schristos 
441*6881a400Schristos /* Define to 1 if the system has the type `socklen_t'. */
442*6881a400Schristos #define HAVE_SOCKLEN_T 1
443*6881a400Schristos 
444*6881a400Schristos /* Define to 1 if the source-highlight library is available */
445*6881a400Schristos /* #undef HAVE_SOURCE_HIGHLIGHT */
446*6881a400Schristos 
447*6881a400Schristos /* Define to 1 if you have the <stdint.h> header file. */
448*6881a400Schristos #define HAVE_STDINT_H 1
449*6881a400Schristos 
450*6881a400Schristos /* Define to 1 if you have the <stdlib.h> header file. */
451*6881a400Schristos #define HAVE_STDLIB_H 1
452*6881a400Schristos 
453*6881a400Schristos /* Define to 1 if you have the <strings.h> header file. */
454*6881a400Schristos #define HAVE_STRINGS_H 1
455*6881a400Schristos 
456*6881a400Schristos /* Define to 1 if you have the <string.h> header file. */
457*6881a400Schristos #define HAVE_STRING_H 1
458*6881a400Schristos 
459*6881a400Schristos /* Define to 1 if your system has struct lwp. */
460*6881a400Schristos #define HAVE_STRUCT_LWP 1
461*6881a400Schristos 
462*6881a400Schristos /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
463*6881a400Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
464*6881a400Schristos 
465*6881a400Schristos /* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
466*6881a400Schristos /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */
467*6881a400Schristos 
468*6881a400Schristos /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
469*6881a400Schristos /* #undef HAVE_STRUCT_PT_INSN_ENABLED */
470*6881a400Schristos 
471*6881a400Schristos /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
472*6881a400Schristos /* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
473*6881a400Schristos 
474*6881a400Schristos /* Define to 1 if your system has struct reg in <machine/reg.h>. */
475*6881a400Schristos #define HAVE_STRUCT_REG 1
476*6881a400Schristos 
477*6881a400Schristos /* Define to 1 if `r_fs' is a member of `struct reg'. */
478*6881a400Schristos /* #undef HAVE_STRUCT_REG_R_FS */
479*6881a400Schristos 
480*6881a400Schristos /* Define to 1 if `r_gs' is a member of `struct reg'. */
481*6881a400Schristos /* #undef HAVE_STRUCT_REG_R_GS */
482*6881a400Schristos 
483*6881a400Schristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */
484*6881a400Schristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
485*6881a400Schristos 
486*6881a400Schristos /* Define to 1 if `st_blocks' is a member of `struct stat'. */
487*6881a400Schristos #define HAVE_STRUCT_STAT_ST_BLOCKS 1
488*6881a400Schristos 
489*6881a400Schristos /* Define to 1 if `td_pcb' is a member of `struct thread'. */
490*6881a400Schristos /* #undef HAVE_STRUCT_THREAD_TD_PCB */
491*6881a400Schristos 
492*6881a400Schristos /* Define to 1 if you have the <sys/debugreg.h> header file. */
493*6881a400Schristos /* #undef HAVE_SYS_DEBUGREG_H */
494*6881a400Schristos 
495*6881a400Schristos /* Define to 1 if you have the <sys/file.h> header file. */
496*6881a400Schristos #define HAVE_SYS_FILE_H 1
497*6881a400Schristos 
498*6881a400Schristos /* Define to 1 if you have the <sys/filio.h> header file. */
499*6881a400Schristos #define HAVE_SYS_FILIO_H 1
500*6881a400Schristos 
501*6881a400Schristos /* Define to 1 if you have the <sys/ioctl.h> header file. */
502*6881a400Schristos #define HAVE_SYS_IOCTL_H 1
503*6881a400Schristos 
504*6881a400Schristos /* Define to 1 if you have the <sys/param.h> header file. */
505*6881a400Schristos #define HAVE_SYS_PARAM_H 1
506*6881a400Schristos 
507*6881a400Schristos /* Define to 1 if you have the <sys/poll.h> header file. */
508*6881a400Schristos #define HAVE_SYS_POLL_H 1
509*6881a400Schristos 
510*6881a400Schristos /* Define to 1 if you have the <sys/procctl.h> header file. */
511*6881a400Schristos /* #undef HAVE_SYS_PROCCTL_H */
512*6881a400Schristos 
513*6881a400Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */
514*6881a400Schristos /* #undef HAVE_SYS_PROCFS_H */
515*6881a400Schristos 
516*6881a400Schristos /* Define to 1 if you have the <sys/ptrace.h> header file. */
517*6881a400Schristos #define HAVE_SYS_PTRACE_H 1
518*6881a400Schristos 
519*6881a400Schristos /* Define to 1 if you have the <sys/reg.h> header file. */
520*6881a400Schristos /* #undef HAVE_SYS_REG_H */
521*6881a400Schristos 
522*6881a400Schristos /* Define to 1 if you have the <sys/resource.h> header file. */
523*6881a400Schristos #define HAVE_SYS_RESOURCE_H 1
524*6881a400Schristos 
525*6881a400Schristos /* Define to 1 if you have the <sys/select.h> header file. */
526*6881a400Schristos #define HAVE_SYS_SELECT_H 1
527*6881a400Schristos 
528*6881a400Schristos /* Define to 1 if you have the <sys/socket.h> header file. */
529*6881a400Schristos #define HAVE_SYS_SOCKET_H 1
530*6881a400Schristos 
531*6881a400Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
532*6881a400Schristos #define HAVE_SYS_STAT_H 1
533*6881a400Schristos 
534*6881a400Schristos /* Define to 1 if you have the <sys/types.h> header file. */
535*6881a400Schristos #define HAVE_SYS_TYPES_H 1
536*6881a400Schristos 
537*6881a400Schristos /* Define to 1 if you have the <sys/un.h> header file. */
538*6881a400Schristos #define HAVE_SYS_UN_H 1
539*6881a400Schristos 
540*6881a400Schristos /* Define to 1 if you have the <sys/user.h> header file. */
541*6881a400Schristos /* #undef HAVE_SYS_USER_H */
542*6881a400Schristos 
543*6881a400Schristos /* Define to 1 if you have the <sys/wait.h> header file. */
544*6881a400Schristos #define HAVE_SYS_WAIT_H 1
545*6881a400Schristos 
546*6881a400Schristos /* Define to 1 if you have the <termios.h> header file. */
547*6881a400Schristos #define HAVE_TERMIOS_H 1
548*6881a400Schristos 
549*6881a400Schristos /* Define to 1 if you have the <term.h> header file. */
550*6881a400Schristos #define HAVE_TERM_H 1
551*6881a400Schristos 
552*6881a400Schristos /* Define to 1 if you have the <thread_db.h> header file. */
553*6881a400Schristos /* #undef HAVE_THREAD_DB_H */
554*6881a400Schristos 
555*6881a400Schristos /* Define to 1 if you have the `ttrace' function. */
556*6881a400Schristos /* #undef HAVE_TTRACE */
557*6881a400Schristos 
558*6881a400Schristos /* Define to 1 if you have the <unistd.h> header file. */
559*6881a400Schristos #define HAVE_UNISTD_H 1
560*6881a400Schristos 
561*6881a400Schristos /* Define to 1 if you have the `use_default_colors' function. */
562*6881a400Schristos #define HAVE_USE_DEFAULT_COLORS 1
563*6881a400Schristos 
564*6881a400Schristos /* Define to 1 if you have the `vfork' function. */
565*6881a400Schristos #define HAVE_VFORK 1
566*6881a400Schristos 
567*6881a400Schristos /* Define to 1 if you have the <vfork.h> header file. */
568*6881a400Schristos /* #undef HAVE_VFORK_H */
569*6881a400Schristos 
570*6881a400Schristos /* Define to 1 if you have the `waitpid' function. */
571*6881a400Schristos #define HAVE_WAITPID 1
572*6881a400Schristos 
573*6881a400Schristos /* Define to 1 if you have the <wait.h> header file. */
574*6881a400Schristos /* #undef HAVE_WAIT_H */
575*6881a400Schristos 
576*6881a400Schristos /* Define to 1 if you have the `wborder' function. */
577*6881a400Schristos #define HAVE_WBORDER 1
578*6881a400Schristos 
579*6881a400Schristos /* Define to 1 if you have the <windows.h> header file. */
580*6881a400Schristos /* #undef HAVE_WINDOWS_H */
581*6881a400Schristos 
582*6881a400Schristos /* Define to 1 if `fork' works. */
583*6881a400Schristos #define HAVE_WORKING_FORK 1
584*6881a400Schristos 
585*6881a400Schristos /* Define to 1 if `vfork' works. */
586*6881a400Schristos #define HAVE_WORKING_VFORK 1
587*6881a400Schristos 
588*6881a400Schristos /* Define to 1 if you have the `wresize' function. */
589*6881a400Schristos #define HAVE_WRESIZE 1
590*6881a400Schristos 
591*6881a400Schristos /* Define to 1 if you have the <ws2tcpip.h> header file. */
592*6881a400Schristos /* #undef HAVE_WS2TCPIP_H */
593*6881a400Schristos 
594*6881a400Schristos /* Define to 1 if you have the `XML_StopParser' function. */
595*6881a400Schristos #define HAVE_XML_STOPPARSER 1
596*6881a400Schristos 
597*6881a400Schristos /* Define to 1 if zstd is enabled. */
598*6881a400Schristos /* #undef HAVE_ZSTD */
599*6881a400Schristos 
600*6881a400Schristos /* Define to 1 if your system has the _etext variable. */
601*6881a400Schristos #define HAVE__ETEXT 1
602*6881a400Schristos 
603*6881a400Schristos /* Define to 1 if you have the `_mcleanup' function. */
604*6881a400Schristos #define HAVE__MCLEANUP 1
605*6881a400Schristos 
606*6881a400Schristos /* Path of directory of iconv program. */
607*6881a400Schristos /* #undef ICONV_BIN */
608*6881a400Schristos 
609*6881a400Schristos /* Define if the iconv directory should be relocated when GDB is moved. */
610*6881a400Schristos /* #undef ICONV_BIN_RELOCATABLE */
611*6881a400Schristos 
612*6881a400Schristos /* Define as const if the declaration of iconv() needs const. */
613*6881a400Schristos #define ICONV_CONST
614*6881a400Schristos 
615*6881a400Schristos /* directory to load the JIT readers from */
616*6881a400Schristos #define JIT_READER_DIR "/usr/lib/gdb"
617*6881a400Schristos 
618*6881a400Schristos /* Define if the jit-reader-dir directory should be relocated when GDB is
619*6881a400Schristos    moved. */
620*6881a400Schristos #define JIT_READER_DIR_RELOCATABLE 1
621*6881a400Schristos 
622*6881a400Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
623*6881a400Schristos    */
624*6881a400Schristos #define LT_OBJDIR ".libs/"
625*6881a400Schristos 
626*6881a400Schristos /* Name of this package. */
627*6881a400Schristos #define PACKAGE "gdb"
628*6881a400Schristos 
629*6881a400Schristos /* Define to the address where bug reports for this package should be sent. */
630*6881a400Schristos #define PACKAGE_BUGREPORT ""
631*6881a400Schristos 
632*6881a400Schristos /* Define to the full name of this package. */
633*6881a400Schristos #define PACKAGE_NAME ""
634*6881a400Schristos 
635*6881a400Schristos /* Define to the full name and version of this package. */
636*6881a400Schristos #define PACKAGE_STRING ""
637*6881a400Schristos 
638*6881a400Schristos /* Define to the one symbol short name of this package. */
639*6881a400Schristos #define PACKAGE_TARNAME ""
640*6881a400Schristos 
641*6881a400Schristos /* Define to the home page for this package. */
642*6881a400Schristos #define PACKAGE_URL ""
643*6881a400Schristos 
644*6881a400Schristos /* Define to the version of this package. */
645*6881a400Schristos #define PACKAGE_VERSION ""
646*6881a400Schristos 
647*6881a400Schristos /* Additional package description */
648*6881a400Schristos #define PKGVERSION "(GDB) "
649*6881a400Schristos 
650*6881a400Schristos /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
651*6881a400Schristos /* #undef PRINTF_HAS_DECFLOAT */
652*6881a400Schristos 
653*6881a400Schristos /* Define to 1 if the "%Lg" format works to print long doubles. */
654*6881a400Schristos /* #undef PRINTF_HAS_LONG_DOUBLE */
655*6881a400Schristos 
656*6881a400Schristos /* Define to 1 if the "%ll" format works to print long longs. */
657*6881a400Schristos /* #undef PRINTF_HAS_LONG_LONG */
658*6881a400Schristos 
659*6881a400Schristos /* Define to necessary symbol if this constant uses a non-standard name on
660*6881a400Schristos    your system. */
661*6881a400Schristos /* #undef PTHREAD_CREATE_JOINABLE */
662*6881a400Schristos 
663*6881a400Schristos /* Define to the type of arg 1 for ptrace. */
664*6881a400Schristos #define PTRACE_TYPE_ARG1 int
665*6881a400Schristos 
666*6881a400Schristos /* Define to the type of arg 3 for ptrace. */
667*6881a400Schristos #define PTRACE_TYPE_ARG3 void *
668*6881a400Schristos 
669*6881a400Schristos /* Define to the type of arg 4 for ptrace. */
670*6881a400Schristos #define PTRACE_TYPE_ARG4 int
671*6881a400Schristos 
672*6881a400Schristos /* Define to the type of arg 5 for ptrace. */
673*6881a400Schristos /* #undef PTRACE_TYPE_ARG5 */
674*6881a400Schristos 
675*6881a400Schristos /* Define as the return type of ptrace. */
676*6881a400Schristos #define PTRACE_TYPE_RET int
677*6881a400Schristos 
678*6881a400Schristos /* Define if the python lib directory should be relocated when GDB is moved.
679*6881a400Schristos    */
680*6881a400Schristos /* #undef PYTHON_LIBDIR_RELOCATABLE */
681*6881a400Schristos 
682*6881a400Schristos /* Define if the python directory should be relocated when GDB is moved. */
683*6881a400Schristos /* #undef PYTHON_PATH_RELOCATABLE */
684*6881a400Schristos 
685*6881a400Schristos /* Relocated directory for source files. */
686*6881a400Schristos /* #undef RELOC_SRCDIR */
687*6881a400Schristos 
688*6881a400Schristos /* Bug reporting address */
689*6881a400Schristos #define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
690*6881a400Schristos 
691*6881a400Schristos /* Define to 1 if the "%Lg" format works to scan long doubles. */
692*6881a400Schristos /* #undef SCANF_HAS_LONG_DOUBLE */
693*6881a400Schristos 
694*6881a400Schristos /* Define to 1 if the `setpgrp' function takes no argument. */
695*6881a400Schristos /* #undef SETPGRP_VOID */
696*6881a400Schristos 
697*6881a400Schristos /* The size of `long long', as computed by sizeof. */
698*6881a400Schristos #define SIZEOF_LONG_LONG 8
699*6881a400Schristos 
700*6881a400Schristos /* The size of `unsigned long', as computed by sizeof. */
701*6881a400Schristos #define SIZEOF_UNSIGNED_LONG 8
702*6881a400Schristos 
703*6881a400Schristos /* The size of `unsigned long long', as computed by sizeof. */
704*6881a400Schristos #define SIZEOF_UNSIGNED_LONG_LONG 8
705*6881a400Schristos 
706*6881a400Schristos /* The size of `unsigned __int128', as computed by sizeof. */
707*6881a400Schristos #define SIZEOF_UNSIGNED___INT128 16
708*6881a400Schristos 
709*6881a400Schristos /* The size of `void *', as computed by sizeof. */
710*6881a400Schristos #define SIZEOF_VOID_P 8
711*6881a400Schristos 
712*6881a400Schristos /* If using the C implementation of alloca, define if you know the
713*6881a400Schristos    direction of stack growth for your system; otherwise it will be
714*6881a400Schristos    automatically deduced at runtime.
715*6881a400Schristos 	STACK_DIRECTION > 0 => grows toward higher addresses
716*6881a400Schristos 	STACK_DIRECTION < 0 => grows toward lower addresses
717*6881a400Schristos 	STACK_DIRECTION = 0 => direction of growth unknown */
718*6881a400Schristos /* #undef STACK_DIRECTION */
719*6881a400Schristos 
720*6881a400Schristos /* Define to 1 if you have the ANSI C header files. */
721*6881a400Schristos #define STDC_HEADERS 1
722*6881a400Schristos 
723*6881a400Schristos /* automatically load a system-wide gdbinit file */
724*6881a400Schristos #define SYSTEM_GDBINIT ""
725*6881a400Schristos 
726*6881a400Schristos /* automatically load system-wide gdbinit files from this directory */
727*6881a400Schristos #define SYSTEM_GDBINIT_DIR ""
728*6881a400Schristos 
729*6881a400Schristos /* Define if the system-gdbinit-dir directory should be relocated when GDB is
730*6881a400Schristos    moved. */
731*6881a400Schristos #define SYSTEM_GDBINIT_DIR_RELOCATABLE 0
732*6881a400Schristos 
733*6881a400Schristos /* Define if the system-gdbinit directory should be relocated when GDB is
734*6881a400Schristos    moved. */
735*6881a400Schristos #define SYSTEM_GDBINIT_RELOCATABLE 0
736*6881a400Schristos 
737*6881a400Schristos /* search for usr/lib et al within DIR */
738*6881a400Schristos #define TARGET_SYSTEM_ROOT ""
739*6881a400Schristos 
740*6881a400Schristos /* Define if the sysroot directory should be relocated when GDB is moved. */
741*6881a400Schristos #define TARGET_SYSTEM_ROOT_RELOCATABLE 0
742*6881a400Schristos 
743*6881a400Schristos /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
744*6881a400Schristos /* #undef THREAD_DB_HAS_TD_NOTALLOC */
745*6881a400Schristos 
746*6881a400Schristos /* Define if <thread_db.h> has the TD_NOTLS error code. */
747*6881a400Schristos /* #undef THREAD_DB_HAS_TD_NOTLS */
748*6881a400Schristos 
749*6881a400Schristos /* Define if <thread_db.h> has the TD_VERSION error code. */
750*6881a400Schristos /* #undef THREAD_DB_HAS_TD_VERSION */
751*6881a400Schristos 
752*6881a400Schristos /* Enable extensions on AIX 3, Interix.  */
753*6881a400Schristos #ifndef _ALL_SOURCE
754*6881a400Schristos # define _ALL_SOURCE 1
755*6881a400Schristos #endif
756*6881a400Schristos /* Enable GNU extensions on systems that have them.  */
757*6881a400Schristos #ifndef _GNU_SOURCE
758*6881a400Schristos # define _GNU_SOURCE 1
759*6881a400Schristos #endif
760*6881a400Schristos /* Enable threading extensions on Solaris.  */
761*6881a400Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
762*6881a400Schristos # define _POSIX_PTHREAD_SEMANTICS 1
763*6881a400Schristos #endif
764*6881a400Schristos /* Enable extensions on HP NonStop.  */
765*6881a400Schristos #ifndef _TANDEM_SOURCE
766*6881a400Schristos # define _TANDEM_SOURCE 1
767*6881a400Schristos #endif
768*6881a400Schristos /* Enable general extensions on Solaris.  */
769*6881a400Schristos #ifndef __EXTENSIONS__
770*6881a400Schristos # define __EXTENSIONS__ 1
771*6881a400Schristos #endif
772*6881a400Schristos 
773*6881a400Schristos 
774*6881a400Schristos /* Define if we should use the Windows API, instead of the POSIX API. On
775*6881a400Schristos    Windows, we use the Windows API when building for MinGW, but the POSIX API
776*6881a400Schristos    when building for Cygwin. */
777*6881a400Schristos /* #undef USE_WIN32API */
778*6881a400Schristos 
779*6881a400Schristos /* Define if the PPC simulator is being linked in. */
780*6881a400Schristos /* #undef WITH_PPC_SIM */
781*6881a400Schristos 
782*6881a400Schristos /* Directory containing Python's standard libraries from --with-python-libdir.
783*6881a400Schristos    */
784*6881a400Schristos /* #undef WITH_PYTHON_LIBDIR */
785*6881a400Schristos 
786*6881a400Schristos /* Define if --with-python provides a path, either directly or via
787*6881a400Schristos    python-config.py --exec-prefix. */
788*6881a400Schristos /* #undef WITH_PYTHON_PATH */
789*6881a400Schristos 
790*6881a400Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
791*6881a400Schristos    significant byte first (like Motorola and SPARC, unlike Intel). */
792*6881a400Schristos #if defined AC_APPLE_UNIVERSAL_BUILD
793*6881a400Schristos # if defined __BIG_ENDIAN__
794*6881a400Schristos #  define WORDS_BIGENDIAN 1
795*6881a400Schristos # endif
796*6881a400Schristos #else
797*6881a400Schristos # ifndef WORDS_BIGENDIAN
798*6881a400Schristos /* #  undef WORDS_BIGENDIAN */
799*6881a400Schristos # endif
800*6881a400Schristos #endif
801*6881a400Schristos 
802*6881a400Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
803*6881a400Schristos #ifndef _DARWIN_USE_64_BIT_INODE
804*6881a400Schristos # define _DARWIN_USE_64_BIT_INODE 1
805*6881a400Schristos #endif
806*6881a400Schristos 
807*6881a400Schristos /* Number of bits in a file offset, on hosts where this is settable. */
808*6881a400Schristos /* #undef _FILE_OFFSET_BITS */
809*6881a400Schristos 
810*6881a400Schristos /* Define for large files, on AIX-style hosts. */
811*6881a400Schristos /* #undef _LARGE_FILES */
812*6881a400Schristos 
813*6881a400Schristos /* Define to 1 if on MINIX. */
814*6881a400Schristos /* #undef _MINIX */
815*6881a400Schristos 
816*6881a400Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
817*6881a400Schristos    this defined. */
818*6881a400Schristos /* #undef _POSIX_1_SOURCE */
819*6881a400Schristos 
820*6881a400Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
821*6881a400Schristos /* #undef _POSIX_SOURCE */
822*6881a400Schristos 
823*6881a400Schristos /* Use structured /proc on Solaris. */
824*6881a400Schristos #define _STRUCTURED_PROC 1
825*6881a400Schristos 
826*6881a400Schristos /* Define to empty if `const' does not conform to ANSI C. */
827*6881a400Schristos /* #undef const */
828*6881a400Schristos 
829*6881a400Schristos /* Define to `__inline__' or `__inline' if that's what the C compiler
830*6881a400Schristos    calls it, or to nothing if 'inline' is not supported under any name.  */
831*6881a400Schristos #ifndef __cplusplus
832*6881a400Schristos /* #undef inline */
833*6881a400Schristos #endif
834*6881a400Schristos 
835*6881a400Schristos /* Define to `int' if <sys/types.h> does not define. */
836*6881a400Schristos /* #undef pid_t */
837*6881a400Schristos 
838*6881a400Schristos /* Define to `unsigned int' if <sys/types.h> does not define. */
839*6881a400Schristos /* #undef size_t */
840*6881a400Schristos 
841*6881a400Schristos /* Define as `fork' if `vfork' does not work. */
842*6881a400Schristos /* #undef vfork */
843