[trunk] Fix compilation on 32bits/PowerPC arch (debian/linux)
This commit is contained in:
parent
813ba42cfc
commit
41ee6006c4
|
@ -361,7 +361,7 @@
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
# ifndef WORDS_BIGENDIAN
|
# ifndef WORDS_BIGENDIAN
|
||||||
#cmakedefine WORDS_BIGENDIAN
|
#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -372,7 +372,7 @@
|
||||||
#cmakedefine ZIP_SUPPORT @ZIP_SUPPORT@
|
#cmakedefine ZIP_SUPPORT @ZIP_SUPPORT@
|
||||||
|
|
||||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
/* 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. */
|
/* Define for large files, on AIX-style hosts. */
|
||||||
#cmakedefine _LARGE_FILES
|
#cmakedefine _LARGE_FILES
|
||||||
|
|
Loading…
Reference in New Issue