mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
As we have appletalk protocol support we might as well show
how to get it..
This commit is contained in:
parent
aa6cbc16d9
commit
34b5fca760
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16479
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# as much of the source tree as it can.
|
||||||
#
|
#
|
||||||
# $Id: LINT,v 1.264 1996/06/14 09:42:52 asami Exp $
|
# $Id: LINT,v 1.265 1996/06/16 20:04:47 joerg Exp $
|
||||||
#
|
#
|
||||||
# NB: You probably don't want to try running a kernel built from this
|
# NB: You probably don't want to try running a kernel built from this
|
||||||
# file. Instead, you should start from GENERIC, and add options from
|
# file. Instead, you should start from GENERIC, and add options from
|
||||||
@ -174,6 +174,8 @@ options IPTUNNEL #IP in IPX encapsulation (not available)
|
|||||||
options IPXPRINTFS=0 #IPX/SPX Console Debugging Information
|
options IPXPRINTFS=0 #IPX/SPX Console Debugging Information
|
||||||
options IPX_ERRPRINTFS=0 #IPX/SPX Console Debugging Information
|
options IPX_ERRPRINTFS=0 #IPX/SPX Console Debugging Information
|
||||||
|
|
||||||
|
options NETATALK #Appletalk communications protocols
|
||||||
|
|
||||||
# These are currently broken and are no longer shipped due to lack
|
# These are currently broken and are no longer shipped due to lack
|
||||||
# of interest.
|
# of interest.
|
||||||
#options CCITT #X.25 network layer
|
#options CCITT #X.25 network layer
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# as much of the source tree as it can.
|
||||||
#
|
#
|
||||||
# $Id: LINT,v 1.264 1996/06/14 09:42:52 asami Exp $
|
# $Id: LINT,v 1.265 1996/06/16 20:04:47 joerg Exp $
|
||||||
#
|
#
|
||||||
# NB: You probably don't want to try running a kernel built from this
|
# NB: You probably don't want to try running a kernel built from this
|
||||||
# file. Instead, you should start from GENERIC, and add options from
|
# file. Instead, you should start from GENERIC, and add options from
|
||||||
@ -174,6 +174,8 @@ options IPTUNNEL #IP in IPX encapsulation (not available)
|
|||||||
options IPXPRINTFS=0 #IPX/SPX Console Debugging Information
|
options IPXPRINTFS=0 #IPX/SPX Console Debugging Information
|
||||||
options IPX_ERRPRINTFS=0 #IPX/SPX Console Debugging Information
|
options IPX_ERRPRINTFS=0 #IPX/SPX Console Debugging Information
|
||||||
|
|
||||||
|
options NETATALK #Appletalk communications protocols
|
||||||
|
|
||||||
# These are currently broken and are no longer shipped due to lack
|
# These are currently broken and are no longer shipped due to lack
|
||||||
# of interest.
|
# of interest.
|
||||||
#options CCITT #X.25 network layer
|
#options CCITT #X.25 network layer
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# as much of the source tree as it can.
|
||||||
#
|
#
|
||||||
# $Id: LINT,v 1.264 1996/06/14 09:42:52 asami Exp $
|
# $Id: LINT,v 1.265 1996/06/16 20:04:47 joerg Exp $
|
||||||
#
|
#
|
||||||
# NB: You probably don't want to try running a kernel built from this
|
# NB: You probably don't want to try running a kernel built from this
|
||||||
# file. Instead, you should start from GENERIC, and add options from
|
# file. Instead, you should start from GENERIC, and add options from
|
||||||
@ -174,6 +174,8 @@ options IPTUNNEL #IP in IPX encapsulation (not available)
|
|||||||
options IPXPRINTFS=0 #IPX/SPX Console Debugging Information
|
options IPXPRINTFS=0 #IPX/SPX Console Debugging Information
|
||||||
options IPX_ERRPRINTFS=0 #IPX/SPX Console Debugging Information
|
options IPX_ERRPRINTFS=0 #IPX/SPX Console Debugging Information
|
||||||
|
|
||||||
|
options NETATALK #Appletalk communications protocols
|
||||||
|
|
||||||
# These are currently broken and are no longer shipped due to lack
|
# These are currently broken and are no longer shipped due to lack
|
||||||
# of interest.
|
# of interest.
|
||||||
#options CCITT #X.25 network layer
|
#options CCITT #X.25 network layer
|
||||||
|
Loading…
Reference in New Issue
Block a user