xref: /netbsd-src/external/gpl3/binutils/lib/libopcodes/arch/coldfire/config.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 /* config.h.  Generated from config.in by configure.  */
6f51ed01fSchristos /* config.in.  Generated from configure.ac by autoheader.  */
73ab889c1Smatt 
84e64e7adSmrg /* Check that config.h is #included before system headers
94e64e7adSmrg    (this works only for glibc, but that should be enough).  */
104e64e7adSmrg #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
114e64e7adSmrg #  error config.h must be #included before system headers
124e64e7adSmrg #endif
134e64e7adSmrg #define __CONFIG_H__ 1
144e64e7adSmrg 
153ab889c1Smatt /* Define to 1 if translation of program messages to the user's native
163ab889c1Smatt    language is requested. */
173ab889c1Smatt #define ENABLE_NLS 1
183ab889c1Smatt 
193ab889c1Smatt /* Define to 1 if you have the declaration of `basename', and to 0 if you
203ab889c1Smatt    don't. */
213ab889c1Smatt #define HAVE_DECL_BASENAME 0
223ab889c1Smatt 
233ab889c1Smatt /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
243ab889c1Smatt    */
253ab889c1Smatt #define HAVE_DECL_STPCPY 1
263ab889c1Smatt 
273ab889c1Smatt /* Define to 1 if you have the <dlfcn.h> header file. */
283ab889c1Smatt #define HAVE_DLFCN_H 1
293ab889c1Smatt 
303ab889c1Smatt /* Define to 1 if you have the <inttypes.h> header file. */
313ab889c1Smatt #define HAVE_INTTYPES_H 1
323ab889c1Smatt 
333ab889c1Smatt /* Define to 1 if you have the <limits.h> header file. */
343ab889c1Smatt #define HAVE_LIMITS_H 1
353ab889c1Smatt 
363ab889c1Smatt /* Define to 1 if you have the <memory.h> header file. */
373ab889c1Smatt #define HAVE_MEMORY_H 1
383ab889c1Smatt 
39f51ed01fSchristos /* Define if sigsetjmp is available. */
40f51ed01fSchristos #define HAVE_SIGSETJMP 1
41f51ed01fSchristos 
423ab889c1Smatt /* Define to 1 if you have the <stdint.h> header file. */
433ab889c1Smatt #define HAVE_STDINT_H 1
443ab889c1Smatt 
453ab889c1Smatt /* Define to 1 if you have the <stdlib.h> header file. */
463ab889c1Smatt #define HAVE_STDLIB_H 1
473ab889c1Smatt 
483ab889c1Smatt /* Define to 1 if you have the <strings.h> header file. */
493ab889c1Smatt #define HAVE_STRINGS_H 1
503ab889c1Smatt 
513ab889c1Smatt /* Define to 1 if you have the <string.h> header file. */
523ab889c1Smatt #define HAVE_STRING_H 1
533ab889c1Smatt 
543ab889c1Smatt /* Define to 1 if you have the <sys/stat.h> header file. */
553ab889c1Smatt #define HAVE_SYS_STAT_H 1
563ab889c1Smatt 
573ab889c1Smatt /* Define to 1 if you have the <sys/types.h> header file. */
583ab889c1Smatt #define HAVE_SYS_TYPES_H 1
593ab889c1Smatt 
603ab889c1Smatt /* Define to 1 if you have the <unistd.h> header file. */
613ab889c1Smatt #define HAVE_UNISTD_H 1
623ab889c1Smatt 
633ab889c1Smatt /* Define to the sub-directory in which libtool stores uninstalled libraries.
643ab889c1Smatt    */
653ab889c1Smatt #define LT_OBJDIR ".libs/"
663ab889c1Smatt 
673ab889c1Smatt /* Name of package */
683ab889c1Smatt #define PACKAGE "opcodes"
693ab889c1Smatt 
703ab889c1Smatt /* Define to the address where bug reports for this package should be sent. */
713ab889c1Smatt #define PACKAGE_BUGREPORT ""
723ab889c1Smatt 
733ab889c1Smatt /* Define to the full name of this package. */
74f51ed01fSchristos #define PACKAGE_NAME "opcodes"
753ab889c1Smatt 
763ab889c1Smatt /* Define to the full name and version of this package. */
77*4f619feaSchristos #define PACKAGE_STRING "opcodes 2.26.1"
783ab889c1Smatt 
793ab889c1Smatt /* Define to the one symbol short name of this package. */
80f51ed01fSchristos #define PACKAGE_TARNAME "opcodes"
813ab889c1Smatt 
823ab889c1Smatt /* Define to the home page for this package. */
833ab889c1Smatt #define PACKAGE_URL ""
843ab889c1Smatt 
853ab889c1Smatt /* Define to the version of this package. */
86*4f619feaSchristos #define PACKAGE_VERSION "2.26.1"
873ab889c1Smatt 
883ab889c1Smatt /* Define to 1 if you have the ANSI C header files. */
893ab889c1Smatt #define STDC_HEADERS 1
903ab889c1Smatt 
914e64e7adSmrg /* Define if you can safely include both <string.h> and <strings.h>. */
924e64e7adSmrg #define STRING_WITH_STRINGS 1
934e64e7adSmrg 
943ab889c1Smatt /* Enable extensions on AIX 3, Interix.  */
953ab889c1Smatt #ifndef _ALL_SOURCE
963ab889c1Smatt # define _ALL_SOURCE 1
973ab889c1Smatt #endif
983ab889c1Smatt /* Enable GNU extensions on systems that have them.  */
993ab889c1Smatt #ifndef _GNU_SOURCE
1003ab889c1Smatt # define _GNU_SOURCE 1
1013ab889c1Smatt #endif
1023ab889c1Smatt /* Enable threading extensions on Solaris.  */
1033ab889c1Smatt #ifndef _POSIX_PTHREAD_SEMANTICS
1043ab889c1Smatt # define _POSIX_PTHREAD_SEMANTICS 1
1053ab889c1Smatt #endif
1063ab889c1Smatt /* Enable extensions on HP NonStop.  */
1073ab889c1Smatt #ifndef _TANDEM_SOURCE
1083ab889c1Smatt # define _TANDEM_SOURCE 1
1093ab889c1Smatt #endif
1103ab889c1Smatt /* Enable general extensions on Solaris.  */
1113ab889c1Smatt #ifndef __EXTENSIONS__
1123ab889c1Smatt # define __EXTENSIONS__ 1
1133ab889c1Smatt #endif
1143ab889c1Smatt 
1153ab889c1Smatt 
1163ab889c1Smatt /* Version number of package */
117*4f619feaSchristos #define VERSION "2.26.1"
1183ab889c1Smatt 
1193ab889c1Smatt /* Define to 1 if on MINIX. */
1203ab889c1Smatt /* #undef _MINIX */
1213ab889c1Smatt 
1223ab889c1Smatt /* Define to 2 if the system does not provide POSIX.1 features except with
1233ab889c1Smatt    this defined. */
1243ab889c1Smatt /* #undef _POSIX_1_SOURCE */
1253ab889c1Smatt 
1263ab889c1Smatt /* Define to 1 if you need to in order for `stat' and other things to work. */
1273ab889c1Smatt /* #undef _POSIX_SOURCE */
128