Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cafdb68a
Commit
cafdb68a
authored
Nov 04, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE.
parent
1bb361e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
src/s/gnu-linux.h
src/s/gnu-linux.h
+8
-3
No files found.
src/s/gnu-linux.h
View file @
cafdb68a
...
...
@@ -207,9 +207,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LD_SWITCH_SYSTEM -L/usr/X386/lib
#endif
/* Work around a bug in glibc with _longjmp. */
#define C_SWITCH_SYSTEM -D_BSD_SOURCE
/* Let's try this out, just in case.
Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */
/* #define SIGNALS_VIA_CHARACTERS */
...
...
@@ -217,7 +214,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Rob Malouf <malouf@csli.stanford.edu> says:
SYSV IPC is standard a standard part of Linux since version 0.99pl10,
and is a very common addition to previous versions. */
#ifdef TERM
#define LIBS_MACHINE -lclient
#define C_SWITCH_SYSTEM -D_BSD_SOURCE -I/usr/src/term
#else
/* alane@wozzle.linet.org says that -lipc is not a separate library,
since libc-4.4.1. So -lipc was deleted. */
#define LIBS_MACHINE
#define C_SWITCH_SYSTEM -D_BSD_SOURCE
#endif
#define HAVE_SYSVIPC
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