~enso-os/+junk/mutter

1 by Nick Wilkins
initial commit of mutter
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3
/* Name of default gettext domain */
4
#undef GETTEXT_PACKAGE
5
6
/* Define to 1 if you have the <dlfcn.h> header file. */
7
#undef HAVE_DLFCN_H
8
9
/* Define if GObject introspection is available */
10
#undef HAVE_INTROSPECTION
11
12
/* Define to 1 if you have the <inttypes.h> header file. */
13
#undef HAVE_INTTYPES_H
14
15
/* Building with libcanberra for playing sounds */
16
#undef HAVE_LIBCANBERRA
17
18
/* Define to 1 if you have the <memory.h> header file. */
19
#undef HAVE_MEMORY_H
20
21
/* Define if you want to enable the native (KMS) backend based on systemd */
22
#undef HAVE_NATIVE_BACKEND
23
24
/* Have the Xrandr extension library */
25
#undef HAVE_RANDR
26
27
/* Building with SM support */
28
#undef HAVE_SM
29
30
/* Building with startup notification support */
31
#undef HAVE_STARTUP_NOTIFICATION
32
33
/* Define to 1 if you have the <stdint.h> header file. */
34
#undef HAVE_STDINT_H
35
36
/* Define to 1 if you have the <stdlib.h> header file. */
37
#undef HAVE_STDLIB_H
38
39
/* Define to 1 if you have the <strings.h> header file. */
40
#undef HAVE_STRINGS_H
41
42
/* Define to 1 if you have the <string.h> header file. */
43
#undef HAVE_STRING_H
44
45
/* Define to 1 if you have the <sys/stat.h> header file. */
46
#undef HAVE_SYS_STAT_H
47
48
/* Define to 1 if you have the <sys/types.h> header file. */
49
#undef HAVE_SYS_TYPES_H
50
51
/* Define to 1 if you have the <unistd.h> header file. */
52
#undef HAVE_UNISTD_H
53
54
/* Define if you want to enable Wayland support */
55
#undef HAVE_WAYLAND
56
57
/* Define to 1 if you have the <X11/SM/SMlib.h> header file. */
58
#undef HAVE_X11_SM_SMLIB_H
59
60
/* Define if you have support for XInput 2.3 or greater */
61
#undef HAVE_XI23
62
63
/* Define if you have support for XRandR 1.5 or greater */
64
#undef HAVE_XRANDR15
65
66
/* Define to the sub-directory where libtool stores uninstalled libraries. */
67
#undef LT_OBJDIR
68
69
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
70
#undef NO_MINUS_C_MINUS_O
71
72
/* Name of package */
73
#undef PACKAGE
74
75
/* Define to the address where bug reports for this package should be sent. */
76
#undef PACKAGE_BUGREPORT
77
78
/* Define to the full name of this package. */
79
#undef PACKAGE_NAME
80
81
/* Define to the full name and version of this package. */
82
#undef PACKAGE_STRING
83
84
/* Define to the one symbol short name of this package. */
85
#undef PACKAGE_TARNAME
86
87
/* Define to the home page for this package. */
88
#undef PACKAGE_URL
89
90
/* Define to the version of this package. */
91
#undef PACKAGE_VERSION
92
93
/* Define to 1 if you have the ANSI C header files. */
94
#undef STDC_HEADERS
95
96
/* Version number of package */
97
#undef VERSION
98
99
/* Build with verbose mode support */
100
#undef WITH_VERBOSE_MODE
101
102
/* XKB base dir */
103
#undef XKB_BASE
104
105
/* Define to 1 if the X Window System is missing or not being used. */
106
#undef X_DISPLAY_MISSING