Home | History | Annotate | Line # | Download | only in mipsn64el
      1 /* This file is automatically generated.  DO NOT EDIT! */
      2 /* Generated from: NetBSD: mknative-binutils,v 1.17 2026/02/11 21:04:24 christos Exp  */
      3 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
      4 
      5 /* gconfig.h.  Generated from gconfig.in by configure.  */
      6 /* gconfig.in.  Generated from configure.ac by autoheader.  */
      7 
      8 /* Define to 1 if translation of program messages to the user's native
      9    language is requested. */
     10 /* #undef ENABLE_NLS */
     11 
     12 /* Define to 1 if you have the Mac OS X function
     13    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
     14 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
     15 
     16 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
     17    the CoreFoundation framework. */
     18 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
     19 
     20 /* Define if the GNU dcgettext() function is already present or preinstalled.
     21    */
     22 /* #undef HAVE_DCGETTEXT */
     23 
     24 /* Is the prototype for getopt in <unistd.h> in the expected format? */
     25 #define HAVE_DECL_GETOPT 1
     26 
     27 /* Define to 1 if you have the <dlfcn.h> header file. */
     28 #define HAVE_DLFCN_H 1
     29 
     30 /* Define if the GNU gettext() function is already present or preinstalled. */
     31 /* #undef HAVE_GETTEXT */
     32 
     33 /* Define if you have the iconv() function and it works. */
     34 #define HAVE_ICONV 1
     35 
     36 /* Define to 1 if you have the <inttypes.h> header file. */
     37 #define HAVE_INTTYPES_H 1
     38 
     39 /* Define to 1 if you have the <memory.h> header file. */
     40 #define HAVE_MEMORY_H 1
     41 
     42 /* Define to 1 if you have the `setitimer' function. */
     43 #define HAVE_SETITIMER 1
     44 
     45 /* Define to 1 if you have the <stdint.h> header file. */
     46 #define HAVE_STDINT_H 1
     47 
     48 /* Define to 1 if you have the <stdlib.h> header file. */
     49 #define HAVE_STDLIB_H 1
     50 
     51 /* Define to 1 if you have the <strings.h> header file. */
     52 #define HAVE_STRINGS_H 1
     53 
     54 /* Define to 1 if you have the <string.h> header file. */
     55 #define HAVE_STRING_H 1
     56 
     57 /* Define to 1 if you have the <sys/gmon_out.h> header file. */
     58 /* #undef HAVE_SYS_GMON_OUT_H */
     59 
     60 /* Define to 1 if you have the <sys/stat.h> header file. */
     61 #define HAVE_SYS_STAT_H 1
     62 
     63 /* Define to 1 if you have the <sys/time.h> header file. */
     64 #define HAVE_SYS_TIME_H 1
     65 
     66 /* Define to 1 if you have the <sys/types.h> header file. */
     67 #define HAVE_SYS_TYPES_H 1
     68 
     69 /* Define to 1 if you have the <unistd.h> header file. */
     70 #define HAVE_UNISTD_H 1
     71 
     72 /* Define to 1 if you have the <windows.h> header file. */
     73 /* #undef HAVE_WINDOWS_H */
     74 
     75 /* Define to the sub-directory in which libtool stores uninstalled libraries.
     76    */
     77 #define LT_OBJDIR ".libs/"
     78 
     79 /* Name of package */
     80 #define PACKAGE "gprof"
     81 
     82 /* Define to the address where bug reports for this package should be sent. */
     83 #define PACKAGE_BUGREPORT ""
     84 
     85 /* Define to the full name of this package. */
     86 #define PACKAGE_NAME "gprof"
     87 
     88 /* Define to the full name and version of this package. */
     89 #define PACKAGE_STRING "gprof 2.46.0"
     90 
     91 /* Define to the one symbol short name of this package. */
     92 #define PACKAGE_TARNAME "gprof"
     93 
     94 /* Define to the home page for this package. */
     95 #define PACKAGE_URL ""
     96 
     97 /* Define to the version of this package. */
     98 #define PACKAGE_VERSION "2.46.0"
     99 
    100 /* Define to 1 if you have the ANSI C header files. */
    101 #define STDC_HEADERS 1
    102 
    103 /* Enable extensions on AIX 3, Interix.  */
    104 #ifndef _ALL_SOURCE
    105 # define _ALL_SOURCE 1
    106 #endif
    107 /* Enable GNU extensions on systems that have them.  */
    108 #ifndef _GNU_SOURCE
    109 # define _GNU_SOURCE 1
    110 #endif
    111 /* Enable threading extensions on Solaris.  */
    112 #ifndef _POSIX_PTHREAD_SEMANTICS
    113 # define _POSIX_PTHREAD_SEMANTICS 1
    114 #endif
    115 /* Enable extensions on HP NonStop.  */
    116 #ifndef _TANDEM_SOURCE
    117 # define _TANDEM_SOURCE 1
    118 #endif
    119 /* Enable general extensions on Solaris.  */
    120 #ifndef __EXTENSIONS__
    121 # define __EXTENSIONS__ 1
    122 #endif
    123 
    124 
    125 /* Version number of package */
    126 #define VERSION "2.46.0"
    127 
    128 /* Enable large inode numbers on Mac OS X 10.5.  */
    129 #ifndef _DARWIN_USE_64_BIT_INODE
    130 # define _DARWIN_USE_64_BIT_INODE 1
    131 #endif
    132 
    133 /* Number of bits in a file offset, on hosts where this is settable. */
    134 /* #undef _FILE_OFFSET_BITS */
    135 
    136 /* Define for large files, on AIX-style hosts. */
    137 /* #undef _LARGE_FILES */
    138 
    139 /* Define to 1 if on MINIX. */
    140 /* #undef _MINIX */
    141 
    142 /* Define to 2 if the system does not provide POSIX.1 features except with
    143    this defined. */
    144 /* #undef _POSIX_1_SOURCE */
    145 
    146 /* Define to 1 if you need to in order for `stat' and other things to work. */
    147 /* #undef _POSIX_SOURCE */
    148