From c1d1774a4f6b2b724a87afd3fed36c097474c002 Mon Sep 17 00:00:00 2001 From: mdw Date: Thu, 7 Aug 1997 09:33:05 +0000 Subject: [PATCH] Added `ElectricFence' support. Other minor cosmetic things. --- acconfig.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/acconfig.h b/acconfig.h index 6cb2ced..1434352 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.2 1997/08/04 10:24:19 mdw Exp $ + * $Id: acconfig.h,v 1.3 1997/08/07 09:33:05 mdw Exp $ * * Default settings for `become' config.h * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: acconfig.h,v $ + * Revision 1.3 1997/08/07 09:33:05 mdw + * Added `ElectricFence' support. Other minor cosmetic things. + * * Revision 1.2 1997/08/04 10:24:19 mdw * Sources placed under CVS control. * @@ -44,10 +47,10 @@ @TOP@ /* My version number. */ -#define VERSION ??? +#define VERSION "1.2-pre" /* The `etcdir' contains configuration and state information. */ -#define ETCDIR "/usr/local/etc" +#define ETCDIR "/etc/become" /* Define to be the size of an int. */ #define SIZEOF_INT 4 @@ -55,6 +58,9 @@ /* This is replaced by `/' by `configure' -- leave alone for DOSness. */ #define PATHSEP '\\' +/* Define if we're linking with Electric Fence for debugging. */ +#undef HAVE_EFENCE + /* Debugging options. */ #undef TRACING -- 2.11.0