aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2012-07-29 23:18:28 -0700
committerGlenn Morris2012-07-29 23:18:28 -0700
commitd34d6ffc97bea4bc246b1f764f9d9ecdf169e0c2 (patch)
treee50a15baa544a0acac2b452be544d0ac6471bf69 /src
parentdc5493f11d93f4a97ebc37dac5df286746496bf8 (diff)
downloademacs-d34d6ffc97bea4bc246b1f764f9d9ecdf169e0c2.tar.gz
emacs-d34d6ffc97bea4bc246b1f764f9d9ecdf169e0c2.zip
Remove some empty src/s files.
* configure.ac (opsysfile): Set to empty on freebsd, gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware. * src/s/freebsd.h, src/s/gnu-linux.h, src/s/sol2-6.h, src/s/unixware.h: Remove empty files.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/s/freebsd.h22
-rw-r--r--src/s/gnu-linux.h22
-rw-r--r--src/s/sol2-6.h21
-rw-r--r--src/s/unixware.h20
5 files changed, 5 insertions, 85 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6825a22c08a..913c3bc865d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-30 Glenn Morris <rgm@gnu.org>
2
3 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
4 Remove empty files.
5
12012-07-30 Paul Eggert <eggert@cs.ucla.edu> 62012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Export to GDB most of lisp.h's remaining object-like macros. 8 Export to GDB most of lisp.h's remaining object-like macros.
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
deleted file mode 100644
index 9177403f426..00000000000
--- a/src/s/freebsd.h
+++ /dev/null
@@ -1,22 +0,0 @@
1/* System description header for FreeBSD systems.
2
3Copyright (C) 1994-2012 Free Software Foundation, Inc.
4
5Author: Shawn M. Carey
6(according to authors.el)
7
8This file is part of GNU Emacs.
9
10GNU Emacs is free software: you can redistribute it and/or modify
11it under the terms of the GNU General Public License as published by
12the Free Software Foundation, either version 3 of the License, or
13(at your option) any later version.
14
15GNU Emacs is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details.
19
20You should have received a copy of the GNU General Public License
21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
deleted file mode 100644
index 2847fd6d19c..00000000000
--- a/src/s/gnu-linux.h
+++ /dev/null
@@ -1,22 +0,0 @@
1/* This file is the configuration file for Linux-based GNU systems
2
3Copyright (C) 1985-1986, 1992, 1994, 1996, 1999, 2001-2012
4 Free Software Foundation, Inc.
5
6This file was put together by Michael K. Johnson and Rik Faith.
7
8This file is part of GNU Emacs.
9
10GNU Emacs is free software: you can redistribute it and/or modify
11it under the terms of the GNU General Public License as published by
12the Free Software Foundation, either version 3 of the License, or
13(at your option) any later version.
14
15GNU Emacs is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details.
19
20You should have received a copy of the GNU General Public License
21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22
diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h
deleted file mode 100644
index 3bed55598b7..00000000000
--- a/src/s/sol2-6.h
+++ /dev/null
@@ -1,21 +0,0 @@
1/* Definitions file for GNU Emacs running on Solaris 2.6.
2
3Copyright (C) 1999-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#include "usg5-4-common.h"
21
diff --git a/src/s/unixware.h b/src/s/unixware.h
deleted file mode 100644
index 59c74a56f4e..00000000000
--- a/src/s/unixware.h
+++ /dev/null
@@ -1,20 +0,0 @@
1/* s/ file for Unixware.
2
3Copyright (C) 1999-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#include "usg5-4-common.h"