Remove checks for ino_t, loff_t, offset_t, and comparison_fn_t from configure.in.
authorMichael Adam <obnox@samba.org>
Wed, 20 Feb 2008 16:56:21 +0000 (17:56 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 20 Feb 2008 20:33:24 +0000 (21:33 +0100)
These tests are in libreplace.

Michael
(This used to be commit 2e6b66eda4dc30f03f1309a1dbef3eb87a4f7d1e)

source3/configure.in

index e218c0b2b0d9c454d3dd720bbf802c4fbeef8a5a..b707ac8eec0378062440576752a10c73b968db89 100644 (file)
@@ -792,13 +792,8 @@ AC_TYPE_SIZE_T
 AC_TYPE_PID_T
 AC_STRUCT_ST_RDEV
 AC_DIRENT_D_OFF
-AC_CHECK_TYPE(ino_t,unsigned)
-AC_CHECK_TYPE(loff_t,off_t)
-AC_CHECK_TYPE(offset_t,loff_t)
 AC_CHECK_TYPE(ssize_t, int)
 AC_CHECK_TYPE(wchar_t, unsigned short)
-AC_CHECK_TYPE(comparison_fn_t,
-[AC_DEFINE(HAVE_COMPARISON_FN_T, 1,[Whether or not we have comparison_fn_t])])
 
 ############################################
 # for cups support we need libcups, and a handful of header files