annotate src/s/bsd386.h @ 338:d486d167960c

Added tag r21-0-66 for changeset fbbf69b4e8a7
author cvs
date Mon, 13 Aug 2007 10:51:08 +0200
parents 6330739388db
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Synched up with: FSF 19.31. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 /* s/ file for bsd386 system. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 #include "bsd4-3.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 #ifndef __bsdi__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 #define __bsdi__ 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 #define DECLARE_GETPWUID_WITH_UID_T
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 #define LIBS_DEBUG
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 155
diff changeset
18 #define LIBS_SYSTEM "-lutil -lcompat"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 #define HAVE_GETLOADAVG
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 /* System uses OXTABS instead of the expected TAB3.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 (Copied from netbsd.h.) */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 #define TABDLY OXTABS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 #define TAB3 OXTABS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 /* This silences a few compilation warnings. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 #ifdef emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 #undef BSD
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #include <sys/param.h> /* To get BSD defined consistently. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 #endif