From: Juanma Barranquero Date: Fri, 17 Aug 2012 10:51:29 +0000 (+0200) Subject: nt/config.nt: Sync with autogen/config.in. X-Git-Tag: emacs-24.2.90~630 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8223e9280fa69afeeae1a8b51735cbb8393f2e8d;p=emacs.git nt/config.nt: Sync with autogen/config.in. (HAVE_POSIX_OPENPT): New macro. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 4727950b9a9..12273ec7853 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2012-08-17 Juanma Barranquero + + * config.nt: Sync with autogen/config.in. + (HAVE_POSIX_OPENPT): New macro. + 2012-08-14 Juanma Barranquero * config.nt: Sync with autogen/config.in. diff --git a/nt/config.nt b/nt/config.nt index b07c04d92e2..5181e09e64e 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -740,6 +740,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the `posix_memalign' function. */ #undef HAVE_POSIX_MEMALIGN +/* Define to 1 if you have the `posix_openpt' function. */ +#undef HAVE_POSIX_OPENPT + /* Define if you have the /proc filesystem. */ #undef HAVE_PROCFS