Avoiding system conflict if __UNSIGNED_CHAR__ is already defined.

This commit is contained in:
Ward Fisher 2015-12-28 15:52:54 -07:00
parent c5edd76b38
commit d874ac40d2

View File

@ -210,7 +210,9 @@ are set when opening a binary file on Windows. */
#cmakedefine HAVE_FILE_LENGTH_I64 @HAVE_FILE_LENGTH_I64@
/* Define whether char is signed by default. */
//#cmakedefine __CHAR_UNSIGNED__
#ifndef __CHAR_UNSIGNED__
#cmakedefine __CHAR_UNSIGNED__
#endif
/* The size of `void*` as computed by sizeof. */
#cmakedefine SIZEOF_VOIDSTAR @SIZEOF_VOIDSTAR@