summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-15 16:21:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-15 16:21:53 (GMT)
commite0e09638fece9ca63daad3b3675dc7bfb1ede7d3 (patch)
tree733c8843a886835be47fda456c2a9144c5e9930d /unix/tcl.m4
parent6bd8763c2db23d253082f9e4d79e53e60a77e856 (diff)
downloadtcl-e0e09638fece9ca63daad3b3675dc7bfb1ede7d3.zip
tcl-e0e09638fece9ca63daad3b3675dc7bfb1ede7d3.tar.gz
tcl-e0e09638fece9ca63daad3b3675dc7bfb1ede7d3.tar.bz2
Remove _LARGEFILE_SOURCE64 usage. See [d690400d07]
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 6cee92c..d9d0a71 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2472,7 +2472,6 @@ AC_DEFUN([SC_TCL_LINK_LIBS], [
# Might define the following vars:
# _ISOC99_SOURCE
# _LARGEFILE64_SOURCE
-# _LARGEFILE_SOURCE64
#
#--------------------------------------------------------------------
@@ -2496,8 +2495,6 @@ AC_DEFUN([SC_TCL_EARLY_FLAGS],[
[char *p = (char *)strtoll; char *q = (char *)strtoull;])
SC_TCL_EARLY_FLAG(_LARGEFILE64_SOURCE,[#include <sys/stat.h>],
[struct stat64 buf; int i = stat64("/", &buf);])
- SC_TCL_EARLY_FLAG(_LARGEFILE_SOURCE64,[#include <sys/stat.h>],
- [char *p = (char *)open64;])
if test "x${tcl_flags}" = "x" ; then
AC_MSG_RESULT([none])
else