diff options
author | Marc G. Fournier | 1997-01-13 01:25:29 +0000 |
---|---|---|
committer | Marc G. Fournier | 1997-01-13 01:25:29 +0000 |
commit | ef228cb170c8f6cd13ea3a3e37314afd4723813e (patch) | |
tree | 0b22a43232515f35d82f1e994b0cd4b71305eb88 /src/include/config.h | |
parent | 2595785b9bd72c72bc97a6ef62e2f27e53c9ce03 (diff) |
From: Keith Parks <emkxp01@mtcc.demon.co.uk>
OK, The votes are in for the NOFILES limit.
With the exception of Next, for which I've not yet heard, all supported platforms
seem to have the sysconf() call.
port supported default Source.
aix yes 2000 darrenk@insightdist.com
alpha yes 4096 mjl@wwx.vip.at
BSD44_derived yes 64 scrappy@hub.org
bsdi yes ??? maillist@candle.pha.pa.us
dgux yes ??? geek@andrew.cmu.edu
hpux yes 60 emkxp01@mtcc.demon.co.uk
i386_solaris yes 64 emkxp01@mtcc.demon.co.uk
irix5 yes 200 martin@biochem.uc.ac.uk
linux yes 256 emkxp01@mtcc.demon.co.uk
next ???? ???
sparc_solaris yes 64 emkxp01@mtcc.demon.co.uk
sunos4 yes 64 emkxp01@mtcc.demon.co.uk
svr4 yes 64 chicks@chicks.net
ultrix4 yes 64 erik@sockdev.uni-c.dk
So here's a patch that I think will do the job.
(I assume Next will have sysconf() but if not just add MISSING_SYSCONF to
the config.h file )
Thanks,
Keith.
Diffstat (limited to 'src/include/config.h')
-rw-r--r-- | src/include/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/config.h b/src/include/config.h index b69bba763ed..74756b6276e 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -102,7 +102,6 @@ # define HAVE_TZSET # define NEED_UNION_SEMUN # define SYSV_DIRENT -# define NEED_NOFILE_KLUDGE # define SB_PAD 56 # define HAS_TEST_AND_SET typedef unsigned char slock_t; @@ -172,7 +171,6 @@ typedef unsigned char slock_t; #if defined(sunos4) # define USE_POSIX_TIME -# define NEED_NOFILE_KLUDGE # define SB_PAD 56 # undef HAVE_MEMMOVE #endif |