comparison src/s/bsd386.h @ 5918:81dca63c4ff9

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Feb 1994 00:30:26 +0000
parents ac036d67c431
children d6a5848451f3
comparison
equal deleted inserted replaced
5917:91caeed50c64 5918:81dca63c4ff9
6 6
7 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) 7 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
8 #define A_TEXT_OFFSET(x) (sizeof (struct exec)) 8 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
9 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) 9 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
10 10
11 #define HAVE_SETSID
12
13 #define LIBS_DEBUG 11 #define LIBS_DEBUG
14 #define LIB_X11_LIB -L/usr/X11/lib -lX11 12 #define LIB_X11_LIB -L/usr/X11/lib -lX11
15 #define LIBS_SYSTEM -lutil -lkvm -lcompat 13 #define LIBS_SYSTEM -lutil -lkvm -lcompat
16 14
17 #define HAVE_GETLOADAVG 15 #define HAVE_GETLOADAVG