summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-11-01 18:06:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-11-01 18:06:40 (GMT)
commite1149ae012b3ab64f0076dc7651ffcf87e5bbdce (patch)
treedf4a8b0a70200312f79ad0c33ad8a844bdbd84dd /unix
parent12e92c72776007d77bc4669f9a8a041e40a2679d (diff)
downloadtk-e1149ae012b3ab64f0076dc7651ffcf87e5bbdce.zip
tk-e1149ae012b3ab64f0076dc7651ffcf87e5bbdce.tar.gz
tk-e1149ae012b3ab64f0076dc7651ffcf87e5bbdce.tar.bz2
make dist
Diffstat (limited to 'unix')
-rw-r--r--unix/tkConfig.h.in6
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