]> git.eshelyaron.com Git - emacs.git/commitdiff
(dummy.c) [sony]: Include <sys/param.h> and emit newsos4 #ifdef NEWSOS4.
authorRoland McGrath <roland@gnu.org>
Tue, 6 Dec 1994 07:29:38 +0000 (07:29 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 6 Dec 1994 07:29:38 +0000 (07:29 +0000)
config.guess

index de048e05fd95243ce28549be0a6abdc52daad9b9..c96a20ac4e56b02f8800588ae71ad25f4f1e0480 100755 (executable)
@@ -377,7 +377,14 @@ main ()
      I don't know....  */
   printf ("mips-sony-bsd\n"); exit (0);
 #else
-  printf ("m68k-sony-newsos\n"); exit (0);
+#include <sys/param.h>
+  printf ("m68k-sony-newsos%s\n",
+#ifdef NEWSOS4
+          "4"
+#else
+         ""
+#endif
+         ); exit (0);
 #endif
 #endif