will work so why bother?).
CVS patchset: 1590
CVS date: 1997/05/02 15:47:37
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#define WORDS_BIGENDIAN 0
+/* Define as one if we need to include <strings.h> (along with <string.h>) */
+#define NEED_STRINGS_H 0
+
#endif
LIBDL=-ldl
elif echo "$build" | grep sco > /dev/null; then
echo "hacking things up for sco"
+ AC_DEFINE(NEED_STRINGS_H)
else
echo "hacking things up for hpux"
fi
#define S_ISSOCK(mode) ((mode) & S_IFSOCK)
#endif
+#if NEED_STRINGS_H
+#include <strings.h>
+#endif
+
#endif