emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113480: Auto-commit of generated files.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113480: Auto-commit of generated files.
Date: Sun, 21 Jul 2013 10:19:11 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113480
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-07-21 06:19:07 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/configure              configure-20091113204419-o5vbwnq5f7feedwu-1624
=== modified file 'autogen/configure'
--- a/autogen/configure 2013-07-13 10:17:35 +0000
+++ b/autogen/configure 2013-07-21 10:19:07 +0000
@@ -16442,7 +16442,7 @@
 
       $as_echo "#define PTY_ITERATION int i; for (i = 0; i < 1; i++)" 
>>confdefs.h
 
-                  $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
+                  $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, 
PTY_NAME_SIZE, \"%s\", ptyname); }" >>confdefs.h
 
             if test "x$ac_cv_func_posix_openpt" = xyes; then
         $as_echo "#define PTY_OPEN fd = posix_openpt (O_RDWR | O_CLOEXEC | 
O_NOCTTY)" >>confdefs.h
@@ -16487,12 +16487,12 @@
     ;;
 
   sol2* )
-                $as_echo "#define PTY_TTY_NAME_SPRINTF { char *ptsname (int), 
*ptyname; int grantpt_result; sigset_t blocked; sigemptyset (&blocked); 
sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); 
grantpt_result = grantpt (fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if 
(grantpt_result == -1 || unlockpt (fd) == -1 || !(ptyname = ptsname (fd))) { 
emacs_close (fd); return -1; } snprintf (pty_name, sizeof pty_name, \"%s\", 
ptyname); }" >>confdefs.h
+                $as_echo "#define PTY_TTY_NAME_SPRINTF { char *ptsname (int), 
*ptyname; int grantpt_result; sigset_t blocked; sigemptyset (&blocked); 
sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); 
grantpt_result = grantpt (fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if 
(grantpt_result == -1 || unlockpt (fd) == -1 || !(ptyname = ptsname (fd))) { 
emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, \"%s\", 
ptyname); }" >>confdefs.h
 
     ;;
 
   unixware )
-        $as_echo "#define PTY_TTY_NAME_SPRINTF { char *ptsname (int), 
*ptyname; int grantpt_result; sigset_t blocked; sigemptyset (&blocked); 
sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); 
grantpt_result = grantpt (fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if 
(grantpt_result == -1) fatal(\"could not grant slave pty\"); if (unlockpt(fd) 
== -1) fatal(\"could not unlock slave pty\"); if (!(ptyname = ptsname(fd))) 
fatal (\"could not enable slave pty\"); snprintf (pty_name, sizeof pty_name, 
\"%s\", ptyname); }" >>confdefs.h
+        $as_echo "#define PTY_TTY_NAME_SPRINTF { char *ptsname (int), 
*ptyname; int grantpt_result; sigset_t blocked; sigemptyset (&blocked); 
sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); 
grantpt_result = grantpt (fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if 
(grantpt_result == -1) fatal(\"could not grant slave pty\"); if (unlockpt(fd) 
== -1) fatal(\"could not unlock slave pty\"); if (!(ptyname = ptsname(fd))) 
fatal (\"could not enable slave pty\"); snprintf (pty_name, PTY_NAME_SIZE, 
\"%s\", ptyname); }" >>confdefs.h
 
     ;;
 esac


reply via email to

[Prev in Thread] Current Thread [Next in Thread]