source: trunk/third/gtkhtml3/config.h.in @ 19539

Revision 19539, 2.9 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19538, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated from configure.in by autoheader.  */
2#undef PACKAGE
3#undef VERSION
4#undef HAVE_LIBSM
5#undef ENABLE_NLS
6#undef HAVE_CATGETS
7#undef HAVE_GETTEXT
8#undef HAVE_LC_MESSAGES
9#undef HAVE_STPCPY
10#undef HAVE_ORBIT
11#undef HAVE_GTK_SELECTION_ADD_TARGET
12#undef HAVE_GUILE
13#undef ENABLE_BONOBO
14#undef HAVE_IEEEFP_H
15#undef ENABLE_GNOME
16#undef HAVE_GLIBWWW
17#undef HAVE_GHTTP
18#undef HAVE_GNU_REGEX
19#undef USING_OAF
20#undef GTK_HTML_USE_XIM
21#undef GNOME_GTKHTML_EDITOR_SHLIB
22#undef EDITOR_API_VERSION
23#undef GETTEXT_PACKAGE
24#undef GTKHTML_RELEASE
25#undef GTKHTML_RELEASE_STRING
26#undef GNOME_EXPLICIT_TRANSLATION_DOMAIN
27
28
29/* Editor API Version */
30#undef EDITOR_API_VERSION
31
32/* always defined to indicate that i18n is enabled */
33#undef ENABLE_NLS
34
35/* Gnome Explicit Translation Domain */
36#undef GNOME_EXPLICIT_TRANSLATION_DOMAIN
37
38/* Editor shlib */
39#undef GNOME_GTKHTML_EDITOR_SHLIB
40
41/* GtkHTML Release */
42#undef GTKHTML_RELEASE
43
44/* GtkHTML Release String */
45#undef GTKHTML_RELEASE_STRING
46
47/* Define to 1 if you have the `bind_textdomain_codeset' function. */
48#undef HAVE_BIND_TEXTDOMAIN_CODESET
49
50/* Define to 1 if you have the `dcgettext' function. */
51#undef HAVE_DCGETTEXT
52
53/* Define to 1 if you have the <dlfcn.h> header file. */
54#undef HAVE_DLFCN_H
55
56/* Define if the GNU gettext() function is already present or preinstalled. */
57#undef HAVE_GETTEXT
58
59/* Define to 1 if you have the <inttypes.h> header file. */
60#undef HAVE_INTTYPES_H
61
62/* Define if your <locale.h> file defines LC_MESSAGES. */
63#undef HAVE_LC_MESSAGES
64
65/* Define to 1 if you have the <locale.h> header file. */
66#undef HAVE_LOCALE_H
67
68/* Define to 1 if you have the <memory.h> header file. */
69#undef HAVE_MEMORY_H
70
71/* Define to 1 if you have the <stdint.h> header file. */
72#undef HAVE_STDINT_H
73
74/* Define to 1 if you have the <stdlib.h> header file. */
75#undef HAVE_STDLIB_H
76
77/* Define to 1 if you have the <strings.h> header file. */
78#undef HAVE_STRINGS_H
79
80/* Define to 1 if you have the <string.h> header file. */
81#undef HAVE_STRING_H
82
83/* Define to 1 if you have the <sys/stat.h> header file. */
84#undef HAVE_SYS_STAT_H
85
86/* Define to 1 if you have the <sys/types.h> header file. */
87#undef HAVE_SYS_TYPES_H
88
89/* Define to 1 if you have the <unistd.h> header file. */
90#undef HAVE_UNISTD_H
91
92/* Name of package */
93#undef PACKAGE
94
95/* Define to the address where bug reports for this package should be sent. */
96#undef PACKAGE_BUGREPORT
97
98/* Define to the full name of this package. */
99#undef PACKAGE_NAME
100
101/* Define to the full name and version of this package. */
102#undef PACKAGE_STRING
103
104/* Define to the one symbol short name of this package. */
105#undef PACKAGE_TARNAME
106
107/* Define to the version of this package. */
108#undef PACKAGE_VERSION
109
110/* Define to 1 if you have the ANSI C header files. */
111#undef STDC_HEADERS
112
113/* Version number of package */
114#undef VERSION
115/* This is from libglade */
116
117#ifdef DEBUG
118#  define debug(stmnt) stmnt
119#else
120#  define debug(stmnt) /* nothing */
121#endif
Note: See TracBrowser for help on using the repository browser.