added checking whether system() can handle calls like
[swftools.git] / config.h.in
index eb97601..ef46f24 100644 (file)
 /* use gzip/uncompress */
 #undef USE_GZIP
 
+/* system() can handle command substitution */
+#undef SYSTEM_BACKTICKS
+
 #endif