we have uname

This commit is contained in:
glass 1994-03-27 19:42:59 +00:00
parent da2cb8680b
commit f433924b6e
1 changed files with 3 additions and 0 deletions

View File

@ -420,6 +420,9 @@ typedef int pid_t;
#if defined(__386BSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
# define HASUNSETENV 1 /* has unsetenv(3) call */
# define HASSETSID 1 /* has the setsid(2) POSIX syscall */
#if defined(__FreeBSD__) || defined(__NetBSD__)
# define HASUNAME 1
#endif
# include <sys/cdefs.h>
# define ERRLIST_PREDEFINED /* don't declare sys_errlist */
# ifndef LA_TYPE