aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/jim.h b/jim.h
index e00032f..fccb6e2 100644
--- a/jim.h
+++ b/jim.h
@@ -78,23 +78,11 @@ extern "C" {
#include <stdarg.h> /* In order to get type va_list */
/* -----------------------------------------------------------------------------
-* Some /very/ old compiler maybe do not know how to
-* handle 'const'. They even do not know, how to ignore
-* it. For those compiler it may be better to compile with
-* define JIM_NO_CONST activated
-* ---------------------------------------------------------------------------*/
-
-#ifdef JIM_NO_CONST
-# define const
-#endif
-
-/* -----------------------------------------------------------------------------
* System configuration
- * For most modern systems, you can leave the default.
- * For embedded systems some change may be required.
+ * autoconf (configure) will set these
* ---------------------------------------------------------------------------*/
-#define HAVE_LONG_LONG
+/* #define HAVE_LONG_LONG */
/* -----------------------------------------------------------------------------
* Compiler specific fixes.