# System features file for BSD 4.3 (RT/ACIS)

# Debugging memory allocator
#
MALLOC_LIB=	../libmalloc/libmalloc_d.a

# sys_siglist[] -- text describing each signal
SIGLIST_LIB=

# signal handler return type
SIGNAL_TYPE=	int

# IP IPC
# Library:	network and socket routines
# Include:	<netinet/*.h>, <net/*.h> etc
INET_LIB=
INET_INCL=	

# NFS support
# Include:	<mntent.h>
NFS_LIB=
NFS_INCL=

# BIND nameserver
# Library:	BIND resolver routines
# Include:	<netdb.h>, <arpa/nameser.h>, <resolv.h>
# Config file:	/etc/resolv.conf or /usr/etc/resolv.conf or similar
#RESOLV_LIB=
#RESOLV_INCL=
#RESOLV_CONF=	"/etc/resolv.conf"

# NDBM
# Library:	dbm_open(), dbm_close(), dbm_fetch(), dbm_store(), dbm_delete(),
#		dbm_firstkey(), dbm_nextkey(), dbm_error(), dbm_clearerr()
# Include:	<ndbm.h>
NDBM_LIB=
NDBM_INCL=

# DBM
# Library:	dbm_init(), fetch(), store(), delete(), firstkey(), nextkey()
# Include:	<dbm.h>
DBM_LIB=	-ldbm
DBM_INCL=

# Hosts file routines
# Library:	sethostent(), gethostbyname()
# Include:	<netdb.h>
# Hosts file:	"/etc/hosts"
HOSTS_LIB=
HOSTS_INCL=
HOSTS_FILE=	"/etc/hosts"

# Directory reading routines
# Library:	opendir(), readdir(), closedir(), rewinddir()
# Header file:	<sys/dir.h> on BSD, <dirent.h> on SVID, perhaps <ndir.h>
# Type:		either 'direct' or 'dirent' depending on flavour
NDIR_LIB=
NDIR_H=		<sys/dir.h>
NDIR_TYPE=	direct

# Syslog routines
# Library:	openlog(), syslog()
# Include:	<syslog.h>
SYSLOG_LIB=
SYSLOG_INCL=

# Set the each variable to indicate the corresponding feature exists in libc
LSTAT=
SETREUID=
FCHOWN=
FCHMOD=
#STRCHR=
#UNAME=
DUP2=
BSDSETPGRP=
RLIMIT=
#BINMKDIR=
#BINRMDIR=
RENAME=
STATBLKSIZ=
BCOPY=
#NFSMBOX=
#LOCKF=
UNIONWAIT=
#YP=	# USE_YP doesn't quite work yet
SELECT=
TIMEVAL=
#NOFILE=
BSDNODELAY=
#VFPRINTF=
#DBMCLOSE=
FTRUNCATE=
BSDTIMEZONE=
#SYSVTIMEZONE=
SIGLIST=
#SETVBUF=

#file system stuff, how to get block size, on sgi want a #include <sys/fs/s5macros.h>

