view src/s/freebsd.h @ 6756:8086a2590e2f

* etags.c (outf, outfiledir): renamed to tagf, tagfiledir. (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs, Scheme_funcs, prolog_funcs): renamed to Fortran_functions, Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions, TeX_functions, Prolog_functions. (inf): no more a global variable. (C_entries): take 2nd parameter `inf' instead of using the global one. (find_entries): added the cp1 var for optimisation. (find_entries): added more suffixes for assembler files. (Asm_funcs): Now finds labels even without an ending colon.
author Francesco Potortì <pot@gnu.org>
date Fri, 08 Apr 1994 14:36:25 +0000
parents c9b0d453d78d
children 4d3971045057
line wrap: on
line source

/* s/ file for freebsd system.  */

/* Get most of the stuff from bsd4.3 */
#include "bsd4-3.h"

#undef SYSTEM_TYPE
#define SYSTEM_TYPE "freebsd"

#undef KERNEL_FILE
#define KERNEL_FILE "/386bsd"

#undef LDAV_SYMBOL
#define LDAV_SYMBOL "_averunnable"

#define SIGNALS_VIA_CHARACTERS

#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)

#define A_TEXT_OFFSET(x) (sizeof (struct exec))
#define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))

#define LIBS_DEBUG
#define LIBS_SYSTEM -lutil

#define HAVE_GETLOADAVG

/* For mem-limits.h.  */
#define BSD4_2

/* Shared library stuff. */
#define TEXT_START 0
#define DATA_START 0
#define UNEXEC unexfreebsd.o
#define RUN_TIME_REMAP
#define LINKER cc

/* Reread the time zone on startup.  */
#define LOCALTIME_CACHE

#define HAVE_TERMIOS
#define NO_TERMIO