]> code.delx.au - gnu-emacs/commitdiff
nt/config.nt: Sync with autogen/config.in.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Dec 2012 20:58:12 +0000 (21:58 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Dec 2012 20:58:12 +0000 (21:58 +0100)
(BSD4_2): Remove.

nt/ChangeLog
nt/config.nt

index 114fa826b2b27ea1f158ef2e6bc804e0fee25f70..6c7b2bdfddc2cec81ab257eac1134e08b9277869 100644 (file)
@@ -1,3 +1,8 @@
+2012-12-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * config.nt: Sync with autogen/config.in.
+       (BSD4_2): Remove.
+
 2012-12-17  Eli Zaretskii  <eliz@gnu.org>
 
        * inc/sys/acl.h: New file.
index aef92a8cccdbd15e0815d3ff7309b282c49b3d90..f3e61e9427fe5598fa06135a9141c3ec678958d6 100644 (file)
@@ -60,9 +60,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* Define on FreeBSD to work around an issue when reading from a PTY. */
 #undef BROKEN_PTY_READ_AFTER_EAGAIN
 
-/* Define if the system is compatible with BSD 4.2. */
-#undef BSD4_2
-
 /* Define if the system is compatible with BSD 4.2. */
 #undef BSD_SYSTEM
 
@@ -725,7 +722,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* Define to 1 if you have the <png.h> header file. */
 #undef HAVE_PNG_H
 
-/* Define to 1 if you have the POSIX ACL support. */
+/* Define to 1 if using POSIX ACL support. */
 #define HAVE_POSIX_ACL 1
 
 /* Define to 1 if you have the `posix_memalign' function. */