summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/bsd-common.h20
-rw-r--r--src/s/cygwin.h20
-rw-r--r--src/s/freebsd.h3
-rw-r--r--src/s/netbsd.h4
4 files changed, 0 insertions, 47 deletions
diff --git a/src/s/bsd-common.h b/src/s/bsd-common.h
deleted file mode 100644
index 9e8c9ba472..0000000000
--- a/src/s/bsd-common.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Definitions file for GNU Emacs running on bsd 4.3
-
-Copyright (C) 1985-1986, 2001-2012 Free Software Foundation, Inc.
-
-This file is part of GNU Emacs.
-
-GNU Emacs is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-GNU Emacs is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-
-
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
deleted file mode 100644
index 1295083cd8..0000000000
--- a/src/s/cygwin.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* System description header file for Cygwin.
-
-Copyright (C) 1985-1986, 1992, 1999, 2002-2012 Free Software Foundation, Inc.
-
-This file is part of GNU Emacs.
-
-GNU Emacs is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-GNU Emacs is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-
-
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index f583826614..ff31f07342 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -20,9 +20,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-/* Get most of the stuff from bsd-common */
-#include "bsd-common.h"
-
/* Tell that garbage collector that setjmp is known to save all
registers relevant for conservative garbage collection in the jmp_buf. */
#define GC_SETJMP_WORKS 1
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index cbcd54f398..b0e298f2c2 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -17,10 +17,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-
-/* Get most of the stuff from bsd-common. */
-#include "bsd-common.h"
-
/* Greg A. Woods <woods@weird.com> says we must include signal.h
before syssignal.h is included, to work around interface conflicts
that are handled with CPP __RENAME() macro in signal.h. */