support new configure options: --disable-posix, --disable-net
[bpt/guile.git] / libguile / scmconfig.h.in
index 0f330e7..a1cc26e 100644 (file)
 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
 #undef HAVE_ALLOCA_H
 
+/* Define if system calls automatically restart after interruption
+   by a signal.  */
+#undef HAVE_RESTARTABLE_SYSCALLS
+
 /* Define if your struct stat has st_blksize.  */
 #undef HAVE_ST_BLKSIZE
 
 /* Define if dlsym automatically supplies a leading underscore. */
 #undef DLSYM_ADDS_USCORE
 
-/* Define if the operating system can restart system calls.  */
-#undef HAVE_RESTARTS
-
 /* Define if the system supports Unix-domain (file-domain) sockets.  */
 #undef HAVE_UNIX_DOMAIN_SOCKETS
 
 /* This is included as part of a workaround for a autoheader bug. */
 #undef HAVE_REGCOMP
 
+#undef HAVE_POSIX
+
+#undef HAVE_NETWORKING
+
 /* Define if the operating system supplies bzero without declaring it. */
 #undef MISSING_BZERO_DECL
 
 /* Define if you have the sigaction function.  */
 #undef HAVE_SIGACTION
 
+/* Define if you have the siginterrupt function.  */
+#undef HAVE_SIGINTERRUPT
+
 /* Define if you have the socketpair function.  */
 #undef HAVE_SOCKETPAIR