[trunk] Fix compilation on 32bits/PowerPC arch (debian/linux)

This commit is contained in:
Mathieu Malaterre 2012-03-15 13:36:12 +00:00
parent 813ba42cfc
commit 41ee6006c4
1 changed files with 2 additions and 2 deletions

View File

@ -361,7 +361,7 @@
# endif
#else
# ifndef WORDS_BIGENDIAN
#cmakedefine WORDS_BIGENDIAN
#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
# endif
#endif
@ -372,7 +372,7 @@
#cmakedefine ZIP_SUPPORT @ZIP_SUPPORT@
/* Number of bits in a file offset, on hosts where this is settable. */
#cmakedefine _FILE_OFFSET_BITS
#cmakedefine _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@
/* Define for large files, on AIX-style hosts. */
#cmakedefine _LARGE_FILES