]> sjero.net Git - wget/blobdiff - src/sysdep.h
Need NAMESPACE_TWEAKS on non-Linux glibc-based systems, too.
[wget] / src / sysdep.h
index 84301b78a9f563a27797554ba98f0911f01a17c3..a7416f9ad915b76dbc7bbe11d4c01afbae202428 100644 (file)
@@ -57,7 +57,7 @@ as that of the covered work.  */
 # define NAMESPACE_TWEAKS
 #endif
 
-#ifdef __linux__
+#if defined(__linux__) || defined(__GLIBC__)
 # define NAMESPACE_TWEAKS
 #endif