Added WITH_GUILE define.
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -48,6 +48,9 @@ | ... | @@ -48,6 +48,9 @@ |
48 | /* Define if using libreadline */ | 48 | /* Define if using libreadline */ |
49 | #undef WITH_READLINE | 49 | #undef WITH_READLINE |
50 | 50 | ||
51 | /* Define when using Guile */ | ||
52 | #undef WITH_GUILE | ||
53 | |||
51 | /* Define _REENTRANT when using threads. */ | 54 | /* Define _REENTRANT when using threads. */ |
52 | #undef _REENTRANT | 55 | #undef _REENTRANT |
53 | 56 | ... | ... |
-
Please register or sign in to post a comment