(Changes from Daniel Berlin, with revisions by Jim Blandy.)
[deliverable/binutils-gdb.git] / opcodes / config.in
CommitLineData
252b5132
RH
1/* config.in. Generated automatically from configure.in by autoheader. */
2
6840198f
NC
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
252b5132 7
6840198f
NC
8/* Define if using `alloca.c'. */
9#undef C_ALLOCA
252b5132 10
6840198f
NC
11/* Define to 1 if NLS is requested */
12#undef ENABLE_NLS
252b5132 13
6840198f 14/* Define if you have `alloca', as a function or macro. */
252b5132
RH
15#undef HAVE_ALLOCA
16
6840198f 17/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
252b5132
RH
18#undef HAVE_ALLOCA_H
19
6840198f
NC
20/* Define if you have the <argz.h> header file. */
21#undef HAVE_ARGZ_H
252b5132 22
6840198f
NC
23/* Define if you have the `dcgettext' function. */
24#undef HAVE_DCGETTEXT
252b5132 25
6840198f
NC
26/* Define if you have the `getcwd' function. */
27#undef HAVE_GETCWD
252b5132 28
6840198f
NC
29/* Define if you have the `getpagesize' function. */
30#undef HAVE_GETPAGESIZE
252b5132 31
6840198f
NC
32/* Define as 1 if you have gettext and don't want to use GNU gettext. */
33#undef HAVE_GETTEXT
252b5132 34
6840198f
NC
35/* Define if you have the <inttypes.h> header file. */
36#undef HAVE_INTTYPES_H
252b5132 37
6840198f
NC
38/* Define if your locale.h file contains LC_MESSAGES. */
39#undef HAVE_LC_MESSAGES
252b5132 40
6840198f
NC
41/* Define if you have the <limits.h> header file. */
42#undef HAVE_LIMITS_H
252b5132 43
6840198f
NC
44/* Define if you have the <locale.h> header file. */
45#undef HAVE_LOCALE_H
252b5132 46
6840198f
NC
47/* Define if you have the <malloc.h> header file. */
48#undef HAVE_MALLOC_H
252b5132 49
6840198f
NC
50/* Define if you have the <memory.h> header file. */
51#undef HAVE_MEMORY_H
252b5132 52
6840198f
NC
53/* Define if you have a working `mmap' system call. */
54#undef HAVE_MMAP
252b5132 55
6840198f 56/* Define if you have the `munmap' function. */
252b5132
RH
57#undef HAVE_MUNMAP
58
6840198f
NC
59/* Define if you have the <nl_types.h> header file. */
60#undef HAVE_NL_TYPES_H
61
62/* Define if you have the `putenv' function. */
252b5132
RH
63#undef HAVE_PUTENV
64
6840198f 65/* Define if you have the `setenv' function. */
252b5132
RH
66#undef HAVE_SETENV
67
6840198f 68/* Define if you have the `setlocale' function. */
252b5132
RH
69#undef HAVE_SETLOCALE
70
6840198f
NC
71/* Define if you have the <stdlib.h> header file. */
72#undef HAVE_STDLIB_H
73
74/* Define if you have the stpcpy function */
252b5132
RH
75#undef HAVE_STPCPY
76
6840198f 77/* Define if you have the `strcasecmp' function. */
252b5132
RH
78#undef HAVE_STRCASECMP
79
6840198f 80/* Define if you have the `strchr' function. */
252b5132
RH
81#undef HAVE_STRCHR
82
6840198f
NC
83/* Define if you have the <strings.h> header file. */
84#undef HAVE_STRINGS_H
252b5132 85
6840198f 86/* Define if you have the <string.h> header file. */
252b5132
RH
87#undef HAVE_STRING_H
88
6840198f 89/* Define if you have the <sys/param.h> header file. */
252b5132
RH
90#undef HAVE_SYS_PARAM_H
91
6840198f 92/* Define if you have the <unistd.h> header file. */
252b5132
RH
93#undef HAVE_UNISTD_H
94
6840198f 95/* Define if you have the <values.h> header file. */
252b5132
RH
96#undef HAVE_VALUES_H
97
6840198f
NC
98/* Define if you have the `__argz_count' function. */
99#undef HAVE___ARGZ_COUNT
100
101/* Define if you have the `__argz_next' function. */
102#undef HAVE___ARGZ_NEXT
103
104/* Define if you have the `__argz_stringify' function. */
105#undef HAVE___ARGZ_STRINGIFY
106
252b5132
RH
107/* Name of package */
108#undef PACKAGE
109
6840198f
NC
110/* If using the C implementation of alloca, define if you know the
111 direction of stack growth for your system; otherwise it will be
112 automatically deduced at run-time.
113 STACK_DIRECTION > 0 => grows toward higher addresses
114 STACK_DIRECTION < 0 => grows toward lower addresses
115 STACK_DIRECTION = 0 => direction of growth unknown */
116#undef STACK_DIRECTION
117
118/* Define if you have the ANSI C header files. */
119#undef STDC_HEADERS
120
252b5132
RH
121/* Version number of package */
122#undef VERSION
123
6840198f
NC
124/* Define to empty if `const' does not conform to ANSI C. */
125#undef const
252b5132 126
6840198f
NC
127/* Define as `__inline' if that's what the C compiler calls it, or to nothing
128 if it is not supported. */
129#undef inline
252b5132 130
6840198f
NC
131/* Define to `long' if <sys/types.h> does not define. */
132#undef off_t
252b5132 133
6840198f
NC
134/* Define to `unsigned' if <sys/types.h> does not define. */
135#undef size_t
This page took 0.127889 seconds and 4 git commands to generate.