Fix Leopard pty problems
commit3da4ae18dea535243911b073499bd2a5b9f3d126
authorBen Schmidt <mail_ben_schmidt@yahoo.com.au>
Thu, 14 Aug 2008 10:45:41 +0000 (14 12:45 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 14 Aug 2008 14:53:14 +0000 (14 16:53 +0200)
treed5c2f8221dfe35dc68490946a5f12afab6fa7c75
parentbd7d184a1b0dc12762c8d6dbb0b66e4754541000
Fix Leopard pty problems

Problem: Pseudo TTYs (ptys) are not successfully allocated on Leopard
         (or when Vim is compiled on Leopard).
Solution: Do not attempt to use SVR4-compatible ptys on Mac OS X even
          though configure may detect their presence.
src/pty.c