1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 17:50:29 +02:00

* acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.

This commit is contained in:
Jim Blandy 1999-10-02 23:52:23 +00:00
parent 3b307d439d
commit 94e6a5c1d5

View file

@ -119,8 +119,10 @@
/* This is included as part of a workaround for a autoheader bug. */
#undef HAVE_REGCOMP
/* Define this if you want support for POSIX system calls in Guile. */
#undef HAVE_POSIX
/* Define this if you want support for networking in Guile. */
#undef HAVE_NETWORKING
/* Define if the operating system supplies bzero without declaring it. */