aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorMiles Bader2006-11-07 23:22:48 +0000
committerMiles Bader2006-11-07 23:22:48 +0000
commitdbc3b08c405a7b1c0ddb0fb0c98164b355802af5 (patch)
tree00c6f28244409d14bec11e221fb3c03daef63fc6 /src/s
parentbbb6e8f2b6037dc1ee4ddd6cb63a1a6ddb04a591 (diff)
parent86cb14475e9e76f0b3323d2e7110a4a2bd310cdb (diff)
downloademacs-dbc3b08c405a7b1c0ddb0fb0c98164b355802af5.tar.gz
emacs-dbc3b08c405a7b1c0ddb0fb0c98164b355802af5.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
Diffstat (limited to 'src/s')
-rw-r--r--src/s/netbsd.h5
-rw-r--r--src/s/openbsd.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index 206ff55c854..c4bfddfbe5b 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -138,5 +138,10 @@
138 138
139#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 139#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
140 140
141/* Use sigprocmask and friends instead of sigblock;
142 sigblock is considered obsolete on NetBSD. */
143
144#define POSIX_SIGNALS 1
145
141/* arch-tag: e80f364a-04e9-4faf-93cb-f36a0fe95c81 146/* arch-tag: e80f364a-04e9-4faf-93cb-f36a0fe95c81
142 (do not change this comment) */ 147 (do not change this comment) */
diff --git a/src/s/openbsd.h b/src/s/openbsd.h
index 39e48da39a7..baba95a2b4b 100644
--- a/src/s/openbsd.h
+++ b/src/s/openbsd.h
@@ -23,11 +23,11 @@
23 23
24/* Han Boetes <han@mijncomputer.nl> says this 24/* Han Boetes <han@mijncomputer.nl> says this
25 is necessary, otherwise Emacs dumps core on elf systems. */ 25 is necessary, otherwise Emacs dumps core on elf systems. */
26#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z 26#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z -L/usr/pkg/lib -L/usr/local/lib
27 27
28#else 28#else
29 29
30#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp 30#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -L/usr/pkg/lib -L/usr/local/lib
31 31
32#endif 32#endif
33 33