configure.in: Check for sys/types.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9000
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Aug 28 17:40:53 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * shs.c: Only include sys/types.h if present.
+
+ * configure.in: Check for sys/types.h
+
Thu Jun 13 10:54:27 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* hmac_sha.c: Include string.h for memcpy prototype
CONFIG_RULES
dnl AC_DEFINE(NEW_SHS)
V5_SHARED_LIB_OBJS
+AC_CHECK_HEADERS(sys/types.h)
SubdirLibraryRule([${OBJS}])
V5_AC_OUTPUT_MAKEFILE
+#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
+#endif
#include <string.h>
#include "shs.h"