aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorJoakim Verona2012-06-13 18:00:21 +0200
committerJoakim Verona2012-06-13 18:00:21 +0200
commit13d6898b0656b38da837261ec20a055a1be4a7e5 (patch)
treeb3399abf9cbea221b083b5bd8368915169b02fb1 /src/s/gnu-linux.h
parent5259b41aab32e82ff06d977877f2e456541b3c0b (diff)
parent8cca97031d60136b3bdebef0d978ee3fe40eddec (diff)
downloademacs-13d6898b0656b38da837261ec20a055a1be4a7e5.tar.gz
emacs-13d6898b0656b38da837261ec20a055a1be4a7e5.zip
upstream, doesn build yet
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 409d0205520..e3d43249d81 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -25,10 +25,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
25#define USG 25#define USG
26#define GNU_LINUX 26#define GNU_LINUX
27 27
28/* SYSTEM_TYPE should indicate the kind of system you are using.
29 It sets the Lisp variable system-type. */
30#define SYSTEM_TYPE "gnu/linux" /* All the best software is free. */
31
32#ifdef emacs 28#ifdef emacs
33#ifdef HAVE_LINUX_VERSION_H 29#ifdef HAVE_LINUX_VERSION_H
34#include <linux/version.h> 30#include <linux/version.h>
@@ -85,9 +81,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
85 81
86#define HAVE_SOCKETS 82#define HAVE_SOCKETS
87 83
88/* This is used in list_system_processes. */
89#define HAVE_PROCFS 1
90
91/* Define CLASH_DETECTION if you want lock files to be written 84/* Define CLASH_DETECTION if you want lock files to be written
92 so that Emacs can tell instantly when you try to modify 85 so that Emacs can tell instantly when you try to modify
93 a file that someone else has modified in his Emacs. */ 86 a file that someone else has modified in his Emacs. */