diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 73c4c11..d76161c 100644 --- a/config.h.in +++ b/config.h.in @@ -66,6 +66,9 @@ /* Define if you have libz */ #undef HAVE_LIBZ +/* Define to 1 if you have the <linux/videodev.h> header file. */ +#undef HAVE_LINUX_VIDEODEV_H + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -174,6 +177,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define to 1 if the XML loader should use SAX */ +#undef SAX_SUPPORT + /* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR |