From 922d40fed4b7f6bb0aafe327600825f9680ce0e7 Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 26 Jun 2012 23:17:33 +0000 Subject: MFV: less v449. --- usr.bin/less/defines.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'usr.bin/less') diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index e9ee8c6..fe8f1bc 100644 --- a/usr.bin/less/defines.h +++ b/usr.bin/less/defines.h @@ -227,18 +227,12 @@ /* Define to 1 if you have the `fsync' function. */ #define HAVE_FSYNC 1 +/* GNU regex library */ +/* #undef HAVE_GNU_REGEX */ + /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 -/* Define to 1 if you have the `gen' library (-lgen). */ -/* #undef HAVE_LIBGEN */ - -/* Define to 1 if you have the `intl' library (-lintl). */ -/* #undef HAVE_LIBINTL */ - -/* Define to 1 if you have the `PW' library (-lPW). */ -/* #undef HAVE_LIBPW */ - /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 -- cgit v1.1