Kill unused ROUTE6D_CONF define.
authorjca <jca@openbsd.org>
Sun, 25 Oct 2015 22:45:21 +0000 (22:45 +0000)
committerjca <jca@openbsd.org>
Sun, 25 Oct 2015 22:45:21 +0000 (22:45 +0000)
Since 1999 no one has found the need to write support for a config file.

usr.sbin/route6d/route6d.h

index 496d33d..75c7bb7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: route6d.h,v 1.6 2001/12/01 23:27:23 miod Exp $        */
+/*     $OpenBSD: route6d.h,v 1.7 2015/10/25 22:45:21 jca Exp $ */
 /*     $KAME: route6d.h,v 1.4 2001/01/15 03:50:54 inoue Exp $  */
 
 /*
  * SUCH DAMAGE.
  */
 
-/* not yet in use 
-#define        ROUTE6D_CONF    "/usr/local/v6/etc/route6d.conf"
-*/
-
 #define        ROUTE6D_DUMP    "/var/run/route6d_dump"
 
 #define        RIP6_VERSION    1