comparison src/s/bsd386.h @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 85ec50267440
children c5d627a313b1
comparison
equal deleted inserted replaced
174:bb3568571b84 175:2d532a89d707
8 #define __bsdi__ 1 8 #define __bsdi__ 1
9 #endif 9 #endif
10 10
11 #define DECLARE_GETPWUID_WITH_UID_T 11 #define DECLARE_GETPWUID_WITH_UID_T
12 12
13 #define SIGNALS_VIA_CHARACTERS 13 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */
14 14
15 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) 15 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
16 #define A_TEXT_OFFSET(x) (sizeof (struct exec)) 16 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
17 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) 17 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
18 18
25 /* System uses OXTABS instead of the expected TAB3. 25 /* System uses OXTABS instead of the expected TAB3.
26 (Copied from netbsd.h.) */ 26 (Copied from netbsd.h.) */
27 #define TABDLY OXTABS 27 #define TABDLY OXTABS
28 #define TAB3 OXTABS 28 #define TAB3 OXTABS
29 29
30 #define NO_TERMIO 30 /* #define NO_TERMIO */ /* mrb */
31 31
32 /* This silences a few compilation warnings. */ 32 /* This silences a few compilation warnings. */
33 #ifdef emacs 33 #ifdef emacs
34 #undef BSD 34 #undef BSD
35 #include <sys/param.h> /* To get BSD defined consistently. */ 35 #include <sys/param.h> /* To get BSD defined consistently. */