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