source: trunk/third/yelp/config.h.in @ 18397

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