X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/165db1a8d131ee6f8244ca392c7ae2074b030774..2ab54e099dbb3827aa61d170e8cd3fda83b373ae:/acconfig.h diff --git a/acconfig.h b/acconfig.h index f7462e36..07dedb88 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.5 2003/11/29 23:49:32 mdw Exp $ * * Configuration header for TrIPE * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: acconfig.h,v $ + * Revision 1.5 2003/11/29 23:49:32 mdw + * Debianization. + * * Revision 1.4 2003/10/15 09:30:18 mdw * Add support for Ethereal protocol analysis. * @@ -70,6 +73,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. */