mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-05 16:20:10 +08:00
Avoiding system conflict if __UNSIGNED_CHAR__ is already defined.
This commit is contained in:
parent
c5edd76b38
commit
d874ac40d2
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user