X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/165db1a8d131ee6f8244ca392c7ae2074b030774..808702d218ba5999dbc8cef769a79d1fb9be1e63:/acconfig.h?ds=sidebyside diff --git a/acconfig.h b/acconfig.h index f7462e36..a36ff8e0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.4 2003/10/15 09:30:18 mdw Exp $ + * $Id: acconfig.h,v 1.6 2004/04/08 01:36:17 mdw Exp $ * * Configuration header for TrIPE * @@ -26,23 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: acconfig.h,v $ - * Revision 1.4 2003/10/15 09:30:18 mdw - * Add support for Ethereal protocol analysis. - * - * Revision 1.3 2003/07/13 11:38:39 mdw - * Fix formatting. - * - * Revision 1.2 2003/04/06 10:31:25 mdw - * Fix description. - * - * Revision 1.1 2001/02/04 01:17:54 mdw - * Create a configuration header file to tidy up command lines. - * - */ - #ifndef ACCONFIG_H #define ACCONFIG_H @@ -70,6 +53,15 @@ * built-in `tun' devices. */ #undef TUN_TYPE +/* Define this to your default configuration directory. This is where + * tripe searches for keys and other stuff. */ +#define CONFIGDIR "." + +/* Define this to the directory in which tripe's admin socket is to be + * placed. Common choices are `.' -- the tripe configuration directory -- + * and /var/run. */ +#define SOCKETDIR "." + /* Define if your Ethereal plugin headers are broken (e.g., Debian 3.0) but * you're running some sensible ELF system, and I should try to bodge around * the damage. */