aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorGlenn Morris2012-07-11 00:07:19 -0700
committerGlenn Morris2012-07-11 00:07:19 -0700
commit172bedefc979b19de6799b245e8843f84bfe70b5 (patch)
tree724aa2dfebde887a250af57c061d1fe0f3062851 /src/s/gnu-linux.h
parentbb3522608f97ac2450f5501164b11adda94e9b5f (diff)
downloademacs-172bedefc979b19de6799b245e8843f84bfe70b5.tar.gz
emacs-172bedefc979b19de6799b245e8843f84bfe70b5.zip
All the cool platforms support CLASH_DETECTION...
* configure.ac (CLASH_DETECTION): Define unconditionally. Every platform using configure supports it. * src/s/aix4-2.h, src/s/bsd-common.h, src/s/cygwin.h, src/s/darwin.h: * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/template.h: * src/s/usg5-4-common.h: Move CLASH_DETECTION to configure. * etc/PROBLEMS: Recommend customizing create-lockfiles rather than recompiling with CLASH_DETECTION unset.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 9f8a994bb7e..d61d3ae5621 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -80,11 +80,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
80 80
81#define HAVE_SOCKETS 81#define HAVE_SOCKETS
82 82
83/* Define CLASH_DETECTION if you want lock files to be written
84 so that Emacs can tell instantly when you try to modify
85 a file that someone else has modified in his Emacs. */
86#define CLASH_DETECTION
87
88/* Here, on a separate page, add any special hacks needed 83/* Here, on a separate page, add any special hacks needed
89 to make Emacs work on this system. For example, 84 to make Emacs work on this system. For example,
90 you might define certain system call names that don't 85 you might define certain system call names that don't