* configure.in (HAVE_RLIM_T): removed because not used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3b2de91dcf
commit
b25095f6e4
@ -1,3 +1,7 @@
|
|||||||
|
Fri Dec 31 00:08:02 2004 Tanaka Akira <akr@m17n.org>
|
||||||
|
|
||||||
|
* configure.in (HAVE_RLIM_T): removed because not used.
|
||||||
|
|
||||||
Thu Dec 30 22:45:39 2004 Tanaka Akira <akr@m17n.org>
|
Thu Dec 30 22:45:39 2004 Tanaka Akira <akr@m17n.org>
|
||||||
|
|
||||||
* rubyio.h: don't deprecate rb_read_check.
|
* rubyio.h: don't deprecate rb_read_check.
|
||||||
|
14
configure.in
14
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)
|
ucontext.h intrinsics.h unwind.h)
|
||||||
|
|
||||||
dnl Check additional types.
|
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, [
|
AC_CHECK_SIZEOF(rlim_t, 0, [
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user