mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 23:50:18 +02:00
Updated
This commit is contained in:
parent
6d8d2debd7
commit
7105a806ee
1 changed files with 9 additions and 0 deletions
|
@ -170,6 +170,12 @@
|
|||
/* This is included as part of a workaround for a autoheader bug. */
|
||||
#undef HAVE_REGCOMP
|
||||
|
||||
/* Define if the operating system supplies bzero without declaring it. */
|
||||
#undef DECLARE_BZERO
|
||||
|
||||
/* Define if the operating system supplies usleep without declaring it. */
|
||||
#undef DECLARE_USLEEP
|
||||
|
||||
/* Define if you have the bzero function. */
|
||||
#undef HAVE_BZERO
|
||||
|
||||
|
@ -326,6 +332,9 @@
|
|||
/* Define if you have the uname function. */
|
||||
#undef HAVE_UNAME
|
||||
|
||||
/* Define if you have the usleep function. */
|
||||
#undef HAVE_USLEEP
|
||||
|
||||
/* Define if you have the waitpid function. */
|
||||
#undef HAVE_WAITPID
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue