acconfig.h: Add USCORE.
[bpt/guile.git] / libguile / scmconfig.h.in
index 2970e4c..1d1073a 100644 (file)
    the Guile library itself.  */
 #undef GUILE_DEBUG
 
+/* Define to implement scm_internal_select */
+#undef GUILE_ISELECT
+
 /* Define if using cooperative multithreading.  */
 #undef USE_COOP_THREADS
 
 /* Define if you want support for dynamic linking. */
 #undef DYNAMIC_LINKING
 
+/* Define if symbol tables on this system use leading underscores. */
+#undef USCORE
+
+/* 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
+
+/* Define if you have the bzero function.  */
+#undef HAVE_BZERO
+
 /* Define if you have the ctermid function.  */
 #undef HAVE_CTERMID
 
+/* Define if you have the dlopen function.  */
+#undef HAVE_DLOPEN
+
 /* Define if you have the endhostent function.  */
 #undef HAVE_ENDHOSTENT
 
 /* Define if you have the readlink function.  */
 #undef HAVE_READLINK
 
-/* Define if you have the regcomp function.  */
-#undef HAVE_REGCOMP
-
 /* Define if you have the rename function.  */
 #undef HAVE_RENAME
 
 /* Define if you have the <regex.h> header file.  */
 #undef HAVE_REGEX_H
 
+/* Define if you have the <rx/rxposix.h> header file.  */
+#undef HAVE_RX_RXPOSIX_H
+
+/* Define if you have the <rxposix.h> header file.  */
+#undef HAVE_RXPOSIX_H
+
 /* Define if you have the <string.h> header file.  */
 #undef HAVE_STRING_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
 
 /* Define if you have the socket library (-lsocket).  */
 #undef HAVE_LIBSOCKET
+
+/* Define if you have the termcap library (-ltermcap).  */
+#undef HAVE_LIBTERMCAP