Avoid $` $& $' in libraries
[p5sagit/p5-mst-13.2.git] / hints / isc.sh
index 5860acc..43b70fd 100644 (file)
@@ -31,6 +31,9 @@ esac
 # getsockname() and getpeername() return 256 for no good reason
 ccflags="$ccflags -DBOGUS_GETNAME_RETURN=256"
 
+# rename(2) can't rename long filenames
+d_rename=undef
+
 # You can also include -D_SYSV3 to pick up "traditionally visible"
 # symbols hidden by name-space pollution rules.  This raises some
 # compilation "redefinition" warnings, but they appear harmless.