From 8de850be95342d1cfbc1133f0ab95cc1d4c99a25 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sat, 10 Oct 2009 21:16:13 +0300 Subject: [PATCH] Remove config.h.in It doesn't have to be in version control. --- .gitignore | 1 + config.h.in | 59 ----------------------------------------------------------- 2 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 config.h.in diff --git a/.gitignore b/.gitignore index 0d4df9e..a2baa14 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ aclocal.m4 autom4te.cache config.guess config.h +config.h.in config.log config.status config.sub diff --git a/config.h.in b/config.h.in deleted file mode 100644 index bcc3ed3..0000000 --- a/config.h.in +++ /dev/null @@ -1,59 +0,0 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ - -/* Define to 1 if you have the header file. */ -#undef HAVE_DLFCN_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* 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 version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION -- 2.1.4