Home | History | Annotate | Line # | Download | only in earmv6
config.h revision 1.1
      1  1.1  matt /* This file is automatically generated.  DO NOT EDIT! */
      2  1.1  matt /* Generated from: 	NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
      3  1.1  matt /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
      4  1.1  matt 
      5  1.1  matt /* config.h.  Generated from config.h.in by configure.  */
      6  1.1  matt /* config.h.in.  Generated from configure.ac by autoheader.  */
      7  1.1  matt 
      8  1.1  matt /* Define to 1 if you have the <dlfcn.h> header file. */
      9  1.1  matt #define HAVE_DLFCN_H 1
     10  1.1  matt 
     11  1.1  matt /* Define if the compiler has a thread header that is non single. */
     12  1.1  matt #define HAVE_GTHR_DEFAULT 1
     13  1.1  matt 
     14  1.1  matt /* Define to 1 if you have the <inttypes.h> header file. */
     15  1.1  matt #define HAVE_INTTYPES_H 1
     16  1.1  matt 
     17  1.1  matt /* Define to 1 if you have the <memory.h> header file. */
     18  1.1  matt #define HAVE_MEMORY_H 1
     19  1.1  matt 
     20  1.1  matt /* Define to 1 if you have the <sched.h> header file. */
     21  1.1  matt #define HAVE_SCHED_H 1
     22  1.1  matt 
     23  1.1  matt /* Define to 1 if you have the <stdint.h> header file. */
     24  1.1  matt #define HAVE_STDINT_H 1
     25  1.1  matt 
     26  1.1  matt /* Define to 1 if you have the <stdlib.h> header file. */
     27  1.1  matt #define HAVE_STDLIB_H 1
     28  1.1  matt 
     29  1.1  matt /* Define to 1 if you have the <strings.h> header file. */
     30  1.1  matt #define HAVE_STRINGS_H 1
     31  1.1  matt 
     32  1.1  matt /* Define to 1 if you have the <string.h> header file. */
     33  1.1  matt #define HAVE_STRING_H 1
     34  1.1  matt 
     35  1.1  matt /* Define to 1 if you have the <sys/stat.h> header file. */
     36  1.1  matt #define HAVE_SYS_STAT_H 1
     37  1.1  matt 
     38  1.1  matt /* Define to 1 if you have the <sys/types.h> header file. */
     39  1.1  matt #define HAVE_SYS_TYPES_H 1
     40  1.1  matt 
     41  1.1  matt /* Define to 1 if you have the <unistd.h> header file. */
     42  1.1  matt #define HAVE_UNISTD_H 1
     43  1.1  matt 
     44  1.1  matt /* Define to the sub-directory in which libtool stores uninstalled libraries.
     45  1.1  matt    */
     46  1.1  matt #define LT_OBJDIR ".libs/"
     47  1.1  matt 
     48  1.1  matt /* Define to 1 if your C compiler doesn't accept -c and -o together. */
     49  1.1  matt /* #undef NO_MINUS_C_MINUS_O */
     50  1.1  matt 
     51  1.1  matt /* Define to the address where bug reports for this package should be sent. */
     52  1.1  matt #define PACKAGE_BUGREPORT ""
     53  1.1  matt 
     54  1.1  matt /* Define to the full name of this package. */
     55  1.1  matt #define PACKAGE_NAME "package-unused"
     56  1.1  matt 
     57  1.1  matt /* Define to the full name and version of this package. */
     58  1.1  matt #define PACKAGE_STRING "package-unused version-unused"
     59  1.1  matt 
     60  1.1  matt /* Define to the one symbol short name of this package. */
     61  1.1  matt #define PACKAGE_TARNAME "libobjc"
     62  1.1  matt 
     63  1.1  matt /* Define to the home page for this package. */
     64  1.1  matt #define PACKAGE_URL ""
     65  1.1  matt 
     66  1.1  matt /* Define to the version of this package. */
     67  1.1  matt #define PACKAGE_VERSION "version-unused"
     68  1.1  matt 
     69  1.1  matt /* Define if the compiler is configured for setjmp/longjmp exceptions. */
     70  1.1  matt /* #undef SJLJ_EXCEPTIONS */
     71  1.1  matt 
     72  1.1  matt /* Define to 1 if you have the ANSI C header files. */
     73  1.1  matt #define STDC_HEADERS 1
     74