Deleted Added
full compact
defines.h (173685) defines.h (221718)
1/* $FreeBSD: head/usr.bin/less/defines.h 173685 2007-11-16 22:24:31Z delphij $ */
1/* $FreeBSD: head/usr.bin/less/defines.h 221718 2011-05-10 01:05:41Z 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.

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

216#define HAVE_FCHMOD 1
217
218/* Define to 1 if you have the <fcntl.h> header file. */
219#define HAVE_FCNTL_H 1
220
221/* Define HAVE_FILENO if you have the fileno() macro. */
222#define HAVE_FILENO 1
223
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.

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

216#define HAVE_FCHMOD 1
217
218/* Define to 1 if you have the <fcntl.h> header file. */
219#define HAVE_FCNTL_H 1
220
221/* Define HAVE_FILENO if you have the fileno() macro. */
222#define HAVE_FILENO 1
223
224/* Define HAVE_FLOAT if your compiler supports the "double" type. */
225#define HAVE_FLOAT 1
226
224/* Define to 1 if you have the `fsync' function. */
225#define HAVE_FSYNC 1
226
227/* Define to 1 if you have the <inttypes.h> header file. */
228#define HAVE_INTTYPES_H 1
229
230/* Define to 1 if you have the `gen' library (-lgen). */
231/* #undef HAVE_LIBGEN */

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

383#define PACKAGE_NAME "less"
384
385/* Define to the full name and version of this package. */
386#define PACKAGE_STRING "less 1"
387
388/* Define to the one symbol short name of this package. */
389#define PACKAGE_TARNAME "less"
390
227/* Define to 1 if you have the `fsync' function. */
228#define HAVE_FSYNC 1
229
230/* Define to 1 if you have the <inttypes.h> header file. */
231#define HAVE_INTTYPES_H 1
232
233/* Define to 1 if you have the `gen' library (-lgen). */
234/* #undef HAVE_LIBGEN */

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

386#define PACKAGE_NAME "less"
387
388/* Define to the full name and version of this package. */
389#define PACKAGE_STRING "less 1"
390
391/* Define to the one symbol short name of this package. */
392#define PACKAGE_TARNAME "less"
393
394/* Define to the home page for this package. */
395#define PACKAGE_URL ""
396
391/* Define to the version of this package. */
392#define PACKAGE_VERSION "1"
393
394/* Define as the return type of signal handlers (`int' or `void'). */
395#define RETSIGTYPE void
396
397/* Define SECURE_COMPILE=1 to build a secure version of less. */
398#define SECURE_COMPILE 0

--- 24 unchanged lines hidden ---
397/* Define to the version of this package. */
398#define PACKAGE_VERSION "1"
399
400/* Define as the return type of signal handlers (`int' or `void'). */
401#define RETSIGTYPE void
402
403/* Define SECURE_COMPILE=1 to build a secure version of less. */
404#define SECURE_COMPILE 0

--- 24 unchanged lines hidden ---