* dynl.c: Only check that HAVE_DLOPEN is defined before loading
[bpt/guile.git] / acconfig.h
index 791ff67..f0b69ec 100644 (file)
    aclocal.m4.  */
 #undef LIBC_H_WITH_UNISTD_H
 
-/* Define these to indicate the current version of Guile.  These
-   values are supposed to be supplied by the configuration system.  */
-#undef GUILE_MAJOR_VERSION
-#undef GUILE_MINOR_VERSION
-#undef GUILE_VERSION
-
 /* Define this to include various undocumented functions used to debug
    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