Deleted Added
full compact
defines.h (242618) defines.h (293190)
1/* $FreeBSD: head/usr.bin/less/defines.h 242618 2012-11-05 17:42:50Z delphij $ */
1/* $FreeBSD: head/usr.bin/less/defines.h 293190 2016-01-05 05:25:16Z delphij $ */
2/* defines.h. Generated from defines.h.in by configure. */
3/* defines.h.in. Generated from configure.ac by autoheader. */
4
5
6/* Unix definition file for less. -*- C -*-
7 *
8 * This file has 3 sections:
9 * User preferences.

--- 403 unchanged lines hidden (view full) ---

413/* #undef STAT_MACROS_BROKEN */
414
415/* Define to 1 if you have the ANSI C header files. */
416#define STDC_HEADERS 1
417
418/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
419#define TIME_WITH_SYS_TIME 1
420
2/* defines.h. Generated from defines.h.in by configure. */
3/* defines.h.in. Generated from configure.ac by autoheader. */
4
5
6/* Unix definition file for less. -*- C -*-
7 *
8 * This file has 3 sections:
9 * User preferences.

--- 403 unchanged lines hidden (view full) ---

413/* #undef STAT_MACROS_BROKEN */
414
415/* Define to 1 if you have the ANSI C header files. */
416#define STDC_HEADERS 1
417
418/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
419#define TIME_WITH_SYS_TIME 1
420
421/* Enable large inode numbers on Mac OS X 10.5. */
422#ifndef _DARWIN_USE_64_BIT_INODE
423# define _DARWIN_USE_64_BIT_INODE 1
424#endif
425
421/* Number of bits in a file offset, on hosts where this is settable. */
422/* #undef _FILE_OFFSET_BITS */
423
424/* Define for large files, on AIX-style hosts. */
425/* #undef _LARGE_FILES */
426
427/* Define to empty if `const' does not conform to ANSI C. */
428/* #undef const */
429
430/* Define to `long int' if <sys/types.h> does not define. */
431/* #undef off_t */
432
433/* Define to `unsigned int' if <sys/types.h> does not define. */
434/* #undef size_t */
426/* Number of bits in a file offset, on hosts where this is settable. */
427/* #undef _FILE_OFFSET_BITS */
428
429/* Define for large files, on AIX-style hosts. */
430/* #undef _LARGE_FILES */
431
432/* Define to empty if `const' does not conform to ANSI C. */
433/* #undef const */
434
435/* Define to `long int' if <sys/types.h> does not define. */
436/* #undef off_t */
437
438/* Define to `unsigned int' if <sys/types.h> does not define. */
439/* #undef size_t */