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 8*c9ea9e7aSLionel Sambuc /* Check that config.h is #included before system headers 9*c9ea9e7aSLionel Sambuc (this works only for glibc, but that should be enough). */ 10*c9ea9e7aSLionel Sambuc #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11*c9ea9e7aSLionel Sambuc # error config.h must be #included before system headers 12*c9ea9e7aSLionel Sambuc #endif 13*c9ea9e7aSLionel Sambuc #define __CONFIG_H__ 1 14*c9ea9e7aSLionel Sambuc 1518a5822eSThomas Veerman /* Define to 1 if translation of program messages to the user's native 1618a5822eSThomas Veerman language is requested. */ 1718a5822eSThomas Veerman #define ENABLE_NLS 1 1818a5822eSThomas Veerman 1918a5822eSThomas Veerman /* Define to 1 if you have the declaration of `basename', and to 0 if you 2018a5822eSThomas Veerman don't. */ 2118a5822eSThomas Veerman #define HAVE_DECL_BASENAME 0 2218a5822eSThomas Veerman 2318a5822eSThomas Veerman /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 2418a5822eSThomas Veerman */ 2518a5822eSThomas Veerman #define HAVE_DECL_STPCPY 1 2618a5822eSThomas Veerman 2718a5822eSThomas Veerman /* Define to 1 if you have the <dlfcn.h> header file. */ 2818a5822eSThomas Veerman #define HAVE_DLFCN_H 1 2918a5822eSThomas Veerman 3018a5822eSThomas Veerman /* Define to 1 if you have the <inttypes.h> header file. */ 3118a5822eSThomas Veerman #define HAVE_INTTYPES_H 1 3218a5822eSThomas Veerman 3318a5822eSThomas Veerman /* Define to 1 if you have the <limits.h> header file. */ 3418a5822eSThomas Veerman #define HAVE_LIMITS_H 1 3518a5822eSThomas Veerman 3618a5822eSThomas Veerman /* Define to 1 if you have the <memory.h> header file. */ 3718a5822eSThomas Veerman #define HAVE_MEMORY_H 1 3818a5822eSThomas Veerman 3918a5822eSThomas Veerman /* Define to 1 if you have the <stdint.h> header file. */ 4018a5822eSThomas Veerman #define HAVE_STDINT_H 1 4118a5822eSThomas Veerman 4218a5822eSThomas Veerman /* Define to 1 if you have the <stdlib.h> header file. */ 4318a5822eSThomas Veerman #define HAVE_STDLIB_H 1 4418a5822eSThomas Veerman 4518a5822eSThomas Veerman /* Define to 1 if you have the <strings.h> header file. */ 4618a5822eSThomas Veerman #define HAVE_STRINGS_H 1 4718a5822eSThomas Veerman 4818a5822eSThomas Veerman /* Define to 1 if you have the <string.h> header file. */ 4918a5822eSThomas Veerman #define HAVE_STRING_H 1 5018a5822eSThomas Veerman 5118a5822eSThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */ 5218a5822eSThomas Veerman #define HAVE_SYS_STAT_H 1 5318a5822eSThomas Veerman 5418a5822eSThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */ 5518a5822eSThomas Veerman #define HAVE_SYS_TYPES_H 1 5618a5822eSThomas Veerman 5718a5822eSThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */ 5818a5822eSThomas Veerman #define HAVE_UNISTD_H 1 5918a5822eSThomas Veerman 6018a5822eSThomas Veerman /* Define to the sub-directory in which libtool stores uninstalled libraries. 6118a5822eSThomas Veerman */ 6218a5822eSThomas Veerman #define LT_OBJDIR ".libs/" 6318a5822eSThomas Veerman 6418a5822eSThomas Veerman /* Name of package */ 6518a5822eSThomas Veerman #define PACKAGE "opcodes" 6618a5822eSThomas Veerman 6718a5822eSThomas Veerman /* Define to the address where bug reports for this package should be sent. */ 6818a5822eSThomas Veerman #define PACKAGE_BUGREPORT "" 6918a5822eSThomas Veerman 7018a5822eSThomas Veerman /* Define to the full name of this package. */ 7118a5822eSThomas Veerman #define PACKAGE_NAME "" 7218a5822eSThomas Veerman 7318a5822eSThomas Veerman /* Define to the full name and version of this package. */ 7418a5822eSThomas Veerman #define PACKAGE_STRING "" 7518a5822eSThomas Veerman 7618a5822eSThomas Veerman /* Define to the one symbol short name of this package. */ 7718a5822eSThomas Veerman #define PACKAGE_TARNAME "" 7818a5822eSThomas Veerman 7918a5822eSThomas Veerman /* Define to the home page for this package. */ 8018a5822eSThomas Veerman #define PACKAGE_URL "" 8118a5822eSThomas Veerman 8218a5822eSThomas Veerman /* Define to the version of this package. */ 8318a5822eSThomas Veerman #define PACKAGE_VERSION "" 8418a5822eSThomas Veerman 8518a5822eSThomas Veerman /* Define to 1 if you have the ANSI C header files. */ 8618a5822eSThomas Veerman #define STDC_HEADERS 1 8718a5822eSThomas Veerman 88*c9ea9e7aSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */ 89*c9ea9e7aSLionel Sambuc #define STRING_WITH_STRINGS 1 90*c9ea9e7aSLionel Sambuc 9118a5822eSThomas Veerman /* Enable extensions on AIX 3, Interix. */ 9218a5822eSThomas Veerman #ifndef _ALL_SOURCE 9318a5822eSThomas Veerman # define _ALL_SOURCE 1 9418a5822eSThomas Veerman #endif 9518a5822eSThomas Veerman /* Enable GNU extensions on systems that have them. */ 9618a5822eSThomas Veerman #ifndef _GNU_SOURCE 9718a5822eSThomas Veerman # define _GNU_SOURCE 1 9818a5822eSThomas Veerman #endif 9918a5822eSThomas Veerman /* Enable threading extensions on Solaris. */ 10018a5822eSThomas Veerman #ifndef _POSIX_PTHREAD_SEMANTICS 10118a5822eSThomas Veerman # define _POSIX_PTHREAD_SEMANTICS 1 10218a5822eSThomas Veerman #endif 10318a5822eSThomas Veerman /* Enable extensions on HP NonStop. */ 10418a5822eSThomas Veerman #ifndef _TANDEM_SOURCE 10518a5822eSThomas Veerman # define _TANDEM_SOURCE 1 10618a5822eSThomas Veerman #endif 10718a5822eSThomas Veerman /* Enable general extensions on Solaris. */ 10818a5822eSThomas Veerman #ifndef __EXTENSIONS__ 10918a5822eSThomas Veerman # define __EXTENSIONS__ 1 11018a5822eSThomas Veerman #endif 11118a5822eSThomas Veerman 11218a5822eSThomas Veerman 11318a5822eSThomas Veerman /* Version number of package */ 114*c9ea9e7aSLionel Sambuc #define VERSION "2.23.2" 11518a5822eSThomas Veerman 11618a5822eSThomas Veerman /* Define to 1 if on MINIX. */ 11718a5822eSThomas Veerman /* #undef _MINIX */ 11818a5822eSThomas Veerman 11918a5822eSThomas Veerman /* Define to 2 if the system does not provide POSIX.1 features except with 12018a5822eSThomas Veerman this defined. */ 12118a5822eSThomas Veerman /* #undef _POSIX_1_SOURCE */ 12218a5822eSThomas Veerman 12318a5822eSThomas Veerman /* Define to 1 if you need to in order for `stat' and other things to work. */ 12418a5822eSThomas Veerman /* #undef _POSIX_SOURCE */ 125