Support Mach too.
authorJohn Gilmore <gnu@cygnus>
Fri, 22 Nov 1991 21:59:01 +0000 (21:59 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 22 Nov 1991 21:59:01 +0000 (21:59 +0000)
readline/ChangeLog
readline/configure.in
readline/sysdep-oldbsd.h

index 4cb89fa..bb4de83 100644 (file)
@@ -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.
 
index 99f57e9..f377385 100644 (file)
@@ -34,8 +34,8 @@ irix*)
        files=sysdep-irix.h
        ;;
 
-newsos*)
-       files=sysdep-newsos.h
+newsos* | mach*)
+       files=sysdep-oldbsd.h
        ;;
 esac
 
index dbed762..86b6d0d 100755 (executable)
@@ -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