mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 08:31:35 -08:00
Initial revision
This commit is contained in:
parent
610d39ebff
commit
a5ef3fecf0
2 changed files with 14 additions and 0 deletions
6
src/s/bsdos2-1.h
Normal file
6
src/s/bsdos2-1.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* s/ file for BSDI BSD/OS 2.1 system. */
|
||||
|
||||
#include "bsdos2.h"
|
||||
|
||||
#undef LIB_X11_LIB
|
||||
#define LIB_X11_LIB -L/usr/X11/lib -lX11 -lipc
|
||||
8
src/s/bsdos2.h
Normal file
8
src/s/bsdos2.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/* s/ file for BSDI BSD/OS 2.0 system. */
|
||||
|
||||
#include "bsd386.h"
|
||||
|
||||
#define TEXT_START 0x1020 /* for QMAGIC */
|
||||
#define START_FILES pre-crt0.o /usr/lib/crt0.o
|
||||
#define HAVE_TERMIOS
|
||||
#define NO_TERMIO
|
||||
Loading…
Add table
Add a link
Reference in a new issue