comparison src/s/bsd386.h @ 512:14227e8a3f1f

[xemacs-hg @ 2001-05-07 07:42:40 by martinb] TTY configury portability improvements.
author martinb
date Mon, 07 May 2001 07:42:40 +0000
parents abe6d1db359e
children e6e7cbdea419
comparison
equal deleted inserted replaced
511:4a83dda7ae93 512:14227e8a3f1f
15 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) 15 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
16 16
17 #define LIBS_DEBUG 17 #define LIBS_DEBUG
18 #define LIBS_SYSTEM "-lutil -lcompat" 18 #define LIBS_SYSTEM "-lutil -lcompat"
19 19
20 /* System uses OXTABS instead of the expected TAB3.
21 (Copied from netbsd.h.) */
22 #define TABDLY OXTABS
23 #define TAB3 OXTABS
24
25 /* This silences a few compilation warnings. */ 20 /* This silences a few compilation warnings. */
26 #ifdef emacs 21 #ifdef emacs
27 #undef BSD 22 #undef BSD
28 #include <sys/param.h> /* To get BSD defined consistently. */ 23 #include <sys/param.h> /* To get BSD defined consistently. */
29 #endif 24 #endif