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
24a9ec1b
Commit
24a9ec1b
authored
Jul 01, 1995
by
Richard M. Stallman
Browse files
(LIBXMU): New definitions (two alternative ones).
parent
7dad528a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/s/sunos4shr.h
src/s/sunos4shr.h
+6
-0
No files found.
src/s/sunos4shr.h
View file @
24a9ec1b
...
...
@@ -43,3 +43,9 @@
#define memmove(to, from, size) bcopy (from, to, size)
#undef USE_DL_STUBS
#ifdef __GNUC__
#define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic
#else
#define LIBXMU -Bstatic -lXmu -Bdynamic
#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