Cygwin needs HAVE_OFF64_T and fix description

During testing of compilation, it was discovered that Cygwin actually
has off64_t.

Also the description was wrong for HAVE_OFF64_T

Change-Id: I6eb73d13da5a53fb03bf99ab7de82bfb6acab058
This commit is contained in:
Kenny Root 2010-12-08 11:08:45 -08:00
parent 07ad9961ae
commit cfb61c2720
8 changed files with 9 additions and 9 deletions

View File

@ -159,7 +159,7 @@
#define _LARGEFILE_SOURCE 1
/*
* Define if off_t is always 64-bit
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
*/
/* #define HAVE_OFF64_T */

View File

@ -175,7 +175,7 @@
#define _LARGEFILE_SOURCE 1
/*
* Define if off_t is always 64-bit
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
*/
/* #define HAVE_OFF64_T */

View File

@ -174,7 +174,7 @@
/* #define _LARGEFILE_SOURCE 1 */
/*
* Define if off_t is always 64-bit
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
*/
#define HAVE_OFF64_T

View File

@ -164,7 +164,7 @@
#define _LARGEFILE_SOURCE 1
/*
* Define if off_t is always 64-bit
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
*/
#define HAVE_OFF64_T

View File

@ -174,7 +174,7 @@
/* #define _LARGEFILE_SOURCE 1 */
/*
* Define if off_t is always 64-bit
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
*/
#define HAVE_OFF64_T

View File

@ -164,7 +164,7 @@
#define _LARGEFILE_SOURCE 1
/*
* Define if off_t is always 64-bit
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
*/
#define HAVE_OFF64_T

View File

@ -163,7 +163,7 @@
*/
/*
* Define if off_t is always 64-bit
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
*/
#define HAVE_OFF64_T

View File

@ -177,9 +177,9 @@
#define _LARGEFILE_SOURCE 1
/*
* Define if off_t is always 64-bit
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
*/
/* #define HAVE_OFF64_T */
#define HAVE_OFF64_T
/*
* Defined if we have the backtrace() call for retrieving a stack trace.