Added `ElectricFence' support. Other minor cosmetic things.
authormdw <mdw>
Thu, 7 Aug 1997 09:33:05 +0000 (09:33 +0000)
committermdw <mdw>
Thu, 7 Aug 1997 09:33:05 +0000 (09:33 +0000)
acconfig.h

index 6cb2ced..1434352 100644 (file)
@@ -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.
  *
 @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