comparison src/s/bsd386.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 2d532a89d707
children 6330739388db
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
7 #ifndef __bsdi__ 7 #ifndef __bsdi__
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
13 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */
14 12
15 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) 13 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
16 #define A_TEXT_OFFSET(x) (sizeof (struct exec)) 14 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
17 #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))
18 16
25 /* System uses OXTABS instead of the expected TAB3. 23 /* System uses OXTABS instead of the expected TAB3.
26 (Copied from netbsd.h.) */ 24 (Copied from netbsd.h.) */
27 #define TABDLY OXTABS 25 #define TABDLY OXTABS
28 #define TAB3 OXTABS 26 #define TAB3 OXTABS
29 27
30 /* #define NO_TERMIO */ /* mrb */
31
32 /* This silences a few compilation warnings. */ 28 /* This silences a few compilation warnings. */
33 #ifdef emacs 29 #ifdef emacs
34 #undef BSD 30 #undef BSD
35 #include <sys/param.h> /* To get BSD defined consistently. */ 31 #include <sys/param.h> /* To get BSD defined consistently. */
36 #endif 32 #endif