xref: /netbsd-src/external/gpl3/gdb/lib/libbfd/arch/sparc64/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
1fdf8f3b1Schristos /* This file is automatically generated.  DO NOT EDIT! */
2*22ebeae4Schristos /* Generated from: NetBSD: mknative-gdb,v 1.17 2024/08/18 03:47:55 rin Exp  */
38d9c9161Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4fdf8f3b1Schristos 
5fdf8f3b1Schristos /* config.h.  Generated from config.in by configure.  */
6c6bb8cabSchristos /* config.in.  Generated from configure.ac by autoheader.  */
7fdf8f3b1Schristos 
834f40950Schristos /* Check that config.h is #included before system headers
934f40950Schristos     (this works only for glibc, but that should be enough).  */
1034f40950Schristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
1134f40950Schristos #  error config.h must be #included before system headers
1234f40950Schristos #endif
1334f40950Schristos #define __CONFIG_H__ 1
1434f40950Schristos 
15*22ebeae4Schristos /* Define if building universal (internal helper macro) */
16*22ebeae4Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
17*22ebeae4Schristos 
18fdf8f3b1Schristos /* Name of host specific core header file to include in elf.c. */
19fdf8f3b1Schristos /* #undef CORE_HEADER */
20fdf8f3b1Schristos 
218d9c9161Schristos /* Define to 1 if you want to enable -z separate-code in ELF linker by
228d9c9161Schristos    default. */
238d9c9161Schristos #define DEFAULT_LD_Z_SEPARATE_CODE 0
248d9c9161Schristos 
25865c57e0Schristos /* Define if you want run-time sanity checks. */
26865c57e0Schristos /* #undef ENABLE_CHECKING */
27865c57e0Schristos 
28fdf8f3b1Schristos /* Define to 1 if translation of program messages to the user's native
29fdf8f3b1Schristos    language is requested. */
30*22ebeae4Schristos /* #undef ENABLE_NLS */
31*22ebeae4Schristos 
32*22ebeae4Schristos /* Define to 1 if you have the Mac OS X function
33*22ebeae4Schristos    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
34*22ebeae4Schristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
35*22ebeae4Schristos 
36*22ebeae4Schristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
37*22ebeae4Schristos    the CoreFoundation framework. */
38*22ebeae4Schristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
39*22ebeae4Schristos 
40*22ebeae4Schristos /* Define if the GNU dcgettext() function is already present or preinstalled.
41*22ebeae4Schristos    */
42*22ebeae4Schristos /* #undef HAVE_DCGETTEXT */
43fdf8f3b1Schristos 
44822f2954Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
45822f2954Schristos    don't. */
46822f2954Schristos #define HAVE_DECL_ASPRINTF 1
47822f2954Schristos 
48fdf8f3b1Schristos /* Define to 1 if you have the declaration of `basename', and to 0 if you
49fdf8f3b1Schristos    don't. */
50fdf8f3b1Schristos #define HAVE_DECL_BASENAME 0
51fdf8f3b1Schristos 
52fdf8f3b1Schristos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
53fdf8f3b1Schristos #define HAVE_DECL_FFS 1
54fdf8f3b1Schristos 
55865c57e0Schristos /* Define to 1 if you have the declaration of `fopen64', and to 0 if you
56865c57e0Schristos    don't. */
57865c57e0Schristos #define HAVE_DECL_FOPEN64 0
58fdf8f3b1Schristos 
59fdf8f3b1Schristos /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
60fdf8f3b1Schristos    */
61fdf8f3b1Schristos #define HAVE_DECL_FSEEKO 1
62fdf8f3b1Schristos 
63fdf8f3b1Schristos /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
64fdf8f3b1Schristos    don't. */
65fdf8f3b1Schristos #define HAVE_DECL_FSEEKO64 0
66fdf8f3b1Schristos 
67fdf8f3b1Schristos /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
68fdf8f3b1Schristos    */
69fdf8f3b1Schristos #define HAVE_DECL_FTELLO 1
70fdf8f3b1Schristos 
71fdf8f3b1Schristos /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
72fdf8f3b1Schristos    don't. */
73fdf8f3b1Schristos #define HAVE_DECL_FTELLO64 0
74fdf8f3b1Schristos 
75fdf8f3b1Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
76fdf8f3b1Schristos    */
77fdf8f3b1Schristos #define HAVE_DECL_STPCPY 1
78fdf8f3b1Schristos 
79c6bb8cabSchristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
80c6bb8cabSchristos    don't. */
81c6bb8cabSchristos #define HAVE_DECL_STRNLEN 1
82c6bb8cabSchristos 
83822f2954Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
84822f2954Schristos    don't. */
85822f2954Schristos #define HAVE_DECL_VASPRINTF 1
86822f2954Schristos 
87865c57e0Schristos /* Define to 1 if you have the declaration of `___lc_codepage_func', and to 0
88865c57e0Schristos    if you don't. */
89865c57e0Schristos #define HAVE_DECL____LC_CODEPAGE_FUNC 0
90fdf8f3b1Schristos 
91fdf8f3b1Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
92fdf8f3b1Schristos #define HAVE_DLFCN_H 1
93fdf8f3b1Schristos 
94fdf8f3b1Schristos /* Define to 1 if you have the `fcntl' function. */
95fdf8f3b1Schristos #define HAVE_FCNTL 1
96fdf8f3b1Schristos 
97fdf8f3b1Schristos /* Define to 1 if you have the <fcntl.h> header file. */
98fdf8f3b1Schristos #define HAVE_FCNTL_H 1
99fdf8f3b1Schristos 
100fdf8f3b1Schristos /* Define to 1 if you have the `fdopen' function. */
101fdf8f3b1Schristos #define HAVE_FDOPEN 1
102fdf8f3b1Schristos 
103fdf8f3b1Schristos /* Define to 1 if you have the `fileno' function. */
104fdf8f3b1Schristos #define HAVE_FILENO 1
105fdf8f3b1Schristos 
1068d9c9161Schristos /* Define to 1 if you have the `fls' function. */
1078d9c9161Schristos /* #undef HAVE_FLS */
1088d9c9161Schristos 
109fdf8f3b1Schristos /* Define to 1 if you have the `fopen64' function. */
110fdf8f3b1Schristos /* #undef HAVE_FOPEN64 */
111fdf8f3b1Schristos 
112fdf8f3b1Schristos /* Define to 1 if you have the `fseeko' function. */
113fdf8f3b1Schristos #define HAVE_FSEEKO 1
114fdf8f3b1Schristos 
115fdf8f3b1Schristos /* Define to 1 if you have the `fseeko64' function. */
116fdf8f3b1Schristos /* #undef HAVE_FSEEKO64 */
117fdf8f3b1Schristos 
118fdf8f3b1Schristos /* Define to 1 if you have the `ftello' function. */
119fdf8f3b1Schristos #define HAVE_FTELLO 1
120fdf8f3b1Schristos 
121fdf8f3b1Schristos /* Define to 1 if you have the `ftello64' function. */
122fdf8f3b1Schristos /* #undef HAVE_FTELLO64 */
123fdf8f3b1Schristos 
124fdf8f3b1Schristos /* Define to 1 if you have the `getgid' function. */
125fdf8f3b1Schristos #define HAVE_GETGID 1
126fdf8f3b1Schristos 
127fdf8f3b1Schristos /* Define to 1 if you have the `getpagesize' function. */
128fdf8f3b1Schristos #define HAVE_GETPAGESIZE 1
129fdf8f3b1Schristos 
13078ce218aSchristos /* Define to 1 if you have the `getrlimit' function. */
13178ce218aSchristos #define HAVE_GETRLIMIT 1
13278ce218aSchristos 
133*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */
134*22ebeae4Schristos /* #undef HAVE_GETTEXT */
135*22ebeae4Schristos 
136fdf8f3b1Schristos /* Define to 1 if you have the `getuid' function. */
137fdf8f3b1Schristos #define HAVE_GETUID 1
138fdf8f3b1Schristos 
1398d9c9161Schristos /* Define if your compiler supports hidden visibility. */
1408d9c9161Schristos #define HAVE_HIDDEN 1
1418d9c9161Schristos 
142*22ebeae4Schristos /* Define if you have the iconv() function and it works. */
143*22ebeae4Schristos #define HAVE_ICONV 1
144*22ebeae4Schristos 
145fdf8f3b1Schristos /* Define to 1 if you have the <inttypes.h> header file. */
146fdf8f3b1Schristos #define HAVE_INTTYPES_H 1
147fdf8f3b1Schristos 
148fdf8f3b1Schristos /* Define if <sys/procfs.h> has lwpstatus_t. */
149fdf8f3b1Schristos /* #undef HAVE_LWPSTATUS_T */
150fdf8f3b1Schristos 
151fdf8f3b1Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
152fdf8f3b1Schristos /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
153fdf8f3b1Schristos 
154fdf8f3b1Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
155fdf8f3b1Schristos /* #undef HAVE_LWPSTATUS_T_PR_FPREG */
156fdf8f3b1Schristos 
157fdf8f3b1Schristos /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
158fdf8f3b1Schristos /* #undef HAVE_LWPSTATUS_T_PR_REG */
159fdf8f3b1Schristos 
160fdf8f3b1Schristos /* Define if <sys/procfs.h> has lwpxstatus_t. */
161fdf8f3b1Schristos /* #undef HAVE_LWPXSTATUS_T */
162fdf8f3b1Schristos 
163fdf8f3b1Schristos /* Define to 1 if you have the `madvise' function. */
164fdf8f3b1Schristos #define HAVE_MADVISE 1
165fdf8f3b1Schristos 
166fdf8f3b1Schristos /* Define to 1 if you have the <memory.h> header file. */
167fdf8f3b1Schristos #define HAVE_MEMORY_H 1
168fdf8f3b1Schristos 
169fdf8f3b1Schristos /* Define to 1 if you have a working `mmap' system call. */
170fdf8f3b1Schristos #define HAVE_MMAP 1
171fdf8f3b1Schristos 
172fdf8f3b1Schristos /* Define to 1 if you have the `mprotect' function. */
173fdf8f3b1Schristos #define HAVE_MPROTECT 1
174fdf8f3b1Schristos 
175fdf8f3b1Schristos /* Define if <sys/procfs.h> has prpsinfo32_t. */
176fdf8f3b1Schristos /* #undef HAVE_PRPSINFO32_T */
177fdf8f3b1Schristos 
17834f40950Schristos /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
17934f40950Schristos /* #undef HAVE_PRPSINFO32_T_PR_PID */
18034f40950Schristos 
181fdf8f3b1Schristos /* Define if <sys/procfs.h> has prpsinfo_t. */
182fdf8f3b1Schristos /* #undef HAVE_PRPSINFO_T */
183fdf8f3b1Schristos 
18434f40950Schristos /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
18534f40950Schristos /* #undef HAVE_PRPSINFO_T_PR_PID */
18634f40950Schristos 
187fdf8f3b1Schristos /* Define if <sys/procfs.h> has prstatus32_t. */
188fdf8f3b1Schristos /* #undef HAVE_PRSTATUS32_T */
189fdf8f3b1Schristos 
190fdf8f3b1Schristos /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
191fdf8f3b1Schristos /* #undef HAVE_PRSTATUS32_T_PR_WHO */
192fdf8f3b1Schristos 
193fdf8f3b1Schristos /* Define if <sys/procfs.h> has prstatus_t. */
194fdf8f3b1Schristos /* #undef HAVE_PRSTATUS_T */
195fdf8f3b1Schristos 
196fdf8f3b1Schristos /* Define if <sys/procfs.h> has prstatus_t.pr_who. */
197fdf8f3b1Schristos /* #undef HAVE_PRSTATUS_T_PR_WHO */
198fdf8f3b1Schristos 
199fdf8f3b1Schristos /* Define if <sys/procfs.h> has psinfo32_t. */
200fdf8f3b1Schristos /* #undef HAVE_PSINFO32_T */
201fdf8f3b1Schristos 
20234f40950Schristos /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
20334f40950Schristos /* #undef HAVE_PSINFO32_T_PR_PID */
20434f40950Schristos 
205fdf8f3b1Schristos /* Define if <sys/procfs.h> has psinfo_t. */
206fdf8f3b1Schristos /* #undef HAVE_PSINFO_T */
207fdf8f3b1Schristos 
20834f40950Schristos /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
20934f40950Schristos /* #undef HAVE_PSINFO_T_PR_PID */
21034f40950Schristos 
211fdf8f3b1Schristos /* Define if <sys/procfs.h> has pstatus32_t. */
212fdf8f3b1Schristos /* #undef HAVE_PSTATUS32_T */
213fdf8f3b1Schristos 
214fdf8f3b1Schristos /* Define if <sys/procfs.h> has pstatus_t. */
215fdf8f3b1Schristos /* #undef HAVE_PSTATUS_T */
216fdf8f3b1Schristos 
217fdf8f3b1Schristos /* Define if <sys/procfs.h> has pxstatus_t. */
218fdf8f3b1Schristos /* #undef HAVE_PXSTATUS_T */
219fdf8f3b1Schristos 
220fdf8f3b1Schristos /* Define to 1 if you have the <stdint.h> header file. */
221fdf8f3b1Schristos #define HAVE_STDINT_H 1
222fdf8f3b1Schristos 
223fdf8f3b1Schristos /* Define to 1 if you have the <stdlib.h> header file. */
224fdf8f3b1Schristos #define HAVE_STDLIB_H 1
225fdf8f3b1Schristos 
226fdf8f3b1Schristos /* Define to 1 if you have the <strings.h> header file. */
227fdf8f3b1Schristos #define HAVE_STRINGS_H 1
228fdf8f3b1Schristos 
229fdf8f3b1Schristos /* Define to 1 if you have the <string.h> header file. */
230fdf8f3b1Schristos #define HAVE_STRING_H 1
231fdf8f3b1Schristos 
232fdf8f3b1Schristos /* Define if struct core_dumpx has member c_impl */
233fdf8f3b1Schristos /* #undef HAVE_ST_C_IMPL */
234fdf8f3b1Schristos 
235fdf8f3b1Schristos /* Define to 1 if you have the `sysconf' function. */
236fdf8f3b1Schristos #define HAVE_SYSCONF 1
237fdf8f3b1Schristos 
238fdf8f3b1Schristos /* Define to 1 if you have the <sys/file.h> header file. */
239fdf8f3b1Schristos #define HAVE_SYS_FILE_H 1
240fdf8f3b1Schristos 
2418d9c9161Schristos /* Define to 1 if you have the <sys/param.h> header file. */
2428d9c9161Schristos #define HAVE_SYS_PARAM_H 1
2438d9c9161Schristos 
244fdf8f3b1Schristos /* Define to 1 if you have the <sys/procfs.h> header file. */
245fdf8f3b1Schristos /* #undef HAVE_SYS_PROCFS_H */
246fdf8f3b1Schristos 
24778ce218aSchristos /* Define to 1 if you have the <sys/resource.h> header file. */
24878ce218aSchristos #define HAVE_SYS_RESOURCE_H 1
24978ce218aSchristos 
250fdf8f3b1Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
251fdf8f3b1Schristos #define HAVE_SYS_STAT_H 1
252fdf8f3b1Schristos 
253fdf8f3b1Schristos /* Define to 1 if you have the <sys/types.h> header file. */
254fdf8f3b1Schristos #define HAVE_SYS_TYPES_H 1
255fdf8f3b1Schristos 
256fdf8f3b1Schristos /* Define to 1 if you have the <unistd.h> header file. */
257fdf8f3b1Schristos #define HAVE_UNISTD_H 1
258fdf8f3b1Schristos 
259fdf8f3b1Schristos /* Define if <sys/procfs.h> has win32_pstatus_t. */
260fdf8f3b1Schristos /* #undef HAVE_WIN32_PSTATUS_T */
261fdf8f3b1Schristos 
26234f40950Schristos /* Define to 1 if you have the <windows.h> header file. */
26334f40950Schristos /* #undef HAVE_WINDOWS_H */
26434f40950Schristos 
265865c57e0Schristos /* Define to 1 if zstd is enabled. */
266865c57e0Schristos /* #undef HAVE_ZSTD */
267865c57e0Schristos 
268fdf8f3b1Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
269fdf8f3b1Schristos    */
270fdf8f3b1Schristos #define LT_OBJDIR ".libs/"
271fdf8f3b1Schristos 
272fdf8f3b1Schristos /* Name of package */
273fdf8f3b1Schristos #define PACKAGE "bfd"
274fdf8f3b1Schristos 
275fdf8f3b1Schristos /* Define to the address where bug reports for this package should be sent. */
276fdf8f3b1Schristos #define PACKAGE_BUGREPORT ""
277fdf8f3b1Schristos 
278fdf8f3b1Schristos /* Define to the full name of this package. */
27934f40950Schristos #define PACKAGE_NAME "bfd"
280fdf8f3b1Schristos 
281fdf8f3b1Schristos /* Define to the full name and version of this package. */
282*22ebeae4Schristos #define PACKAGE_STRING "bfd 2.42.50"
283fdf8f3b1Schristos 
284fdf8f3b1Schristos /* Define to the one symbol short name of this package. */
28534f40950Schristos #define PACKAGE_TARNAME "bfd"
286fdf8f3b1Schristos 
287fdf8f3b1Schristos /* Define to the home page for this package. */
288fdf8f3b1Schristos #define PACKAGE_URL ""
289fdf8f3b1Schristos 
290fdf8f3b1Schristos /* Define to the version of this package. */
291*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50"
292fdf8f3b1Schristos 
293fdf8f3b1Schristos /* The size of `int', as computed by sizeof. */
2944d342c04Schristos #define SIZEOF_INT 4
295fdf8f3b1Schristos 
296fdf8f3b1Schristos /* The size of `long', as computed by sizeof. */
297fdf8f3b1Schristos #define SIZEOF_LONG 8
298fdf8f3b1Schristos 
299fdf8f3b1Schristos /* The size of `long long', as computed by sizeof. */
300fdf8f3b1Schristos #define SIZEOF_LONG_LONG 8
301fdf8f3b1Schristos 
302fdf8f3b1Schristos /* The size of `off_t', as computed by sizeof. */
303fdf8f3b1Schristos #define SIZEOF_OFF_T 8
304fdf8f3b1Schristos 
305fdf8f3b1Schristos /* The size of `void *', as computed by sizeof. */
306fdf8f3b1Schristos #define SIZEOF_VOID_P 8
307fdf8f3b1Schristos 
308fdf8f3b1Schristos /* Define to 1 if you have the ANSI C header files. */
309fdf8f3b1Schristos #define STDC_HEADERS 1
310fdf8f3b1Schristos 
311*22ebeae4Schristos /* If the compiler supports a TLS storage class, define it to that here */
312*22ebeae4Schristos #define TLS _Thread_local
313*22ebeae4Schristos 
314fdf8f3b1Schristos /* Name of host specific header file to include in trad-core.c. */
315fdf8f3b1Schristos /* #undef TRAD_HEADER */
316fdf8f3b1Schristos 
3178b7331e5Schristos /* Define if 64-bit archives should always be used. */
31823a8d08dSmrg /* #undef USE_64_BIT_ARCHIVE */
31923a8d08dSmrg 
320fdf8f3b1Schristos /* Use b modifier when opening binary files? */
321fdf8f3b1Schristos /* #undef USE_BINARY_FOPEN */
322fdf8f3b1Schristos 
323fdf8f3b1Schristos /* Define if we should use leading underscore on 64 bit mingw targets */
324fdf8f3b1Schristos /* #undef USE_MINGW64_LEADING_UNDERSCORES */
325fdf8f3b1Schristos 
326fdf8f3b1Schristos /* Use mmap if it's available? */
327fdf8f3b1Schristos /* #undef USE_MMAP */
328fdf8f3b1Schristos 
329fdf8f3b1Schristos /* Define if we should default to creating read-only plt entries */
3306ca1cfa8Srin /* #undef USE_SECUREPLT */
331fdf8f3b1Schristos 
332fdf8f3b1Schristos /* Enable extensions on AIX 3, Interix.  */
333fdf8f3b1Schristos #ifndef _ALL_SOURCE
334fdf8f3b1Schristos # define _ALL_SOURCE 1
335fdf8f3b1Schristos #endif
336fdf8f3b1Schristos /* Enable GNU extensions on systems that have them.  */
337fdf8f3b1Schristos #ifndef _GNU_SOURCE
338fdf8f3b1Schristos # define _GNU_SOURCE 1
339fdf8f3b1Schristos #endif
340fdf8f3b1Schristos /* Enable threading extensions on Solaris.  */
341fdf8f3b1Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
342fdf8f3b1Schristos # define _POSIX_PTHREAD_SEMANTICS 1
343fdf8f3b1Schristos #endif
344fdf8f3b1Schristos /* Enable extensions on HP NonStop.  */
345fdf8f3b1Schristos #ifndef _TANDEM_SOURCE
346fdf8f3b1Schristos # define _TANDEM_SOURCE 1
347fdf8f3b1Schristos #endif
348fdf8f3b1Schristos /* Enable general extensions on Solaris.  */
349fdf8f3b1Schristos #ifndef __EXTENSIONS__
350fdf8f3b1Schristos # define __EXTENSIONS__ 1
351fdf8f3b1Schristos #endif
352fdf8f3b1Schristos 
353fdf8f3b1Schristos 
354fdf8f3b1Schristos /* Version number of package */
355*22ebeae4Schristos #define VERSION "2.42.50"
356*22ebeae4Schristos 
357*22ebeae4Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
358*22ebeae4Schristos    significant byte first (like Motorola and SPARC, unlike Intel). */
359*22ebeae4Schristos #if defined AC_APPLE_UNIVERSAL_BUILD
360*22ebeae4Schristos # if defined __BIG_ENDIAN__
361*22ebeae4Schristos #  define WORDS_BIGENDIAN 1
362*22ebeae4Schristos # endif
363*22ebeae4Schristos #else
364*22ebeae4Schristos # ifndef WORDS_BIGENDIAN
365*22ebeae4Schristos #  define WORDS_BIGENDIAN 1
366*22ebeae4Schristos # endif
367*22ebeae4Schristos #endif
3688d9c9161Schristos 
3698d9c9161Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
3708d9c9161Schristos #ifndef _DARWIN_USE_64_BIT_INODE
3718d9c9161Schristos # define _DARWIN_USE_64_BIT_INODE 1
3728d9c9161Schristos #endif
373fdf8f3b1Schristos 
374fdf8f3b1Schristos /* Number of bits in a file offset, on hosts where this is settable. */
375fdf8f3b1Schristos /* #undef _FILE_OFFSET_BITS */
376fdf8f3b1Schristos 
377fdf8f3b1Schristos /* Define for large files, on AIX-style hosts. */
378fdf8f3b1Schristos /* #undef _LARGE_FILES */
379fdf8f3b1Schristos 
380fdf8f3b1Schristos /* Define to 1 if on MINIX. */
381fdf8f3b1Schristos /* #undef _MINIX */
382fdf8f3b1Schristos 
383fdf8f3b1Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
384fdf8f3b1Schristos    this defined. */
385fdf8f3b1Schristos /* #undef _POSIX_1_SOURCE */
386fdf8f3b1Schristos 
387fdf8f3b1Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
388fdf8f3b1Schristos /* #undef _POSIX_SOURCE */
3894d342c04Schristos 
3904d342c04Schristos /* Use structured /proc on Solaris. */
3914d342c04Schristos #define _STRUCTURED_PROC 1
392