Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2102829e
Commit
2102829e
authored
Sep 12, 1992
by
Richard M. Stallman
Browse files
entered into RCS
parent
07a78410
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
src/s/esix5r4.h
src/s/esix5r4.h
+10
-0
src/systty.h
src/systty.h
+14
-0
No files found.
src/s/esix5r4.h
0 → 100644
View file @
2102829e
/* Definitions for ESIX System V 4.0.4, a variant of V.4 for the 386. */
#include "usg5-4.h"
#define LIB_X11_LIB -lsocket -lc -lX11
#undef LIB_STANDARD
#define LIB_STANDARD -lnsl -lns -lelf /usr/ucblib/libucb.a /usr/ccs/lib/crtn.o
/* Resolve BSD string functions in X Window library from libucb.a. */
#define BSTRING
src/systty.h
View file @
2102829e
...
...
@@ -106,6 +106,20 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef SIGIO
#endif
/* Try to establish the correct character to disable terminal functions
in a system-independent manner. Note that USG (at least) define
_POSIX_VDISABLE as 0! */
#ifdef _POSIX_VDISABLE
#define CDISABLE _POSIX_VDISABLE
#else
/* not _POSIX_VDISABLE */
#ifdef CDEL
#define CDISABLE CDEL
#else
/* not CDEL */
#define CDISABLE 255
#endif
/* not CDEL */
#endif
/* not _POSIX_VDISABLE */
/* Get the number of characters queued for output. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment