Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f5b416d2
Commit
f5b416d2
authored
May 20, 2010
by
enami tsugutomo
Committed by
Glenn Morris
May 20, 2010
Browse files
Backport from trunk: close bug#6190.
* src/s/netbsd.h: If terminfo is found, use it in preference to termcap.
parent
aeb77d46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/s/netbsd.h
src/s/netbsd.h
+5
-0
No files found.
src/ChangeLog
View file @
f5b416d2
2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
* s/netbsd.h: If terminfo is found, use it in preference to
termcap. (Bug#6190) [Backport from trunk]
2010-05-20 Kevin Ryde <user42@zip.com.au>
* keyboard.c (Vlast_command, Vkeyboard_translate_table)
...
...
src/s/netbsd.h
View file @
f5b416d2
...
...
@@ -45,7 +45,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define LIBS_DEBUG
/* -lutil is not needed for NetBSD >0.9. */
/* #define LIBS_SYSTEM -lutil */
#ifdef HAVE_TERM_H
#define TERMINFO
#define LIBS_TERMCAP -lterminfo
#else
#define LIBS_TERMCAP -ltermcap
#endif
#define NEED_ERRNO
#define SYSV_SYSTEM_DIR
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment