aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGlenn Morris2007-11-28 08:16:41 +0000
committerGlenn Morris2007-11-28 08:16:41 +0000
commitaa44cd8453f208b65da02d631e4c157708a0259a (patch)
treeeaaf9f605aa8b5acafd54bfcc27425fac7b6dcfb /src/s
parentd50fd8e22642054d63a8126d23b41f012ef6f54d (diff)
downloademacs-aa44cd8453f208b65da02d631e4c157708a0259a.tar.gz
emacs-aa44cd8453f208b65da02d631e4c157708a0259a.zip
Petr Salinger <Petr.Salinger at seznam.cz>: New file.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/gnu-kfreebsd.h11
1 files changed, 11 insertions, 0 deletions
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) */