summaryrefslogtreecommitdiff
path: root/src/s/template.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-07-11 00:07:19 -0700
committerGlenn Morris <rgm@gnu.org>2012-07-11 00:07:19 -0700
commit172bedefc979b19de6799b245e8843f84bfe70b5 (patch)
tree724aa2dfebde887a250af57c061d1fe0f3062851 /src/s/template.h
parentbb3522608f97ac2450f5501164b11adda94e9b5f (diff)
downloademacs-172bedefc979b19de6799b245e8843f84bfe70b5.tar.gz
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/template.h')
-rw-r--r--src/s/template.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/template.h b/src/s/template.h
index 17c003a8df5..83027dc591b 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -66,11 +66,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* #undef subprocesses */
-/* Define CLASH_DETECTION if you want lock files to be written
- so that Emacs can tell instantly when you try to modify
- a file that someone else has modified in his Emacs. */
-#define CLASH_DETECTION
-
/* If the character used to separate elements of the executable path
is not ':', #define this to be the appropriate character constant. */
/* #define SEPCHAR ':' */