* acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 20 Apr 1998 00:38:18 +0000 (00:38 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 20 Apr 1998 00:38:18 +0000 (00:38 +0000)
acconfig.h

index f0b69ec..0043a27 100644 (file)
@@ -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