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
b9078b9d
Commit
b9078b9d
authored
Jun 04, 1993
by
Richard M. Stallman
Browse files
Redone by Joe Kelsey.
parent
abc01fb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
6 deletions
+17
-6
src/s/esix5r4.h
src/s/esix5r4.h
+17
-6
No files found.
src/s/esix5r4.h
View file @
b9078b9d
/* Definitions for ESIX System V 4.0.4, a variant of V.4 for the 386. */
/* Redone by zircon!joe@uunet.uu.net (Joe Kelsey). */
#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
#define SYSTEM_MALLOC 1
#if defined (HAVE_XFREE386)
# undef LIB_STANDARD
# define LIB_STANDARD -lc
#else
# define LIB_X11_LIB -lsocket -lc -lX11
# undef LIB_STANDARD
# ifdef ORDINARY_LINK
# define LIB_STANDARD -lnsl -lns -lelf /usr/ucblib/libucb.a
# else
# define LIB_STANDARD -lnsl -lns -lelf /usr/ucblib/libucb.a /usr/ccs/lib/crtn.o
# endif
/* Resolve BSD string functions in X Window library from libucb.a. */
#define BSTRING
#
define BSTRING
/* kelsey@mdd.comm.mot.com says this makes X windows work. */
#define BROKEN_FIONREAD
/* zircon!joe says this makes X windows work. */
# define BROKEN_FIONREAD
#endif
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