mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
Updated
This commit is contained in:
parent
c505a52fed
commit
3afbf31409
2 changed files with 311 additions and 194 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue