From 106aca015901e13bf8839c21805e12623f302fa6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 6 Feb 1999 20:00:44 +0100
Subject: [PATCH] Added __CHECKER__.

Rev: src/acconfig.h:1.37
---
 src/acconfig.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/acconfig.h b/src/acconfig.h
index 1ba4e8495b..92f230b212 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -1,5 +1,5 @@
 /*
- * $Id: acconfig.h,v 1.36 1999/01/07 13:59:56 hubbe Exp $
+ * $Id: acconfig.h,v 1.37 1999/02/06 19:00:44 grubba Exp $
  */
 #ifndef MACHINE_H
 #define MACHINE_H
@@ -15,6 +15,9 @@
 /* Define this if you want run time self tests */
 #undef PIKE_DEBUG
 
+/* Define this if you are going to use a memory access checker (like Purify) */
+#undef __CHECKER__
+
 /* Define this if you want malloc debugging */
 #undef DEBUG_MALLOC
 
-- 
GitLab