source: trunk/third/metacity/config.h.in @ 18717

Revision 18717, 3.2 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18716, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Build configuration dialog */
4#undef BUILD_CONFIG_DIALOG
5
6/* always defined to indicate that i18n is enabled */
7#undef ENABLE_NLS
8
9/* Name of default gettext domain */
10#undef GETTEXT_PACKAGE
11
12/* Define to 1 if you have the `backtrace' function. */
13#undef HAVE_BACKTRACE
14
15/* Define to 1 if you have the `bind_textdomain_codeset' function. */
16#undef HAVE_BIND_TEXTDOMAIN_CODESET
17
18/* Define to 1 if you have the `dcgettext' function. */
19#undef HAVE_DCGETTEXT
20
21/* Define to 1 if you have the <dlfcn.h> header file. */
22#undef HAVE_DLFCN_H
23
24/* Define to 1 if you have the <execinfo.h> header file. */
25#undef HAVE_EXECINFO_H
26
27/* Build with gconf support */
28#undef HAVE_GCONF
29
30/* Define to 1 if you have the `gdk_pixbuf_new_from_stream' function. */
31#undef HAVE_GDK_PIXBUF_NEW_FROM_STREAM
32
33/* Define if the GNU gettext() function is already present or preinstalled. */
34#undef HAVE_GETTEXT
35
36/* gtk+ with multihead support found */
37#undef HAVE_GTK_MULTIHEAD
38
39/* Define to 1 if you have the <inttypes.h> header file. */
40#undef HAVE_INTTYPES_H
41
42/* Define if your <locale.h> file defines LC_MESSAGES. */
43#undef HAVE_LC_MESSAGES
44
45/* Define to 1 if you have the <locale.h> header file. */
46#undef HAVE_LOCALE_H
47
48/* Define to 1 if you have the <memory.h> header file. */
49#undef HAVE_MEMORY_H
50
51/* Have the Xrandr extension library */
52#undef HAVE_RANDR
53
54/* Have the shape extension library */
55#undef HAVE_SHAPE
56
57/* Building with SM support */
58#undef HAVE_SM
59
60/* Have Solaris-style Xinerama */
61#undef HAVE_SOLARIS_XINERAMA
62
63/* Building with startup notification support */
64#undef HAVE_STARTUP_NOTIFICATION
65
66/* Define to 1 if you have the <stdint.h> header file. */
67#undef HAVE_STDINT_H
68
69/* Define to 1 if you have the <stdlib.h> header file. */
70#undef HAVE_STDLIB_H
71
72/* Define to 1 if you have the <strings.h> header file. */
73#undef HAVE_STRINGS_H
74
75/* Define to 1 if you have the <string.h> header file. */
76#undef HAVE_STRING_H
77
78/* Define to 1 if you have the <sys/stat.h> header file. */
79#undef HAVE_SYS_STAT_H
80
81/* Define to 1 if you have the <sys/types.h> header file. */
82#undef HAVE_SYS_TYPES_H
83
84/* Define to 1 if you have the <unistd.h> header file. */
85#undef HAVE_UNISTD_H
86
87/* Define to 1 if you have the <X11/SM/SMlib.h> header file. */
88#undef HAVE_X11_SM_SMLIB_H
89
90/* Have XFree86-style Xinerama */
91#undef HAVE_XFREE_XINERAMA
92
93/* Have some version of Xinerama */
94#undef HAVE_XINERAMA
95
96/* Have the Xsync extension library */
97#undef HAVE_XSYNC
98
99/* Name of package */
100#undef PACKAGE
101
102/* Define to the address where bug reports for this package should be sent. */
103#undef PACKAGE_BUGREPORT
104
105/* Define to the full name of this package. */
106#undef PACKAGE_NAME
107
108/* Define to the full name and version of this package. */
109#undef PACKAGE_STRING
110
111/* Define to the one symbol short name of this package. */
112#undef PACKAGE_TARNAME
113
114/* Define to the version of this package. */
115#undef PACKAGE_VERSION
116
117/* Define to 1 if you have the ANSI C header files. */
118#undef STDC_HEADERS
119
120/* Version number of package */
121#undef VERSION
122
123/* Build with verbose mode support */
124#undef WITH_VERBOSE_MODE
125
126/* Define to 1 if the X Window System is missing or not being used. */
127#undef X_DISPLAY_MISSING
Note: See TracBrowser for help on using the repository browser.