summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpukit/include/rtems/confdefs.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h
index 137a9edb5c..a8fb391496 100644
--- a/cpukit/include/rtems/confdefs.h
+++ b/cpukit/include/rtems/confdefs.h
@@ -108,13 +108,6 @@ extern "C" {
*/
extern rtems_initialization_tasks_table Initialization_tasks[];
-#if defined(RTEMS_MULTIPROCESSING)
- /**
- * This it the distributed multiprocessing configuration table.
- */
- extern rtems_multiprocessing_table Multiprocessing_configuration;
-#endif
-
/**
* This macro determines whether the RTEMS reentrancy support for
* the Newlib C Library is enabled.
@@ -123,12 +116,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
#undef RTEMS_NEWLIB
#endif
-#if (defined(RTEMS_NEWLIB) && !defined(CONFIGURE_DISABLE_NEWLIB_REENTRANCY))
- #define _CONFIGURE_NEWLIB_EXTENSION 1
-#else
- #define _CONFIGURE_NEWLIB_EXTENSION 0
-#endif
-
#ifndef RTEMS_SCHEDSIM
#include <rtems/libio_.h>
@@ -631,15 +618,6 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
#endif
/**
- * This configures the stack checker user extension.
- */
-#ifdef CONFIGURE_STACK_CHECKER_ENABLED
- #define _CONFIGURE_STACK_CHECKER_EXTENSION 1
-#else
- #define _CONFIGURE_STACK_CHECKER_EXTENSION 0
-#endif
-
-/**
* @brief Maximum priority configuration.
*
* This configures the maximum priority value that