xref: /netbsd-src/external/gpl3/binutils.old/usr.bin/gprof/arch/sparc/gconfig.h (revision e992f068c547fd6e84b3f104dc2340adcc955732)
116dce513Schristos /* This file is automatically generated.  DO NOT EDIT! */
2*e992f068Schristos /* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 christos Exp  */
3ede78133Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
416dce513Schristos 
516dce513Schristos /* gconfig.h.  Generated from gconfig.in by configure.  */
616dce513Schristos /* gconfig.in.  Generated from configure.ac by autoheader.  */
716dce513Schristos 
816dce513Schristos /* Define to 1 if translation of program messages to the user's native
916dce513Schristos    language is requested. */
1016dce513Schristos #define ENABLE_NLS 1
1116dce513Schristos 
1216dce513Schristos /* Is the prototype for getopt in <unistd.h> in the expected format? */
1316dce513Schristos #define HAVE_DECL_GETOPT 1
1416dce513Schristos 
1516dce513Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
1616dce513Schristos #define HAVE_DLFCN_H 1
1716dce513Schristos 
1816dce513Schristos /* Define to 1 if you have the <inttypes.h> header file. */
1916dce513Schristos #define HAVE_INTTYPES_H 1
2016dce513Schristos 
2116dce513Schristos /* Define to 1 if you have the <memory.h> header file. */
2216dce513Schristos #define HAVE_MEMORY_H 1
2316dce513Schristos 
24*e992f068Schristos /* Define to 1 if you have the `setitimer' function. */
25*e992f068Schristos #define HAVE_SETITIMER 1
2616dce513Schristos 
2716dce513Schristos /* Define to 1 if you have the <stdint.h> header file. */
2816dce513Schristos #define HAVE_STDINT_H 1
2916dce513Schristos 
3016dce513Schristos /* Define to 1 if you have the <stdlib.h> header file. */
3116dce513Schristos #define HAVE_STDLIB_H 1
3216dce513Schristos 
3316dce513Schristos /* Define to 1 if you have the <strings.h> header file. */
3416dce513Schristos #define HAVE_STRINGS_H 1
3516dce513Schristos 
3616dce513Schristos /* Define to 1 if you have the <string.h> header file. */
3716dce513Schristos #define HAVE_STRING_H 1
3816dce513Schristos 
3916dce513Schristos /* Define to 1 if you have the <sys/gmon_out.h> header file. */
4016dce513Schristos /* #undef HAVE_SYS_GMON_OUT_H */
4116dce513Schristos 
4216dce513Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
4316dce513Schristos #define HAVE_SYS_STAT_H 1
4416dce513Schristos 
45*e992f068Schristos /* Define to 1 if you have the <sys/time.h> header file. */
46*e992f068Schristos #define HAVE_SYS_TIME_H 1
47*e992f068Schristos 
4816dce513Schristos /* Define to 1 if you have the <sys/types.h> header file. */
4916dce513Schristos #define HAVE_SYS_TYPES_H 1
5016dce513Schristos 
5116dce513Schristos /* Define to 1 if you have the <unistd.h> header file. */
5216dce513Schristos #define HAVE_UNISTD_H 1
5316dce513Schristos 
5416dce513Schristos /* Define to 1 if you have the <windows.h> header file. */
5516dce513Schristos /* #undef HAVE_WINDOWS_H */
5616dce513Schristos 
5716dce513Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
5816dce513Schristos    */
5916dce513Schristos #define LT_OBJDIR ".libs/"
6016dce513Schristos 
6116dce513Schristos /* Name of package */
6216dce513Schristos #define PACKAGE "gprof"
6316dce513Schristos 
6416dce513Schristos /* Define to the address where bug reports for this package should be sent. */
6516dce513Schristos #define PACKAGE_BUGREPORT ""
6616dce513Schristos 
6716dce513Schristos /* Define to the full name of this package. */
6816dce513Schristos #define PACKAGE_NAME "gprof"
6916dce513Schristos 
7016dce513Schristos /* Define to the full name and version of this package. */
71*e992f068Schristos #define PACKAGE_STRING "gprof 2.39"
7216dce513Schristos 
7316dce513Schristos /* Define to the one symbol short name of this package. */
7416dce513Schristos #define PACKAGE_TARNAME "gprof"
7516dce513Schristos 
7616dce513Schristos /* Define to the home page for this package. */
7716dce513Schristos #define PACKAGE_URL ""
7816dce513Schristos 
7916dce513Schristos /* Define to the version of this package. */
80*e992f068Schristos #define PACKAGE_VERSION "2.39"
8116dce513Schristos 
8216dce513Schristos /* Define to 1 if you have the ANSI C header files. */
8316dce513Schristos #define STDC_HEADERS 1
8416dce513Schristos 
8516dce513Schristos /* Enable extensions on AIX 3, Interix.  */
8616dce513Schristos #ifndef _ALL_SOURCE
8716dce513Schristos # define _ALL_SOURCE 1
8816dce513Schristos #endif
8916dce513Schristos /* Enable GNU extensions on systems that have them.  */
9016dce513Schristos #ifndef _GNU_SOURCE
9116dce513Schristos # define _GNU_SOURCE 1
9216dce513Schristos #endif
9316dce513Schristos /* Enable threading extensions on Solaris.  */
9416dce513Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
9516dce513Schristos # define _POSIX_PTHREAD_SEMANTICS 1
9616dce513Schristos #endif
9716dce513Schristos /* Enable extensions on HP NonStop.  */
9816dce513Schristos #ifndef _TANDEM_SOURCE
9916dce513Schristos # define _TANDEM_SOURCE 1
10016dce513Schristos #endif
10116dce513Schristos /* Enable general extensions on Solaris.  */
10216dce513Schristos #ifndef __EXTENSIONS__
10316dce513Schristos # define __EXTENSIONS__ 1
10416dce513Schristos #endif
10516dce513Schristos 
10616dce513Schristos 
10716dce513Schristos /* Version number of package */
108*e992f068Schristos #define VERSION "2.39"
109ede78133Schristos 
110ede78133Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
111ede78133Schristos #ifndef _DARWIN_USE_64_BIT_INODE
112ede78133Schristos # define _DARWIN_USE_64_BIT_INODE 1
113ede78133Schristos #endif
11416dce513Schristos 
11516dce513Schristos /* Number of bits in a file offset, on hosts where this is settable. */
11616dce513Schristos /* #undef _FILE_OFFSET_BITS */
11716dce513Schristos 
11816dce513Schristos /* Define for large files, on AIX-style hosts. */
11916dce513Schristos /* #undef _LARGE_FILES */
12016dce513Schristos 
12116dce513Schristos /* Define to 1 if on MINIX. */
12216dce513Schristos /* #undef _MINIX */
12316dce513Schristos 
12416dce513Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
12516dce513Schristos    this defined. */
12616dce513Schristos /* #undef _POSIX_1_SOURCE */
12716dce513Schristos 
12816dce513Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
12916dce513Schristos /* #undef _POSIX_SOURCE */
130