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
6e863134
Commit
6e863134
authored
Apr 16, 1994
by
Richard M. Stallman
Browse files
Add NO_SHARED_LIBS conditional.
parent
c7c70761
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/s/netbsd.h
src/s/netbsd.h
+2
-0
No files found.
src/s/netbsd.h
View file @
6e863134
...
...
@@ -40,6 +40,7 @@
/* Netbsd has POSIX-style pgrp behavior. */
#undef BSD_PGRPS
#ifndef NO_SHARED_LIBS
/* These definitions should work for either dynamic or static linking,
whichever is the default for `cc -nostdlib'. */
#define HAVE_TEXT_START
/* No need to define `start_of_text'. */
...
...
@@ -53,6 +54,7 @@
#define N_BSSADDR(x) (N_ALIGN(x, N_DATADDR(x)+x.a_data))
#define N_TRELOFF(x) N_RELOFF(x)
#endif
#endif
/* not NO_SHARED_LIBS */
/* Reread the time zone on startup. */
#define LOCALTIME_CACHE
...
...
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