acconfig.h: Add USCORE.
[bpt/guile.git] / libguile / scmconfig.h.in
index 0aedd64..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
 
 /* 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 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