]> code.delx.au - gnu-emacs/commitdiff
nt/config.nt: Sync with autogen/config.in.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 17 Aug 2012 10:51:29 +0000 (12:51 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 17 Aug 2012 10:51:29 +0000 (12:51 +0200)
(HAVE_POSIX_OPENPT): New macro.

nt/ChangeLog
nt/config.nt

index 4727950b9a96a8ea5b37db611cf6e4eb3c0de8c8..12273ec78530743cb43f87697669f74c2b121c3b 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * config.nt: Sync with autogen/config.in.
+       (HAVE_POSIX_OPENPT): New macro.
+
 2012-08-14  Juanma Barranquero  <lekktu@gmail.com>
 
        * config.nt: Sync with autogen/config.in.
index b07c04d92e211742da752cf9dc5002bfed0fee1f..5181e09e64eabe642925b11ed3dc893b9e2b38a1 100644 (file)
@@ -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