From: ben Date: Mon, 25 Apr 2005 17:21:08 +0000 (+0000) Subject: uxpty.c uses non-X/Open facilities (notably strsignal()), so don't define X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/2a87094d362e3101c765d65b203ab36b6ec36472?ds=sidebyside;hp=2a87094d362e3101c765d65b203ab36b6ec36472 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 ---