aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-11 14:51:44 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-30 20:07:27 +1000
commit42f3fb7b7f46c9af1e20573fa3fb5699e80244bf (patch)
tree7c4cf02fd3a4bae52a154d1ec4199c7304af4e93 /jim.h
parent9e21b4458c58607993935c7a05d114103606bea2 (diff)
downloadjimtcl-42f3fb7b7f46c9af1e20573fa3fb5699e80244bf.zip
jimtcl-42f3fb7b7f46c9af1e20573fa3fb5699e80244bf.tar.gz
jimtcl-42f3fb7b7f46c9af1e20573fa3fb5699e80244bf.tar.bz2
Determine platform_tcl() settings with configure
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/jim.h b/jim.h
index 4cef339..1344cf2 100644
--- a/jim.h
+++ b/jim.h
@@ -192,6 +192,14 @@ extern "C" {
#define JIM_INTERACTIVE "jim_interactive"
#endif
+#ifndef TCL_PLATFORM_OS
+#define TCL_PLATFORM_OS "unknown"
+#endif
+#ifndef TCL_PLATFORM_PLATFORM
+#define TCL_PLATFORM_PLATFORM "unknown"
+#endif
+
+
/* -----------------------------------------------------------------------------
* Stack
* ---------------------------------------------------------------------------*/