# System features file for HP-UX 8.02

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

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

# signal handler return type
SIGNAL_TYPE=	void

# 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=
MNTENT_H=	<mntent.h>

# 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=	-lndbm
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=		<dirent.h>
NDIR_TYPE=	dirent

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

# Location of time structure definitions
TIME_H=		<sys/time.h>

# Set each *_TYPE to the type of the corresponding function (see sysprotos.h)
#FREAD_TYPE=	int
#FWRITE_TYPE=	int
#GETEUID_TYPE=	int
#GETUID_TYPE=	int
#SPRINTF_TYPE=	int
#STRLEN_TYPE=	int
#UMASK_TYPE=	int
#TIMES_TYPE=	long
#SETPWENT_TYPE=	void

# Set the each variable to indicate the corresponding feature exists in libc
LSTAT=
SETREUID=	/* Surprise, we use  libc/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=	/* Hmm.. What the HPUX REALLY has ? */
#SIGLIST=
SETVBUF=
SUNGETMNT=	/* HPUX has sun-like  getmntent() system */
