diff options
author | dgp <dgp@users.sourceforge.net> | 2018-11-01 18:06:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-11-01 18:06:40 (GMT) |
commit | e1149ae012b3ab64f0076dc7651ffcf87e5bbdce (patch) | |
tree | df4a8b0a70200312f79ad0c33ad8a844bdbd84dd /unix | |
parent | 12e92c72776007d77bc4669f9a8a041e40a2679d (diff) | |
download | tk-e1149ae012b3ab64f0076dc7651ffcf87e5bbdce.zip tk-e1149ae012b3ab64f0076dc7651ffcf87e5bbdce.tar.gz tk-e1149ae012b3ab64f0076dc7651ffcf87e5bbdce.tar.bz2 |
make dist
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkConfig.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 4fd7726..72d97c8 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -13,6 +13,9 @@ /* Do we have access to Darwin CoreFoundation.framework? */ #undef HAVE_COREFOUNDATION +/* Is 'DIR64' in <sys/types.h>? */ +#undef HAVE_DIR64 + /* Compiler support for module scope symbols */ #undef HAVE_HIDDEN @@ -238,9 +241,6 @@ /* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t -/* Do we want to use the strtod() in compat? */ -#undef strtod - /* Define to `int' if <sys/types.h> doesn't define. */ #undef uid_t |