* acconfig.h: add HAVE_ARRAYS.
[bpt/guile.git] / acconfig.h
index f920ea4..44f90ec 100644 (file)
 #undef DEBUG_EXTENSIONS
 #undef READER_EXTENSIONS
 
-/* Define this if your system has a way to set a stdio stream's file
-   descriptor.  */
-#undef FD_SETTER
+/* Define this if you want to debug the free list (helps w/ GC bugs) */
+#undef GUILE_DEBUG_FREELIST
 
-/* Set this to the name of a field in FILE which contains the number
-   of buffered characters waiting to be read.  */
-#undef FILE_CNT_FIELD
-
-/* Define this if your stdio has _gptr and _egptr fields which can
-   be compared to give the number of buffered characters waiting to
-   be read.  */
-#undef FILE_CNT_GPTR
-
-/* Define this if your stdio has _IO_read_ptr and _IO_read_end fields
-   which can be compared to give the number of buffered characters
-   waiting to be read.  */
-#undef FILE_CNT_READPTR
+/* 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.  */
 /* Define if the system supports Unix-domain (file-domain) sockets.  */
 #undef HAVE_UNIX_DOMAIN_SOCKETS
 
+/* Define this if you want support for arrays and uniform arrays.  */
+#undef HAVE_ARRAYS
+
 /* 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. */
 #undef MISSING_BZERO_DECL