Mercurial > emacs
comparison src/s/netbsd.h @ 6861:f8e60e2bd9b3
(TABDLY): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 13 Apr 1994 22:23:00 +0000 |
parents | 63d567437e36 |
children | 26998cd05104 |
comparison
equal
deleted
inserted
replaced
6860:c24ac406a87b | 6861:f8e60e2bd9b3 |
---|---|
18 #define SIGNALS_VIA_CHARACTERS | 18 #define SIGNALS_VIA_CHARACTERS |
19 | 19 |
20 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 20 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
21 | 21 |
22 /* netbsd uses OXTABS instead of the expected TAB3. */ | 22 /* netbsd uses OXTABS instead of the expected TAB3. */ |
23 #define TABDLY OXTABS | |
23 #define TAB3 OXTABS | 24 #define TAB3 OXTABS |
24 | 25 |
25 #define A_TEXT_OFFSET(x) (sizeof (struct exec)) | 26 #define A_TEXT_OFFSET(x) (sizeof (struct exec)) |
26 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) | 27 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) |
27 | 28 |