* configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
* src/s/gnu-kfreebsd.h, src/s/openbsd.h: Remove files.
2012-06-12 Glenn Morris <rgm@gnu.org>
+ * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
+
* configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
* configure.in: Anticipate platforms with no src/s file.
;;
esac
+case $opsys in
+ gnu-kfreebsd) opsysfile="s/gnu-linux.h" ;;
+ openbsd) opsysfile="s/netbsd.h" ;;
+esac
+
# Set up the CFLAGS for real compilation, so we can substitute it.
CFLAGS="$REAL_CFLAGS"
CPPFLAGS="$REAL_CPPFLAGS"
2012-06-12 Glenn Morris <rgm@gnu.org>
+ * s/gnu-kfreebsd.h, s/openbsd.h: Remove files.
+
* s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
Move BROKEN_SIGIO to configure.
+++ /dev/null
-#include "gnu-linux.h"
-
+++ /dev/null
-/* System file for openbsd. */
-
-/* Nearly the same as NetBSD. Note there are differences in configure. */
-#include "netbsd.h"
-