diff options
| author | dgp <dgp@users.sourceforge.net> | 2018-06-05 17:26:37 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2018-06-05 17:26:37 (GMT) |
| commit | f206e0fb4b6f73e30c7c0a8cb1560b548bae04ad (patch) | |
| tree | 3112b680dfff3ea941ff1d624dd968ee881123b0 /unix/tclConfig.h.in | |
| parent | 1545e3155786a2643bbabc7e7e5ef8b1a1d47d4a (diff) | |
| parent | 3b14a4b0ed16f753791f2c6046b761c4fcd5be05 (diff) | |
| download | tcl-f206e0fb4b6f73e30c7c0a8cb1560b548bae04ad.zip tcl-f206e0fb4b6f73e30c7c0a8cb1560b548bae04ad.tar.gz tcl-f206e0fb4b6f73e30c7c0a8cb1560b548bae04ad.tar.bz2 | |
merge 8.7
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 b9d0059..21c3bef 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -196,6 +196,9 @@ /* Is 'struct dirent64' in <sys/types.h>? */ #undef HAVE_STRUCT_DIRENT64 +/* Is 'DIR64' in <sys/types.h>? */ +#undef HAVE_DIR64 + /* Define to 1 if the system has the type `struct in6_addr'. */ #undef HAVE_STRUCT_IN6_ADDR |
