daily update
[binutils.git] / opcodes / config.in
blob9d143c33728790d5bd23c01569b6df4865a0dfef
1 /* config.in.  Generated from configure.in by autoheader.  */
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4    systems. This function is required for `alloca.c' support on those systems.
5    */
6 #undef CRAY_STACKSEG_END
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
11 /* Define to 1 if NLS is requested */
12 #undef ENABLE_NLS
14 /* Define to 1 if you have `alloca', as a function or macro. */
15 #undef HAVE_ALLOCA
17 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
18    */
19 #undef HAVE_ALLOCA_H
21 /* Define to 1 if you have the <argz.h> header file. */
22 #undef HAVE_ARGZ_H
24 /* Define to 1 if you have the `dcgettext' function. */
25 #undef HAVE_DCGETTEXT
27 /* Define to 1 if you have the declaration of `basename', and to 0 if you
28    don't. */
29 #undef HAVE_DECL_BASENAME
31 /* Define to 1 if you have the `getcwd' function. */
32 #undef HAVE_GETCWD
34 /* Define to 1 if you have the `getpagesize' function. */
35 #undef HAVE_GETPAGESIZE
37 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
38 #undef HAVE_GETTEXT
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #undef HAVE_INTTYPES_H
43 /* Define if your locale.h file contains LC_MESSAGES. */
44 #undef HAVE_LC_MESSAGES
46 /* Define to 1 if you have the <limits.h> header file. */
47 #undef HAVE_LIMITS_H
49 /* Define to 1 if you have the <locale.h> header file. */
50 #undef HAVE_LOCALE_H
52 /* Define to 1 if you have the <malloc.h> header file. */
53 #undef HAVE_MALLOC_H
55 /* Define to 1 if you have the <memory.h> header file. */
56 #undef HAVE_MEMORY_H
58 /* Define to 1 if you have a working `mmap' system call. */
59 #undef HAVE_MMAP
61 /* Define to 1 if you have the `munmap' function. */
62 #undef HAVE_MUNMAP
64 /* Define to 1 if you have the <nl_types.h> header file. */
65 #undef HAVE_NL_TYPES_H
67 /* Define to 1 if you have the `putenv' function. */
68 #undef HAVE_PUTENV
70 /* Define to 1 if you have the `setenv' function. */
71 #undef HAVE_SETENV
73 /* Define to 1 if you have the `setlocale' function. */
74 #undef HAVE_SETLOCALE
76 /* Define to 1 if you have the <stdint.h> header file. */
77 #undef HAVE_STDINT_H
79 /* Define to 1 if you have the <stdlib.h> header file. */
80 #undef HAVE_STDLIB_H
82 /* Define if you have the stpcpy function */
83 #undef HAVE_STPCPY
85 /* Define to 1 if you have the `strcasecmp' function. */
86 #undef HAVE_STRCASECMP
88 /* Define to 1 if you have the `strchr' function. */
89 #undef HAVE_STRCHR
91 /* Define to 1 if you have the <strings.h> header file. */
92 #undef HAVE_STRINGS_H
94 /* Define to 1 if you have the <string.h> header file. */
95 #undef HAVE_STRING_H
97 /* Define to 1 if you have the <sys/param.h> header file. */
98 #undef HAVE_SYS_PARAM_H
100 /* Define to 1 if you have the <sys/stat.h> header file. */
101 #undef HAVE_SYS_STAT_H
103 /* Define to 1 if you have the <sys/types.h> header file. */
104 #undef HAVE_SYS_TYPES_H
106 /* Define to 1 if you have the <unistd.h> header file. */
107 #undef HAVE_UNISTD_H
109 /* Define to 1 if you have the <values.h> header file. */
110 #undef HAVE_VALUES_H
112 /* Define to 1 if you have the `__argz_count' function. */
113 #undef HAVE___ARGZ_COUNT
115 /* Define to 1 if you have the `__argz_next' function. */
116 #undef HAVE___ARGZ_NEXT
118 /* Define to 1 if you have the `__argz_stringify' function. */
119 #undef HAVE___ARGZ_STRINGIFY
121 /* Name of package */
122 #undef PACKAGE
124 /* Define to the address where bug reports for this package should be sent. */
125 #undef PACKAGE_BUGREPORT
127 /* Define to the full name of this package. */
128 #undef PACKAGE_NAME
130 /* Define to the full name and version of this package. */
131 #undef PACKAGE_STRING
133 /* Define to the one symbol short name of this package. */
134 #undef PACKAGE_TARNAME
136 /* Define to the version of this package. */
137 #undef PACKAGE_VERSION
139 /* If using the C implementation of alloca, define if you know the
140    direction of stack growth for your system; otherwise it will be
141    automatically deduced at run-time.
142         STACK_DIRECTION > 0 => grows toward higher addresses
143         STACK_DIRECTION < 0 => grows toward lower addresses
144         STACK_DIRECTION = 0 => direction of growth unknown */
145 #undef STACK_DIRECTION
147 /* Define to 1 if you have the ANSI C header files. */
148 #undef STDC_HEADERS
150 /* Version number of package */
151 #undef VERSION
153 /* Define to empty if `const' does not conform to ANSI C. */
154 #undef const
156 /* Define to `__inline__' or `__inline' if that's what the C compiler
157    calls it, or to nothing if 'inline' is not supported under any name.  */
158 #ifndef __cplusplus
159 #undef inline
160 #endif
162 /* Define to `long' if <sys/types.h> does not define. */
163 #undef off_t
165 /* Define to `unsigned' if <sys/types.h> does not define. */
166 #undef size_t