diff options
Diffstat (limited to 'libguile/acconfig.h')
-rw-r--r-- | libguile/acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/acconfig.h b/libguile/acconfig.h index f8f13efbc..2d197543a 100644 --- a/libguile/acconfig.h +++ b/libguile/acconfig.h @@ -22,3 +22,9 @@ /* Define this if a callee's stack frame has a higher address than the caller's stack frame. On most machines, this is not the case. */ #undef SCM_STACK_GROWS_UP + +/* Define these to indicate the current version of Guile. These + values are supposed to be supplied by the configuration system. */ +#undef GUILE_MAJOR_VERSION +#undef GUILE_MINOR_VERSION +#undef GUILE_VERSION |