aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-22 21:59:01 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-22 21:59:01 +0000
commit73766d9154ecf763b2b35f0767d6dcf6f605e24a (patch)
treea51ff671128a21643acb43c0da7b53b9181fef4d /readline
parent3ae444f84469bc94f3cde435e2ea3945ad33816b (diff)
downloadfsf-binutils-gdb-73766d9154ecf763b2b35f0767d6dcf6f605e24a.zip
fsf-binutils-gdb-73766d9154ecf763b2b35f0767d6dcf6f605e24a.tar.gz
fsf-binutils-gdb-73766d9154ecf763b2b35f0767d6dcf6f605e24a.tar.bz2
Support Mach too.
Diffstat (limited to 'readline')
-rw-r--r--readline/ChangeLog3
-rw-r--r--readline/configure.in4
-rwxr-xr-xreadline/sysdep-oldbsd.h3
3 files changed, 7 insertions, 3 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog
index 4cb89fa..bb4de83 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -1,5 +1,8 @@
Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com)
+ * sysdep-oldbsd.h: Rename from sysdep-newsos.h.
+ * configure.in: Use sysdep-oldbsd for Mach as well as NEWs.
+
* sysdep-norm.h, sysdep-aix.h: Add <sys/types.h>, which POSIX
requires to make <dirent.h> work. Improve Sun alloca decl.
diff --git a/readline/configure.in b/readline/configure.in
index 99f57e9..f377385 100644
--- a/readline/configure.in
+++ b/readline/configure.in
@@ -34,8 +34,8 @@ irix*)
files=sysdep-irix.h
;;
-newsos*)
- files=sysdep-newsos.h
+newsos* | mach*)
+ files=sysdep-oldbsd.h
;;
esac
diff --git a/readline/sysdep-oldbsd.h b/readline/sysdep-oldbsd.h
index dbed762..86b6d0d 100755
--- a/readline/sysdep-oldbsd.h
+++ b/readline/sysdep-oldbsd.h
@@ -1,4 +1,5 @@
-/* System-dependent stuff, for Sony NEwS systems */
+/* System-dependent stuff, for Sony NEwS, Mach, and other systems
+ in the "old BSD Unix" tradition. */
#ifdef __GNUC__
#define alloca __builtin_alloca