xref: /netbsd-src/external/gpl3/gcc/lib/libobjc/arch/ia64/config.h (revision dec7c72467282c8644bc0dade5c97c29ffd15278)
15e4c8969Smartin /* This file is automatically generated.  DO NOT EDIT! */
2*dec7c724Smrg /* Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp  */
3*dec7c724Smrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
45e4c8969Smartin 
55e4c8969Smartin /* config.h.  Generated from config.h.in by configure.  */
65e4c8969Smartin /* config.h.in.  Generated from configure.ac by autoheader.  */
75e4c8969Smartin 
8d79d5e15Smrg /* Define if the type of bitfields effects alignment. */
9d79d5e15Smrg #define HAVE_BITFIELD_TYPE_MATTERS 1
10d79d5e15Smrg 
11d06f941dSmrg /* Define to 1 if the target assembler supports thread-local storage. */
12d06f941dSmrg /* #undef HAVE_CC_TLS */
13d06f941dSmrg 
145e4c8969Smartin /* Define to 1 if you have the <dlfcn.h> header file. */
155e4c8969Smartin #define HAVE_DLFCN_H 1
165e4c8969Smartin 
175e4c8969Smartin /* Define to 1 if you have the <inttypes.h> header file. */
185e4c8969Smartin #define HAVE_INTTYPES_H 1
195e4c8969Smartin 
205e4c8969Smartin /* Define to 1 if you have the <memory.h> header file. */
215e4c8969Smartin #define HAVE_MEMORY_H 1
225e4c8969Smartin 
235e4c8969Smartin /* Define to 1 if you have the <sched.h> header file. */
245e4c8969Smartin #define HAVE_SCHED_H 1
255e4c8969Smartin 
265e4c8969Smartin /* Define to 1 if you have the <stdint.h> header file. */
275e4c8969Smartin #define HAVE_STDINT_H 1
285e4c8969Smartin 
295e4c8969Smartin /* Define to 1 if you have the <stdlib.h> header file. */
305e4c8969Smartin #define HAVE_STDLIB_H 1
315e4c8969Smartin 
325e4c8969Smartin /* Define to 1 if you have the <strings.h> header file. */
335e4c8969Smartin #define HAVE_STRINGS_H 1
345e4c8969Smartin 
355e4c8969Smartin /* Define to 1 if you have the <string.h> header file. */
365e4c8969Smartin #define HAVE_STRING_H 1
375e4c8969Smartin 
385e4c8969Smartin /* Define to 1 if you have the <sys/stat.h> header file. */
395e4c8969Smartin #define HAVE_SYS_STAT_H 1
405e4c8969Smartin 
415e4c8969Smartin /* Define to 1 if you have the <sys/types.h> header file. */
425e4c8969Smartin #define HAVE_SYS_TYPES_H 1
435e4c8969Smartin 
44d06f941dSmrg /* Define to 1 if the target supports thread-local storage. */
45d06f941dSmrg #define HAVE_TLS 1
46d06f941dSmrg 
475e4c8969Smartin /* Define to 1 if you have the <unistd.h> header file. */
485e4c8969Smartin #define HAVE_UNISTD_H 1
495e4c8969Smartin 
505e4c8969Smartin /* Define to the sub-directory in which libtool stores uninstalled libraries.
515e4c8969Smartin    */
525e4c8969Smartin #define LT_OBJDIR ".libs/"
535e4c8969Smartin 
545e4c8969Smartin /* Define to the address where bug reports for this package should be sent. */
555e4c8969Smartin #define PACKAGE_BUGREPORT ""
565e4c8969Smartin 
575e4c8969Smartin /* Define to the full name of this package. */
585e4c8969Smartin #define PACKAGE_NAME "package-unused"
595e4c8969Smartin 
605e4c8969Smartin /* Define to the full name and version of this package. */
615e4c8969Smartin #define PACKAGE_STRING "package-unused version-unused"
625e4c8969Smartin 
635e4c8969Smartin /* Define to the one symbol short name of this package. */
645e4c8969Smartin #define PACKAGE_TARNAME "libobjc"
655e4c8969Smartin 
665e4c8969Smartin /* Define to the home page for this package. */
675e4c8969Smartin #define PACKAGE_URL ""
685e4c8969Smartin 
695e4c8969Smartin /* Define to the version of this package. */
705e4c8969Smartin #define PACKAGE_VERSION "version-unused"
715e4c8969Smartin 
725e4c8969Smartin /* Define to 1 if you have the ANSI C header files. */
735e4c8969Smartin #define STDC_HEADERS 1
74