1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00
This commit is contained in:
Mikael Djurfeldt 1999-01-10 07:43:35 +00:00
parent c505a52fed
commit 3afbf31409
2 changed files with 311 additions and 194 deletions

493
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -182,6 +182,15 @@
/* Define if your readline library has the rl_getc_function variable. */
#undef HAVE_RL_GETC_FUNCTION
/* Define if the compiler supports long longs. */
#undef HAVE_LONG_LONGS
/* The number of bytes in a int. */
#undef SIZEOF_INT
/* The number of bytes in a long. */
#undef SIZEOF_LONG
/* Define if you have the bzero function. */
#undef HAVE_BZERO
@ -451,6 +460,3 @@
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define if you have the termcap library (-ltermcap). */
#undef HAVE_LIBTERMCAP