added checking whether system() can handle calls like
[swftools.git] / config.h.in
index 57081e4..ef46f24 100644 (file)
@@ -22,6 +22,9 @@
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 #undef size_t
 
+/* Define to 1 if this machine has network byte order*/
+#undef WORDS_BIGENDIAN
+
 /* Define if you have the ANSI C header files.  */
 #undef STDC_HEADERS
 
 /* use gzip/uncompress */
 #undef USE_GZIP
 
+/* system() can handle command substitution */
+#undef SYSTEM_BACKTICKS
+
 #endif