diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/netbsd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 1af4c94d105..5552aece50a 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -26,8 +26,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 26 | 26 | ||
| 27 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 27 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
| 28 | 28 | ||
| 29 | /* -lutil is not needed for NetBSD >0.9. */ | ||
| 30 | /* #define LIBS_SYSTEM -lutil */ | ||
| 31 | #define LIBS_TERMCAP -ltermcap | 29 | #define LIBS_TERMCAP -ltermcap |
| 32 | 30 | ||
| 33 | #define NEED_ERRNO | 31 | #define NEED_ERRNO |