ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/configure.in
(Generate patch)

Comparing SheepShaver/src/Unix/configure.in (file contents):
Revision 1.2 by gbeauche, 2002-04-21T11:21:26Z vs.
Revision 1.3 by gbeauche, 2003-01-04T12:23:39Z

# Line 150 | Line 150 | AC_CHECK_SIZEOF(short, 2)
150   AC_CHECK_SIZEOF(int, 4)
151   AC_CHECK_SIZEOF(long, 4)
152   AC_CHECK_SIZEOF(long long, 8)
153 + AC_CHECK_SIZEOF(void *, 4)
154   AC_TYPE_OFF_T
155   AC_CHECK_TYPE(loff_t, off_t)
156   AC_TYPE_SIZE_T

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines