From 698b5e0c76ea73567329406ca46435c05cb11bc9 Mon Sep 17 00:00:00 2001 From: Marc Howison Date: Thu, 11 Mar 2010 23:04:27 +0000 Subject: [PATCH] removed config.h.in --- .gitattributes | 1 - config.h.in | 44 -------------------------------------------- 2 files changed, 45 deletions(-) delete mode 100644 config.h.in diff --git a/.gitattributes b/.gitattributes index 5d50cee..05641a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,7 +10,6 @@ /README -text /autogen.sh -text /config.guess -text -/config.h.in -text /config.sub -text /configure-crayxt -text /configure.ac -text diff --git a/config.h.in b/config.h.in deleted file mode 100644 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