xref: /netbsd-src/external/gpl3/binutils/usr.bin/gprof/arch/coldfire/gconfig.h (revision 4f619fea3a181d2509ed6b75afcb20e62faa288a)
13ab889c1Smatt /* This file is automatically generated.  DO NOT EDIT! */
2f51ed01fSchristos /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
3f51ed01fSchristos /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
43ab889c1Smatt 
53ab889c1Smatt /* gconfig.h.  Generated from gconfig.in by configure.  */
6f51ed01fSchristos /* gconfig.in.  Generated from configure.ac by autoheader.  */
73ab889c1Smatt 
83ab889c1Smatt /* Define to 1 if translation of program messages to the user's native
93ab889c1Smatt    language is requested. */
103ab889c1Smatt #define ENABLE_NLS 1
113ab889c1Smatt 
123ab889c1Smatt /* Is the prototype for getopt in <unistd.h> in the expected format? */
133ab889c1Smatt #define HAVE_DECL_GETOPT 1
143ab889c1Smatt 
153ab889c1Smatt /* Define to 1 if you have the <dlfcn.h> header file. */
163ab889c1Smatt #define HAVE_DLFCN_H 1
173ab889c1Smatt 
183ab889c1Smatt /* Define to 1 if you have the <inttypes.h> header file. */
193ab889c1Smatt #define HAVE_INTTYPES_H 1
203ab889c1Smatt 
213ab889c1Smatt /* Define to 1 if you have the <memory.h> header file. */
223ab889c1Smatt #define HAVE_MEMORY_H 1
233ab889c1Smatt 
243ab889c1Smatt /* Define to 1 if you have the `setmode' function. */
253ab889c1Smatt #define HAVE_SETMODE 1
263ab889c1Smatt 
273ab889c1Smatt /* Define to 1 if you have the <stdint.h> header file. */
283ab889c1Smatt #define HAVE_STDINT_H 1
293ab889c1Smatt 
303ab889c1Smatt /* Define to 1 if you have the <stdlib.h> header file. */
313ab889c1Smatt #define HAVE_STDLIB_H 1
323ab889c1Smatt 
333ab889c1Smatt /* Define to 1 if you have the <strings.h> header file. */
343ab889c1Smatt #define HAVE_STRINGS_H 1
353ab889c1Smatt 
363ab889c1Smatt /* Define to 1 if you have the <string.h> header file. */
373ab889c1Smatt #define HAVE_STRING_H 1
383ab889c1Smatt 
393ab889c1Smatt /* Define to 1 if you have the <sys/gmon_out.h> header file. */
403ab889c1Smatt /* #undef HAVE_SYS_GMON_OUT_H */
413ab889c1Smatt 
423ab889c1Smatt /* Define to 1 if you have the <sys/stat.h> header file. */
433ab889c1Smatt #define HAVE_SYS_STAT_H 1
443ab889c1Smatt 
453ab889c1Smatt /* Define to 1 if you have the <sys/types.h> header file. */
463ab889c1Smatt #define HAVE_SYS_TYPES_H 1
473ab889c1Smatt 
483ab889c1Smatt /* Define to 1 if you have the <unistd.h> header file. */
493ab889c1Smatt #define HAVE_UNISTD_H 1
503ab889c1Smatt 
51f51ed01fSchristos /* Define to 1 if you have the <windows.h> header file. */
52f51ed01fSchristos /* #undef HAVE_WINDOWS_H */
53f51ed01fSchristos 
543ab889c1Smatt /* Define to the sub-directory in which libtool stores uninstalled libraries.
553ab889c1Smatt    */
563ab889c1Smatt #define LT_OBJDIR ".libs/"
573ab889c1Smatt 
583ab889c1Smatt /* Name of package */
593ab889c1Smatt #define PACKAGE "gprof"
603ab889c1Smatt 
613ab889c1Smatt /* Define to the address where bug reports for this package should be sent. */
623ab889c1Smatt #define PACKAGE_BUGREPORT ""
633ab889c1Smatt 
643ab889c1Smatt /* Define to the full name of this package. */
65f51ed01fSchristos #define PACKAGE_NAME "gprof"
663ab889c1Smatt 
673ab889c1Smatt /* Define to the full name and version of this package. */
68*4f619feaSchristos #define PACKAGE_STRING "gprof 2.26.1"
693ab889c1Smatt 
703ab889c1Smatt /* Define to the one symbol short name of this package. */
71f51ed01fSchristos #define PACKAGE_TARNAME "gprof"
723ab889c1Smatt 
733ab889c1Smatt /* Define to the home page for this package. */
743ab889c1Smatt #define PACKAGE_URL ""
753ab889c1Smatt 
763ab889c1Smatt /* Define to the version of this package. */
77*4f619feaSchristos #define PACKAGE_VERSION "2.26.1"
783ab889c1Smatt 
793ab889c1Smatt /* Define to 1 if you have the ANSI C header files. */
803ab889c1Smatt #define STDC_HEADERS 1
813ab889c1Smatt 
823ab889c1Smatt /* Enable extensions on AIX 3, Interix.  */
833ab889c1Smatt #ifndef _ALL_SOURCE
843ab889c1Smatt # define _ALL_SOURCE 1
853ab889c1Smatt #endif
863ab889c1Smatt /* Enable GNU extensions on systems that have them.  */
873ab889c1Smatt #ifndef _GNU_SOURCE
883ab889c1Smatt # define _GNU_SOURCE 1
893ab889c1Smatt #endif
903ab889c1Smatt /* Enable threading extensions on Solaris.  */
913ab889c1Smatt #ifndef _POSIX_PTHREAD_SEMANTICS
923ab889c1Smatt # define _POSIX_PTHREAD_SEMANTICS 1
933ab889c1Smatt #endif
943ab889c1Smatt /* Enable extensions on HP NonStop.  */
953ab889c1Smatt #ifndef _TANDEM_SOURCE
963ab889c1Smatt # define _TANDEM_SOURCE 1
973ab889c1Smatt #endif
983ab889c1Smatt /* Enable general extensions on Solaris.  */
993ab889c1Smatt #ifndef __EXTENSIONS__
1003ab889c1Smatt # define __EXTENSIONS__ 1
1013ab889c1Smatt #endif
1023ab889c1Smatt 
1033ab889c1Smatt 
1043ab889c1Smatt /* Version number of package */
105*4f619feaSchristos #define VERSION "2.26.1"
1063ab889c1Smatt 
1073ab889c1Smatt /* Number of bits in a file offset, on hosts where this is settable. */
1083ab889c1Smatt /* #undef _FILE_OFFSET_BITS */
1093ab889c1Smatt 
1103ab889c1Smatt /* Define for large files, on AIX-style hosts. */
1113ab889c1Smatt /* #undef _LARGE_FILES */
1123ab889c1Smatt 
1133ab889c1Smatt /* Define to 1 if on MINIX. */
1143ab889c1Smatt /* #undef _MINIX */
1153ab889c1Smatt 
1163ab889c1Smatt /* Define to 2 if the system does not provide POSIX.1 features except with
1173ab889c1Smatt    this defined. */
1183ab889c1Smatt /* #undef _POSIX_1_SOURCE */
1193ab889c1Smatt 
1203ab889c1Smatt /* Define to 1 if you need to in order for `stat' and other things to work. */
1213ab889c1Smatt /* #undef _POSIX_SOURCE */
122