
Fix FTBFS on non-Linux.

--- funnelweb-3.2.orig/source/environ.h
+++ funnelweb-3.2/source/environ.h
@@ -190,7 +190,7 @@ Changes:
 #endif
 
 
-#ifdef  __linux__    
+#if defined( __linux__) || defined(__GLIBC__) || defined(__GNU__)
 #undef  OS_UNX 
 #define  OS_UNX  1
 #undef  OS_L86 
