summaryrefslogtreecommitdiff
path: root/src/s/bsd-common.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/bsd-common.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/bsd-common.h')
-rw-r--r--src/s/bsd-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/bsd-common.h b/src/s/bsd-common.h
index 98391740653..c9c531b70b6 100644
--- a/src/s/bsd-common.h
+++ b/src/s/bsd-common.h
@@ -60,10 +60,5 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define HAVE_SOCKETS if system supports 4.2-compatible sockets. */
#define HAVE_SOCKETS
-/* 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
-
/* Send signals to subprocesses by "typing" special chars at them. */
#define SIGNALS_VIA_CHARACTERS