Mercurial > hg > xemacs-beta
comparison src/s/bsd386.h @ 428:3ecd8885ac67 r21-2-22
Import from CVS: tag r21-2-22
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:28:15 +0200 |
parents | |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
427:0a0253eac470 | 428:3ecd8885ac67 |
---|---|
1 /* Synched up with: FSF 19.31. */ | |
2 | |
3 /* s/ file for bsd386 system. */ | |
4 | |
5 #include "bsd4-3.h" | |
6 | |
7 #ifndef __bsdi__ | |
8 #define __bsdi__ 1 | |
9 #endif | |
10 | |
11 #define DECLARE_GETPWUID_WITH_UID_T | |
12 | |
13 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | |
14 #define A_TEXT_OFFSET(x) (sizeof (struct exec)) | |
15 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) | |
16 | |
17 #define LIBS_DEBUG | |
18 #define LIBS_SYSTEM "-lutil -lcompat" | |
19 | |
20 #define HAVE_GETLOADAVG | |
21 | |
22 /* System uses OXTABS instead of the expected TAB3. | |
23 (Copied from netbsd.h.) */ | |
24 #define TABDLY OXTABS | |
25 #define TAB3 OXTABS | |
26 | |
27 /* This silences a few compilation warnings. */ | |
28 #ifdef emacs | |
29 #undef BSD | |
30 #include <sys/param.h> /* To get BSD defined consistently. */ | |
31 #endif |