summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
index 376fa77779..09dd7ca036 100644
--- a/config.h
+++ b/config.h
@@ -106,6 +106,12 @@
#define CASTNEGFLOAT /**/
#define CASTFLAGS 0 /**/
+/* CASTI32
+ * This symbol, if defined, indicates that this C compiler knows how to
+ * cast negative or large floating point numbers to 32-bit ints.
+ */
+#define CASTI32 /**/
+
/* CHARSPRINTF
* This symbol is defined if this system declares "char *sprintf()" in
* stdio.h. The trend seems to be to declare it as "int sprintf()". It