diff --git a/ChangeLog b/ChangeLog index cf354c1807..49329f7fe6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 31 00:08:02 2004 Tanaka Akira + + * configure.in (HAVE_RLIM_T): removed because not used. + Thu Dec 30 22:45:39 2004 Tanaka Akira * rubyio.h: don't deprecate rb_read_check. diff --git a/configure.in b/configure.in index fb28044117..3b201e4287 100644 --- a/configure.in +++ b/configure.in @@ -387,20 +387,6 @@ AC_CHECK_HEADERS(stdlib.h string.h unistd.h limits.h sys/file.h sys/ioctl.h\ ucontext.h intrinsics.h unwind.h) dnl Check additional types. -AC_CHECK_TYPE(rlim_t, [AC_DEFINE(HAVE_RLIM_T)], [], [ - #ifdef HAVE_SYS_TYPES_H - # include - #endif - #ifdef HAVE_SYS_TIME_H - # include - #endif - #ifdef HAVE_SYS_RESOURCE_H - # include - #endif - #ifdef HAVE_UNISTD_H - # include - #endif -]) AC_CHECK_SIZEOF(rlim_t, 0, [ #ifdef HAVE_SYS_TYPES_H # include