components/wget/sysdep.h.patch
changeset 115 c360825c3a3f
parent 114 6cc95ec7b1bb
child 116 ae6a90899b42
equal deleted inserted replaced
114:6cc95ec7b1bb 115:c360825c3a3f
     1 --- wget-1.12/src/sysdep.h.orig	Fri Sep  4 09:31:54 2009
       
     2 +++ wget-1.12/src/sysdep.h	Fri Oct  2 03:03:22 2009
       
     3 @@ -67,8 +67,13 @@
       
     4  
       
     5  #ifdef NAMESPACE_TWEAKS
       
     6  
       
     7 +#if __STDC_VERSION__ >= 199901L
       
     8 +/* Single UNIX Specification, Version 3 */
       
     9 +#define _XOPEN_SOURCE 600
       
    10 +#else
       
    11  /* Request the "Unix 98 compilation environment". */
       
    12  #define _XOPEN_SOURCE 500
       
    13 +#endif
       
    14  
       
    15  /* For Solaris: request everything else that is available and doesn't
       
    16     conflict with the above.  */