1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

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.
This commit is contained in:
Juanma Barranquero 2012-11-05 15:30:32 +01:00
parent eda33f7834
commit efeccf10f0
2 changed files with 6 additions and 18 deletions

View File

@ -1,3 +1,9 @@
2012-11-05 Juanma Barranquero <lekktu@gmail.com>
* 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 <lekktu@gmail.com>
* config.nt: Sync with autogen/config.in.

View File

@ -118,9 +118,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* 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 <http://www.gnu.org/licenses/>. */
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 <http://www.gnu.org/licenses/>. */
/* 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 <http://www.gnu.org/licenses/>. */
/* 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 <http://www.gnu.org/licenses/>. */
/* 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