diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 5 |
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 |