support new configure options: --disable-posix, --disable-net
[bpt/guile.git] / libguile / scmconfig.h.in
index 62d2c30..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
 
 #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
-
-/* 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 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 the system headers declare usleep to return void.  */
 #undef USLEEP_RETURNS_VOID
 
-/* Define if your readline library has the rl_getc_function variable.  */
-#undef HAVE_RL_GETC_FUNCTION
-
 /* Define if the compiler supports long longs.  */
 #undef HAVE_LONG_LONGS
 
 /* The number of bytes in a long.  */
 #undef SIZEOF_LONG
 
+/* Define if you have the atexit function.  */
+#undef HAVE_ATEXIT
+
 /* Define if you have the bzero function.  */
 #undef HAVE_BZERO
 
 /* 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
 
 /* Define if you have the nice function.  */
 #undef HAVE_NICE
 
+/* Define if you have the on_exit function.  */
+#undef HAVE_ON_EXIT
+
 /* Define if you have the pause function.  */
 #undef HAVE_PAUSE
 
 /* Define if you have the rename function.  */
 #undef HAVE_RENAME
 
-/* Define if you have the rl_cleanup_after_signal function.  */
-#undef HAVE_RL_CLEANUP_AFTER_SIGNAL
-
-/* Define if you have the rl_clear_signals function.  */
-#undef HAVE_RL_CLEAR_SIGNALS
-
 /* Define if you have the rmdir function.  */
 #undef HAVE_RMDIR
 
 /* Define if you have the setpgid function.  */
 #undef HAVE_SETPGID
 
+/* Define if you have the setprotoent function.  */
+#undef HAVE_SETPROTOENT
+
 /* Define if you have the setpwent function.  */
 #undef HAVE_SETPWENT
 
+/* Define if you have the setservent function.  */
+#undef HAVE_SETSERVENT
+
 /* Define if you have the setsid function.  */
 #undef HAVE_SETSID
 
 /* 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
 
 /* Define if you have the <dirent.h> header file.  */
 #undef HAVE_DIRENT_H
 
+/* Define if you have the <io.h> header file.  */
+#undef HAVE_IO_H
+
 /* Define if you have the <libc.h> header file.  */
 #undef HAVE_LIBC_H
 
 /* Define if you have the nsl library (-lnsl).  */
 #undef HAVE_LIBNSL
 
-/* Define if you have the readline library (-lreadline).  */
-#undef HAVE_LIBREADLINE
-
 /* Define if you have the rx library (-lrx).  */
 #undef HAVE_LIBRX