summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-04-23 00:49:01 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-04-23 00:49:01 +0000
commit947ded3e75ad40c892b6f5b9b685d5d0b646c1e0 (patch)
treef49b528dc2c30a2131766a220af717116683a50b /config.h.in
parentThis commit was generated by cvs2svn to compensate for changes in r23, which (diff)
downloadlibbsdport-947ded3e75ad40c892b6f5b9b685d5d0b646c1e0.tar.bz2
- reverted AC_PREREQ to 2.62
- removed files that are generated by autreconf after checkout and added them to .cvsignore
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in48
1 files changed, 0 insertions, 48 deletions
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 <bsp.h> */
-#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