aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt11
2 files changed, 14 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 718f0a81734..07ce4d434ed 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12012-07-10 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt: Sync with autogen/config.in.
4
12012-07-09 Paul Eggert <eggert@cs.ucla.edu> 52012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac. 7 * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.
diff --git a/nt/config.nt b/nt/config.nt
index d873ae7a57d..c43feeabd38 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -71,6 +71,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
71/* Define to 1 if using 'alloca.c'. */ 71/* Define to 1 if using 'alloca.c'. */
72#undef C_ALLOCA 72#undef C_ALLOCA
73 73
74/* Extra bits to be or'd in with any pointers stored in a Lisp_Object. */
75#undef DATA_SEG_BITS
76
77/* Address of the start of the data segment. */
78#undef DATA_START
79
74/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ 80/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
75#undef DGUX 81#undef DGUX
76 82
@@ -1097,10 +1103,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1097/* Define to the version of this package. */ 1103/* Define to the version of this package. */
1098#undef PACKAGE_VERSION 1104#undef PACKAGE_VERSION
1099 1105
1106/* Number of chars of output in the buffer of a stdio stream. */
1107#undef PENDING_OUTPUT_COUNT
1108
1100/* Define to empty to suppress deprecation warnings when building with 1109/* Define to empty to suppress deprecation warnings when building with
1101 --enable-gcc-warnings and with libpng versions before 1.5, which lack 1110 --enable-gcc-warnings and with libpng versions before 1.5, which lack
1102 png_longjmp. */ 1111 png_longjmp. */
1103#undef PNG_DEPRECATED 1112#undef PNG_DEPSTRUCT
1104 1113
1105/* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno. 1114/* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
1106 */ 1115 */