summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1997-08-24 15:37:10 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1997-08-24 15:37:10 +0000
commit365d0782b11ae74113c8eed548f27aedcc542733 (patch)
treec9a623b544b735588be1376d95ffb2038d53aec7 /libguile
parent0e31dbfd2271fd1081662491638f3611f1cc6f8e (diff)
downloadguile-365d0782b11ae74113c8eed548f27aedcc542733.tar.gz
Regenerated
Diffstat (limited to 'libguile')
-rw-r--r--libguile/scmconfig.h.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/libguile/scmconfig.h.in b/libguile/scmconfig.h.in
index 2970e4c80..c38ba9260 100644
--- a/libguile/scmconfig.h.in
+++ b/libguile/scmconfig.h.in
@@ -158,6 +158,9 @@
/* 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 ctermid function. */
#undef HAVE_CTERMID
@@ -239,9 +242,6 @@
/* 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
@@ -338,6 +338,12 @@
/* 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