largefile patch added
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@77 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
parent
e69d5a8609
commit
f1cc7db79d
10
configure.ac
10
configure.ac
@ -42,6 +42,7 @@ AM_INIT_AUTOMAKE([1.8 -Wall foreign subdir-objects])
|
|||||||
# installed libraries.
|
# installed libraries.
|
||||||
#
|
#
|
||||||
AC_CONFIG_HEADERS([autoconfig.h upnp/inc/upnpconfig.h])
|
AC_CONFIG_HEADERS([autoconfig.h upnp/inc/upnpconfig.h])
|
||||||
|
#AC_SYS_LARGEFILE_SENSITIVE
|
||||||
|
|
||||||
AC_REVISION([$Revision: 1.11 $])
|
AC_REVISION([$Revision: 1.11 $])
|
||||||
|
|
||||||
@ -144,9 +145,12 @@ else
|
|||||||
fi
|
fi
|
||||||
AX_CFLAGS_WARN_ALL
|
AX_CFLAGS_WARN_ALL
|
||||||
|
|
||||||
# Arrange for large-file support (can be disabled with --disable-largefile).
|
#
|
||||||
# Define _FILE_OFFSET_BITS and _LARGE_FILES if necessary
|
# Lot's of stuff to ensure large file support
|
||||||
AC_SYS_LARGEFILE
|
#
|
||||||
|
AC_TYPE_OFF_T
|
||||||
|
AC_DEFINE(_LARGE_FILE_SOURCE, [], [Large files support])
|
||||||
|
AC_DEFINE(_FILE_OFFSET_BITS, [64], [File Offset size])
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user