Merge "Update configure.ac/Makefile for clang" into 13

This commit is contained in:
Matt Jordan
2015-05-04 04:03:10 -05:00
committed by Gerrit Code Review
7 changed files with 299 additions and 108 deletions

View File

@@ -1307,6 +1307,14 @@
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Prevent clang array-bounds warning by not using strcmp from bits/string2.h
*/
#undef _HAVE_STRING_ARCH_strcmp
/* Prevent clang array-bounds warning by not using strsep from bits/string2.h
*/
#undef _HAVE_STRING_ARCH_strsep
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#undef _LARGEFILE_SOURCE