nt/config.nt: Sync with autogen/config.in.
(HAVE_ENVIRON_DECL): New macro.
This commit is contained in:
parent
ffd817eb10
commit
1117bd24d1
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue