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