From: Glenn Morris Date: Wed, 28 Nov 2007 08:16:55 +0000 (+0000) Subject: Petr Salinger : New file. X-Git-Tag: emacs-pretest-22.1.90~313 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9485484afbf06abb75397a52d8156249d83085db;p=emacs.git Petr Salinger : New file. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7c7fb76378a..810d9257e12 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-11-28 Petr Salinger (tiny change) + + * s/gnu-kfreebsd.h: New file. + 2007-11-27 YAMAMOTO Mitsuharu * 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 index 00000000000..a1e8c024744 --- /dev/null +++ b/src/s/gnu-kfreebsd.h @@ -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 */ + +/* arch-tag: 8d098200-2586-469e-99ab-6d092c035e03 + (do not change this comment) */