Wed Jul 27 12:52:04 1994 Mark Eichin (eichin@tweedledumber.cygnus.com)
+ * krshd.c: HAVE_SYS_LABEL_H, which seems to be SunOS 4 specific.
+ * configure.in: test for add sys/label.h to HEADERS test.
+
* krcp.c (rsource): USE_DIRENT_H.
* configure.in: test for HAVE_UNISTD_H.
AC_HAVE_LIBRARY(nsl)
AC_FUNC_CHECK(utimes,AC_DEFINE(HAS_UTIMES))
AC_FUNC_CHECK(getutent,AC_DEFINE(HAVE_GETUTENT))
-AC_HAVE_HEADERS(sys/filio.h unistd.h)
+AC_HAVE_HEADERS(sys/filio.h unistd.h sys/label.h)
CHECK_DIRENT
CHECK_FCNTL
AC_COMPILE_CHECK([F_SETOWN],
#include <ctype.h>
#include <string.h>
-#ifdef sun
+#ifdef HAVE_SYS_LABEL_H
+/* only SunOS 4? */
#include <sys/label.h>
#include <sys/audit.h>
#include <pwdadj.h>