diff options
author | sebres <sebres@users.sourceforge.net> | 2018-06-04 13:49:38 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2018-06-04 13:49:38 (GMT) |
commit | 240e6b50d2dfd9d501eeb3e180be594f51f6f03c (patch) | |
tree | 77b0d64512ce4d48c46357baf46a09cd09f9b771 /unix/tclConfig.h.in | |
parent | 6a4d06759ed9c9ac3c94860c9d7b17c076f28b7e (diff) | |
download | tcl-240e6b50d2dfd9d501eeb3e180be594f51f6f03c.zip tcl-240e6b50d2dfd9d501eeb3e180be594f51f6f03c.tar.gz tcl-240e6b50d2dfd9d501eeb3e180be594f51f6f03c.tar.bz2 |
fixes [92564326a9] if compiled on some x86 systems (with dirent64 but without DIR64, partially cherry-picked from https://www.androwish.org/index.html/info/6119b8ac2aee8411).
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 9774ce9..0879c7a 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -193,6 +193,9 @@ /* Is 'struct dirent64' in <sys/types.h>? */ #undef HAVE_STRUCT_DIRENT64 +/* Is 'DIR64' in <sys/types.h>? */ +#undef HAVE_DIR64 + /* Is 'struct stat64' in <sys/stat.h>? */ #undef HAVE_STRUCT_STAT64 |