X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/387501aeccded922e560da75c955f664f2faa6cd..4d06dc2e92a57d1b58e240cb70a7d8b20fa9c562:/acconfig.h diff --git a/acconfig.h b/acconfig.h index bc8ad47..3801920 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,10 +1,10 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.4 1997/09/05 11:45:17 mdw Exp $ + * $Id: acconfig.h,v 1.8 1998/04/23 13:08:42 mdw Exp $ * * Default settings for `become' config.h * - * (c) 1997 Mark Wooding + * (c) 1998 Mark Wooding */ /*----- Licensing notice --------------------------------------------------* @@ -29,7 +29,19 @@ /*----- Revision history --------------------------------------------------* * * $Log: acconfig.h,v $ - * Revision 1.4 1997/09/05 11:45:17 mdw + * Revision 1.8 1998/04/23 13:08:42 mdw + * Fix formatting. Add new option to disable networking. + * + * 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. * @@ -59,14 +71,14 @@ /* Define to be the size of an int. */ #define SIZEOF_INT 4 -/* Default login style can be @l_preserve@, @l_user@ or @l_login@ */ +/* 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 +/* Define to turn off networking support. */ +#undef NONETWORK /* Debugging options. */ #undef TRACING