From 83591e526a5068aedaa696e9bc86ddaae13a0f4a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 5 Sep 1998 17:52:26 +0200
Subject: [PATCH] ualarm.o is obsolete.

Rev: src/acconfig.h:1.32
---
 src/acconfig.h | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/acconfig.h b/src/acconfig.h
index d967e21841..4d9b565436 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -1,5 +1,5 @@
 /*
- * $Id: acconfig.h,v 1.31 1998/08/31 12:45:51 grubba Exp $
+ * $Id: acconfig.h,v 1.32 1998/09/05 15:52:26 grubba Exp $
  */
 #ifndef MACHINE_H
 #define MACHINE_H
@@ -42,11 +42,13 @@
 #undef IGNORE_SIGFPE
 
 /* If using the C implementation of alloca, define if you know the
-   direction of stack growth for your system; otherwise it will be
-   automatically deduced at run-time.
-	STACK_DIRECTION > 0 => grows toward higher addresses
-	STACK_DIRECTION < 0 => grows toward lower addresses
-	STACK_DIRECTION = 0 => direction of growth unknown
+ * direction of stack growth for your system; otherwise it will be
+ * automatically deduced at run-time.
+ *	STACK_DIRECTION > 0 => grows toward higher addresses
+ *	STACK_DIRECTION < 0 => grows toward lower addresses
+ *	STACK_DIRECTION = 0 => direction of growth unknown
+ *
+ * Also used by Pike's runtime C-stack checker.
  */
 #undef STACK_DIRECTION
 
@@ -65,7 +67,7 @@
 /* Define if you have crypt.  */
 #undef HAVE_CRYPT
 
-/* Define if you have ualarm (else put ualarm.o in the makefile).  */
+/* Define if you have ualarm. */
 #undef HAVE_UALARM
 
 /* Define if your ualarm takes two args.. */
-- 
GitLab