emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108997: nt/config.nt: Sync with auto


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108997: nt/config.nt: Sync with autogen/config.in.
Date: Tue, 10 Jul 2012 13:46:31 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108997
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2012-07-10 13:46:31 +0200
message:
  nt/config.nt: Sync with autogen/config.in.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-07-09 16:38:45 +0000
+++ b/nt/ChangeLog      2012-07-10 11:46:31 +0000
@@ -1,3 +1,7 @@
+2012-07-10  Juanma Barranquero  <address@hidden>
+
+       * config.nt: Sync with autogen/config.in.
+
 2012-07-09  Paul Eggert  <address@hidden>
 
        * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2012-07-09 16:38:45 +0000
+++ b/nt/config.nt      2012-07-10 11:46:31 +0000
@@ -71,6 +71,12 @@
 /* Define to 1 if using 'alloca.c'. */
 #undef C_ALLOCA
 
+/* Extra bits to be or'd in with any pointers stored in a Lisp_Object. */
+#undef DATA_SEG_BITS
+
+/* Address of the start of the data segment. */
+#undef DATA_START
+
 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
 #undef DGUX
 
@@ -1097,10 +1103,13 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* Number of chars of output in the buffer of a stdio stream. */
+#undef PENDING_OUTPUT_COUNT
+
 /* Define to empty to suppress deprecation warnings when building with
    --enable-gcc-warnings and with libpng versions before 1.5, which lack
    png_longjmp. */
-#undef PNG_DEPRECATED
+#undef PNG_DEPSTRUCT
 
 /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
    */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]