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 /* gconfig.h. Generated from gconfig.in by configure. */ 618a5822eSThomas Veerman /* gconfig.in. Generated from configure.in by autoheader. */ 718a5822eSThomas Veerman 818a5822eSThomas Veerman /* Define to 1 if translation of program messages to the user's native 918a5822eSThomas Veerman language is requested. */ 1018a5822eSThomas Veerman #define ENABLE_NLS 1 1118a5822eSThomas Veerman 1218a5822eSThomas Veerman /* Is the prototype for getopt in <unistd.h> in the expected format? */ 1318a5822eSThomas Veerman #define HAVE_DECL_GETOPT 1 1418a5822eSThomas Veerman 1518a5822eSThomas Veerman /* Define to 1 if you have the <dlfcn.h> header file. */ 1618a5822eSThomas Veerman #define HAVE_DLFCN_H 1 1718a5822eSThomas Veerman 1818a5822eSThomas Veerman /* Define to 1 if you have the <inttypes.h> header file. */ 1918a5822eSThomas Veerman #define HAVE_INTTYPES_H 1 2018a5822eSThomas Veerman 2118a5822eSThomas Veerman /* Define to 1 if you have the <memory.h> header file. */ 2218a5822eSThomas Veerman #define HAVE_MEMORY_H 1 2318a5822eSThomas Veerman 2418a5822eSThomas Veerman /* Define to 1 if you have the `setmode' function. */ 2518a5822eSThomas Veerman #define HAVE_SETMODE 1 2618a5822eSThomas Veerman 2718a5822eSThomas Veerman /* Define to 1 if you have the <stdint.h> header file. */ 2818a5822eSThomas Veerman #define HAVE_STDINT_H 1 2918a5822eSThomas Veerman 3018a5822eSThomas Veerman /* Define to 1 if you have the <stdlib.h> header file. */ 3118a5822eSThomas Veerman #define HAVE_STDLIB_H 1 3218a5822eSThomas Veerman 3318a5822eSThomas Veerman /* Define to 1 if you have the <strings.h> header file. */ 3418a5822eSThomas Veerman #define HAVE_STRINGS_H 1 3518a5822eSThomas Veerman 3618a5822eSThomas Veerman /* Define to 1 if you have the <string.h> header file. */ 3718a5822eSThomas Veerman #define HAVE_STRING_H 1 3818a5822eSThomas Veerman 3918a5822eSThomas Veerman /* Define to 1 if you have the <sys/gmon_out.h> header file. */ 4018a5822eSThomas Veerman /* #undef HAVE_SYS_GMON_OUT_H */ 4118a5822eSThomas Veerman 4218a5822eSThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */ 4318a5822eSThomas Veerman #define HAVE_SYS_STAT_H 1 4418a5822eSThomas Veerman 4518a5822eSThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */ 4618a5822eSThomas Veerman #define HAVE_SYS_TYPES_H 1 4718a5822eSThomas Veerman 4818a5822eSThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */ 4918a5822eSThomas Veerman #define HAVE_UNISTD_H 1 5018a5822eSThomas Veerman 5118a5822eSThomas Veerman /* Define to the sub-directory in which libtool stores uninstalled libraries. 5218a5822eSThomas Veerman */ 5318a5822eSThomas Veerman #define LT_OBJDIR ".libs/" 5418a5822eSThomas Veerman 5518a5822eSThomas Veerman /* Name of package */ 5618a5822eSThomas Veerman #define PACKAGE "gprof" 5718a5822eSThomas Veerman 5818a5822eSThomas Veerman /* Define to the address where bug reports for this package should be sent. */ 5918a5822eSThomas Veerman #define PACKAGE_BUGREPORT "" 6018a5822eSThomas Veerman 6118a5822eSThomas Veerman /* Define to the full name of this package. */ 6218a5822eSThomas Veerman #define PACKAGE_NAME "" 6318a5822eSThomas Veerman 6418a5822eSThomas Veerman /* Define to the full name and version of this package. */ 6518a5822eSThomas Veerman #define PACKAGE_STRING "" 6618a5822eSThomas Veerman 6718a5822eSThomas Veerman /* Define to the one symbol short name of this package. */ 6818a5822eSThomas Veerman #define PACKAGE_TARNAME "" 6918a5822eSThomas Veerman 7018a5822eSThomas Veerman /* Define to the home page for this package. */ 7118a5822eSThomas Veerman #define PACKAGE_URL "" 7218a5822eSThomas Veerman 7318a5822eSThomas Veerman /* Define to the version of this package. */ 7418a5822eSThomas Veerman #define PACKAGE_VERSION "" 7518a5822eSThomas Veerman 7618a5822eSThomas Veerman /* Define to 1 if you have the ANSI C header files. */ 7718a5822eSThomas Veerman #define STDC_HEADERS 1 7818a5822eSThomas Veerman 7918a5822eSThomas Veerman /* Enable extensions on AIX 3, Interix. */ 8018a5822eSThomas Veerman #ifndef _ALL_SOURCE 8118a5822eSThomas Veerman # define _ALL_SOURCE 1 8218a5822eSThomas Veerman #endif 8318a5822eSThomas Veerman /* Enable GNU extensions on systems that have them. */ 8418a5822eSThomas Veerman #ifndef _GNU_SOURCE 8518a5822eSThomas Veerman # define _GNU_SOURCE 1 8618a5822eSThomas Veerman #endif 8718a5822eSThomas Veerman /* Enable threading extensions on Solaris. */ 8818a5822eSThomas Veerman #ifndef _POSIX_PTHREAD_SEMANTICS 8918a5822eSThomas Veerman # define _POSIX_PTHREAD_SEMANTICS 1 9018a5822eSThomas Veerman #endif 9118a5822eSThomas Veerman /* Enable extensions on HP NonStop. */ 9218a5822eSThomas Veerman #ifndef _TANDEM_SOURCE 9318a5822eSThomas Veerman # define _TANDEM_SOURCE 1 9418a5822eSThomas Veerman #endif 9518a5822eSThomas Veerman /* Enable general extensions on Solaris. */ 9618a5822eSThomas Veerman #ifndef __EXTENSIONS__ 9718a5822eSThomas Veerman # define __EXTENSIONS__ 1 9818a5822eSThomas Veerman #endif 9918a5822eSThomas Veerman 10018a5822eSThomas Veerman 10118a5822eSThomas Veerman /* Version number of package */ 102*c9ea9e7aSLionel Sambuc #define VERSION "2.23.2" 10318a5822eSThomas Veerman 10418a5822eSThomas Veerman /* Number of bits in a file offset, on hosts where this is settable. */ 10518a5822eSThomas Veerman /* #undef _FILE_OFFSET_BITS */ 10618a5822eSThomas Veerman 10718a5822eSThomas Veerman /* Define for large files, on AIX-style hosts. */ 10818a5822eSThomas Veerman /* #undef _LARGE_FILES */ 10918a5822eSThomas Veerman 11018a5822eSThomas Veerman /* Define to 1 if on MINIX. */ 11118a5822eSThomas Veerman /* #undef _MINIX */ 11218a5822eSThomas Veerman 11318a5822eSThomas Veerman /* Define to 2 if the system does not provide POSIX.1 features except with 11418a5822eSThomas Veerman this defined. */ 11518a5822eSThomas Veerman /* #undef _POSIX_1_SOURCE */ 11618a5822eSThomas Veerman 11718a5822eSThomas Veerman /* Define to 1 if you need to in order for `stat' and other things to work. */ 11818a5822eSThomas Veerman /* #undef _POSIX_SOURCE */ 119