From 242e9fa2e72650a617721457e203ef43d97a53da Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 8 Aug 2002 07:45:01 +0000 Subject: Update default config files --- extra/Configs/Config.h8300 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'extra/Configs/Config.h8300') diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300 index 716c19d57..14d719e55 100644 --- a/extra/Configs/Config.h8300 +++ b/extra/Configs/Config.h8300 @@ -101,13 +101,6 @@ HAS_WCHAR = false MALLOC = malloc #MALLOC = malloc-930716 -# If you want to collect common syscall code into one function, set to this to -# `true'. Set it to false otherwise. -# On i386 this saves about than 2.8k over all syscalls. -# The idea came from the implementation in dietlibc. -# At present, only affects i386. -UNIFIED_SYSCALL = false - # If you want large file summit support (greater then 2 Gib), # turn this on. This has no effect unless your kernel supports # lfs. This currently does nothing, but may someday... @@ -118,6 +111,11 @@ DOLFS = false # disabled. This is off by default. INCLUDE_RPC = true +# Normally we enable just enough RPC support for things like rshd and +# nfs mount to work. If you find you need the rest of the RPC stuff, +# then enable this. +INCLUDE_FULL_RPC = false + # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false -- cgit v1.2.3