From f99b5b85644da000a1931c6dc6963d579ea3ca42 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Mon, 11 Dec 2006 04:34:48 +0000 Subject: [PATCH] Define HAVE_CURSES_VERSION for ncurses. --- x11/ncurses_cfg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/ncurses_cfg.h b/x11/ncurses_cfg.h index 2d5a5dbf..4547f2e5 100644 --- a/x11/ncurses_cfg.h +++ b/x11/ncurses_cfg.h @@ -1,4 +1,4 @@ -/* $Id: ncurses_cfg.h,v 1.5 2006/12/11 03:04:33 wmcbrine Exp $ +/* $Id: ncurses_cfg.h,v 1.6 2006/12/11 04:34:48 wmcbrine Exp $ * * This file is only used with the ncurses test programs. * @@ -18,6 +18,7 @@ #define ExitProgram exit +#define HAVE_CURSES_VERSION 1 #define HAVE_GETBEGX 1 #define HAVE_GETCURX 1 #define HAVE_GETMAXX 1