AC_DEFINE(AMPERSAND_FULL_NAME, 1, [Define to use the convention that &
in the full name stands for the login id.])
-dnl Every platform that uses configure, except MinGW,
-dnl supports this. There is a create-lockfiles option you can
+dnl Every platform that uses configure supports this.
+dnl There is a create-lockfiles option you can
dnl customize if you do not want the lock files to be written.
dnl So it is not clear that this #define still needs to exist.
-if test "${opsys}" != "mingw32"; then
- AC_DEFINE(CLASH_DETECTION, 1, [Define 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/her Emacs.])
-fi
+AC_DEFINE(CLASH_DETECTION, 1, [Define 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/her Emacs.])
dnl Everybody supports this, except MS.
dnl Seems like the kind of thing we should be testing for, though.
ac_cv_func_readlinkat=yes
ac_cv_func_faccessat=yes
# We don't need fdopendir
-ac_cv_func_fdopendir="not needed"
+ac_cv_func_fdopendir="not-needed"
gl_cv_func_fdopendir_works="no, but not needed, so yes"