1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-15 10:10:21 +02:00

Regenerated

This commit is contained in:
Mikael Djurfeldt 1999-08-29 18:04:43 +00:00
parent a284e29725
commit c1c6aa4b20
5 changed files with 139 additions and 41 deletions

View file

@ -94,6 +94,9 @@
#undef DEBUG_EXTENSIONS
#undef READER_EXTENSIONS
/* Define this if your system defines S_ISLNK in sys/stat.h */
#undef HAVE_S_ISLNK
/* Define this if your system defines struct linger, for use with the
getsockopt and setsockopt system calls. */
#undef HAVE_STRUCT_LINGER
@ -170,6 +173,9 @@
/* The number of bytes in a long. */
#undef SIZEOF_LONG
/* Define if you have the bcopy function. */
#undef HAVE_BCOPY
/* Define if you have the bzero function. */
#undef HAVE_BZERO
@ -245,6 +251,9 @@
/* Define if you have the lstat function. */
#undef HAVE_LSTAT
/* Define if you have the memmove function. */
#undef HAVE_MEMMOVE
/* Define if you have the mkdir function. */
#undef HAVE_MKDIR