clutter/config.h.win32.in: Keep in sync with autotools builds

This updates config.h.win32.in to be in-sync with the entries that are in
the config.h.in that is generated by the autotools builds.  In particular,
for Visual Studio builds, we default to enable all available drivers ("*").
This commit is contained in:
Chun-wei Fan 2016-02-26 20:55:17 +08:00
parent 2b0ff2f2ba
commit a99dd7555b

View File

@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* List of Cogl drivers */
#define CLUTTER_DRIVERS "*"
/* Use CEX100 EGL backend */
/* #undef CLUTTER_EGL_BACKEND_CEX100 */
@ -16,9 +19,6 @@
/* The prefix for our gettext translation domains. */
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
/* Define to 1 if you have the `cairo_surface_set_device_scale' function. */
/* #undef HAVE_CAIRO_SURFACE_SET_DEVICE_SCALE */
/* Define to 1 if you have the <CE4100/libgdl.h> header file. */
/* #undef HAVE_CE4100_LIBGDL_H */
@ -30,24 +30,6 @@
the CoreFoundation framework. */
/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
/* Have the EGL backend */
/* #undef HAVE_CLUTTER_EGL */
/* Have the GLX backend */
/* #undef HAVE_CLUTTER_GLX */
/* Have the OSX backend */
/* #undef HAVE_CLUTTER_OSX */
/* Have the Wayland backend */
/* #undef HAVE_CLUTTER_WAYLAND */
/* Have Wayland compositor support */
/* #undef HAVE_CLUTTER_WAYLAND_COMPOSITOR */
/* Have the Win32 backend */
#define HAVE_CLUTTER_WIN32 1
/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
#define HAVE_DCGETTEXT 1
@ -139,9 +121,6 @@
*/
#define LT_OBJDIR ".libs/"
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */
/* Define to 1 if building for Linux */
/* #undef OS_LINUX */