Added autoconf test for off64_t and related calls.

This commit is contained in:
SarahW 2017-11-11 20:48:03 +00:00
commit 0634cba224
4 changed files with 94 additions and 46 deletions

View file

@ -77,4 +77,8 @@ endif
if OS_LINUX
pcem_SOURCES += cdrom-ioctl-linux.c
endif
if !HAS_OFF64T
pcem_CFLAGS += -Doff64_t=off_t -Dfopen64=fopen -Dfseeko64=fseek -Dftello64=ftell
endif