summaryrefslogtreecommitdiff
path: root/nt/config.nt
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-08-17 12:51:29 +0200
committerJuanma Barranquero <lekktu@gmail.com>2012-08-17 12:51:29 +0200
commit8223e9280fa69afeeae1a8b51735cbb8393f2e8d (patch)
treec1da26eef14b102c863c45a713c4d353baf09c0b /nt/config.nt
parent1146da8ddcb80bddcd9db52f309acf3c92d57a42 (diff)
downloademacs-8223e9280fa69afeeae1a8b51735cbb8393f2e8d.tar.gz
nt/config.nt: Sync with autogen/config.in.
(HAVE_POSIX_OPENPT): New macro.
Diffstat (limited to 'nt/config.nt')
-rw-r--r--nt/config.nt3
1 files changed, 3 insertions, 0 deletions
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/>. */
/* 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