From e0f4573de2008c6f0ba09c1f633d2213794a4208 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 20 Feb 2008 17:56:21 +0100 Subject: Remove checks for ino_t, loff_t, offset_t, and comparison_fn_t from configure.in. These tests are in libreplace. Michael (This used to be commit 2e6b66eda4dc30f03f1309a1dbef3eb87a4f7d1e) --- source3/configure.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index e218c0b2b0..b707ac8eec 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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 -- cgit