comparison src/s/bsd386.h @ 149:538048ae2ab8 r20-3b1

Import from CVS: tag r20-3b1
author cvs
date Mon, 13 Aug 2007 09:36:16 +0200
parents 376386a54a3c
children 43dd3413c7c7
comparison
equal deleted inserted replaced
148:f659db2a1f73 149:538048ae2ab8
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 -lkvm -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.) */