aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2012-08-17 12:51:29 +0200
committerJuanma Barranquero2012-08-17 12:51:29 +0200
commit8223e9280fa69afeeae1a8b51735cbb8393f2e8d (patch)
treec1da26eef14b102c863c45a713c4d353baf09c0b
parent1146da8ddcb80bddcd9db52f309acf3c92d57a42 (diff)
downloademacs-8223e9280fa69afeeae1a8b51735cbb8393f2e8d.tar.gz
emacs-8223e9280fa69afeeae1a8b51735cbb8393f2e8d.zip
nt/config.nt: Sync with autogen/config.in.
(HAVE_POSIX_OPENPT): New macro.
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/config.nt3
2 files changed, 8 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 4727950b9a9..12273ec7853 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12012-08-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt: Sync with autogen/config.in.
4 (HAVE_POSIX_OPENPT): New macro.
5
12012-08-14 Juanma Barranquero <lekktu@gmail.com> 62012-08-14 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * config.nt: Sync with autogen/config.in. 8 * 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 <http://www.gnu.org/licenses/>. */
740/* Define to 1 if you have the `posix_memalign' function. */ 740/* Define to 1 if you have the `posix_memalign' function. */
741#undef HAVE_POSIX_MEMALIGN 741#undef HAVE_POSIX_MEMALIGN
742 742
743/* Define to 1 if you have the `posix_openpt' function. */
744#undef HAVE_POSIX_OPENPT
745
743/* Define if you have the /proc filesystem. */ 746/* Define if you have the /proc filesystem. */
744#undef HAVE_PROCFS 747#undef HAVE_PROCFS
745 748