nt/config.nt: Sync with autogen/config.in.

(HAVE_ENVIRON_DECL): New macro.
This commit is contained in:
Juanma Barranquero 2012-07-29 18:56:18 +02:00
parent ffd817eb10
commit 1117bd24d1
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-07-29 Juanma Barranquero <lekktu@gmail.com>
* config.nt: Sync with autogen/config.in.
(HAVE_ENVIRON_DECL): New macro.
2012-07-29 Eli Zaretskii <eliz@gnu.org>
* inc/stdalign.h (_Alignas, alignas): Define.

View file

@ -339,6 +339,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to 1 if you have the `endpwent' function. */
#undef HAVE_ENDPWENT
/* Define if you have the declaration of environ. */
#undef HAVE_ENVIRON_DECL
/* Define to 1 if you have the `euidaccess' function. */
#undef HAVE_EUIDACCESS