118a5822eSThomas Veerman /* 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 */ 418a5822eSThomas Veerman 518a5822eSThomas Veerman /* config.h. Generated from config.h.in by configure. */ 618a5822eSThomas Veerman /* config.h.in. Generated from configure.ac by autoheader. */ 718a5822eSThomas Veerman 8*0a6a1f1dSLionel Sambuc /* Define to 1 if the target assembler supports thread-local storage. */ 9*0a6a1f1dSLionel Sambuc /* #undef HAVE_CC_TLS */ 10*0a6a1f1dSLionel Sambuc 1118a5822eSThomas Veerman /* Define to 1 if you have the <dlfcn.h> header file. */ 1218a5822eSThomas Veerman #define HAVE_DLFCN_H 1 1318a5822eSThomas Veerman 1418a5822eSThomas Veerman /* Define to 1 if you have the <inttypes.h> header file. */ 1518a5822eSThomas Veerman #define HAVE_INTTYPES_H 1 1618a5822eSThomas Veerman 1718a5822eSThomas Veerman /* Define to 1 if you have the <memory.h> header file. */ 1818a5822eSThomas Veerman #define HAVE_MEMORY_H 1 1918a5822eSThomas Veerman 2018a5822eSThomas Veerman /* Define to 1 if you have the <sched.h> header file. */ 2118a5822eSThomas Veerman #define HAVE_SCHED_H 1 2218a5822eSThomas Veerman 2318a5822eSThomas Veerman /* Define to 1 if you have the <stdint.h> header file. */ 2418a5822eSThomas Veerman #define HAVE_STDINT_H 1 2518a5822eSThomas Veerman 2618a5822eSThomas Veerman /* Define to 1 if you have the <stdlib.h> header file. */ 2718a5822eSThomas Veerman #define HAVE_STDLIB_H 1 2818a5822eSThomas Veerman 2918a5822eSThomas Veerman /* Define to 1 if you have the <strings.h> header file. */ 3018a5822eSThomas Veerman #define HAVE_STRINGS_H 1 3118a5822eSThomas Veerman 3218a5822eSThomas Veerman /* Define to 1 if you have the <string.h> header file. */ 3318a5822eSThomas Veerman #define HAVE_STRING_H 1 3418a5822eSThomas Veerman 3518a5822eSThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */ 3618a5822eSThomas Veerman #define HAVE_SYS_STAT_H 1 3718a5822eSThomas Veerman 3818a5822eSThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */ 3918a5822eSThomas Veerman #define HAVE_SYS_TYPES_H 1 4018a5822eSThomas Veerman 41*0a6a1f1dSLionel Sambuc /* Define to 1 if the target supports thread-local storage. */ 42*0a6a1f1dSLionel Sambuc #define HAVE_TLS 1 43*0a6a1f1dSLionel Sambuc 4418a5822eSThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */ 4518a5822eSThomas Veerman #define HAVE_UNISTD_H 1 4618a5822eSThomas Veerman 4718a5822eSThomas Veerman /* Define to the sub-directory in which libtool stores uninstalled libraries. 4818a5822eSThomas Veerman */ 4918a5822eSThomas Veerman #define LT_OBJDIR ".libs/" 5018a5822eSThomas Veerman 5118a5822eSThomas Veerman /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 5218a5822eSThomas Veerman /* #undef NO_MINUS_C_MINUS_O */ 5318a5822eSThomas Veerman 5418a5822eSThomas Veerman /* Define to the address where bug reports for this package should be sent. */ 5518a5822eSThomas Veerman #define PACKAGE_BUGREPORT "" 5618a5822eSThomas Veerman 5718a5822eSThomas Veerman /* Define to the full name of this package. */ 5818a5822eSThomas Veerman #define PACKAGE_NAME "package-unused" 5918a5822eSThomas Veerman 6018a5822eSThomas Veerman /* Define to the full name and version of this package. */ 6118a5822eSThomas Veerman #define PACKAGE_STRING "package-unused version-unused" 6218a5822eSThomas Veerman 6318a5822eSThomas Veerman /* Define to the one symbol short name of this package. */ 6418a5822eSThomas Veerman #define PACKAGE_TARNAME "libobjc" 6518a5822eSThomas Veerman 6618a5822eSThomas Veerman /* Define to the home page for this package. */ 6718a5822eSThomas Veerman #define PACKAGE_URL "" 6818a5822eSThomas Veerman 6918a5822eSThomas Veerman /* Define to the version of this package. */ 7018a5822eSThomas Veerman #define PACKAGE_VERSION "version-unused" 7118a5822eSThomas Veerman 7218a5822eSThomas Veerman /* Define if the compiler is configured for setjmp/longjmp exceptions. */ 7318a5822eSThomas Veerman /* #undef SJLJ_EXCEPTIONS */ 7418a5822eSThomas Veerman 7518a5822eSThomas Veerman /* Define to 1 if you have the ANSI C header files. */ 7618a5822eSThomas Veerman #define STDC_HEADERS 1 77