summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-30 15:09:42 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-30 15:09:42 +0000
commit8a93f5913e8c7e766e5b50c2c645aa257e01c16b (patch)
tree224837347cf91af60f9e9392b8921b0b3998fc6c /configure.in
parent6393ec8da6bb4f40271ec83d5648e95e76cd29ea (diff)
downloadruby-8a93f5913e8c7e766e5b50c2c645aa257e01c16b.tar.gz
ruby-8a93f5913e8c7e766e5b50c2c645aa257e01c16b.tar.xz
ruby-8a93f5913e8c7e766e5b50c2c645aa257e01c16b.zip
* configure.in (HAVE_RLIM_T): removed because not used.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.in b/configure.in
index fb2804411..3b201e428 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 <sys/types.h>
- #endif
- #ifdef HAVE_SYS_TIME_H
- # include <sys/time.h>
- #endif
- #ifdef HAVE_SYS_RESOURCE_H
- # include <sys/resource.h>
- #endif
- #ifdef HAVE_UNISTD_H
- # include <unistd.h>
- #endif
-])
AC_CHECK_SIZEOF(rlim_t, 0, [
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>