Skip to content

Commit

Permalink
64-bit _llseek() detection code.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 6, 2002
1 parent 6f87084 commit 78efe22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions acconfig.h
Expand Up @@ -5,4 +5,5 @@
#undef PHYSFS_SUPPORTS_ZIP
#undef PHYSFS_SUPPORTS_GRP
#undef PHYSFS_HAVE_READLINE
#undef PHYSFS_HAVE_LLSEEK

7 changes: 7 additions & 0 deletions configure.in
Expand Up @@ -93,6 +93,13 @@ dnl ---------------------------------------------------------------------
dnl Checks for libraries.
dnl ---------------------------------------------------------------------

dnl !!! FIXME: Not sure how to detect this...
dnl check for 64-bit llseek()...
dnl AC_CHECK_LIB(c, llseek, have_llseek=yes)
if test x$have_llseek = xyes; then
AC_DEFINE(PHYSFS_HAVE_LLSEEK)
fi

require_zlib="no"

dnl Check for zip archiver inclusion...
Expand Down

0 comments on commit 78efe22

Please sign in to comment.