diff options
| author | Glenn Morris | 2007-11-28 08:16:55 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-28 08:16:55 +0000 |
| commit | 9485484afbf06abb75397a52d8156249d83085db (patch) | |
| tree | a2bcb847cc2afb727f23646b84994de55aeea957 /src | |
| parent | 7aee2da7256acbe6ad1965ff08b60743ac819482 (diff) | |
| download | emacs-9485484afbf06abb75397a52d8156249d83085db.tar.gz emacs-9485484afbf06abb75397a52d8156249d83085db.zip | |
Petr Salinger <Petr.Salinger at seznam.cz>: New file.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/s/gnu-kfreebsd.h | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7c7fb76378a..810d9257e12 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change) | ||
| 2 | |||
| 3 | * s/gnu-kfreebsd.h: New file. | ||
| 4 | |||
| 1 | 2007-11-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2007-11-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * unexmacosx.c (unrelocate): New argument BASE. Use it instead of | 7 | * 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 @@ | |||
| 1 | #include "gnu-linux.h" | ||
| 2 | |||
| 3 | /* SYSTEM_TYPE should indicate the kind of system you are using. | ||
| 4 | It sets the Lisp variable system-type. */ | ||
| 5 | #undef SYSTEM_TYPE | ||
| 6 | #define SYSTEM_TYPE "gnu/kfreebsd" /* All the best software is free */ | ||
| 7 | |||
| 8 | #define NO_TERMIO /* use only <termios.h> */ | ||
| 9 | |||
| 10 | /* arch-tag: 8d098200-2586-469e-99ab-6d092c035e03 | ||
| 11 | (do not change this comment) */ | ||