"strings.h" and "string.h".
+2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * configure.in: Include <strings.h> and <string.h> instead of
+ "strings.h" and "string.h".
+
2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in: Remove code dealing with BSTRING.
#endif /* __P */
#ifdef HAVE_STRING_H
-#include "string.h"
+#include <string.h>
#endif
#ifdef HAVE_STRINGS_H
-#include "strings.h" /* May be needed for bcopy & al. */
+#include <strings.h> /* May be needed for bcopy & al. */
#endif
#ifdef HAVE_STDLIB_H
#endif /* __P */
#ifdef HAVE_STRING_H
-#include "string.h"
+#include <string.h>
#endif
#ifdef HAVE_STRINGS_H
-#include "strings.h" /* May be needed for bcopy & al. */
+#include <strings.h> /* May be needed for bcopy & al. */
#endif
#ifdef HAVE_STDLIB_H