1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-20 09:52:56 +00:00

_FILE_OFFSET_BITS,_LARGE_FILES for direct largefile support

This commit is contained in:
Gerhard Rieger 2023-11-12 18:40:47 +01:00
parent 343256752a
commit de1ed21026
4 changed files with 20 additions and 0 deletions

View file

@ -613,6 +613,12 @@
/* is uint64_t already defined? */
#undef HAVE_TYPE_UINT64
/* 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 if snprintf() returns required len on truncation (C-99 conform) */
#undef HAVE_C99_SNPRINTF