From 947ded3e75ad40c892b6f5b9b685d5d0b646c1e0 Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Thu, 23 Apr 2009 00:49:01 +0000 Subject: - reverted AC_PREREQ to 2.62 - removed files that are generated by autreconf after checkout and added them to .cvsignore --- config.h.in | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 config.h.in (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in deleted file mode 100644 index e7ec2ae..0000000 --- a/config.h.in +++ /dev/null @@ -1,48 +0,0 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ - -/* Whether BSP_commandline_string is declared in */ -#undef DECL_BSP_COMMANDLINE_STRING - -/* Define to 1 if you have the `BSP_commandline_string' function. */ -#undef HAVE_BSP_COMMANDLINE_STRING - -/* Whether CEXP is installed */ -#undef HAVE_CEXP - -/* 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 - - -#ifndef RTEMS_VERSION_LATER_THAN -#define RTEMS_VERSION_LATER_THAN(ma,mi,re) \ - ( __RTEMS_MAJOR__ > (ma) \ - || (__RTEMS_MAJOR__ == (ma) && __RTEMS_MINOR__ > (mi)) \ - || (__RTEMS_MAJOR__ == (ma) && __RTEMS_MINOR__ == (mi) && __RTEMS_REVISION__ > (re)) \ - ) -#endif -#ifndef RTEMS_VERSION_ATLEAST -#define RTEMS_VERSION_ATLEAST(ma,mi,re) \ - ( __RTEMS_MAJOR__ > (ma) \ - || (__RTEMS_MAJOR__ == (ma) && __RTEMS_MINOR__ > (mi)) \ - || (__RTEMS_MAJOR__ == (ma) && __RTEMS_MINOR__ == (mi) && __RTEMS_REVISION__ >= (re)) \ - ) -#endif - - -/* Version number of package */ -#undef VERSION -- cgit v1.2.3