nt/config.nt: Sync with autogen/config.in.

(HAVE_POSIX_OPENPT): New macro.
This commit is contained in:
Juanma Barranquero 2012-08-17 12:51:29 +02:00
parent 1146da8ddc
commit 8223e9280f
2 changed files with 8 additions and 0 deletions

View 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.

View 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