X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/7ed14135434df136e971a43b1774b827714ef7f9..3386102026f31ad3d36791cc4aff3d16be56cd6b:/acconfig.h diff --git a/acconfig.h b/acconfig.h index 44f27d81..84e4a148 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.2 2003/04/06 10:31:25 mdw Exp $ + * $Id: acconfig.h,v 1.3 2003/07/13 11:38:39 mdw Exp $ * * Configuration header for TrIPE * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: acconfig.h,v $ + * Revision 1.3 2003/07/13 11:38:39 mdw + * Fix formatting. + * * Revision 1.2 2003/04/06 10:31:25 mdw * Fix description. * @@ -54,15 +57,14 @@ /* Define to disable the tracing options. This might improve performance a * little bit, and can prevent sensitive information from being leaked if * you're in the habit of typing things like `tripectl trace A' by - * accident. */ + * accident. */ #undef NTRACE /* Define according to the type of tunneling interface appropriate for your * system. Linux types should say `TUN_LINUX' for the TUN/TAP driver if * using kernel 2.4.0 or later, or say `TUN_UNET' for 2.2-series kernels and * build the `usernet' module. BSD types should say `TUN_BSD' to use the - * built-in `tun' devices. - */ + * built-in `tun' devices. */ #undef TUN_TYPE @BOTTOM@