diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-16 07:26:30 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-16 07:26:30 +0000 |
commit | dc89925b3f81d62acf14331296e45a7a325d84ae (patch) | |
tree | 9a9a916fc18cd7b8a03189a84472f93a1c77d7cd /src/s/freebsd.h | |
parent | 96b72211ed909796c472e9a65f2da82a941deb2d (diff) | |
download | emacs-dc89925b3f81d62acf14331296e45a7a325d84ae.tar.gz |
* m/ibms390.h:
* m/intel386.h:
* m/m68k.h:
* s/bsd-common.h:
* s/cygwin.h:
* s/darwin.h:
* s/freebsd.h:
* s/gnu.h:
* s/msdos.h: Remove boilerplate comments.
Diffstat (limited to 'src/s/freebsd.h')
-rw-r--r-- | src/s/freebsd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index aa7c21b59a5..79ecaeba0d3 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -134,12 +134,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ ioctl TIOCSCTTY. */ #define DONT_REOPEN_PTY -/* CLASH_DETECTION is defined in bsd-common.h. - In FreeBSD 2.1.5 (and other 2.1.x), this results useless symbolic links - remaining in /tmp or other directories with +t bit. - To avoid this problem, you could #undef it to use no file lock. */ -/* #undef CLASH_DETECTION */ - /* If the system's imake configuration file defines `NeedWidePrototypes' as `NO', we must define NARROWPROTO manually. Such a define is generated in the Makefile generated by `xmkmf'. If we don't |