z8k fixes
[deliverable/binutils-gdb.git] / opcodes / config.in
1 /* config.in. Generated automatically from configure.in by autoheader. */
2
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
7
8 /* Define if using `alloca.c'. */
9 #undef C_ALLOCA
10
11 /* Define to 1 if NLS is requested */
12 #undef ENABLE_NLS
13
14 /* Define if you have `alloca', as a function or macro. */
15 #undef HAVE_ALLOCA
16
17 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
18 #undef HAVE_ALLOCA_H
19
20 /* Define if you have the <argz.h> header file. */
21 #undef HAVE_ARGZ_H
22
23 /* Define if you have the `dcgettext' function. */
24 #undef HAVE_DCGETTEXT
25
26 /* Define if you have the `getcwd' function. */
27 #undef HAVE_GETCWD
28
29 /* Define if you have the `getpagesize' function. */
30 #undef HAVE_GETPAGESIZE
31
32 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
33 #undef HAVE_GETTEXT
34
35 /* Define if you have the <inttypes.h> header file. */
36 #undef HAVE_INTTYPES_H
37
38 /* Define if your locale.h file contains LC_MESSAGES. */
39 #undef HAVE_LC_MESSAGES
40
41 /* Define if you have the <limits.h> header file. */
42 #undef HAVE_LIMITS_H
43
44 /* Define if you have the <locale.h> header file. */
45 #undef HAVE_LOCALE_H
46
47 /* Define if you have the <malloc.h> header file. */
48 #undef HAVE_MALLOC_H
49
50 /* Define if you have the <memory.h> header file. */
51 #undef HAVE_MEMORY_H
52
53 /* Define if you have a working `mmap' system call. */
54 #undef HAVE_MMAP
55
56 /* Define if you have the `munmap' function. */
57 #undef HAVE_MUNMAP
58
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. */
63 #undef HAVE_PUTENV
64
65 /* Define if you have the `setenv' function. */
66 #undef HAVE_SETENV
67
68 /* Define if you have the `setlocale' function. */
69 #undef HAVE_SETLOCALE
70
71 /* Define if you have the <stdlib.h> header file. */
72 #undef HAVE_STDLIB_H
73
74 /* Define if you have the stpcpy function */
75 #undef HAVE_STPCPY
76
77 /* Define if you have the `strcasecmp' function. */
78 #undef HAVE_STRCASECMP
79
80 /* Define if you have the `strchr' function. */
81 #undef HAVE_STRCHR
82
83 /* Define if you have the <strings.h> header file. */
84 #undef HAVE_STRINGS_H
85
86 /* Define if you have the <string.h> header file. */
87 #undef HAVE_STRING_H
88
89 /* Define if you have the <sys/param.h> header file. */
90 #undef HAVE_SYS_PARAM_H
91
92 /* Define if you have the <unistd.h> header file. */
93 #undef HAVE_UNISTD_H
94
95 /* Define if you have the <values.h> header file. */
96 #undef HAVE_VALUES_H
97
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
107 /* Name of package */
108 #undef PACKAGE
109
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
121 /* Version number of package */
122 #undef VERSION
123
124 /* Define to empty if `const' does not conform to ANSI C. */
125 #undef const
126
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
130
131 /* Define to `long' if <sys/types.h> does not define. */
132 #undef off_t
133
134 /* Define to `unsigned' if <sys/types.h> does not define. */
135 #undef size_t
This page took 0.131497 seconds and 5 git commands to generate.