summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-09-03 17:39:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-09-03 17:39:34 (GMT)
commitc5cad32cd648b6b43d3378412e88789d871f9749 (patch)
tree7e6d2348e1fe64ff0bc87dbd1d08ebfb62c15a6f /unix
parent6a3868f2ccfb0ab9f2532d7b47849953f6b6f273 (diff)
downloadtcl-c5cad32cd648b6b43d3378412e88789d871f9749.zip
tcl-c5cad32cd648b6b43d3378412e88789d871f9749.tar.gz
tcl-c5cad32cd648b6b43d3378412e88789d871f9749.tar.bz2
make dist
Diffstat (limited to 'unix')
-rw-r--r--unix/tclConfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in
index 23d6026..e55dcd0 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -115,6 +115,9 @@
/* Define to 1 if you have the `gmtime_r' function. */
#undef HAVE_GMTIME_R
+/* Compiler support for module scope symbols */
+#undef HAVE_HIDDEN
+
/* Do we have the intptr_t type? */
#undef HAVE_INTPTR_T
@@ -343,9 +346,6 @@
/* Do we have <values.h>? */
#undef NO_VALUES_H
-/* Compiler support for module scope symbols */
-#undef HAVE_HIDDEN
-
/* Do we have wait3() */
#undef NO_WAIT3