Updated Branches: refs/heads/master 11a9d2561 -> 73f39a8e6
Fix the OmniOS build harder Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/73f39a8e Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/73f39a8e Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/73f39a8e Branch: refs/heads/master Commit: 73f39a8e6740500ee7ecbb8d472914d8b58c2cc0 Parents: 11a9d25 Author: James Peach <[email protected]> Authored: Tue May 7 15:40:05 2013 -0700 Committer: James Peach <[email protected]> Committed: Tue May 7 15:40:05 2013 -0700 ---------------------------------------------------------------------- tools/tstop/tstop.cc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/73f39a8e/tools/tstop/tstop.cc ---------------------------------------------------------------------- diff --git a/tools/tstop/tstop.cc b/tools/tstop/tstop.cc index 37cca7f..16d6e65 100644 --- a/tools/tstop/tstop.cc +++ b/tools/tstop/tstop.cc @@ -34,7 +34,8 @@ // At least on solaris, the default ncurses defines macros such as // clear() that break stdlibc++. -#define NCURSES_NOMACROS +#define NOMACROS 1 +#define NCURSES_NOMACROS 1 #if defined HAVE_NCURSESW_CURSES_H # include <ncursesw/curses.h>
