aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-11-28 23:26:13 +1000
committerSteve Bennett <steveb@workware.net.au>2011-06-09 11:45:39 +1000
commitf25d6276ee487d583e35c48f3125ef388c9f7d3f (patch)
tree03775dc0c0f6112c58266b9bfa83bf4382f58a38 /jim.h
parentc8abfa88a3319425921064d045679614a1b4a550 (diff)
downloadjimtcl-f25d6276ee487d583e35c48f3125ef388c9f7d3f.zip
jimtcl-f25d6276ee487d583e35c48f3125ef388c9f7d3f.tar.gz
jimtcl-f25d6276ee487d583e35c48f3125ef388c9f7d3f.tar.bz2
Use autosetup instead of autoconf
Faster, simpler auto-configuration Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/jim.h b/jim.h
index f19bf1a..6411be0 100644
--- a/jim.h
+++ b/jim.h
@@ -178,14 +178,6 @@ extern "C" {
#define JIM_LIBPATH "auto_path"
#define JIM_INTERACTIVE "tcl_interactive"
-#ifndef TCL_PLATFORM_OS
-#define TCL_PLATFORM_OS "unknown"
-#endif
-#ifndef TCL_PLATFORM_PLATFORM
-#define TCL_PLATFORM_PLATFORM "unknown"
-#endif
-
-
/* -----------------------------------------------------------------------------
* Stack
* ---------------------------------------------------------------------------*/