X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/6b3d271adcbf452abf5776335bf119471a25b587..165db1a8d131ee6f8244ca392c7ae2074b030774:/acconfig.h diff --git a/acconfig.h b/acconfig.h index 84e4a148..f7462e36 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.3 2003/07/13 11:38:39 mdw Exp $ + * $Id: acconfig.h,v 1.4 2003/10/15 09:30:18 mdw Exp $ * * Configuration header for TrIPE * @@ -29,6 +29,9 @@ /*----- 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. * @@ -67,6 +70,11 @@ * built-in `tun' devices. */ #undef TUN_TYPE +/* 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. */ +#undef ETHEREAL_BUGGERED + @BOTTOM@ /*----- That's all, folks -------------------------------------------------*/