From 5eabd6f00141c39b276616f86c198dbf5ba86125 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 9 Jul 2012 15:40:34 +0200 Subject: [PATCH] nt/config.nt: Sync with autogen/config.in. --- nt/ChangeLog | 4 ++++ nt/config.nt | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/nt/ChangeLog b/nt/ChangeLog index 8b2d9ad1b1d..d2bbe4944fd 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2012-07-09 Juanma Barranquero + + * config.nt: Sync with autogen/config.in. + 2012-07-07 Juanma Barranquero * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove. diff --git a/nt/config.nt b/nt/config.nt index 3dd6d8a822b..96d303078a5 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -1097,6 +1097,11 @@ along with GNU Emacs. If not, see . */ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* 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 + /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno. */ #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO -- 2.39.2