source: trunk/third/bug-buddy/config.h.in @ 18657

Revision 18657, 4.4 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18656, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated from configure.in by autoheader.  */
2#undef ENABLE_NLS
3#undef HAVE_CATGETS
4#undef HAVE_GETTEXT
5#undef HAVE_LC_MESSAGES
6#undef HAVE_STPCPY
7#undef GETTEXT_PACKAGE
8
9
10/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
11   systems. This function is required for `alloca.c' support on those systems.
12   */
13#undef CRAY_STACKSEG_END
14
15/* Define to 1 if using `alloca.c'. */
16#undef C_ALLOCA
17
18/* always defined to indicate that i18n is enabled */
19#undef ENABLE_NLS
20
21/* Define to 1 if you have `alloca', as a function or macro. */
22#undef HAVE_ALLOCA
23
24/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
25   */
26#undef HAVE_ALLOCA_H
27
28/* Define to 1 if you have the <argz.h> header file. */
29#undef HAVE_ARGZ_H
30
31/* Define to 1 if you have the `dcgettext' function. */
32#undef HAVE_DCGETTEXT
33
34/* Define to 1 if you have the `getcwd' function. */
35#undef HAVE_GETCWD
36
37/* Define to 1 if you have the `getpagesize' function. */
38#undef HAVE_GETPAGESIZE
39
40/* Define if the GNU gettext() function is already present or preinstalled. */
41#undef HAVE_GETTEXT
42
43/* Define to 1 if you have the <inttypes.h> header file. */
44#undef HAVE_INTTYPES_H
45
46/* Define if your <locale.h> file defines LC_MESSAGES. */
47#undef HAVE_LC_MESSAGES
48
49/* Define to 1 if you have the <limits.h> header file. */
50#undef HAVE_LIMITS_H
51
52/* Define to 1 if you have the <locale.h> header file. */
53#undef HAVE_LOCALE_H
54
55/* Define to 1 if you have the <malloc.h> header file. */
56#undef HAVE_MALLOC_H
57
58/* Define to 1 if you have the <memory.h> header file. */
59#undef HAVE_MEMORY_H
60
61/* Define to 1 if you have a working `mmap' system call. */
62#undef HAVE_MMAP
63
64/* Define to 1 if you have the `munmap' function. */
65#undef HAVE_MUNMAP
66
67/* Define to 1 if you have the <nl_types.h> header file. */
68#undef HAVE_NL_TYPES_H
69
70/* Define to 1 if you have the `putenv' function. */
71#undef HAVE_PUTENV
72
73/* Define to 1 if you have the `setenv' function. */
74#undef HAVE_SETENV
75
76/* Define to 1 if you have the `setlocale' function. */
77#undef HAVE_SETLOCALE
78
79/* Define to 1 if you have the <stdint.h> header file. */
80#undef HAVE_STDINT_H
81
82/* Define to 1 if you have the <stdlib.h> header file. */
83#undef HAVE_STDLIB_H
84
85/* Define to 1 if you have the `strcasecmp' function. */
86#undef HAVE_STRCASECMP
87
88/* Define to 1 if you have the `strchr' function. */
89#undef HAVE_STRCHR
90
91/* Define to 1 if you have the `strdup' function. */
92#undef HAVE_STRDUP
93
94/* Define to 1 if you have the <strings.h> header file. */
95#undef HAVE_STRINGS_H
96
97/* Define to 1 if you have the <string.h> header file. */
98#undef HAVE_STRING_H
99
100/* Define to 1 if you have the <sys/param.h> header file. */
101#undef HAVE_SYS_PARAM_H
102
103/* Define to 1 if you have the <sys/stat.h> header file. */
104#undef HAVE_SYS_STAT_H
105
106/* Define to 1 if you have the <sys/types.h> header file. */
107#undef HAVE_SYS_TYPES_H
108
109/* Define to 1 if you have the <unistd.h> header file. */
110#undef HAVE_UNISTD_H
111
112/* Define to 1 if you have the `__argz_count' function. */
113#undef HAVE___ARGZ_COUNT
114
115/* Define to 1 if you have the `__argz_next' function. */
116#undef HAVE___ARGZ_NEXT
117
118/* Define to 1 if you have the `__argz_stringify' function. */
119#undef HAVE___ARGZ_STRINGIFY
120
121/* Name of package */
122#undef PACKAGE
123
124/* Define to the address where bug reports for this package should be sent. */
125#undef PACKAGE_BUGREPORT
126
127/* Define to the full name of this package. */
128#undef PACKAGE_NAME
129
130/* Define to the full name and version of this package. */
131#undef PACKAGE_STRING
132
133/* Define to the one symbol short name of this package. */
134#undef PACKAGE_TARNAME
135
136/* Define to the version of this package. */
137#undef PACKAGE_VERSION
138
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
146
147/* Define to 1 if you have the ANSI C header files. */
148#undef STDC_HEADERS
149
150/* Version number of package */
151#undef VERSION
152
153/* Define to empty if `const' does not conform to ANSI C. */
154#undef const
155
156/* Define as `__inline' if that's what the C compiler calls it, or to nothing
157   if it is not supported. */
158#undef inline
159
160/* Define to `long' if <sys/types.h> does not define. */
161#undef off_t
162
163/* Define to `unsigned' if <sys/types.h> does not define. */
164#undef size_t
Note: See TracBrowser for help on using the repository browser.