Use AC_SYS_LARGEFILE to turn on large file support on platforms that
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 10 Apr 2011 18:22:47 +0000 (18:22 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 10 Apr 2011 18:22:47 +0000 (18:22 +0000)
commit1d08d4f0116ea613bd3f4f2ccdb4d6795d7755f3
tree47be42075ef0ca489ee8fb4e6427977c9d2fefd9
parentf7b049a2c9c92a4f3766910f5284311f47b26d61
Use AC_SYS_LARGEFILE to turn on large file support on platforms that
support it.

Rename ws_lseek to ws_lseek64, as it should be given a 64-bit offset,
and have it use _lseeki64 on Windows, to try to get 64-bit offset
support; AC_SYS_LARGEFILE should cause lseek() to support 64-bit offsets
on UN*X if possible.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36542 f5534014-38df-0310-8fa8-9805f1628bb7
configure.in
wiretap/file_wrappers.c
wiretap/wtap.c
wsutil/file_util.h