* s/netbsd.h: Remove commented out code.
This commit is contained in:
parent
5845f0ed5a
commit
38e3487ce8
2 changed files with 1 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
* m/iris4d.h (LIBS_MACHINE): Likewise.
|
||||
* m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
|
||||
* s/aix4-2.h (LIBS_SYSTEM): ... here.
|
||||
* s/netbsd.h: Remove commented out code.
|
||||
|
||||
2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
|
|
|
@ -26,8 +26,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
|
||||
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
|
||||
|
||||
/* -lutil is not needed for NetBSD >0.9. */
|
||||
/* #define LIBS_SYSTEM -lutil */
|
||||
#define LIBS_TERMCAP -ltermcap
|
||||
|
||||
#define NEED_ERRNO
|
||||
|
|
Loading…
Add table
Reference in a new issue