From 94e6a5c1d590415095fc721fabb61681d1cab6b8 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 2 Oct 1999 23:52:23 +0000 Subject: [PATCH] * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments. --- acconfig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acconfig.h b/acconfig.h index b0ee3d465..64c4f13d0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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. */