Mercurial > hg > xemacs-beta
comparison src/s/netbsd.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 |
---|---|
17 | 17 |
18 #undef KERNEL_FILE | 18 #undef KERNEL_FILE |
19 #undef LDAV_SYMBOL | 19 #undef LDAV_SYMBOL |
20 #define HAVE_GETLOADAVG | 20 #define HAVE_GETLOADAVG |
21 | 21 |
22 #define SIGNALS_VIA_CHARACTERS | 22 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */ |
23 | 23 |
24 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 24 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
25 | 25 |
26 /* netbsd uses OXTABS instead of the expected TAB3. */ | 26 /* netbsd uses OXTABS instead of the expected TAB3. */ |
27 #define TABDLY OXTABS | 27 #define TABDLY OXTABS |
28 #define TAB3 OXTABS | 28 #define TAB3 OXTABS |
29 | 29 |
30 #define A_TEXT_OFFSET(x) (sizeof (struct exec)) | 30 #define A_TEXT_OFFSET(x) (sizeof (struct exec)) |
31 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) | 31 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) |
32 | 32 |
33 #define NO_TERMIO | 33 /* #define NO_TERMIO */ /* mrb */ |
34 | 34 |
35 #define LIBS_DEBUG | 35 #define LIBS_DEBUG |
36 /* -lutil is not needed for NetBSD >0.9. */ | 36 /* -lutil is not needed for NetBSD >0.9. */ |
37 /* #define LIBS_SYSTEM -lutil */ | 37 /* #define LIBS_SYSTEM -lutil */ |
38 /* XEmacs change */ | 38 /* XEmacs change */ |