118a5822eSThomas Veerman /* This file is automatically generated. DO NOT EDIT! */ 218a5822eSThomas Veerman /* Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp */ 318a5822eSThomas Veerman /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ 418a5822eSThomas Veerman 518a5822eSThomas Veerman /* config.h. Generated from config.in by configure. */ 618a5822eSThomas Veerman /* config.in. Generated from configure.in by autoheader. */ 718a5822eSThomas Veerman 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) 1618a5822eSThomas Veerman /* Define to 1 if translation of program messages to the user's native 1718a5822eSThomas Veerman language is requested. */ 18*0a6a1f1dSLionel Sambuc #define ENABLE_NLS 1 19*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 2018a5822eSThomas Veerman 2118a5822eSThomas Veerman /* Define to 1 if you have the declaration of `basename', and to 0 if you 2218a5822eSThomas Veerman don't. */ 2318a5822eSThomas Veerman #define HAVE_DECL_BASENAME 0 2418a5822eSThomas Veerman 2518a5822eSThomas Veerman /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 2618a5822eSThomas Veerman */ 2718a5822eSThomas Veerman #define HAVE_DECL_STPCPY 1 2818a5822eSThomas Veerman 2918a5822eSThomas Veerman /* Define to 1 if you have the <dlfcn.h> header file. */ 3018a5822eSThomas Veerman #define HAVE_DLFCN_H 1 3118a5822eSThomas Veerman 3218a5822eSThomas Veerman /* Define to 1 if you have the <inttypes.h> header file. */ 3318a5822eSThomas Veerman #define HAVE_INTTYPES_H 1 3418a5822eSThomas Veerman 3518a5822eSThomas Veerman /* Define to 1 if you have the <limits.h> header file. */ 3618a5822eSThomas Veerman #define HAVE_LIMITS_H 1 3718a5822eSThomas Veerman 3818a5822eSThomas Veerman /* Define to 1 if you have the <memory.h> header file. */ 3918a5822eSThomas Veerman #define HAVE_MEMORY_H 1 4018a5822eSThomas Veerman 4118a5822eSThomas Veerman /* Define to 1 if you have the <stdint.h> header file. */ 4218a5822eSThomas Veerman #define HAVE_STDINT_H 1 4318a5822eSThomas Veerman 4418a5822eSThomas Veerman /* Define to 1 if you have the <stdlib.h> header file. */ 4518a5822eSThomas Veerman #define HAVE_STDLIB_H 1 4618a5822eSThomas Veerman 4718a5822eSThomas Veerman /* Define to 1 if you have the <strings.h> header file. */ 4818a5822eSThomas Veerman #define HAVE_STRINGS_H 1 4918a5822eSThomas Veerman 5018a5822eSThomas Veerman /* Define to 1 if you have the <string.h> header file. */ 5118a5822eSThomas Veerman #define HAVE_STRING_H 1 5218a5822eSThomas Veerman 5318a5822eSThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */ 5418a5822eSThomas Veerman #define HAVE_SYS_STAT_H 1 5518a5822eSThomas Veerman 5618a5822eSThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */ 5718a5822eSThomas Veerman #define HAVE_SYS_TYPES_H 1 5818a5822eSThomas Veerman 5918a5822eSThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */ 6018a5822eSThomas Veerman #define HAVE_UNISTD_H 1 6118a5822eSThomas Veerman 6218a5822eSThomas Veerman /* Define to the sub-directory in which libtool stores uninstalled libraries. 6318a5822eSThomas Veerman */ 6418a5822eSThomas Veerman #define LT_OBJDIR ".libs/" 6518a5822eSThomas Veerman 6618a5822eSThomas Veerman /* Name of package */ 6718a5822eSThomas Veerman #define PACKAGE "opcodes" 6818a5822eSThomas Veerman 6918a5822eSThomas Veerman /* Define to the address where bug reports for this package should be sent. */ 7018a5822eSThomas Veerman #define PACKAGE_BUGREPORT "" 7118a5822eSThomas Veerman 7218a5822eSThomas Veerman /* Define to the full name of this package. */ 7318a5822eSThomas Veerman #define PACKAGE_NAME "" 7418a5822eSThomas Veerman 7518a5822eSThomas Veerman /* Define to the full name and version of this package. */ 7618a5822eSThomas Veerman #define PACKAGE_STRING "" 7718a5822eSThomas Veerman 7818a5822eSThomas Veerman /* Define to the one symbol short name of this package. */ 7918a5822eSThomas Veerman #define PACKAGE_TARNAME "" 8018a5822eSThomas Veerman 8118a5822eSThomas Veerman /* Define to the home page for this package. */ 8218a5822eSThomas Veerman #define PACKAGE_URL "" 8318a5822eSThomas Veerman 8418a5822eSThomas Veerman /* Define to the version of this package. */ 8518a5822eSThomas Veerman #define PACKAGE_VERSION "" 8618a5822eSThomas Veerman 8718a5822eSThomas Veerman /* Define to 1 if you have the ANSI C header files. */ 8818a5822eSThomas Veerman #define STDC_HEADERS 1 8918a5822eSThomas Veerman 90c9ea9e7aSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */ 91c9ea9e7aSLionel Sambuc #define STRING_WITH_STRINGS 1 92c9ea9e7aSLionel Sambuc 9318a5822eSThomas Veerman /* Enable extensions on AIX 3, Interix. */ 9418a5822eSThomas Veerman #ifndef _ALL_SOURCE 9518a5822eSThomas Veerman # define _ALL_SOURCE 1 9618a5822eSThomas Veerman #endif 9718a5822eSThomas Veerman /* Enable GNU extensions on systems that have them. */ 9818a5822eSThomas Veerman #ifndef _GNU_SOURCE 9918a5822eSThomas Veerman # define _GNU_SOURCE 1 10018a5822eSThomas Veerman #endif 10118a5822eSThomas Veerman /* Enable threading extensions on Solaris. */ 10218a5822eSThomas Veerman #ifndef _POSIX_PTHREAD_SEMANTICS 10318a5822eSThomas Veerman # define _POSIX_PTHREAD_SEMANTICS 1 10418a5822eSThomas Veerman #endif 10518a5822eSThomas Veerman /* Enable extensions on HP NonStop. */ 10618a5822eSThomas Veerman #ifndef _TANDEM_SOURCE 10718a5822eSThomas Veerman # define _TANDEM_SOURCE 1 10818a5822eSThomas Veerman #endif 10918a5822eSThomas Veerman /* Enable general extensions on Solaris. */ 11018a5822eSThomas Veerman #ifndef __EXTENSIONS__ 11118a5822eSThomas Veerman # define __EXTENSIONS__ 1 11218a5822eSThomas Veerman #endif 11318a5822eSThomas Veerman 11418a5822eSThomas Veerman 11518a5822eSThomas Veerman /* Version number of package */ 116c9ea9e7aSLionel Sambuc #define VERSION "2.23.2" 11718a5822eSThomas Veerman 11818a5822eSThomas Veerman /* Define to 1 if on MINIX. */ 119*0a6a1f1dSLionel Sambuc /* #undef _MINIX */ 12018a5822eSThomas Veerman 12118a5822eSThomas Veerman /* Define to 2 if the system does not provide POSIX.1 features except with 12218a5822eSThomas Veerman this defined. */ 123*0a6a1f1dSLionel Sambuc /* #undef _POSIX_1_SOURCE */ 12418a5822eSThomas Veerman 12518a5822eSThomas Veerman /* Define to 1 if you need to in order for `stat' and other things to work. */ 126*0a6a1f1dSLionel Sambuc /* #undef _POSIX_SOURCE */ 127