1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 23:50:18 +02:00
This commit is contained in:
Mikael Djurfeldt 1998-04-20 00:39:59 +00:00
parent 6d8d2debd7
commit 7105a806ee

View file

@ -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