From efeccf10f015ec093d94b69ffa7eb3ad8d978295 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 5 Nov 2012 15:30:32 +0100 Subject: [PATCH] nt/config.nt: Sync with autogen/config.in. (DISPNEW_NEEDS_STDIO_EXT, GETPGRP_VOID, HAVE_SETPGID, HAVE_SETSID) (PENDING_OUTPUT_COUNT, SETPGRP_RELEASES_CTTY): Remove. --- nt/ChangeLog | 6 ++++++ nt/config.nt | 18 ------------------ 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index b970754c09e..ad8c53a27b8 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,9 @@ +2012-11-05 Juanma Barranquero + + * config.nt: Sync with autogen/config.in. + (DISPNEW_NEEDS_STDIO_EXT, GETPGRP_VOID, HAVE_SETPGID, HAVE_SETSID) + (PENDING_OUTPUT_COUNT, SETPGRP_RELEASES_CTTY): Remove. + 2012-11-04 Juanma Barranquero * config.nt: Sync with autogen/config.in. diff --git a/nt/config.nt b/nt/config.nt index 94af5bf571e..443a1025761 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -118,9 +118,6 @@ along with GNU Emacs. If not, see . */ /* Character that separates directories in a file name. */ #define DIRECTORY_SEP '/' -/* Define if dispnew.c should include stdio_ext.h. */ -#undef DISPNEW_NEEDS_STDIO_EXT - /* Define if process.c does not need to close a pty to make it a controlling terminal (it is already a controlling terminal of the subprocess, because we did ioctl TIOCSCTTY). */ @@ -183,9 +180,6 @@ along with GNU Emacs. If not, see . */ setjmp does work. */ #define GC_SETJMP_WORKS 1 -/* Define to 1 if the `getpgrp' function requires zero arguments. */ -#define GETPGRP_VOID 1 - /* Define if gettimeofday clobbers the localtime buffer. */ #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME @@ -790,15 +784,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the `setlocale' function. */ #define HAVE_SETLOCALE 1 -/* Define to 1 if you have the `setpgid' function. */ -#undef HAVE_SETPGID - /* Define to 1 if you have the `setrlimit' function. */ #undef HAVE_SETRLIMIT -/* Define to 1 if you have the `setsid' function. */ -#undef HAVE_SETSID - /* Define to 1 if you have the `shutdown' function. */ #define HAVE_SHUTDOWN 1 @@ -1224,9 +1212,6 @@ along with GNU Emacs. If not, see . */ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Number of chars of output in the buffer of a stdio stream. */ -#undef PENDING_OUTPUT_COUNT - /* the number of pending output bytes on stream 'fp' */ #define PENDING_OUTPUT_N_BYTES (fp->_ptr - fp->_base) @@ -1285,9 +1270,6 @@ along with GNU Emacs. If not, see . */ /* Character that separates PATH elements. */ #define SEPCHAR ';' -/* Define if process.c:child_setup should not call setpgrp. */ -#undef SETPGRP_RELEASES_CTTY - /* How to set up a slave PTY, if needed. */ #undef SETUP_SLAVE_PTY -- 2.39.5