summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1998-04-20 00:38:18 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1998-04-20 00:38:18 +0000
commit17f327054827cc892fd3f05feecc518281039d50 (patch)
treec316d577fc8b159c7d8e4f50a79c8b015a9fe33b
parentf83e27370c827773722739fdf764cb231bd9d330 (diff)
downloadguile-17f327054827cc892fd3f05feecc518281039d50.tar.gz
* acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index f0b69ec13..0043a27be 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -86,3 +86,9 @@
/* This is included as part of a workaround for a autoheader bug. */
#undef HAVE_REGCOMP
+
+/* Define if the operating system supplies bzero without declaring it. */
+#undef DECLARE_BZERO
+
+/* Define if the operating system supplies usleep without declaring it. */
+#undef DECLARE_USLEEP