check_include_files(stdlib.h HAVE_STDLIB_H)
check_include_files(strings.h HAVE_STRINGS_H)
check_include_files(string.h HAVE_STRING_H)
-check_include_files(limits.h HAVE_LIMITS_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(stdlib.h string.h strings.h limits.h sys/time.h unistd.h sys/times.h)
+AC_CHECK_HEADERS(stdlib.h string.h 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 <string.h> header file. */
#cmakedefine HAVE_STRING_H ${HAVE_STRING_H}
-/* Define to 1 if you have the <limits.h> header file. */
-#cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_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_STDLIB_H 1\r
#define HAVE_STRING_H 1\r
-#define HAVE_LIMITS_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_STDLIB_H 1\r
#define HAVE_STRING_H 1\r
-#define HAVE_LIMITS_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_STDLIB_H 1\r
#define HAVE_STRING_H 1\r
-#define HAVE_LIMITS_H 1\r
#define HAVE_FCNTL_H 1\r
#define HAVE_SYS_UTIME_H 1\r
#define HAVE_MEMORY_H 1\r
#include <stddef.h>
-
-#ifdef HAVE_LIMITS_H
#include <limits.h>
-#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>