Remove config.h.in from git
authorHans de Goede <hdegoede@redhat.com>
Sat, 26 May 2012 11:19:13 +0000 (13:19 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sat, 26 May 2012 11:23:46 +0000 (13:23 +0200)
It is auto-generated so it does not belong in git

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
.gitignore
config.h.in [deleted file]

index d6bb3a3..7c7e095 100644 (file)
@@ -13,6 +13,7 @@
 .libs
 .deps
 config.h
+config.h.in
 config.log
 config.status
 Makefile
diff --git a/config.h.in b/config.h.in
deleted file mode 100644 (file)
index dcfb5eb..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-/* config.h.in.  Generated from configure.ac by autoheader.  */
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* whether we use libjpeg */
-#undef HAVE_JPEG
-
-/* Define to 1 if you have the `klogctl' function. */
-#undef HAVE_KLOGCTL
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the <sys/klog.h> header file. */
-#undef HAVE_SYS_KLOG_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* libv4l1 private lib directory */
-#undef LIBV4L1_PRIV_DIR
-
-/* libv4l2 plugin directory */
-#undef LIBV4L2_PLUGIN_DIR
-
-/* libv4l2 private lib directory */
-#undef LIBV4L2_PRIV_DIR
-
-/* libv4lconvert private lib directory */
-#undef LIBV4LCONVERT_PRIV_DIR
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
-#undef LT_OBJDIR
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* Define to the type that is the result of default argument promotions of
-   type mode_t. */
-#undef PROMOTED_MODE_T
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* v4l-utils version string */
-#undef V4L_UTILS_VERSION
-
-/* Version number of package */
-#undef VERSION
-
-/* Define to `int' if <sys/types.h> does not define. */
-#undef mode_t