1c9ea9e7aSLionel Sambuc /* This file is automatically generated. DO NOT EDIT! */ 2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp */ 3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 4c9ea9e7aSLionel Sambuc 5c9ea9e7aSLionel Sambuc /* config.h. Generated from config.in by configure. */ 6c9ea9e7aSLionel Sambuc /* config.in. Generated from configure.in by autoheader. */ 7c9ea9e7aSLionel Sambuc 8*0a6a1f1dSLionel Sambuc /* Check that config.h is #included before system headers 9*0a6a1f1dSLionel Sambuc (this works only for glibc, but that should be enough). */ 10*0a6a1f1dSLionel Sambuc #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11*0a6a1f1dSLionel Sambuc # error config.h must be #included before system headers 12*0a6a1f1dSLionel Sambuc #endif 13*0a6a1f1dSLionel Sambuc #define __CONFIG_H__ 1 14*0a6a1f1dSLionel Sambuc 15c9ea9e7aSLionel Sambuc /* Define to 1 if translation of program messages to the user's native 16c9ea9e7aSLionel Sambuc language is requested. */ 17c9ea9e7aSLionel Sambuc #define ENABLE_NLS 1 18c9ea9e7aSLionel Sambuc 19c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `basename', and to 0 if you 20c9ea9e7aSLionel Sambuc don't. */ 21c9ea9e7aSLionel Sambuc #define HAVE_DECL_BASENAME 0 22c9ea9e7aSLionel Sambuc 23c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 24c9ea9e7aSLionel Sambuc */ 25c9ea9e7aSLionel Sambuc #define HAVE_DECL_STPCPY 1 26c9ea9e7aSLionel Sambuc 27c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */ 28c9ea9e7aSLionel Sambuc #define HAVE_DLFCN_H 1 29c9ea9e7aSLionel Sambuc 30c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */ 31c9ea9e7aSLionel Sambuc #define HAVE_INTTYPES_H 1 32c9ea9e7aSLionel Sambuc 33c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <limits.h> header file. */ 34c9ea9e7aSLionel Sambuc #define HAVE_LIMITS_H 1 35c9ea9e7aSLionel Sambuc 36c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */ 37c9ea9e7aSLionel Sambuc #define HAVE_MEMORY_H 1 38c9ea9e7aSLionel Sambuc 39c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */ 40c9ea9e7aSLionel Sambuc #define HAVE_STDINT_H 1 41c9ea9e7aSLionel Sambuc 42c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */ 43c9ea9e7aSLionel Sambuc #define HAVE_STDLIB_H 1 44c9ea9e7aSLionel Sambuc 45c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */ 46c9ea9e7aSLionel Sambuc #define HAVE_STRINGS_H 1 47c9ea9e7aSLionel Sambuc 48c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <string.h> header file. */ 49c9ea9e7aSLionel Sambuc #define HAVE_STRING_H 1 50c9ea9e7aSLionel Sambuc 51c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */ 52c9ea9e7aSLionel Sambuc #define HAVE_SYS_STAT_H 1 53c9ea9e7aSLionel Sambuc 54c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */ 55c9ea9e7aSLionel Sambuc #define HAVE_SYS_TYPES_H 1 56c9ea9e7aSLionel Sambuc 57c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */ 58c9ea9e7aSLionel Sambuc #define HAVE_UNISTD_H 1 59c9ea9e7aSLionel Sambuc 60c9ea9e7aSLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries. 61c9ea9e7aSLionel Sambuc */ 62c9ea9e7aSLionel Sambuc #define LT_OBJDIR ".libs/" 63c9ea9e7aSLionel Sambuc 64c9ea9e7aSLionel Sambuc /* Name of package */ 65c9ea9e7aSLionel Sambuc #define PACKAGE "opcodes" 66c9ea9e7aSLionel Sambuc 67c9ea9e7aSLionel Sambuc /* Define to the address where bug reports for this package should be sent. */ 68c9ea9e7aSLionel Sambuc #define PACKAGE_BUGREPORT "" 69c9ea9e7aSLionel Sambuc 70c9ea9e7aSLionel Sambuc /* Define to the full name of this package. */ 71c9ea9e7aSLionel Sambuc #define PACKAGE_NAME "" 72c9ea9e7aSLionel Sambuc 73c9ea9e7aSLionel Sambuc /* Define to the full name and version of this package. */ 74c9ea9e7aSLionel Sambuc #define PACKAGE_STRING "" 75c9ea9e7aSLionel Sambuc 76c9ea9e7aSLionel Sambuc /* Define to the one symbol short name of this package. */ 77c9ea9e7aSLionel Sambuc #define PACKAGE_TARNAME "" 78c9ea9e7aSLionel Sambuc 79c9ea9e7aSLionel Sambuc /* Define to the home page for this package. */ 80c9ea9e7aSLionel Sambuc #define PACKAGE_URL "" 81c9ea9e7aSLionel Sambuc 82c9ea9e7aSLionel Sambuc /* Define to the version of this package. */ 83c9ea9e7aSLionel Sambuc #define PACKAGE_VERSION "" 84c9ea9e7aSLionel Sambuc 85c9ea9e7aSLionel Sambuc /* Define to 1 if you have the ANSI C header files. */ 86c9ea9e7aSLionel Sambuc #define STDC_HEADERS 1 87c9ea9e7aSLionel Sambuc 88*0a6a1f1dSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */ 89*0a6a1f1dSLionel Sambuc #define STRING_WITH_STRINGS 1 90*0a6a1f1dSLionel Sambuc 91c9ea9e7aSLionel Sambuc /* Enable extensions on AIX 3, Interix. */ 92c9ea9e7aSLionel Sambuc #ifndef _ALL_SOURCE 93c9ea9e7aSLionel Sambuc # define _ALL_SOURCE 1 94c9ea9e7aSLionel Sambuc #endif 95c9ea9e7aSLionel Sambuc /* Enable GNU extensions on systems that have them. */ 96c9ea9e7aSLionel Sambuc #ifndef _GNU_SOURCE 97c9ea9e7aSLionel Sambuc # define _GNU_SOURCE 1 98c9ea9e7aSLionel Sambuc #endif 99c9ea9e7aSLionel Sambuc /* Enable threading extensions on Solaris. */ 100c9ea9e7aSLionel Sambuc #ifndef _POSIX_PTHREAD_SEMANTICS 101c9ea9e7aSLionel Sambuc # define _POSIX_PTHREAD_SEMANTICS 1 102c9ea9e7aSLionel Sambuc #endif 103c9ea9e7aSLionel Sambuc /* Enable extensions on HP NonStop. */ 104c9ea9e7aSLionel Sambuc #ifndef _TANDEM_SOURCE 105c9ea9e7aSLionel Sambuc # define _TANDEM_SOURCE 1 106c9ea9e7aSLionel Sambuc #endif 107c9ea9e7aSLionel Sambuc /* Enable general extensions on Solaris. */ 108c9ea9e7aSLionel Sambuc #ifndef __EXTENSIONS__ 109c9ea9e7aSLionel Sambuc # define __EXTENSIONS__ 1 110c9ea9e7aSLionel Sambuc #endif 111c9ea9e7aSLionel Sambuc 112c9ea9e7aSLionel Sambuc 113c9ea9e7aSLionel Sambuc /* Version number of package */ 114*0a6a1f1dSLionel Sambuc #define VERSION "2.23.2" 115c9ea9e7aSLionel Sambuc 116c9ea9e7aSLionel Sambuc /* Define to 1 if on MINIX. */ 117c9ea9e7aSLionel Sambuc /* #undef _MINIX */ 118c9ea9e7aSLionel Sambuc 119c9ea9e7aSLionel Sambuc /* Define to 2 if the system does not provide POSIX.1 features except with 120c9ea9e7aSLionel Sambuc this defined. */ 121c9ea9e7aSLionel Sambuc /* #undef _POSIX_1_SOURCE */ 122c9ea9e7aSLionel Sambuc 123c9ea9e7aSLionel Sambuc /* Define to 1 if you need to in order for `stat' and other things to work. */ 124c9ea9e7aSLionel Sambuc /* #undef _POSIX_SOURCE */ 125