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