From 7c71cdd82d1b1ed3732ebaba0781e9afc975f377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 13 Apr 2005 12:48:34 +0000 Subject: [PATCH] Removed the "fixed" configuration - we could have built "less" fine for a couple of months now. This solves (probably) all those strange problems you might have experienced using it. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12354 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/less/defines.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/bin/less/defines.h b/src/bin/less/defines.h index 8392eb8eb9..19cec6c631 100644 --- a/src/bin/less/defines.h +++ b/src/bin/less/defines.h @@ -226,7 +226,7 @@ #define HAVE_MEMORY_H 1 /* Define HAVE_OSPEED if your termcap library has the ospeed variable. */ -//#define HAVE_OSPEED 1 +#define HAVE_OSPEED 1 /* PCRE (Perl-compatible regular expression) library */ /* #undef HAVE_PCRE */ @@ -262,7 +262,7 @@ #define HAVE_STAT 1 /* Define to 1 if you have the header file. */ -/* #undef HAVE_STDINT_H */ +#define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDIO_H 1 @@ -307,13 +307,13 @@ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ -//#define HAVE_TERMCAP_H 1 +#define HAVE_TERMCAP_H 1 /* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr. */ -//#define HAVE_TERMIOS_FUNCS 1 +#define HAVE_TERMIOS_FUNCS 1 /* Define to 1 if you have the header file. */ -//#define HAVE_TERMIOS_H 1 +#define HAVE_TERMIOS_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_TERMIO_H */