[cogl/cogl-latest-win: 19/27] config.h.win32.in: Update to conform to configure.ac




commit 4c10ff1bdecb29db5d3b9b905a52c5e991c9bcff
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Oct 15 09:53:24 2021 +0800

    config.h.win32.in: Update to conform to configure.ac
    
    Some entries were added or changed in the generated config.h.in
    template, so update config.h.win32.in to conform better to it.

 config.h.win32.in | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/config.h.win32.in b/config.h.win32.in
index b40357cf..17a32d89 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -28,6 +28,9 @@
    language is requested. */
 #define ENABLE_NLS 1
 
+/* Whether to enable building unit tests */
+#define ENABLE_UNIT_TESTS 1
+
 /* The prefix for our gettext translation domains. */
 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
 
@@ -126,6 +129,9 @@
 /* Have GLES 2.0 for rendering */
 /*#undef HAVE_COGL_GLES2*/
 
+/* Have WebGL for rendering */
+/* #undef HAVE_COGL_WEBGL */
+
 /* Define if the GNU dcgettext() function is already present or preinstalled.
    */
 #define HAVE_DCGETTEXT 1
@@ -166,6 +172,9 @@
 /* Define to 1 if you have the <float.h> header file. */
 #define HAVE_FLOAT_H 1
 
+/* Has the __FLOAT_WORD_ORDER macro */
+/* #undef HAVE_FLOAT_WORD_ORDER */
+
 /* Define to 1 if you have the <fstab.h> header file. */
 /* #undef HAVE_FSTAB_H */
 
@@ -303,6 +312,11 @@
 /* Define to 1 if you have the `setmntent' function. */
 /* #undef HAVE_SETMNTENT */
 
+/* Define to 1 if you have the `sincos' function. */
+#if !defined (_MSC_VER) || (_MSC_VER >= 1915)
+# define HAVE_SINCOS 1
+#endif
+
 /* Define to 1 if you have the `splice' function. */
 /* #undef HAVE_SPLICE */
 
@@ -508,8 +522,8 @@
    */
 #define LT_OBJDIR ".libs"
 
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-/* #undef NO_MINUS_C_MINUS_O */
+/* global 'sys_errlist' not found */
+/* #undef NO_SYS_ERRLIST */
 
 /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT ""
@@ -603,6 +617,8 @@
 # undef __EXTENSIONS__
 #endif
 
+/* Cogl is being compiled with emscripten */
+/* #undef USING_EMSCRIPTEN */
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]