xref: /netbsd-src/external/gpl3/gdb/lib/libbfd/arch/riscv32/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
106dfa844Sskrll /* 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  */
306dfa844Sskrll /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
406dfa844Sskrll 
506dfa844Sskrll /* config.h.  Generated from config.in by configure.  */
606dfa844Sskrll /* config.in.  Generated from configure.ac by autoheader.  */
706dfa844Sskrll 
806dfa844Sskrll /* Check that config.h is #included before system headers
906dfa844Sskrll     (this works only for glibc, but that should be enough).  */
1006dfa844Sskrll #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
1106dfa844Sskrll #  error config.h must be #included before system headers
1206dfa844Sskrll #endif
1306dfa844Sskrll #define __CONFIG_H__ 1
1406dfa844Sskrll 
15*22ebeae4Schristos /* Define if building universal (internal helper macro) */
16*22ebeae4Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
17*22ebeae4Schristos 
1806dfa844Sskrll /* Name of host specific core header file to include in elf.c. */
1906dfa844Sskrll /* #undef CORE_HEADER */
2006dfa844Sskrll 
2106dfa844Sskrll /* Define to 1 if you want to enable -z separate-code in ELF linker by
2206dfa844Sskrll    default. */
2306dfa844Sskrll #define DEFAULT_LD_Z_SEPARATE_CODE 0
2406dfa844Sskrll 
252dd29543Schristos /* Define if you want run-time sanity checks. */
262dd29543Schristos /* #undef ENABLE_CHECKING */
272dd29543Schristos 
2806dfa844Sskrll /* Define to 1 if translation of program messages to the user's native
2906dfa844Sskrll    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 */
4306dfa844Sskrll 
4406dfa844Sskrll /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
4506dfa844Sskrll    don't. */
4606dfa844Sskrll #define HAVE_DECL_ASPRINTF 1
4706dfa844Sskrll 
4806dfa844Sskrll /* Define to 1 if you have the declaration of `basename', and to 0 if you
4906dfa844Sskrll    don't. */
5006dfa844Sskrll #define HAVE_DECL_BASENAME 0
5106dfa844Sskrll 
5206dfa844Sskrll /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
5306dfa844Sskrll #define HAVE_DECL_FFS 1
5406dfa844Sskrll 
552dd29543Schristos /* Define to 1 if you have the declaration of `fopen64', and to 0 if you
562dd29543Schristos    don't. */
572dd29543Schristos #define HAVE_DECL_FOPEN64 0
5806dfa844Sskrll 
5906dfa844Sskrll /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
6006dfa844Sskrll    */
6106dfa844Sskrll #define HAVE_DECL_FSEEKO 1
6206dfa844Sskrll 
6306dfa844Sskrll /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
6406dfa844Sskrll    don't. */
6506dfa844Sskrll #define HAVE_DECL_FSEEKO64 0
6606dfa844Sskrll 
6706dfa844Sskrll /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
6806dfa844Sskrll    */
6906dfa844Sskrll #define HAVE_DECL_FTELLO 1
7006dfa844Sskrll 
7106dfa844Sskrll /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
7206dfa844Sskrll    don't. */
7306dfa844Sskrll #define HAVE_DECL_FTELLO64 0
7406dfa844Sskrll 
7506dfa844Sskrll /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
7606dfa844Sskrll    */
7706dfa844Sskrll #define HAVE_DECL_STPCPY 1
7806dfa844Sskrll 
7906dfa844Sskrll /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
8006dfa844Sskrll    don't. */
8106dfa844Sskrll #define HAVE_DECL_STRNLEN 1
8206dfa844Sskrll 
8306dfa844Sskrll /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
8406dfa844Sskrll    don't. */
8506dfa844Sskrll #define HAVE_DECL_VASPRINTF 1
8606dfa844Sskrll 
872dd29543Schristos /* Define to 1 if you have the declaration of `___lc_codepage_func', and to 0
882dd29543Schristos    if you don't. */
892dd29543Schristos #define HAVE_DECL____LC_CODEPAGE_FUNC 0
9006dfa844Sskrll 
9106dfa844Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */
9206dfa844Sskrll #define HAVE_DLFCN_H 1
9306dfa844Sskrll 
9406dfa844Sskrll /* Define to 1 if you have the `fcntl' function. */
9506dfa844Sskrll #define HAVE_FCNTL 1
9606dfa844Sskrll 
9706dfa844Sskrll /* Define to 1 if you have the <fcntl.h> header file. */
9806dfa844Sskrll #define HAVE_FCNTL_H 1
9906dfa844Sskrll 
10006dfa844Sskrll /* Define to 1 if you have the `fdopen' function. */
10106dfa844Sskrll #define HAVE_FDOPEN 1
10206dfa844Sskrll 
10306dfa844Sskrll /* Define to 1 if you have the `fileno' function. */
10406dfa844Sskrll #define HAVE_FILENO 1
10506dfa844Sskrll 
10606dfa844Sskrll /* Define to 1 if you have the `fls' function. */
10706dfa844Sskrll /* #undef HAVE_FLS */
10806dfa844Sskrll 
10906dfa844Sskrll /* Define to 1 if you have the `fopen64' function. */
11006dfa844Sskrll /* #undef HAVE_FOPEN64 */
11106dfa844Sskrll 
11206dfa844Sskrll /* Define to 1 if you have the `fseeko' function. */
11306dfa844Sskrll #define HAVE_FSEEKO 1
11406dfa844Sskrll 
11506dfa844Sskrll /* Define to 1 if you have the `fseeko64' function. */
11606dfa844Sskrll /* #undef HAVE_FSEEKO64 */
11706dfa844Sskrll 
11806dfa844Sskrll /* Define to 1 if you have the `ftello' function. */
11906dfa844Sskrll #define HAVE_FTELLO 1
12006dfa844Sskrll 
12106dfa844Sskrll /* Define to 1 if you have the `ftello64' function. */
12206dfa844Sskrll /* #undef HAVE_FTELLO64 */
12306dfa844Sskrll 
12406dfa844Sskrll /* Define to 1 if you have the `getgid' function. */
12506dfa844Sskrll #define HAVE_GETGID 1
12606dfa844Sskrll 
12706dfa844Sskrll /* Define to 1 if you have the `getpagesize' function. */
12806dfa844Sskrll #define HAVE_GETPAGESIZE 1
12906dfa844Sskrll 
13006dfa844Sskrll /* Define to 1 if you have the `getrlimit' function. */
13106dfa844Sskrll #define HAVE_GETRLIMIT 1
13206dfa844Sskrll 
133*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */
134*22ebeae4Schristos /* #undef HAVE_GETTEXT */
135*22ebeae4Schristos 
13606dfa844Sskrll /* Define to 1 if you have the `getuid' function. */
13706dfa844Sskrll #define HAVE_GETUID 1
13806dfa844Sskrll 
13906dfa844Sskrll /* Define if your compiler supports hidden visibility. */
14006dfa844Sskrll #define HAVE_HIDDEN 1
14106dfa844Sskrll 
142*22ebeae4Schristos /* Define if you have the iconv() function and it works. */
143*22ebeae4Schristos #define HAVE_ICONV 1
144*22ebeae4Schristos 
14506dfa844Sskrll /* Define to 1 if you have the <inttypes.h> header file. */
14606dfa844Sskrll #define HAVE_INTTYPES_H 1
14706dfa844Sskrll 
14806dfa844Sskrll /* Define if <sys/procfs.h> has lwpstatus_t. */
14906dfa844Sskrll /* #undef HAVE_LWPSTATUS_T */
15006dfa844Sskrll 
15106dfa844Sskrll /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
15206dfa844Sskrll /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
15306dfa844Sskrll 
15406dfa844Sskrll /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
15506dfa844Sskrll /* #undef HAVE_LWPSTATUS_T_PR_FPREG */
15606dfa844Sskrll 
15706dfa844Sskrll /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
15806dfa844Sskrll /* #undef HAVE_LWPSTATUS_T_PR_REG */
15906dfa844Sskrll 
16006dfa844Sskrll /* Define if <sys/procfs.h> has lwpxstatus_t. */
16106dfa844Sskrll /* #undef HAVE_LWPXSTATUS_T */
16206dfa844Sskrll 
16306dfa844Sskrll /* Define to 1 if you have the `madvise' function. */
16406dfa844Sskrll #define HAVE_MADVISE 1
16506dfa844Sskrll 
16606dfa844Sskrll /* Define to 1 if you have the <memory.h> header file. */
16706dfa844Sskrll #define HAVE_MEMORY_H 1
16806dfa844Sskrll 
16906dfa844Sskrll /* Define to 1 if you have a working `mmap' system call. */
17006dfa844Sskrll #define HAVE_MMAP 1
17106dfa844Sskrll 
17206dfa844Sskrll /* Define to 1 if you have the `mprotect' function. */
17306dfa844Sskrll #define HAVE_MPROTECT 1
17406dfa844Sskrll 
17506dfa844Sskrll /* Define if <sys/procfs.h> has prpsinfo32_t. */
17606dfa844Sskrll /* #undef HAVE_PRPSINFO32_T */
17706dfa844Sskrll 
17806dfa844Sskrll /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
17906dfa844Sskrll /* #undef HAVE_PRPSINFO32_T_PR_PID */
18006dfa844Sskrll 
18106dfa844Sskrll /* Define if <sys/procfs.h> has prpsinfo_t. */
18206dfa844Sskrll /* #undef HAVE_PRPSINFO_T */
18306dfa844Sskrll 
18406dfa844Sskrll /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
18506dfa844Sskrll /* #undef HAVE_PRPSINFO_T_PR_PID */
18606dfa844Sskrll 
18706dfa844Sskrll /* Define if <sys/procfs.h> has prstatus32_t. */
18806dfa844Sskrll /* #undef HAVE_PRSTATUS32_T */
18906dfa844Sskrll 
19006dfa844Sskrll /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
19106dfa844Sskrll /* #undef HAVE_PRSTATUS32_T_PR_WHO */
19206dfa844Sskrll 
19306dfa844Sskrll /* Define if <sys/procfs.h> has prstatus_t. */
19406dfa844Sskrll /* #undef HAVE_PRSTATUS_T */
19506dfa844Sskrll 
19606dfa844Sskrll /* Define if <sys/procfs.h> has prstatus_t.pr_who. */
19706dfa844Sskrll /* #undef HAVE_PRSTATUS_T_PR_WHO */
19806dfa844Sskrll 
19906dfa844Sskrll /* Define if <sys/procfs.h> has psinfo32_t. */
20006dfa844Sskrll /* #undef HAVE_PSINFO32_T */
20106dfa844Sskrll 
20206dfa844Sskrll /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
20306dfa844Sskrll /* #undef HAVE_PSINFO32_T_PR_PID */
20406dfa844Sskrll 
20506dfa844Sskrll /* Define if <sys/procfs.h> has psinfo_t. */
20606dfa844Sskrll /* #undef HAVE_PSINFO_T */
20706dfa844Sskrll 
20806dfa844Sskrll /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
20906dfa844Sskrll /* #undef HAVE_PSINFO_T_PR_PID */
21006dfa844Sskrll 
21106dfa844Sskrll /* Define if <sys/procfs.h> has pstatus32_t. */
21206dfa844Sskrll /* #undef HAVE_PSTATUS32_T */
21306dfa844Sskrll 
21406dfa844Sskrll /* Define if <sys/procfs.h> has pstatus_t. */
21506dfa844Sskrll /* #undef HAVE_PSTATUS_T */
21606dfa844Sskrll 
21706dfa844Sskrll /* Define if <sys/procfs.h> has pxstatus_t. */
21806dfa844Sskrll /* #undef HAVE_PXSTATUS_T */
21906dfa844Sskrll 
22006dfa844Sskrll /* Define to 1 if you have the <stdint.h> header file. */
22106dfa844Sskrll #define HAVE_STDINT_H 1
22206dfa844Sskrll 
22306dfa844Sskrll /* Define to 1 if you have the <stdlib.h> header file. */
22406dfa844Sskrll #define HAVE_STDLIB_H 1
22506dfa844Sskrll 
22606dfa844Sskrll /* Define to 1 if you have the <strings.h> header file. */
22706dfa844Sskrll #define HAVE_STRINGS_H 1
22806dfa844Sskrll 
22906dfa844Sskrll /* Define to 1 if you have the <string.h> header file. */
23006dfa844Sskrll #define HAVE_STRING_H 1
23106dfa844Sskrll 
23206dfa844Sskrll /* Define if struct core_dumpx has member c_impl */
23306dfa844Sskrll /* #undef HAVE_ST_C_IMPL */
23406dfa844Sskrll 
23506dfa844Sskrll /* Define to 1 if you have the `sysconf' function. */
23606dfa844Sskrll #define HAVE_SYSCONF 1
23706dfa844Sskrll 
23806dfa844Sskrll /* Define to 1 if you have the <sys/file.h> header file. */
23906dfa844Sskrll #define HAVE_SYS_FILE_H 1
24006dfa844Sskrll 
24106dfa844Sskrll /* Define to 1 if you have the <sys/param.h> header file. */
24206dfa844Sskrll #define HAVE_SYS_PARAM_H 1
24306dfa844Sskrll 
24406dfa844Sskrll /* Define to 1 if you have the <sys/procfs.h> header file. */
24506dfa844Sskrll /* #undef HAVE_SYS_PROCFS_H */
24606dfa844Sskrll 
24706dfa844Sskrll /* Define to 1 if you have the <sys/resource.h> header file. */
24806dfa844Sskrll #define HAVE_SYS_RESOURCE_H 1
24906dfa844Sskrll 
25006dfa844Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */
25106dfa844Sskrll #define HAVE_SYS_STAT_H 1
25206dfa844Sskrll 
25306dfa844Sskrll /* Define to 1 if you have the <sys/types.h> header file. */
25406dfa844Sskrll #define HAVE_SYS_TYPES_H 1
25506dfa844Sskrll 
25606dfa844Sskrll /* Define to 1 if you have the <unistd.h> header file. */
25706dfa844Sskrll #define HAVE_UNISTD_H 1
25806dfa844Sskrll 
25906dfa844Sskrll /* Define if <sys/procfs.h> has win32_pstatus_t. */
26006dfa844Sskrll /* #undef HAVE_WIN32_PSTATUS_T */
26106dfa844Sskrll 
26206dfa844Sskrll /* Define to 1 if you have the <windows.h> header file. */
26306dfa844Sskrll /* #undef HAVE_WINDOWS_H */
26406dfa844Sskrll 
2652dd29543Schristos /* Define to 1 if zstd is enabled. */
2662dd29543Schristos /* #undef HAVE_ZSTD */
2672dd29543Schristos 
26806dfa844Sskrll /* Define to the sub-directory in which libtool stores uninstalled libraries.
26906dfa844Sskrll    */
27006dfa844Sskrll #define LT_OBJDIR ".libs/"
27106dfa844Sskrll 
27206dfa844Sskrll /* Name of package */
27306dfa844Sskrll #define PACKAGE "bfd"
27406dfa844Sskrll 
27506dfa844Sskrll /* Define to the address where bug reports for this package should be sent. */
27606dfa844Sskrll #define PACKAGE_BUGREPORT ""
27706dfa844Sskrll 
27806dfa844Sskrll /* Define to the full name of this package. */
27906dfa844Sskrll #define PACKAGE_NAME "bfd"
28006dfa844Sskrll 
28106dfa844Sskrll /* Define to the full name and version of this package. */
282*22ebeae4Schristos #define PACKAGE_STRING "bfd 2.42.50"
28306dfa844Sskrll 
28406dfa844Sskrll /* Define to the one symbol short name of this package. */
28506dfa844Sskrll #define PACKAGE_TARNAME "bfd"
28606dfa844Sskrll 
28706dfa844Sskrll /* Define to the home page for this package. */
28806dfa844Sskrll #define PACKAGE_URL ""
28906dfa844Sskrll 
29006dfa844Sskrll /* Define to the version of this package. */
291*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50"
29206dfa844Sskrll 
29306dfa844Sskrll /* The size of `int', as computed by sizeof. */
29406dfa844Sskrll #define SIZEOF_INT 4
29506dfa844Sskrll 
29606dfa844Sskrll /* The size of `long', as computed by sizeof. */
29706dfa844Sskrll #define SIZEOF_LONG 4
29806dfa844Sskrll 
29906dfa844Sskrll /* The size of `long long', as computed by sizeof. */
30006dfa844Sskrll #define SIZEOF_LONG_LONG 8
30106dfa844Sskrll 
30206dfa844Sskrll /* The size of `off_t', as computed by sizeof. */
30306dfa844Sskrll #define SIZEOF_OFF_T 8
30406dfa844Sskrll 
30506dfa844Sskrll /* The size of `void *', as computed by sizeof. */
30606dfa844Sskrll #define SIZEOF_VOID_P 4
30706dfa844Sskrll 
30806dfa844Sskrll /* Define to 1 if you have the ANSI C header files. */
30906dfa844Sskrll #define STDC_HEADERS 1
31006dfa844Sskrll 
311*22ebeae4Schristos /* If the compiler supports a TLS storage class, define it to that here */
312*22ebeae4Schristos #define TLS _Thread_local
313*22ebeae4Schristos 
31406dfa844Sskrll /* Name of host specific header file to include in trad-core.c. */
31506dfa844Sskrll /* #undef TRAD_HEADER */
31606dfa844Sskrll 
31706dfa844Sskrll /* Define if 64-bit archives should always be used. */
31806dfa844Sskrll /* #undef USE_64_BIT_ARCHIVE */
31906dfa844Sskrll 
32006dfa844Sskrll /* Use b modifier when opening binary files? */
32106dfa844Sskrll /* #undef USE_BINARY_FOPEN */
32206dfa844Sskrll 
32306dfa844Sskrll /* Define if we should use leading underscore on 64 bit mingw targets */
32406dfa844Sskrll /* #undef USE_MINGW64_LEADING_UNDERSCORES */
32506dfa844Sskrll 
32606dfa844Sskrll /* Use mmap if it's available? */
32706dfa844Sskrll /* #undef USE_MMAP */
32806dfa844Sskrll 
32906dfa844Sskrll /* Define if we should default to creating read-only plt entries */
3306ca1cfa8Srin /* #undef USE_SECUREPLT */
33106dfa844Sskrll 
33206dfa844Sskrll /* Enable extensions on AIX 3, Interix.  */
33306dfa844Sskrll #ifndef _ALL_SOURCE
33406dfa844Sskrll # define _ALL_SOURCE 1
33506dfa844Sskrll #endif
33606dfa844Sskrll /* Enable GNU extensions on systems that have them.  */
33706dfa844Sskrll #ifndef _GNU_SOURCE
33806dfa844Sskrll # define _GNU_SOURCE 1
33906dfa844Sskrll #endif
34006dfa844Sskrll /* Enable threading extensions on Solaris.  */
34106dfa844Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS
34206dfa844Sskrll # define _POSIX_PTHREAD_SEMANTICS 1
34306dfa844Sskrll #endif
34406dfa844Sskrll /* Enable extensions on HP NonStop.  */
34506dfa844Sskrll #ifndef _TANDEM_SOURCE
34606dfa844Sskrll # define _TANDEM_SOURCE 1
34706dfa844Sskrll #endif
34806dfa844Sskrll /* Enable general extensions on Solaris.  */
34906dfa844Sskrll #ifndef __EXTENSIONS__
35006dfa844Sskrll # define __EXTENSIONS__ 1
35106dfa844Sskrll #endif
35206dfa844Sskrll 
35306dfa844Sskrll 
35406dfa844Sskrll /* 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 /* #  undef WORDS_BIGENDIAN */
366*22ebeae4Schristos # endif
367*22ebeae4Schristos #endif
36806dfa844Sskrll 
36906dfa844Sskrll /* Enable large inode numbers on Mac OS X 10.5.  */
37006dfa844Sskrll #ifndef _DARWIN_USE_64_BIT_INODE
37106dfa844Sskrll # define _DARWIN_USE_64_BIT_INODE 1
37206dfa844Sskrll #endif
37306dfa844Sskrll 
37406dfa844Sskrll /* Number of bits in a file offset, on hosts where this is settable. */
37506dfa844Sskrll /* #undef _FILE_OFFSET_BITS */
37606dfa844Sskrll 
37706dfa844Sskrll /* Define for large files, on AIX-style hosts. */
37806dfa844Sskrll /* #undef _LARGE_FILES */
37906dfa844Sskrll 
38006dfa844Sskrll /* Define to 1 if on MINIX. */
38106dfa844Sskrll /* #undef _MINIX */
38206dfa844Sskrll 
38306dfa844Sskrll /* Define to 2 if the system does not provide POSIX.1 features except with
38406dfa844Sskrll    this defined. */
38506dfa844Sskrll /* #undef _POSIX_1_SOURCE */
38606dfa844Sskrll 
38706dfa844Sskrll /* Define to 1 if you need to in order for `stat' and other things to work. */
38806dfa844Sskrll /* #undef _POSIX_SOURCE */
38906dfa844Sskrll 
39006dfa844Sskrll /* Use structured /proc on Solaris. */
39106dfa844Sskrll #define _STRUCTURED_PROC 1
392