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

Revision 21116, 3.0 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21115, which included commits to RCS files with non-trunk default branches.
RevLine 
[19538]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
[21115]27#undef HAVE_OLD_SOUP
[19538]28
29
30/* Editor API Version */
31#undef EDITOR_API_VERSION
32
33/* always defined to indicate that i18n is enabled */
34#undef ENABLE_NLS
35
[21115]36/* Package name for gettext */
37#undef GETTEXT_PACKAGE
38
[19538]39/* Gnome Explicit Translation Domain */
40#undef GNOME_EXPLICIT_TRANSLATION_DOMAIN
41
42/* Editor shlib */
43#undef GNOME_GTKHTML_EDITOR_SHLIB
44
[21115]45/* GtkHTML API Version */
46#undef GTKHTML_API_VERSION
[19538]47
48/* GtkHTML Release String */
49#undef GTKHTML_RELEASE_STRING
50
51/* Define to 1 if you have the `bind_textdomain_codeset' function. */
52#undef HAVE_BIND_TEXTDOMAIN_CODESET
53
54/* Define to 1 if you have the `dcgettext' function. */
55#undef HAVE_DCGETTEXT
56
57/* Define to 1 if you have the <dlfcn.h> header file. */
58#undef HAVE_DLFCN_H
59
60/* Define if the GNU gettext() function is already present or preinstalled. */
61#undef HAVE_GETTEXT
62
63/* Define to 1 if you have the <inttypes.h> header file. */
64#undef HAVE_INTTYPES_H
65
66/* Define if your <locale.h> file defines LC_MESSAGES. */
67#undef HAVE_LC_MESSAGES
68
69/* Define to 1 if you have the <locale.h> header file. */
70#undef HAVE_LOCALE_H
71
72/* Define to 1 if you have the <memory.h> header file. */
73#undef HAVE_MEMORY_H
74
75/* Define to 1 if you have the <stdint.h> header file. */
76#undef HAVE_STDINT_H
77
78/* Define to 1 if you have the <stdlib.h> header file. */
79#undef HAVE_STDLIB_H
80
81/* Define to 1 if you have the <strings.h> header file. */
82#undef HAVE_STRINGS_H
83
84/* Define to 1 if you have the <string.h> header file. */
85#undef HAVE_STRING_H
86
87/* Define to 1 if you have the <sys/stat.h> header file. */
88#undef HAVE_SYS_STAT_H
89
90/* Define to 1 if you have the <sys/types.h> header file. */
91#undef HAVE_SYS_TYPES_H
92
93/* Define to 1 if you have the <unistd.h> header file. */
94#undef HAVE_UNISTD_H
95
96/* Name of package */
97#undef PACKAGE
98
99/* Define to the address where bug reports for this package should be sent. */
100#undef PACKAGE_BUGREPORT
101
102/* Define to the full name of this package. */
103#undef PACKAGE_NAME
104
105/* Define to the full name and version of this package. */
106#undef PACKAGE_STRING
107
108/* Define to the one symbol short name of this package. */
109#undef PACKAGE_TARNAME
110
111/* Define to the version of this package. */
112#undef PACKAGE_VERSION
113
114/* Define to 1 if you have the ANSI C header files. */
115#undef STDC_HEADERS
116
[21115]117/* Use new GtkFileChooser */
118#undef USE_GTKFILECHOOSER
119
[19538]120/* Version number of package */
121#undef VERSION
122/* This is from libglade */
123
124#ifdef DEBUG
125#  define debug(stmnt) stmnt
126#else
127#  define debug(stmnt) /* nothing */
128#endif
Note: See TracBrowser for help on using the repository browser.