summaryrefslogtreecommitdiff
path: root/libguile/gen-scmconfig.h.in
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2005-01-02 19:43:36 +0000
committerMarius Vollmer <mvo@zagadka.de>2005-01-02 19:43:36 +0000
commit9c6e33c62acc203792053b6d5a579bdc22827eec (patch)
treebd5d26b05be49a284ccb22d37a05398ff7911778 /libguile/gen-scmconfig.h.in
parent9de6f5f1768624170ba6b1a48366f5ab14ef7d2c (diff)
downloadguile-9c6e33c62acc203792053b6d5a579bdc22827eec.tar.gz
* gen-scmconfig.h.in (SCM_I_GSC_HAVE_ARRAYS): Removed.
* gen-scmconfig.c: Hard code SCM_HAVE_ARRAYS to "1".
Diffstat (limited to 'libguile/gen-scmconfig.h.in')
-rw-r--r--libguile/gen-scmconfig.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/gen-scmconfig.h.in b/libguile/gen-scmconfig.h.in
index 933aad375..8bcb0f425 100644
--- a/libguile/gen-scmconfig.h.in
+++ b/libguile/gen-scmconfig.h.in
@@ -11,7 +11,6 @@
#define SCM_I_GSC_ENABLE_DISCOURAGED @SCM_I_GSC_ENABLE_DISCOURAGED@
#define SCM_I_GSC_ENABLE_DEPRECATED @SCM_I_GSC_ENABLE_DEPRECATED@
#define SCM_I_GSC_ENABLE_ELISP @SCM_I_GSC_ENABLE_ELISP@
-#define SCM_I_GSC_HAVE_ARRAYS @SCM_I_GSC_HAVE_ARRAYS@
#define SCM_I_GSC_STACK_GROWS_UP @SCM_I_GSC_STACK_GROWS_UP@
#define SCM_I_GSC_C_INLINE @SCM_I_GSC_C_INLINE@
#define SCM_I_GSC_NEEDS_STDINT_H @SCM_I_GSC_NEEDS_STDINT_H@