diff options
author | Michael Adam <obnox@samba.org> | 2008-02-20 17:56:21 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-20 21:33:24 +0100 |
commit | e0f4573de2008c6f0ba09c1f633d2213794a4208 (patch) | |
tree | dc1fa117da7d2177b2bea3c4296924cd5e534f63 | |
parent | 9c3f0170b396bafae33bf922d3aea00dda14bb61 (diff) | |
download | samba-e0f4573de2008c6f0ba09c1f633d2213794a4208.tar.gz samba-e0f4573de2008c6f0ba09c1f633d2213794a4208.tar.bz2 samba-e0f4573de2008c6f0ba09c1f633d2213794a4208.zip |
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)
-rw-r--r-- | source3/configure.in | 5 |
1 files changed, 0 insertions, 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 |