diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/netbsd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 27605c2808f..4a9e31167e2 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -45,8 +45,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 45 | #define LIBS_DEBUG | 45 | #define LIBS_DEBUG |
| 46 | /* -lutil is not needed for NetBSD >0.9. */ | 46 | /* -lutil is not needed for NetBSD >0.9. */ |
| 47 | /* #define LIBS_SYSTEM -lutil */ | 47 | /* #define LIBS_SYSTEM -lutil */ |
| 48 | #ifdef HAVE_TERM_H | 48 | #ifdef TERMINFO |
| 49 | #define TERMINFO | ||
| 50 | #define LIBS_TERMCAP -lterminfo | 49 | #define LIBS_TERMCAP -lterminfo |
| 51 | #else | 50 | #else |
| 52 | #define LIBS_TERMCAP -ltermcap | 51 | #define LIBS_TERMCAP -ltermcap |