Update libXau to 1.0.11

This commit is contained in:
matthieu
2023-05-07 13:42:26 +00:00
parent 66a69b304a
commit 0d081b8fa7
5 changed files with 414 additions and 40 deletions

View File

@@ -104,6 +104,17 @@
/* Whether libXau needs to use MT safe API's */
#undef XUSE_MTSAFE_API
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
/* Define to 1 if on MINIX. */
#undef _MINIX