projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e6bcc
)
fix typo
author
Felix Lee
<flee@cygnus>
Sat, 17 Oct 1998 18:55:43 +0000
(18:55 +0000)
committer
Felix Lee
<flee@cygnus>
Sat, 17 Oct 1998 18:55:43 +0000
(18:55 +0000)
gdb/config/sparc/xm-sun4sol2.h
patch
|
blob
|
history
diff --git
a/gdb/config/sparc/xm-sun4sol2.h
b/gdb/config/sparc/xm-sun4sol2.h
index 9aeac1683bfeac24c657aa54c4500a8d2e2c33a1..d96dde73fe2d35976222ebcfe92719c98f5d7262 100644
(file)
--- a/
gdb/config/sparc/xm-sun4sol2.h
+++ b/
gdb/config/sparc/xm-sun4sol2.h
@@
-41,3
+41,8
@@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* solaris doesn't have siginterrupt, though it has sigaction; however,
in this case siginterrupt would just be setting the default. */
#define NO_SIGINTERRUPT
+
+/* On sol2.7, <curses.h> emits a bunch of 'macro redefined'
+ warnings, which makes autoconf think curses.h doesn't
+ exist. Compensate fot that here. */
+#define HAVE_CURSES_H 1