aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorPaul Eggert2012-07-10 17:01:21 -0700
committerPaul Eggert2012-07-10 17:01:21 -0700
commit22ffb97351d1081558c070a3c134d2be99993df6 (patch)
tree16bda44878b33d2ef8ff039ffcb5cc8d407da977 /src/s
parente9a9ae0350689d352c2bdfa3af0eb722f587b966 (diff)
downloademacs-22ffb97351d1081558c070a3c134d2be99993df6.tar.gz
emacs-22ffb97351d1081558c070a3c134d2be99993df6.zip
Remove "#define unix" that is no longer needed (Bug#11905).
Merge from gnulib to make "#define unix" unnecessary, incorporating: 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft 2012-07-09 getopt: Simplify after Emacs changed. * src/s/aix4-2.h (unix): Remove; no longer needed.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/aix4-2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h
index 51ac9748f27..b7bdc8739a7 100644
--- a/src/s/aix4-2.h
+++ b/src/s/aix4-2.h
@@ -40,9 +40,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
40 40
41/* Special items needed to make Emacs run on this system. */ 41/* Special items needed to make Emacs run on this system. */
42 42
43/* AIX doesn't define this. */
44#define unix 1
45
46/* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */ 43/* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */
47#define SIGNALS_VIA_CHARACTERS 44#define SIGNALS_VIA_CHARACTERS
48#define CLASH_DETECTION 45#define CLASH_DETECTION