Update config.h.win32.in for sincos()
There was an added check in configure.ac for sincos() for gtkgears.c, where that function is actually a GCC- and glibc-specific extension, which is not available on Windows. Reflect on this in config.h.win32.in for the Visual Studio/Windows builds.
This commit is contained in:
@ -141,6 +141,9 @@
|
|||||||
#define HAVE_ROUND 1
|
#define HAVE_ROUND 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Define to 1 if sincos() is available */
|
||||||
|
/* #undef HAVE_SINCOS */
|
||||||
|
|
||||||
/* Have the sockaddr_un.sun_len member */
|
/* Have the sockaddr_un.sun_len member */
|
||||||
/* #undef HAVE_SOCKADDR_UN_SUN_LEN */
|
/* #undef HAVE_SOCKADDR_UN_SUN_LEN */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user