summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/config.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-07-08 15:25:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-07-08 15:25:04 +0000
commit44c889a1703d1087f2822946b71120257e8624ff (patch)
treedfd627ee729ed3ec438ea2bda28c8a323a00c4d3 /cpukit/libcsupport/src/config.h
parent2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-44c889a1703d1087f2822946b71120257e8624ff.tar.bz2
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged-in into ../configure.ac) * Makefile.am: DOC_FILES = src/TODO src/CASES, Reflect having merged configure.ac into ../configure.ac. * src/config.h: New.
Diffstat (limited to 'cpukit/libcsupport/src/config.h')
-rw-r--r--cpukit/libcsupport/src/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/config.h b/cpukit/libcsupport/src/config.h
new file mode 100644
index 0000000000..09fe652e2c
--- /dev/null
+++ b/cpukit/libcsupport/src/config.h
@@ -0,0 +1,5 @@
+/* HACK:
+ * Pull-in RTEMS global config-header cpuopts.h as local config.h
+ */
+
+#include <rtems/score/cpuopts.h>