summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das@noemail.net>2008-11-14 13:19:51 (GMT)
committerdas <das@noemail.net>2008-11-14 13:19:51 (GMT)
commitae988b491f4816306f4599d48631b644df67e0b7 (patch)
treea5d55a928939a1df6784d0477387dea6cffebf69 /unix
parentcd86d005d8d188923348149173f41fba04877828 (diff)
downloadtk-ae988b491f4816306f4599d48631b644df67e0b7.zip
tk-ae988b491f4816306f4599d48631b644df67e0b7.tar.gz
tk-ae988b491f4816306f4599d48631b644df67e0b7.tar.bz2
autoheader-2.59
FossilOrigin-Name: 19bf54b4dfd656f41da8adaad63509d7773c2d76
Diffstat (limited to 'unix')
-rw-r--r--unix/tkConfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in
index baa7e40..db591a8 100644
--- a/unix/tkConfig.h.in
+++ b/unix/tkConfig.h.in
@@ -205,6 +205,12 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+ calls it, or to nothing if 'inline' is not supported under any name. */
+#ifndef __cplusplus
+#undef inline
+#endif
+
/* Signed integer type wide enough to hold a pointer. */
#undef intptr_t