|
Last change
on this file since 5 was 1, checked in by Paul Smedley, 10 years ago |
|
Initial commit of Heimdal 1.5.3
|
|
File size:
584 bytes
|
| Line | |
|---|
| 1 | dnl $Id$
|
|---|
| 2 | dnl
|
|---|
| 3 | dnl Figure out what flags we need for 64-bit file access, and also set
|
|---|
| 4 | dnl them on the command line.
|
|---|
| 5 | dnl
|
|---|
| 6 | AC_DEFUN([rk_SYS_LARGEFILE],[
|
|---|
| 7 | AC_REQUIRE([AC_SYS_LARGEFILE])dnl
|
|---|
| 8 | dnl need to set this on the command line, since it might otherwise break
|
|---|
| 9 | dnl with generated code, such as lex
|
|---|
| 10 | if test "$enable_largefile" != no -a "$ac_cv_sys_large_files" != no; then
|
|---|
| 11 | CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=$ac_cv_sys_large_files"
|
|---|
| 12 | fi
|
|---|
| 13 | if test "$enable_largefile" != no -a "$ac_cv_sys_file_offset_bits" != no; then
|
|---|
| 14 | CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
|
|---|
| 15 | fi
|
|---|
| 16 | ])
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.