1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Remove requesting X/Open 5, POSIX 1995

* src/sysdep.h: Remove #define _XOPEN_SOURCE 500
This commit is contained in:
Tim Rühsen 2015-12-17 12:11:53 +01:00
parent 94d9b68db9
commit bf5d7e9236

View File

@ -68,9 +68,6 @@ as that of the covered work. */
#ifdef NAMESPACE_TWEAKS
/* Request the "Unix 98 compilation environment". */
#define _XOPEN_SOURCE 500
#endif /* NAMESPACE_TWEAKS */