X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/8ddbfc6259aff24610996d1f84769774481dc62f..a62d3877288d677814f34c5c8af5a05c15eb4ec6:/acconfig.h diff --git a/acconfig.h b/acconfig.h index d108f96..1434352 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.1 1997/08/04 10:22:09 mdw Exp $ + * $Id: acconfig.h,v 1.3 1997/08/07 09:33:05 mdw Exp $ * * Default settings for `become' config.h * @@ -29,7 +29,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: acconfig.h,v $ - * Revision 1.1 1997/08/04 10:22:09 mdw + * 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. * * Revision 1.1 1997/07/21 13:47:52 mdw @@ -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