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:
parent
6daf6faede
commit
bb4b9039b4
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user