aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2012-07-30 07:46:48 -0700
committerGlenn Morris2012-07-30 07:46:48 -0700
commit32bac6d6e81cc5039db7e34e3ac70930d2cb586e (patch)
tree10053fd18ce10ee0ba4b4f74572d92fb2c121e03 /src
parent0a763bd17bc8c282523a137ad9984c8a314aabd2 (diff)
downloademacs-32bac6d6e81cc5039db7e34e3ac70930d2cb586e.tar.gz
emacs-32bac6d6e81cc5039db7e34e3ac70930d2cb586e.zip
Empty src/s/netbsd.h and remove the file
* configure.ac (SIGNAL_H_AHB): New hack macro. (opsysfile): Set to empty on netbsd, openbsd. (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined. * src/s/netbsd.h: Let configure include signal.h if needed. Remove file, which is now empty.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/s/netbsd.h24
2 files changed, 3 insertions, 24 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 37d660da785..076b5eb1cce 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-07-30 Glenn Morris <rgm@gnu.org> 12012-07-30 Glenn Morris <rgm@gnu.org>
2 2
3 * s/netbsd.h: Let configure include signal.h if needed.
4 Remove file, which is now empty.
5
3 * s/usg5-4-common.h (_longjmp, _setjmp): Let configure set them. 6 * s/usg5-4-common.h (_longjmp, _setjmp): Let configure set them.
4 * s/irix6-5.h (_longjmp, _setjmp): No more need to undefine. 7 * s/irix6-5.h (_longjmp, _setjmp): No more need to undefine.
5 8
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
deleted file mode 100644
index 7a571ee8116..00000000000
--- a/src/s/netbsd.h
+++ /dev/null
@@ -1,24 +0,0 @@
1/* s/ file for netbsd system.
2
3Copyright (C) 2001-2012 Free Software Foundation, Inc.
4
5This file is part of GNU Emacs.
6
7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 3 of the License, or
10(at your option) any later version.
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19
20/* Greg A. Woods <woods@weird.com> says we must include signal.h
21 before syssignal.h is included, to work around interface conflicts
22 that are handled with CPP __RENAME() macro in signal.h. */
23#include <signal.h>
24