comparison src/s/freebsd.h @ 7608:f8be483120ef

(A_TEXT_OFFSET, A_TEXT_SEEK): Commented out.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 May 1994 23:16:32 +0000
parents b557aa86c53a
children eff6c7e4e236
comparison
equal deleted inserted replaced
7607:0a3110658ada 7608:f8be483120ef
27 #undef KERNEL_FILE 27 #undef KERNEL_FILE
28 #undef LDAV_SYMBOL 28 #undef LDAV_SYMBOL
29 29
30 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) 30 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
31 31
32 #if 0 /* These appear to be unnecessary for 1.1, and they break
33 emacs when compiled under FreeBSD-1.0.
34 Shawn M. Carey <smcarey@mailbox.syr.edu> */
32 #define A_TEXT_OFFSET(x) (sizeof (struct exec)) 35 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
33 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) 36 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
37 #endif
34 38
35 #define LIBS_DEBUG 39 #define LIBS_DEBUG
36 #define LIBS_SYSTEM -lutil 40 #define LIBS_SYSTEM -lutil
37 #define LIBS_TERMCAP -ltermcap 41 #define LIBS_TERMCAP -ltermcap
38 #define LIB_GCC -lgcc 42 #define LIB_GCC -lgcc