Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.

Change-Id: Ie596af7460ec33d70d7327e629b38d641ef48ba2
This commit is contained in:
Elliott Hughes
2014-11-21 23:55:26 -08:00
parent 9d3ca15f1c
commit 619b692b9a
8 changed files with 0 additions and 91 deletions

View File

@@ -57,16 +57,6 @@
*/
#define HAVE_POSIX_CLOCKS
/*
* Endianness of the target machine. Choose one:
*
* HAVE_ENDIAN_H -- have endian.h header we can include.
* HAVE_LITTLE_ENDIAN -- we are little endian.
* HAVE_BIG_ENDIAN -- we are big endian.
*/
#define HAVE_ENDIAN_H
#define HAVE_LITTLE_ENDIAN
#define _FILE_OFFSET_BITS 64
/* #define _LARGEFILE_SOURCE 1 */