diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-15 17:02:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-15 17:02:40 (GMT) |
commit | 2fc5eb10d788ca94395c97c0ca88d3d193e0a694 (patch) | |
tree | a7ba0809ed5609ba26af1da63ed9abb4640fad61 /unix/tkConfig.h.in | |
parent | 029178e43fc490bd9289e3ac2b2f62ad749ba8fd (diff) | |
download | tk-2fc5eb10d788ca94395c97c0ca88d3d193e0a694.zip tk-2fc5eb10d788ca94395c97c0ca88d3d193e0a694.tar.gz tk-2fc5eb10d788ca94395c97c0ca88d3d193e0a694.tar.bz2 |
Remove _LARGEFILE_SOURCE64 usage. See [https://core.tcl-lang.org/tcl/info/d690400d07|d690400d07]
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r-- | unix/tkConfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 03599a1..feef439 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -194,9 +194,6 @@ /* Add the _LARGEFILE64_SOURCE flag when building */ #undef _LARGEFILE64_SOURCE -/* Add the _LARGEFILE_SOURCE64 flag when building */ -#undef _LARGEFILE_SOURCE64 - /* # needed in sys/socket.h Should OS/390 do the right thing with sockets? */ #undef _OE_SOCKETS |