Add generated source files and fix thinko in aarch64-asm.c
[binutils-gdb.git] / opcodes / config.in
blob409998f51e2c91aa7dd5cbeb6be38a79eb967e27
1 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* Check that config.h is #included before system headers
4    (this works only for glibc, but that should be enough).  */
5 #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
6 #  error config.h must be #included before system headers
7 #endif
8 #define __CONFIG_H__ 1
10 /* Define if you want run-time sanity checks. */
11 #undef ENABLE_CHECKING
13 /* Define to 1 if translation of program messages to the user's native
14    language is requested. */
15 #undef ENABLE_NLS
17 /* Define to 1 if you have the Mac OS X function
18    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
19 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
21 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
22    the CoreFoundation framework. */
23 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
25 /* Define if the GNU dcgettext() function is already present or preinstalled.
26    */
27 #undef HAVE_DCGETTEXT
29 /* Define to 1 if you have the declaration of `basename', and to 0 if you
30    don't. */
31 #undef HAVE_DECL_BASENAME
33 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
34    */
35 #undef HAVE_DECL_STPCPY
37 /* Define to 1 if you have the <dlfcn.h> header file. */
38 #undef HAVE_DLFCN_H
40 /* Define if the GNU gettext() function is already present or preinstalled. */
41 #undef HAVE_GETTEXT
43 /* Define if you have the iconv() function and it works. */
44 #undef HAVE_ICONV
46 /* Define to 1 if you have the <inttypes.h> header file. */
47 #undef HAVE_INTTYPES_H
49 /* Define to 1 if you have the <memory.h> header file. */
50 #undef HAVE_MEMORY_H
52 /* Define if sigsetjmp is available. */
53 #undef HAVE_SIGSETJMP
55 /* Define to 1 if you have the <stdint.h> header file. */
56 #undef HAVE_STDINT_H
58 /* Define to 1 if you have the <stdlib.h> header file. */
59 #undef HAVE_STDLIB_H
61 /* Define to 1 if you have the <strings.h> header file. */
62 #undef HAVE_STRINGS_H
64 /* Define to 1 if you have the <string.h> header file. */
65 #undef HAVE_STRING_H
67 /* Define to 1 if you have the <sys/stat.h> header file. */
68 #undef HAVE_SYS_STAT_H
70 /* Define to 1 if you have the <sys/types.h> header file. */
71 #undef HAVE_SYS_TYPES_H
73 /* Define to 1 if you have the <unistd.h> header file. */
74 #undef HAVE_UNISTD_H
76 /* Define to the sub-directory in which libtool stores uninstalled libraries.
77    */
78 #undef LT_OBJDIR
80 /* Name of package */
81 #undef PACKAGE
83 /* Define to the address where bug reports for this package should be sent. */
84 #undef PACKAGE_BUGREPORT
86 /* Define to the full name of this package. */
87 #undef PACKAGE_NAME
89 /* Define to the full name and version of this package. */
90 #undef PACKAGE_STRING
92 /* Define to the one symbol short name of this package. */
93 #undef PACKAGE_TARNAME
95 /* Define to the home page for this package. */
96 #undef PACKAGE_URL
98 /* Define to the version of this package. */
99 #undef PACKAGE_VERSION
101 /* The size of `void *', as computed by sizeof. */
102 #undef SIZEOF_VOID_P
104 /* Define to 1 if you have the ANSI C header files. */
105 #undef STDC_HEADERS
107 /* Enable extensions on AIX 3, Interix.  */
108 #ifndef _ALL_SOURCE
109 # undef _ALL_SOURCE
110 #endif
111 /* Enable GNU extensions on systems that have them.  */
112 #ifndef _GNU_SOURCE
113 # undef _GNU_SOURCE
114 #endif
115 /* Enable threading extensions on Solaris.  */
116 #ifndef _POSIX_PTHREAD_SEMANTICS
117 # undef _POSIX_PTHREAD_SEMANTICS
118 #endif
119 /* Enable extensions on HP NonStop.  */
120 #ifndef _TANDEM_SOURCE
121 # undef _TANDEM_SOURCE
122 #endif
123 /* Enable general extensions on Solaris.  */
124 #ifndef __EXTENSIONS__
125 # undef __EXTENSIONS__
126 #endif
129 /* Version number of package */
130 #undef VERSION
132 /* Define to 1 if on MINIX. */
133 #undef _MINIX
135 /* Define to 2 if the system does not provide POSIX.1 features except with
136    this defined. */
137 #undef _POSIX_1_SOURCE
139 /* Define to 1 if you need to in order for `stat' and other things to work. */
140 #undef _POSIX_SOURCE