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
eb9e9399
Commit
eb9e9399
authored
Apr 13, 2000
by
Gerd Moellmann
Browse files
(termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
as TERMCAP_OBJ.
parent
017266f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/Makefile.in
src/Makefile.in
+4
-0
No files found.
src/Makefile.in
View file @
eb9e9399
...
...
@@ -577,7 +577,11 @@ termcapobj = terminfo.o
#define LIBS_TERMCAP
termcapobj
=
termcap.o tparam.o
#else /* LIBS_TERMCAP */
# ifdef TERMCAP_OBJ
termcapobj
=
TERMCAP_OBJ
# else
termcapobj
=
tparam.o
# endif /* not TERMCAP_OBJ */
#endif /* LIBS_TERMCAP */
#endif /* ! defined (TERMINFO) */
...
...
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