aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-07-12 06:17:37 -0400
committerGlenn Morris2013-07-12 06:17:37 -0400
commit40a62423464f2f03bd3c8a87dfd98a727971ae5f (patch)
treed3ae467ace96d9dc41e30d41f4a77b733dc934e5
parent20549e23438542179dcdb897a7cdf669ddc281f9 (diff)
downloademacs-40a62423464f2f03bd3c8a87dfd98a727971ae5f.tar.gz
emacs-40a62423464f2f03bd3c8a87dfd98a727971ae5f.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure
index 81b130d02be..faa09d0e9c3 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -16436,7 +16436,7 @@ $as_echo "#define UNIX98_PTYS 1" >>confdefs.h
16436 16436
16437 $as_echo "#define PTY_ITERATION int i; for (i = 0; i < 1; i++)" >>confdefs.h 16437 $as_echo "#define PTY_ITERATION int i; for (i = 0; i < 1; i++)" >>confdefs.h
16438 16438
16439 $as_echo "#define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, \"%s\", ptyname); }" >>confdefs.h 16439 $as_echo "#define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, sizeof pty_name, \"%s\", ptyname); }" >>confdefs.h
16440 16440
16441 if test "x$ac_cv_func_posix_openpt" = xyes; then 16441 if test "x$ac_cv_func_posix_openpt" = xyes; then
16442 $as_echo "#define PTY_OPEN fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY)" >>confdefs.h 16442 $as_echo "#define PTY_OPEN fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY)" >>confdefs.h