Distribute gpl.texi. Ooops.
[become] / acconfig.h
index d108f96..621056f 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: acconfig.h,v 1.1 1997/08/04 10:22:09 mdw Exp $
+ * $Id: acconfig.h,v 1.7 1998/01/12 16:45:20 mdw Exp $
  *
  * Default settings for `become' config.h
  *
- * (c) 1997 Mark Wooding
+ * (c) 1998 Mark Wooding
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: acconfig.h,v $
- * Revision 1.1  1997/08/04 10:22:09  mdw
+ * Revision 1.7  1998/01/12 16:45:20  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.6  1997/09/17  10:02:07  mdw
+ * Remove `@ signs -- autoconf mangles them too badly.
+ *
+ * Revision 1.5  1997/09/08  13:41:36  mdw
+ * Remove redundant entry for `HAVE_LIBEFENCE'.
+ *
+ * Revision 1.4  1997/09/05  11:45:17  mdw
+ * Add support for different login styles, and environment variable
+ * manipulation in a safe and useful way.
+ *
+ * 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
 @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
 
+/* Default login style can be `l_preserve', `l_setuser' or `l_login' */
+#define DEFAULT_LOGIN_STYLE l_preserve
+
 /* This is replaced by `/' by `configure' -- leave alone for DOSness.  */
 #define PATHSEP '\\'