From da4a5e9080cb56672ba3791d79e213987bb0d1ce Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 15 Jan 2009 14:55:06 +0000 Subject: [PATCH] removed, generated by autotools --- .gitattributes | 1 - config.h.in | 44 -------------------------------------------- 2 files changed, 45 deletions(-) delete mode 100755 config.h.in diff --git a/.gitattributes b/.gitattributes index 4caf171..cec9935 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,7 +9,6 @@ /README -text /autogen.sh -text /config.guess -text -/config.h.in -text /config.sub -text /configure.ac -text /depcomp -text diff --git a/config.h.in b/config.h.in deleted file mode 100755 index 558ea81..0000000 --- a/config.h.in +++ /dev/null @@ -1,44 +0,0 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ - -/* "" */ -#undef MY_BUILD_CPU - -/* "" */ -#undef MY_BUILD_OS - -/* "" */ -#undef MY_BUILD_VENDOR - -/* "" */ -#undef MY_GNUNAME - -/* "" */ -#undef MY_UNAME - -/* 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 - -/* Version number of package */ -#undef VERSION - -/* Define to 1 if on AIX 3. - System headers sometimes define this. - We just want to avoid a redefinition error message. */ -#ifndef _ALL_SOURCE -# undef _ALL_SOURCE -#endif