Mercurial > hg > xemacs-beta
comparison src/s/bsd386.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children | 14227e8a3f1f |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
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 #define HAVE_GETLOADAVG | |
21 | |
22 /* System uses OXTABS instead of the expected TAB3. | 20 /* System uses OXTABS instead of the expected TAB3. |
23 (Copied from netbsd.h.) */ | 21 (Copied from netbsd.h.) */ |
24 #define TABDLY OXTABS | 22 #define TABDLY OXTABS |
25 #define TAB3 OXTABS | 23 #define TAB3 OXTABS |
26 | 24 |