--- acm4-4.7.orig/V/lib/Vlib.h
+++ acm4-4.7/V/lib/Vlib.h
@@ -354,7 +354,7 @@
 #define DEGtoRAD(a)	((a) * M_PI / 180.0)
 #define RADtoDEG(a)	((a) * 180.0 / M_PI)
 
-#ifndef SYSV
+#if !defined(SYSV) && !defined(linux) && !defined(__GLIBC__)
 extern char *strdup();
 #endif
 
