1 --- libmariadb/getopt.c
2 +++ libmariadb/getopt.c
7 -#if (!defined (__STDC__) || !__STDC__) && !defined(MSDOS) && !defined(OS2)
8 +#if (!defined (__STDC__) || !__STDC__) && !defined(MSDOS) && !defined(OS2) && !(defined _MSC_VER && defined __clang__)
9 /* This is a separate conditional since some stdc systems
10 reject `defined (const)'. */