Mercurial > hg > xemacs-beta
comparison src/s/bsd386.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 43dd3413c7c7 |
children | 85ec50267440 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
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 |
19 #define LIBS_DEBUG | 19 #define LIBS_DEBUG |
20 #define LIB_X11_LIB -L/usr/X11/lib -lX11 | 20 #define LIB_X11_LIB "-L/usr/X11/lib -lX11" |
21 #define LIBS_SYSTEM -lutil -lcompat | 21 #define LIBS_SYSTEM "-lutil -lcompat" |
22 | 22 |
23 #define HAVE_GETLOADAVG | 23 #define HAVE_GETLOADAVG |
24 | 24 |
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.) */ |