X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/c1d1774a4f6b2b724a87afd3fed36c097474c002..9e5602f0603b771fdda16731ab5bf6e460fe8795:/acconfig.h diff --git a/acconfig.h b/acconfig.h index 1434352..9d7dc3e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.3 1997/08/07 09:33:05 mdw Exp $ + * $Id: acconfig.h,v 1.6 1997/09/17 10:02:07 mdw Exp $ * * Default settings for `become' config.h * @@ -29,6 +29,16 @@ /*----- Revision history --------------------------------------------------* * * $Log: acconfig.h,v $ + * 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. * @@ -55,12 +65,12 @@ /* 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 '\\' -/* Define if we're linking with Electric Fence for debugging. */ -#undef HAVE_EFENCE - /* Debugging options. */ #undef TRACING