added checking whether system() can handle calls like
[swftools.git] / config.h.in
index 063e436..ef46f24 100644 (file)
@@ -1,4 +1,5 @@
-/* config.h.in.  Generated automatically from configure.in by autoheader.  */
+#ifndef __config_h__
+#define __config_h__
 
 /* Define to empty if the keyword does not work.  */
 #undef const
@@ -21,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
 
 /* Define if you have the strstr function.  */
 #undef HAVE_STRSTR
 
+/* Define if you have the lrand48 function.  */
+#undef HAVE_LRAND48
+
+/* Define if you have the lrand48 function.  */
+#undef HAVE_RAND
+
+/* Define if you have the lrand48 function.  */
+#undef HAVE_SRAND48
+
+/* Define if you have the lrand48 function.  */
+#undef HAVE_SRAND
+
 /* Define if you have the <dirent.h> header file.  */
 #undef HAVE_DIRENT_H
 
 /* Define if you have the <sys/ndir.h> header file.  */
 #undef HAVE_SYS_NDIR_H
 
-/* Define if you have the <sys/ndir.h> header file.  */
+/* Define if you have the <sys/stat.h> header file.  */
 #undef HAVE_SYS_STAT_H
 
+/* Define if you have the <sys/types.h> header file.  */
+#undef HAVE_SYS_TYPES_H
+
 /* Define if you have the <t1lib.h> header file.  */
 #undef HAVE_T1LIB_H
 
 /* Version number of package */
 #undef VERSION
 
+/* Typedefs */
+#undef boolean 
+
+/* use gzip/uncompress */
+#undef USE_GZIP
+
+/* system() can handle command substitution */
+#undef SYSTEM_BACKTICKS
+
+#endif