1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-18 19:48:05 -05:00

If we're going to define _XOPEN_SOURCE, we should at least define it to a

version that includes putenv().  Make it 600 (the current one) for good
measure.

[originally from svn r5048]
This commit is contained in:
Ben Harris 2004-12-30 17:29:54 +00:00
parent 6daf6faede
commit bb4b9039b4

View File

@ -11,7 +11,7 @@
* a null pointer and ignored everywhere. * a null pointer and ignored everywhere.
*/ */
#define _XOPEN_SOURCE #define _XOPEN_SOURCE 600
#define _XOPEN_SOURCE_EXTENDED #define _XOPEN_SOURCE_EXTENDED
#define _GNU_SOURCE #define _GNU_SOURCE