mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
Initial revision
This commit is contained in:
parent
6a794f078c
commit
60fa73fdf2
1 changed files with 30 additions and 0 deletions
30
src/s/netbsd.h
Normal file
30
src/s/netbsd.h
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
/* s/ file for netbsd system. */
|
||||
|
||||
/* Get most of the stuff from bsd4.3 */
|
||||
#include "bsd4-3.h"
|
||||
|
||||
#undef SYSTEM_TYPE
|
||||
#define SYSTEM_TYPE "netbsd"
|
||||
|
||||
#undef KERNEL_FILE
|
||||
#define KERNEL_FILE "/netbsd"
|
||||
|
||||
#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 HAVE_SETSID
|
||||
|
||||
#define LIBS_DEBUG
|
||||
#define LIBS_SYSTEM -lutil
|
||||
|
||||
#define HAVE_GETLOADAVG
|
||||
|
||||
/* For mem-limits.h. */
|
||||
#define BSD4_2
|
||||
Loading…
Reference in a new issue