diff options
| author | Xin LI <delphij@FreeBSD.org> | 2012-06-26 23:17:33 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2012-06-26 23:17:33 +0000 |
| commit | 96e55cc72dd4e73f9c43872899beb615aeeed4b6 (patch) | |
| tree | 1acc67942c59e279c426e0a72ee0ad94cb0ed3ba /usr.bin/less | |
| parent | a8f682ad5500847360950d85a257a25d2fbe94df (diff) | |
| parent | ae8c2162b0f1c1823dae013469f900b9882b77a2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/less')
| -rw-r--r-- | usr.bin/less/defines.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index e9ee8c673f01..fe8f1bcd49ce 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 <inttypes.h> 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 <limits.h> header file. */ #define HAVE_LIMITS_H 1 |
