184d9c625SLionel Sambuc /* This file is automatically generated. DO NOT EDIT! */ 2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp */ 3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */ 484d9c625SLionel Sambuc 584d9c625SLionel Sambuc /* config.h. Generated from config.h.in by configure. */ 684d9c625SLionel Sambuc /* config.h.in. Generated from configure.ac by autoheader. */ 784d9c625SLionel Sambuc 8*0a6a1f1dSLionel Sambuc /* Define to 1 if the target assembler supports thread-local storage. */ 9*0a6a1f1dSLionel Sambuc /* #undef HAVE_CC_TLS */ 10*0a6a1f1dSLionel Sambuc 1184d9c625SLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */ 1284d9c625SLionel Sambuc #define HAVE_DLFCN_H 1 1384d9c625SLionel Sambuc 1484d9c625SLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */ 1584d9c625SLionel Sambuc #define HAVE_INTTYPES_H 1 1684d9c625SLionel Sambuc 1784d9c625SLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */ 1884d9c625SLionel Sambuc #define HAVE_MEMORY_H 1 1984d9c625SLionel Sambuc 2084d9c625SLionel Sambuc /* Define to 1 if you have the <sched.h> header file. */ 2184d9c625SLionel Sambuc #define HAVE_SCHED_H 1 2284d9c625SLionel Sambuc 2384d9c625SLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */ 2484d9c625SLionel Sambuc #define HAVE_STDINT_H 1 2584d9c625SLionel Sambuc 2684d9c625SLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */ 2784d9c625SLionel Sambuc #define HAVE_STDLIB_H 1 2884d9c625SLionel Sambuc 2984d9c625SLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */ 3084d9c625SLionel Sambuc #define HAVE_STRINGS_H 1 3184d9c625SLionel Sambuc 3284d9c625SLionel Sambuc /* Define to 1 if you have the <string.h> header file. */ 3384d9c625SLionel Sambuc #define HAVE_STRING_H 1 3484d9c625SLionel Sambuc 3584d9c625SLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */ 3684d9c625SLionel Sambuc #define HAVE_SYS_STAT_H 1 3784d9c625SLionel Sambuc 3884d9c625SLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */ 3984d9c625SLionel Sambuc #define HAVE_SYS_TYPES_H 1 4084d9c625SLionel Sambuc 41*0a6a1f1dSLionel Sambuc /* Define to 1 if the target supports thread-local storage. */ 42*0a6a1f1dSLionel Sambuc #define HAVE_TLS 1 43*0a6a1f1dSLionel Sambuc 4484d9c625SLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */ 4584d9c625SLionel Sambuc #define HAVE_UNISTD_H 1 4684d9c625SLionel Sambuc 4784d9c625SLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries. 4884d9c625SLionel Sambuc */ 4984d9c625SLionel Sambuc #define LT_OBJDIR ".libs/" 5084d9c625SLionel Sambuc 5184d9c625SLionel Sambuc /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 5284d9c625SLionel Sambuc /* #undef NO_MINUS_C_MINUS_O */ 5384d9c625SLionel Sambuc 5484d9c625SLionel Sambuc /* Define to the address where bug reports for this package should be sent. */ 5584d9c625SLionel Sambuc #define PACKAGE_BUGREPORT "" 5684d9c625SLionel Sambuc 5784d9c625SLionel Sambuc /* Define to the full name of this package. */ 5884d9c625SLionel Sambuc #define PACKAGE_NAME "package-unused" 5984d9c625SLionel Sambuc 6084d9c625SLionel Sambuc /* Define to the full name and version of this package. */ 6184d9c625SLionel Sambuc #define PACKAGE_STRING "package-unused version-unused" 6284d9c625SLionel Sambuc 6384d9c625SLionel Sambuc /* Define to the one symbol short name of this package. */ 6484d9c625SLionel Sambuc #define PACKAGE_TARNAME "libobjc" 6584d9c625SLionel Sambuc 6684d9c625SLionel Sambuc /* Define to the home page for this package. */ 6784d9c625SLionel Sambuc #define PACKAGE_URL "" 6884d9c625SLionel Sambuc 6984d9c625SLionel Sambuc /* Define to the version of this package. */ 7084d9c625SLionel Sambuc #define PACKAGE_VERSION "version-unused" 7184d9c625SLionel Sambuc 7284d9c625SLionel Sambuc /* Define if the compiler is configured for setjmp/longjmp exceptions. */ 7384d9c625SLionel Sambuc /* #undef SJLJ_EXCEPTIONS */ 7484d9c625SLionel Sambuc 7584d9c625SLionel Sambuc /* Define to 1 if you have the ANSI C header files. */ 7684d9c625SLionel Sambuc #define STDC_HEADERS 1 77