* commit '31f2120848d2dcbbe3f2571ce9993d3dabff490f': Remove unused HAVE_OFF64_T.
This commit is contained in:
commit
f811b82b4d
8 changed files with 0 additions and 40 deletions
|
@ -119,11 +119,6 @@
|
|||
#define _FILE_OFFSET_BITS 64
|
||||
#define _LARGEFILE_SOURCE 1
|
||||
|
||||
/*
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
/* #define HAVE_OFF64_T */
|
||||
|
||||
/*
|
||||
* Defined if we have the backtrace() call for retrieving a stack trace.
|
||||
* Needed for CallStack to operate; if not defined, CallStack is
|
||||
|
|
|
@ -116,11 +116,6 @@
|
|||
/* #define _FILE_OFFSET_BITS 64 */
|
||||
/* #define _LARGEFILE_SOURCE 1 */
|
||||
|
||||
/*
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
/*
|
||||
* Defined if we have the backtrace() call for retrieving a stack trace.
|
||||
* Needed for CallStack to operate; if not defined, CallStack is
|
||||
|
|
|
@ -111,11 +111,6 @@
|
|||
#define _FILE_OFFSET_BITS 64
|
||||
/* #define _LARGEFILE_SOURCE 1 */
|
||||
|
||||
/*
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
/*
|
||||
* Defined if we have the backtrace() call for retrieving a stack trace.
|
||||
* Needed for CallStack to operate; if not defined, CallStack is
|
||||
|
|
|
@ -121,11 +121,6 @@
|
|||
/* #define _FILE_OFFSET_BITS 64 */
|
||||
/* #define _LARGEFILE_SOURCE 1 */
|
||||
|
||||
/*
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
/*
|
||||
* Defined if we have the backtrace() call for retrieving a stack trace.
|
||||
* Needed for CallStack to operate; if not defined, CallStack is
|
||||
|
|
|
@ -111,11 +111,6 @@
|
|||
#define _FILE_OFFSET_BITS 64
|
||||
/* #define _LARGEFILE_SOURCE 1 */
|
||||
|
||||
/*
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
/*
|
||||
* Defined if we have the backtrace() call for retrieving a stack trace.
|
||||
* Needed for CallStack to operate; if not defined, CallStack is
|
||||
|
|
|
@ -116,11 +116,6 @@
|
|||
#define _FILE_OFFSET_BITS 64
|
||||
#define _LARGEFILE_SOURCE 1
|
||||
|
||||
/*
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
/*
|
||||
* Defined if we have the backtrace() call for retrieving a stack trace.
|
||||
* Needed for CallStack to operate; if not defined, CallStack is
|
||||
|
|
|
@ -105,11 +105,6 @@
|
|||
#endif
|
||||
/* #define _LARGEFILE_SOURCE 1 */
|
||||
|
||||
/*
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
/*
|
||||
* Defined if we have the backtrace() call for retrieving a stack trace.
|
||||
* Needed for CallStack to operate; if not defined, CallStack is
|
||||
|
|
|
@ -161,11 +161,6 @@
|
|||
#define _FILE_OFFSET_BITS 64
|
||||
#define _LARGEFILE_SOURCE 1
|
||||
|
||||
/*
|
||||
* Define if platform has off64_t (and lseek64 and other xxx64 functions)
|
||||
*/
|
||||
#define HAVE_OFF64_T
|
||||
|
||||
/*
|
||||
* Defined if we have the backtrace() call for retrieving a stack trace.
|
||||
* Needed for CallStack to operate; if not defined, CallStack is
|
||||
|
|
Loading…
Reference in a new issue