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:
parent
343256752a
commit
de1ed21026
4 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue