source: trunk/third/libglade/config.h.in @ 17111

Revision 17111, 4.3 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17110, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2#ifndef CONFIG_H
3#define CONFIG_H
4
5
6/* The package name */
7#undef PACKAGE
8
9/* The package version */
10#undef VERSION
11
12/* extra debugging output */
13#undef DEBUG
14
15/* If true, include GNOME support */
16#undef ENABLE_GNOME
17
18/* Whether we are using Bonobo */
19#undef ENABLE_BONOBO
20
21/* for gettext ... */
22#undef HAVE_LC_MESSAGES
23#undef HAVE_STPCPY
24#undef ENABLE_NLS
25#undef HAVE_CATGETS
26#undef HAVE_GETTEXT
27
28#undef HAVE_UNISTD_H
29
30
31/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
32   systems. This function is required for `alloca.c' support on those systems.
33   */
34#undef CRAY_STACKSEG_END
35
36/* Define if using `alloca.c'. */
37#undef C_ALLOCA
38
39/* Define if you have `alloca', as a function or macro. */
40#undef HAVE_ALLOCA
41
42/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
43#undef HAVE_ALLOCA_H
44
45/* Define if you have the <argz.h> header file. */
46#undef HAVE_ARGZ_H
47
48/* Define if you have the `dcgettext' function. */
49#undef HAVE_DCGETTEXT
50
51/* Define if you have the <dlfcn.h> header file. */
52#undef HAVE_DLFCN_H
53
54/* Define if you have the `getcwd' function. */
55#undef HAVE_GETCWD
56
57/* Define if you have the `getpagesize' function. */
58#undef HAVE_GETPAGESIZE
59
60/* Define if you have the <inttypes.h> header file. */
61#undef HAVE_INTTYPES_H
62
63/* Define if your <locale.h> file defines LC_MESSAGES. */
64#undef HAVE_LC_MESSAGES
65
66/* Define if you have the `i' library (-li). */
67#undef HAVE_LIBI
68
69/* Define if you have the <limits.h> header file. */
70#undef HAVE_LIMITS_H
71
72/* Define if you have the <locale.h> header file. */
73#undef HAVE_LOCALE_H
74
75/* Define if you have the <malloc.h> header file. */
76#undef HAVE_MALLOC_H
77
78/* Define if you have the <memory.h> header file. */
79#undef HAVE_MEMORY_H
80
81/* Define if you have a working `mmap' system call. */
82#undef HAVE_MMAP
83
84/* Define if you have the `munmap' function. */
85#undef HAVE_MUNMAP
86
87/* Define if you have the <nl_types.h> header file. */
88#undef HAVE_NL_TYPES_H
89
90/* Define if you have the `putenv' function. */
91#undef HAVE_PUTENV
92
93/* Define if you have the `setenv' function. */
94#undef HAVE_SETENV
95
96/* Define if you have the `setlocale' function. */
97#undef HAVE_SETLOCALE
98
99/* Define if you have the <stdint.h> header file. */
100#undef HAVE_STDINT_H
101
102/* Define if you have the <stdlib.h> header file. */
103#undef HAVE_STDLIB_H
104
105/* Define if you have the `stpcpy' function. */
106#undef HAVE_STPCPY
107
108/* Define if you have the `strcasecmp' function. */
109#undef HAVE_STRCASECMP
110
111/* Define if you have the `strchr' function. */
112#undef HAVE_STRCHR
113
114/* Define if you have the `strdup' function. */
115#undef HAVE_STRDUP
116
117/* Define if you have the <strings.h> header file. */
118#undef HAVE_STRINGS_H
119
120/* Define if you have the <string.h> header file. */
121#undef HAVE_STRING_H
122
123/* Define if you have the <sys/param.h> header file. */
124#undef HAVE_SYS_PARAM_H
125
126/* Define if you have the <sys/stat.h> header file. */
127#undef HAVE_SYS_STAT_H
128
129/* Define if you have the <sys/types.h> header file. */
130#undef HAVE_SYS_TYPES_H
131
132/* Define if you have the <unistd.h> header file. */
133#undef HAVE_UNISTD_H
134
135/* Define if you have the `__argz_count' function. */
136#undef HAVE___ARGZ_COUNT
137
138/* Define if you have the `__argz_next' function. */
139#undef HAVE___ARGZ_NEXT
140
141/* Define if you have the `__argz_stringify' function. */
142#undef HAVE___ARGZ_STRINGIFY
143
144/* Name of package */
145#undef PACKAGE
146
147/* If using the C implementation of alloca, define if you know the
148   direction of stack growth for your system; otherwise it will be
149   automatically deduced at run-time.
150        STACK_DIRECTION > 0 => grows toward higher addresses
151        STACK_DIRECTION < 0 => grows toward lower addresses
152        STACK_DIRECTION = 0 => direction of growth unknown */
153#undef STACK_DIRECTION
154
155/* Define if you have the ANSI C header files. */
156#undef STDC_HEADERS
157
158/* Version number of package */
159#undef VERSION
160
161/* Define to empty if `const' does not conform to ANSI C. */
162#undef const
163
164/* Define as `__inline' if that's what the C compiler calls it, or to nothing
165   if it is not supported. */
166#undef inline
167
168/* Define to `long' if <sys/types.h> does not define. */
169#undef off_t
170
171/* Define to `unsigned' if <sys/types.h> does not define. */
172#undef size_t
173
174#ifdef DEBUG
175#  define debug(stmnt) stmnt
176#else
177#  define debug(stmnt) /* nothing */
178#endif
179
180#endif
Note: See TracBrowser for help on using the repository browser.