check_include_files(stdarg.h HAVE_STDARG_PROTOTYPES)
check_include_files(stdint.h HAVE_STDINT_H)
check_include_files(strings.h HAVE_STRINGS_H)
-check_include_files(string.h HAVE_STRING_H)
check_include_files(sys/times.h HAVE_SYS_TIMES_H)
check_include_files(sys/time.h HAVE_SYS_TIME_H)
check_include_files(sys/types.h HAVE_SYS_TYPES_H)
dnl Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS(string.h strings.h sys/time.h unistd.h sys/times.h)
+AC_CHECK_HEADERS(strings.h sys/time.h unistd.h sys/times.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_CHECK_SIZEOF(int, 4)
/* Define to 1 if you have the <strings.h> header file. */
#cmakedefine HAVE_STRINGS_H ${HAVE_STRINGS_H}
-/* Define to 1 if you have the <string.h> header file. */
-#cmakedefine HAVE_STRING_H ${HAVE_STRING_H}
-
/* Define to 1 if you have the <sys/times.h> header file. */
#cmakedefine HAVE_SYS_TIMES_H ${HAVE_SYS_TIMES_H}
#define STDC_HEADERS 1\r
#define HAVE_SYS_TYPES_H 1\r
#define HAVE_SYS_STAT_H 1\r
-#define HAVE_STRING_H 1\r
#define HAVE_MEMORY_H 1\r
#define HAVE_OFF_T 1\r
#define SIZEOF_INT 4\r
#endif\r
#define HAVE_DECL_SYS_NERR 1\r
#define STDC_HEADERS 1\r
-#define HAVE_STRING_H 1\r
#define HAVE_FCNTL_H 1\r
#define HAVE_SYS_UTIME_H 1\r
#define HAVE_MEMORY_H 1\r
#define STDC_HEADERS 1\r
#define HAVE_SYS_TYPES_H 1\r
#define HAVE_SYS_STAT_H 1\r
-#define HAVE_STRING_H 1\r
#define HAVE_MEMORY_H 1\r
#define HAVE_OFF_T 1\r
#define SIZEOF_INT 4\r
#endif\r
#define HAVE_DECL_SYS_NERR 1\r
#define STDC_HEADERS 1\r
-#define HAVE_STRING_H 1\r
#define HAVE_FCNTL_H 1\r
#define HAVE_SYS_UTIME_H 1\r
#define HAVE_MEMORY_H 1\r
#define STDC_HEADERS 1\r
#define HAVE_SYS_TYPES_H 1\r
#define HAVE_SYS_STAT_H 1\r
-#define HAVE_STRING_H 1\r
#define HAVE_MEMORY_H 1\r
#define HAVE_OFF_T 1\r
#define SIZEOF_INT 4\r
#endif\r
#define HAVE_DECL_SYS_NERR 1\r
#define STDC_HEADERS 1\r
-#define HAVE_STRING_H 1\r
#define HAVE_FCNTL_H 1\r
#define HAVE_SYS_UTIME_H 1\r
#define HAVE_MEMORY_H 1\r
#include <alloca.h>
#endif
-#ifdef HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
+#include <string.h>
#include <ctype.h>
#ifdef HAVE_SYS_TYPES_H
#include "config.h"
#include "onigposix.h"
-#ifdef HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
+#include <string.h>
#if defined(__GNUC__)
# define ARG_UNUSED __attribute__ ((unused))
#include "oniguruma.h"
-#ifdef HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
+#include <string.h>
#define SLEN(s) strlen(s)
#include "oniguruma.h"
#endif
-#ifdef HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
+#include <string.h>
#define SLEN(s) strlen(s)