1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 17:20:29 +02:00
This commit is contained in:
Mikael Djurfeldt 1998-07-12 02:30:01 +00:00
parent 212d45b8e9
commit 4f654c0e32
9 changed files with 176 additions and 115 deletions

View file

@ -67,6 +67,7 @@ GUILE_MAJOR_VERSION = @GUILE_MAJOR_VERSION@
GUILE_MINOR_VERSION = @GUILE_MINOR_VERSION@
GUILE_STAMP = @GUILE_STAMP@
GUILE_VERSION = @GUILE_VERSION@
HOSTNAME = @HOSTNAME@
LD = @LD@
LIBLOBJS = @LIBLOBJS@
LIBTOOL = @LIBTOOL@

View file

@ -179,6 +179,12 @@
/* Define if usleep doesn't return a value. */
#undef USLEEP_RETURNS_VOID
/* Define if configuring on totoro.red-bean.com.
This variable is used in a workaround which forces totoro to include
readline support regardless. This kludge should obviously be
removed as fast as possible. */
#undef TOTORO
/* Define if you have the bzero function. */
#undef HAVE_BZERO
@ -323,6 +329,9 @@
/* Define if you have the socketpair function. */
#undef HAVE_SOCKETPAIR
/* Define if you have the strdup function. */
#undef HAVE_STRDUP
/* Define if you have the strerror function. */
#undef HAVE_STRERROR