defopt GATEWAY

This commit is contained in:
matt 1998-04-29 20:45:30 +00:00
parent 334f006538
commit 37d70e3b46
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.181 1998/04/22 07:08:11 jonathan Exp $
# $NetBSD: files,v 1.182 1998/04/29 20:45:30 matt Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -19,6 +19,7 @@ defopt opt_ntp.h PPS_SYNC NTP
defopt opt_nfs_boot.h NFS_BOOT_BOOTP NFS_BOOT_BOOTPARAM NFS_BOOT_DHCP
NFS_BOOT_GATEWAY
defopt GATEWAY
defopt MROUTING
defopt TCP_COMPAT_42

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_input.c,v 1.61 1998/04/29 03:45:52 kml Exp $ */
/* $NetBSD: ip_input.c,v 1.62 1998/04/29 20:45:30 matt Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -72,6 +72,7 @@
* @(#)ip_input.c 8.2 (Berkeley) 1/4/94
*/
#include "opt_gateway.h"
#include "opt_mrouting.h"
#include <sys/param.h>