Commit c8d9b8af c8d9b8afbd2f17529f0c299dde3abd01aab3b2de by Sergey Poznyakoff

Added WITH_GUILE define.

1 parent 1d82cc6d
...@@ -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
......