chiark / gitweb /
Add support for Ethereal protocol analysis.
[tripe] / acconfig.h
index 84e4a1481d9d73ff4db7f8beedb2a96810101863..f7462e3664abd1d85c185162247a4b0f72a4c5dc 100644 (file)
@@ -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.
  *
  * 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 -------------------------------------------------*/