diff options
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/LINT | 4 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index af2409f..d62179c 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # 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 # 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 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 # of interest. #options CCITT #X.25 network layer diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index af2409f..d62179c 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # 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 # 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 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 # of interest. #options CCITT #X.25 network layer |