summaryrefslogtreecommitdiffstats
path: root/unix/tkConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-15 17:02:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-15 17:02:40 (GMT)
commit2fc5eb10d788ca94395c97c0ca88d3d193e0a694 (patch)
treea7ba0809ed5609ba26af1da63ed9abb4640fad61 /unix/tkConfig.h.in
parent029178e43fc490bd9289e3ac2b2f62ad749ba8fd (diff)
downloadtk-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.in3
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