mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 17:20:29 +02:00
Updated
This commit is contained in:
parent
212d45b8e9
commit
4f654c0e32
9 changed files with 176 additions and 115 deletions
|
@ -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@
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue