* configure.in: add test for string.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6103
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Jun 20 14:25:01 1995 Tom Yu (tlyu@dragons-lair)
+
+ * defs.h: NO_STRING_H -> HAVE_STRING_H
+
+ * configure.in: add test for string.h
+
Thu Jun 15 17:43:21 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Change explicit library names to -l<lib> form, and
change target link line to use $(LD) and associated flags.
fi
fi
AC_HEADER_TIME
+AC_CHECK_HEADERS(string.h)
AC_CHECK_HEADERS(sys/time.h sys/tty.h)
AC_HAVE_FUNCS(vhangup)
AC_FUNC_CHECK(grantpt,AC_DEFINE(STREAMSPTY))
#define LOG_ODELAY 0
#endif
#include <ctype.h>
-#ifndef NO_STRING_H
-#include <string.h>
-#else
+#ifndef HAVE_STRING_H
#include <strings.h>
+#else
+#include <string.h>
#endif
#ifndef USE_TERMIO