]> git.eshelyaron.com Git - emacs.git/commitdiff
Petr Salinger <Petr.Salinger at seznam.cz>: New file.
authorGlenn Morris <rgm@gnu.org>
Wed, 28 Nov 2007 08:16:55 +0000 (08:16 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 28 Nov 2007 08:16:55 +0000 (08:16 +0000)
src/ChangeLog
src/s/gnu-kfreebsd.h [new file with mode: 0644]

index 7c7fb76378a4b07704985b87e5cc56a848c28e7d..810d9257e124935149f81afbe5517dac38779063 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
+
+       * s/gnu-kfreebsd.h: New file.
+
 2007-11-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * unexmacosx.c (unrelocate): New argument BASE.  Use it instead of
diff --git a/src/s/gnu-kfreebsd.h b/src/s/gnu-kfreebsd.h
new file mode 100644 (file)
index 0000000..a1e8c02
--- /dev/null
@@ -0,0 +1,11 @@
+#include "gnu-linux.h"
+
+/* SYSTEM_TYPE should indicate the kind of system you are using.
+   It sets the Lisp variable system-type.  */
+#undef SYSTEM_TYPE
+#define SYSTEM_TYPE "gnu/kfreebsd" /* All the best software is free */
+
+#define NO_TERMIO               /* use only <termios.h> */
+
+/* arch-tag: 8d098200-2586-469e-99ab-6d092c035e03
+   (do not change this comment) */