aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2012-06-14 23:05:43 -0300
committerFabián Ezequiel Gallina2012-06-14 23:05:43 -0300
commit315f675857250c2204d024748e9eafa57c68410f (patch)
tree101bfee7ff075c2eb02fd4bd80af02ed1da979b5 /src/s/gnu-linux.h
parentc6a506fefd22cb1efde1935154e79b471b943c45 (diff)
parent4302f5ba6e853d3f42ca21c536afd5a69b9e1774 (diff)
downloademacs-315f675857250c2204d024748e9eafa57c68410f.tar.gz
emacs-315f675857250c2204d024748e9eafa57c68410f.zip
Merge from trunk
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index d04ea33068a..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. */
@@ -157,3 +150,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
157#else 150#else
158#define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE 151#define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE
159#endif 152#endif
153
154#ifdef __i386__
155/* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */
156/* we cannot get the maximum address for brk */
157# define ULIMIT_BREAK_VALUE (32*1024*1024)
158#endif