uxpty.c uses non-X/Open facilities (notably strsignal()), so don't define
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 25 Apr 2005 17:21:08 +0000 (17:21 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 25 Apr 2005 17:21:08 +0000 (17:21 +0000)
commit2a87094d362e3101c765d65b203ab36b6ec36472
treedd1437dd0ecc80156a2c5f198e79e1a40f3a40ad
parentf1439a63836d6fd6a92f8b5c6b2d9c8b95a5f978
uxpty.c uses non-X/Open facilities (notably strsignal()), so don't define
_XOPEN_SOURCE.  We do still need _GNU_SOURCE in order to get grantpt()
on GNU systems.  This allows uxpty.c to compile on NetBSD.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5675 cda61777-01e9-0310-a592-d414129be87e
unix/uxpty.c