source: trunk/third/libglade2/config.h.in @ 18268

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