142c67cd1Smrg /* This file is automatically generated. DO NOT EDIT! */ 2*ccd9df53Srin /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp */ 38005419bSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 442c67cd1Smrg 5cb8d4d4aSmrg /* config.h. Generated from config.in by configure. */ 6f51ed01fSchristos /* config.in. Generated from configure.ac by autoheader. */ 742c67cd1Smrg 85dc4313eSmrg /* Check that config.h is #included before system headers 95dc4313eSmrg (this works only for glibc, but that should be enough). */ 105dc4313eSmrg #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 115dc4313eSmrg # error config.h must be #included before system headers 125dc4313eSmrg #endif 135dc4313eSmrg #define __CONFIG_H__ 1 145dc4313eSmrg 15*ccd9df53Srin /* Define if building universal (internal helper macro) */ 16*ccd9df53Srin /* #undef AC_APPLE_UNIVERSAL_BUILD */ 17*ccd9df53Srin 18cb8d4d4aSmrg /* Name of host specific core header file to include in elf.c. */ 19cb8d4d4aSmrg /* #undef CORE_HEADER */ 20cb8d4d4aSmrg 218005419bSchristos /* Define to 1 if you want to enable -z separate-code in ELF linker by 228005419bSchristos default. */ 238005419bSchristos #define DEFAULT_LD_Z_SEPARATE_CODE 0 248005419bSchristos 258c762729Schristos /* Define if you want run-time sanity checks. */ 268c762729Schristos /* #undef ENABLE_CHECKING */ 278c762729Schristos 28b1d73e21Sskrll /* Define to 1 if translation of program messages to the user's native 29b1d73e21Sskrll language is requested. */ 30*ccd9df53Srin /* #undef ENABLE_NLS */ 31*ccd9df53Srin 32*ccd9df53Srin /* Define to 1 if you have the Mac OS X function 33*ccd9df53Srin CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 34*ccd9df53Srin /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 35*ccd9df53Srin 36*ccd9df53Srin /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 37*ccd9df53Srin the CoreFoundation framework. */ 38*ccd9df53Srin /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 39*ccd9df53Srin 40*ccd9df53Srin /* Define if the GNU dcgettext() function is already present or preinstalled. 41*ccd9df53Srin */ 42*ccd9df53Srin /* #undef HAVE_DCGETTEXT */ 4342c67cd1Smrg 44f51ed01fSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 45f51ed01fSchristos don't. */ 46f51ed01fSchristos #define HAVE_DECL_ASPRINTF 1 47f51ed01fSchristos 48b1d73e21Sskrll /* Define to 1 if you have the declaration of `basename', and to 0 if you 49b1d73e21Sskrll don't. */ 50b1d73e21Sskrll #define HAVE_DECL_BASENAME 0 5142c67cd1Smrg 52b1d73e21Sskrll /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 53b1d73e21Sskrll #define HAVE_DECL_FFS 1 54b1d73e21Sskrll 558c762729Schristos /* Define to 1 if you have the declaration of `fopen64', and to 0 if you 568c762729Schristos don't. */ 578c762729Schristos #define HAVE_DECL_FOPEN64 0 58b1d73e21Sskrll 59b1d73e21Sskrll /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. 60b1d73e21Sskrll */ 61b1d73e21Sskrll #define HAVE_DECL_FSEEKO 1 62b1d73e21Sskrll 63b1d73e21Sskrll /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you 64b1d73e21Sskrll don't. */ 65b1d73e21Sskrll #define HAVE_DECL_FSEEKO64 0 66b1d73e21Sskrll 67b1d73e21Sskrll /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. 68b1d73e21Sskrll */ 69b1d73e21Sskrll #define HAVE_DECL_FTELLO 1 70b1d73e21Sskrll 71b1d73e21Sskrll /* Define to 1 if you have the declaration of `ftello64', and to 0 if you 72b1d73e21Sskrll don't. */ 73b1d73e21Sskrll #define HAVE_DECL_FTELLO64 0 74b1d73e21Sskrll 75b1d73e21Sskrll /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 76b1d73e21Sskrll */ 77b1d73e21Sskrll #define HAVE_DECL_STPCPY 1 78b1d73e21Sskrll 79f51ed01fSchristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 80f51ed01fSchristos don't. */ 81f51ed01fSchristos #define HAVE_DECL_STRNLEN 1 82f51ed01fSchristos 83f51ed01fSchristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 84f51ed01fSchristos don't. */ 85f51ed01fSchristos #define HAVE_DECL_VASPRINTF 1 86f51ed01fSchristos 87*ccd9df53Srin /* Define to 1 if you have the declaration of `___lc_codepage_func', and to 0 88*ccd9df53Srin if you don't. */ 89*ccd9df53Srin #define HAVE_DECL____LC_CODEPAGE_FUNC 0 90*ccd9df53Srin 91b1d73e21Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */ 92b1d73e21Sskrll #define HAVE_DLFCN_H 1 93b1d73e21Sskrll 9442c67cd1Smrg /* Define to 1 if you have the `fcntl' function. */ 9542c67cd1Smrg #define HAVE_FCNTL 1 9642c67cd1Smrg 9742c67cd1Smrg /* Define to 1 if you have the <fcntl.h> header file. */ 9842c67cd1Smrg #define HAVE_FCNTL_H 1 9942c67cd1Smrg 10042c67cd1Smrg /* Define to 1 if you have the `fdopen' function. */ 10142c67cd1Smrg #define HAVE_FDOPEN 1 10242c67cd1Smrg 103cb8d4d4aSmrg /* Define to 1 if you have the `fileno' function. */ 104cb8d4d4aSmrg #define HAVE_FILENO 1 105cb8d4d4aSmrg 1061ddbc14eSchristos /* Define to 1 if you have the `fls' function. */ 1071ddbc14eSchristos /* #undef HAVE_FLS */ 1081ddbc14eSchristos 109b1d73e21Sskrll /* Define to 1 if you have the `fopen64' function. */ 110b1d73e21Sskrll /* #undef HAVE_FOPEN64 */ 111b1d73e21Sskrll 11242c67cd1Smrg /* Define to 1 if you have the `fseeko' function. */ 11342c67cd1Smrg #define HAVE_FSEEKO 1 11442c67cd1Smrg 11542c67cd1Smrg /* Define to 1 if you have the `fseeko64' function. */ 11642c67cd1Smrg /* #undef HAVE_FSEEKO64 */ 11742c67cd1Smrg 11842c67cd1Smrg /* Define to 1 if you have the `ftello' function. */ 11942c67cd1Smrg #define HAVE_FTELLO 1 12042c67cd1Smrg 12142c67cd1Smrg /* Define to 1 if you have the `ftello64' function. */ 12242c67cd1Smrg /* #undef HAVE_FTELLO64 */ 12342c67cd1Smrg 12442c67cd1Smrg /* Define to 1 if you have the `getgid' function. */ 12542c67cd1Smrg #define HAVE_GETGID 1 12642c67cd1Smrg 12742c67cd1Smrg /* Define to 1 if you have the `getpagesize' function. */ 12842c67cd1Smrg #define HAVE_GETPAGESIZE 1 12942c67cd1Smrg 130f51ed01fSchristos /* Define to 1 if you have the `getrlimit' function. */ 131f51ed01fSchristos #define HAVE_GETRLIMIT 1 132f51ed01fSchristos 133*ccd9df53Srin /* Define if the GNU gettext() function is already present or preinstalled. */ 134*ccd9df53Srin /* #undef HAVE_GETTEXT */ 135*ccd9df53Srin 13642c67cd1Smrg /* Define to 1 if you have the `getuid' function. */ 13742c67cd1Smrg #define HAVE_GETUID 1 13842c67cd1Smrg 1398005419bSchristos /* Define if your compiler supports hidden visibility. */ 1408005419bSchristos #define HAVE_HIDDEN 1 1418005419bSchristos 142*ccd9df53Srin /* Define if you have the iconv() function and it works. */ 143*ccd9df53Srin #define HAVE_ICONV 1 144*ccd9df53Srin 14542c67cd1Smrg /* Define to 1 if you have the <inttypes.h> header file. */ 14642c67cd1Smrg #define HAVE_INTTYPES_H 1 14742c67cd1Smrg 14842c67cd1Smrg /* Define if <sys/procfs.h> has lwpstatus_t. */ 14942c67cd1Smrg /* #undef HAVE_LWPSTATUS_T */ 15042c67cd1Smrg 15142c67cd1Smrg /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ 15242c67cd1Smrg /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */ 15342c67cd1Smrg 154cb8d4d4aSmrg /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */ 155cb8d4d4aSmrg /* #undef HAVE_LWPSTATUS_T_PR_FPREG */ 156cb8d4d4aSmrg 15742c67cd1Smrg /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ 15842c67cd1Smrg /* #undef HAVE_LWPSTATUS_T_PR_REG */ 15942c67cd1Smrg 16042c67cd1Smrg /* Define if <sys/procfs.h> has lwpxstatus_t. */ 16142c67cd1Smrg /* #undef HAVE_LWPXSTATUS_T */ 16242c67cd1Smrg 16342c67cd1Smrg /* Define to 1 if you have the `madvise' function. */ 16442c67cd1Smrg #define HAVE_MADVISE 1 16542c67cd1Smrg 16642c67cd1Smrg /* Define to 1 if you have the <memory.h> header file. */ 16742c67cd1Smrg #define HAVE_MEMORY_H 1 16842c67cd1Smrg 16942c67cd1Smrg /* Define to 1 if you have a working `mmap' system call. */ 17042c67cd1Smrg #define HAVE_MMAP 1 17142c67cd1Smrg 17242c67cd1Smrg /* Define to 1 if you have the `mprotect' function. */ 17342c67cd1Smrg #define HAVE_MPROTECT 1 17442c67cd1Smrg 17542c67cd1Smrg /* Define if <sys/procfs.h> has prpsinfo32_t. */ 17642c67cd1Smrg /* #undef HAVE_PRPSINFO32_T */ 17742c67cd1Smrg 178cb8d4d4aSmrg /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */ 179cb8d4d4aSmrg /* #undef HAVE_PRPSINFO32_T_PR_PID */ 180cb8d4d4aSmrg 18142c67cd1Smrg /* Define if <sys/procfs.h> has prpsinfo_t. */ 18242c67cd1Smrg /* #undef HAVE_PRPSINFO_T */ 18342c67cd1Smrg 184cb8d4d4aSmrg /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */ 185cb8d4d4aSmrg /* #undef HAVE_PRPSINFO_T_PR_PID */ 186cb8d4d4aSmrg 18742c67cd1Smrg /* Define if <sys/procfs.h> has prstatus32_t. */ 18842c67cd1Smrg /* #undef HAVE_PRSTATUS32_T */ 18942c67cd1Smrg 19042c67cd1Smrg /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ 19142c67cd1Smrg /* #undef HAVE_PRSTATUS32_T_PR_WHO */ 19242c67cd1Smrg 19342c67cd1Smrg /* Define if <sys/procfs.h> has prstatus_t. */ 19442c67cd1Smrg /* #undef HAVE_PRSTATUS_T */ 19542c67cd1Smrg 19642c67cd1Smrg /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ 19742c67cd1Smrg /* #undef HAVE_PRSTATUS_T_PR_WHO */ 19842c67cd1Smrg 19942c67cd1Smrg /* Define if <sys/procfs.h> has psinfo32_t. */ 20042c67cd1Smrg /* #undef HAVE_PSINFO32_T */ 20142c67cd1Smrg 202cb8d4d4aSmrg /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */ 203cb8d4d4aSmrg /* #undef HAVE_PSINFO32_T_PR_PID */ 204cb8d4d4aSmrg 20542c67cd1Smrg /* Define if <sys/procfs.h> has psinfo_t. */ 20642c67cd1Smrg /* #undef HAVE_PSINFO_T */ 20742c67cd1Smrg 208cb8d4d4aSmrg /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */ 209cb8d4d4aSmrg /* #undef HAVE_PSINFO_T_PR_PID */ 210cb8d4d4aSmrg 21142c67cd1Smrg /* Define if <sys/procfs.h> has pstatus32_t. */ 21242c67cd1Smrg /* #undef HAVE_PSTATUS32_T */ 21342c67cd1Smrg 21442c67cd1Smrg /* Define if <sys/procfs.h> has pstatus_t. */ 21542c67cd1Smrg /* #undef HAVE_PSTATUS_T */ 21642c67cd1Smrg 21742c67cd1Smrg /* Define if <sys/procfs.h> has pxstatus_t. */ 21842c67cd1Smrg /* #undef HAVE_PXSTATUS_T */ 21942c67cd1Smrg 22042c67cd1Smrg /* Define to 1 if you have the <stdint.h> header file. */ 22142c67cd1Smrg #define HAVE_STDINT_H 1 22242c67cd1Smrg 22342c67cd1Smrg /* Define to 1 if you have the <stdlib.h> header file. */ 22442c67cd1Smrg #define HAVE_STDLIB_H 1 22542c67cd1Smrg 22642c67cd1Smrg /* Define to 1 if you have the <strings.h> header file. */ 22742c67cd1Smrg #define HAVE_STRINGS_H 1 22842c67cd1Smrg 22942c67cd1Smrg /* Define to 1 if you have the <string.h> header file. */ 23042c67cd1Smrg #define HAVE_STRING_H 1 23142c67cd1Smrg 23242c67cd1Smrg /* Define if struct core_dumpx has member c_impl */ 23342c67cd1Smrg /* #undef HAVE_ST_C_IMPL */ 23442c67cd1Smrg 23542c67cd1Smrg /* Define to 1 if you have the `sysconf' function. */ 23642c67cd1Smrg #define HAVE_SYSCONF 1 23742c67cd1Smrg 23842c67cd1Smrg /* Define to 1 if you have the <sys/file.h> header file. */ 23942c67cd1Smrg #define HAVE_SYS_FILE_H 1 24042c67cd1Smrg 2418005419bSchristos /* Define to 1 if you have the <sys/param.h> header file. */ 2428005419bSchristos #define HAVE_SYS_PARAM_H 1 2438005419bSchristos 24442c67cd1Smrg /* Define to 1 if you have the <sys/procfs.h> header file. */ 24542c67cd1Smrg /* #undef HAVE_SYS_PROCFS_H */ 24642c67cd1Smrg 247f51ed01fSchristos /* Define to 1 if you have the <sys/resource.h> header file. */ 248f51ed01fSchristos #define HAVE_SYS_RESOURCE_H 1 249f51ed01fSchristos 25042c67cd1Smrg /* Define to 1 if you have the <sys/stat.h> header file. */ 25142c67cd1Smrg #define HAVE_SYS_STAT_H 1 25242c67cd1Smrg 25342c67cd1Smrg /* Define to 1 if you have the <sys/types.h> header file. */ 25442c67cd1Smrg #define HAVE_SYS_TYPES_H 1 25542c67cd1Smrg 25642c67cd1Smrg /* Define to 1 if you have the <unistd.h> header file. */ 25742c67cd1Smrg #define HAVE_UNISTD_H 1 25842c67cd1Smrg 25942c67cd1Smrg /* Define if <sys/procfs.h> has win32_pstatus_t. */ 26042c67cd1Smrg /* #undef HAVE_WIN32_PSTATUS_T */ 26142c67cd1Smrg 2625dc4313eSmrg /* Define to 1 if you have the <windows.h> header file. */ 2635dc4313eSmrg /* #undef HAVE_WINDOWS_H */ 2645dc4313eSmrg 265*ccd9df53Srin /* Define to 1 if zstd is enabled. */ 266*ccd9df53Srin /* #undef HAVE_ZSTD */ 267*ccd9df53Srin 268b1d73e21Sskrll /* Define to the sub-directory in which libtool stores uninstalled libraries. 269b1d73e21Sskrll */ 270b1d73e21Sskrll #define LT_OBJDIR ".libs/" 27142c67cd1Smrg 27242c67cd1Smrg /* Name of package */ 27342c67cd1Smrg #define PACKAGE "bfd" 27442c67cd1Smrg 27542c67cd1Smrg /* Define to the address where bug reports for this package should be sent. */ 27642c67cd1Smrg #define PACKAGE_BUGREPORT "" 27742c67cd1Smrg 27842c67cd1Smrg /* Define to the full name of this package. */ 279f51ed01fSchristos #define PACKAGE_NAME "bfd" 28042c67cd1Smrg 28142c67cd1Smrg /* Define to the full name and version of this package. */ 282*ccd9df53Srin #define PACKAGE_STRING "bfd 2.42" 28342c67cd1Smrg 28442c67cd1Smrg /* Define to the one symbol short name of this package. */ 285f51ed01fSchristos #define PACKAGE_TARNAME "bfd" 28642c67cd1Smrg 287cb8d4d4aSmrg /* Define to the home page for this package. */ 288cb8d4d4aSmrg #define PACKAGE_URL "" 289cb8d4d4aSmrg 29042c67cd1Smrg /* Define to the version of this package. */ 291*ccd9df53Srin #define PACKAGE_VERSION "2.42" 29242c67cd1Smrg 293cb8d4d4aSmrg /* The size of `int', as computed by sizeof. */ 2941ddbc14eSchristos #define SIZEOF_INT 4 295b1d73e21Sskrll 296cb8d4d4aSmrg /* The size of `long', as computed by sizeof. */ 29768ccb2e4Srin #define SIZEOF_LONG 4 298b1d73e21Sskrll 299cb8d4d4aSmrg /* The size of `long long', as computed by sizeof. */ 30042c67cd1Smrg #define SIZEOF_LONG_LONG 8 30142c67cd1Smrg 302cb8d4d4aSmrg /* The size of `off_t', as computed by sizeof. */ 30342c67cd1Smrg #define SIZEOF_OFF_T 8 30442c67cd1Smrg 305cb8d4d4aSmrg /* The size of `void *', as computed by sizeof. */ 30668ccb2e4Srin #define SIZEOF_VOID_P 4 30742c67cd1Smrg 30842c67cd1Smrg /* Define to 1 if you have the ANSI C header files. */ 30942c67cd1Smrg #define STDC_HEADERS 1 31042c67cd1Smrg 311*ccd9df53Srin /* If the compiler supports a TLS storage class, define it to that here */ 312*ccd9df53Srin #define TLS _Thread_local 313*ccd9df53Srin 31442c67cd1Smrg /* Name of host specific header file to include in trad-core.c. */ 31542c67cd1Smrg /* #undef TRAD_HEADER */ 31642c67cd1Smrg 3178005419bSchristos /* Define if 64-bit archives should always be used. */ 3188005419bSchristos /* #undef USE_64_BIT_ARCHIVE */ 3195b0871f5Schristos 32042c67cd1Smrg /* Use b modifier when opening binary files? */ 32142c67cd1Smrg /* #undef USE_BINARY_FOPEN */ 32242c67cd1Smrg 323cb8d4d4aSmrg /* Define if we should use leading underscore on 64 bit mingw targets */ 324cb8d4d4aSmrg /* #undef USE_MINGW64_LEADING_UNDERSCORES */ 325cb8d4d4aSmrg 32642c67cd1Smrg /* Use mmap if it's available? */ 32742c67cd1Smrg /* #undef USE_MMAP */ 32842c67cd1Smrg 329b1d73e21Sskrll /* Define if we should default to creating read-only plt entries */ 3308c762729Schristos #define USE_SECUREPLT 1 331b1d73e21Sskrll 332b1d73e21Sskrll /* Enable extensions on AIX 3, Interix. */ 333b1d73e21Sskrll #ifndef _ALL_SOURCE 334b1d73e21Sskrll # define _ALL_SOURCE 1 335b1d73e21Sskrll #endif 336b1d73e21Sskrll /* Enable GNU extensions on systems that have them. */ 337b1d73e21Sskrll #ifndef _GNU_SOURCE 338b1d73e21Sskrll # define _GNU_SOURCE 1 339b1d73e21Sskrll #endif 340b1d73e21Sskrll /* Enable threading extensions on Solaris. */ 341b1d73e21Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS 342b1d73e21Sskrll # define _POSIX_PTHREAD_SEMANTICS 1 343b1d73e21Sskrll #endif 344b1d73e21Sskrll /* Enable extensions on HP NonStop. */ 345b1d73e21Sskrll #ifndef _TANDEM_SOURCE 346b1d73e21Sskrll # define _TANDEM_SOURCE 1 347b1d73e21Sskrll #endif 348b1d73e21Sskrll /* Enable general extensions on Solaris. */ 349b1d73e21Sskrll #ifndef __EXTENSIONS__ 350b1d73e21Sskrll # define __EXTENSIONS__ 1 351b1d73e21Sskrll #endif 352b1d73e21Sskrll 353cb8d4d4aSmrg 354cb8d4d4aSmrg /* Version number of package */ 355*ccd9df53Srin #define VERSION "2.42" 356*ccd9df53Srin 357*ccd9df53Srin /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 358*ccd9df53Srin significant byte first (like Motorola and SPARC, unlike Intel). */ 359*ccd9df53Srin #if defined AC_APPLE_UNIVERSAL_BUILD 360*ccd9df53Srin # if defined __BIG_ENDIAN__ 361*ccd9df53Srin # define WORDS_BIGENDIAN 1 362*ccd9df53Srin # endif 363*ccd9df53Srin #else 364*ccd9df53Srin # ifndef WORDS_BIGENDIAN 365*ccd9df53Srin # define WORDS_BIGENDIAN 1 366*ccd9df53Srin # endif 367*ccd9df53Srin #endif 3688005419bSchristos 3698005419bSchristos /* Enable large inode numbers on Mac OS X 10.5. */ 3708005419bSchristos #ifndef _DARWIN_USE_64_BIT_INODE 3718005419bSchristos # define _DARWIN_USE_64_BIT_INODE 1 3728005419bSchristos #endif 373cb8d4d4aSmrg 374cb8d4d4aSmrg /* Number of bits in a file offset, on hosts where this is settable. */ 375cb8d4d4aSmrg /* #undef _FILE_OFFSET_BITS */ 376cb8d4d4aSmrg 377cb8d4d4aSmrg /* Define for large files, on AIX-style hosts. */ 378cb8d4d4aSmrg /* #undef _LARGE_FILES */ 379cb8d4d4aSmrg 380cb8d4d4aSmrg /* Define to 1 if on MINIX. */ 381cb8d4d4aSmrg /* #undef _MINIX */ 382cb8d4d4aSmrg 383cb8d4d4aSmrg /* Define to 2 if the system does not provide POSIX.1 features except with 384cb8d4d4aSmrg this defined. */ 385cb8d4d4aSmrg /* #undef _POSIX_1_SOURCE */ 386cb8d4d4aSmrg 387cb8d4d4aSmrg /* Define to 1 if you need to in order for `stat' and other things to work. */ 388cb8d4d4aSmrg /* #undef _POSIX_SOURCE */ 3898c762729Schristos 3908c762729Schristos /* Use structured /proc on Solaris. */ 3918c762729Schristos #define _STRUCTURED_PROC 1 392