Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / binutils / libopcodes / config.h
1 /* $FreeBSD: src/gnu/usr.bin/binutils/libopcodes/config.h,v 1.1.1.1.6.3 2002/09/01 23:39:17 obrien Exp $ */
2 /* $DragonFly: src/gnu/usr.bin/binutils/libopcodes/Attic/config.h,v 1.2 2003/06/17 04:25:45 dillon Exp $ */
3
4 /* config.h.  Generated automatically by configure.  */
5 /* config.in.  Generated automatically from configure.in by autoheader.  */
6
7 /* Define if using alloca.c.  */
8 /* #undef C_ALLOCA */
9
10 /* Define to empty if the keyword does not work.  */
11 /* #undef const */
12
13 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
14    This function is required for alloca.c support on those systems.  */
15 /* #undef CRAY_STACKSEG_END */
16
17 /* Define if you have alloca, as a function or macro.  */
18 #define HAVE_ALLOCA 1
19
20 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
21 /* #undef HAVE_ALLOCA_H */
22
23 /* Define if you have a working `mmap' system call.  */
24 #define HAVE_MMAP 1
25
26 /* Define as __inline if that's what the C compiler calls it.  */
27 /* #undef inline */
28
29 /* Define to `long' if <sys/types.h> doesn't define.  */
30 /* #undef off_t */
31
32 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
33 /* #undef size_t */
34
35 /* If using the C implementation of alloca, define if you know the
36    direction of stack growth for your system; otherwise it will be
37    automatically deduced at run-time.
38  STACK_DIRECTION > 0 => grows toward higher addresses
39  STACK_DIRECTION < 0 => grows toward lower addresses
40  STACK_DIRECTION = 0 => direction of growth unknown
41  */
42 /* #undef STACK_DIRECTION */
43
44 /* Define if you have the ANSI C header files.  */
45 #define STDC_HEADERS 1
46
47 /* Define if you have the __argz_count function.  */
48 /* #undef HAVE___ARGZ_COUNT */
49
50 /* Define if you have the __argz_next function.  */
51 /* #undef HAVE___ARGZ_NEXT */
52
53 /* Define if you have the __argz_stringify function.  */
54 /* #undef HAVE___ARGZ_STRINGIFY */
55
56 /* Define if you have the dcgettext function.  */
57 /* #undef HAVE_DCGETTEXT */
58
59 /* Define if you have the getcwd function.  */
60 #define HAVE_GETCWD 1
61
62 /* Define if you have the getpagesize function.  */
63 #define HAVE_GETPAGESIZE 1
64
65 /* Define if you have the munmap function.  */
66 #define HAVE_MUNMAP 1
67
68 /* Define if you have the putenv function.  */
69 #define HAVE_PUTENV 1
70
71 /* Define if you have the setenv function.  */
72 #define HAVE_SETENV 1
73
74 /* Define if you have the setlocale function.  */
75 #define HAVE_SETLOCALE 1
76
77 /* Define if you have the stpcpy function.  */
78 /* #undef HAVE_STPCPY */
79
80 /* Define if you have the strcasecmp function.  */
81 #define HAVE_STRCASECMP 1
82
83 /* Define if you have the strchr function.  */
84 #define HAVE_STRCHR 1
85
86 /* Define if you have the <argz.h> header file.  */
87 /* #undef HAVE_ARGZ_H */
88
89 /* Define if you have the <limits.h> header file.  */
90 #define HAVE_LIMITS_H 1
91
92 /* Define if you have the <locale.h> header file.  */
93 #define HAVE_LOCALE_H 1
94
95 /* Define if you have the <malloc.h> header file.  */
96 /* #undef HAVE_MALLOC_H */
97
98 /* Define if you have the <nl_types.h> header file.  */
99 #define HAVE_NL_TYPES_H 1
100
101 /* Define if you have the <stdlib.h> header file.  */
102 #define HAVE_STDLIB_H 1
103
104 /* Define if you have the <string.h> header file.  */
105 #define HAVE_STRING_H 1
106
107 /* Define if you have the <strings.h> header file.  */
108 #define HAVE_STRINGS_H 1
109
110 /* Define if you have the <sys/param.h> header file.  */
111 #define HAVE_SYS_PARAM_H 1
112
113 /* Define if you have the <unistd.h> header file.  */
114 #define HAVE_UNISTD_H 1
115
116 /* Define if you have the <values.h> header file.  */
117 /* #undef HAVE_VALUES_H */
118
119 /* Name of package */
120 #define PACKAGE "opcodes"
121
122 /* Version number of package */
123 /* #define VERSION "2.12" */
124
125 /* Define if you have the stpcpy function */
126 /* #undef HAVE_STPCPY */
127
128 /* Define if your locale.h file contains LC_MESSAGES. */
129 #define HAVE_LC_MESSAGES 1
130
131 /* Define to 1 if NLS is requested */
132 /* #define ENABLE_NLS 1 */
133
134 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
135 /* #undef HAVE_GETTEXT */
136