From 623893cc0d740b658ec22ef0122ab386d9649cc3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 29 Jan 2001 15:43:46 +0000 Subject: 2001-01-27 Ralf Corsepius * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not using NEWLIB, cleanup related comment. --- c/src/exec/sapi/include/confdefs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'c/src/exec/sapi/include/confdefs.h') diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h index 697fb60701..fbfdb03732 100644 --- a/c/src/exec/sapi/include/confdefs.h +++ b/c/src/exec/sapi/include/confdefs.h @@ -57,13 +57,14 @@ extern itron_api_configuration_table Configuration_ITRON_API; /* * RTEMS C Library and Newlib support - * - * NOTE: This ends up defining these even when newlib is not used. */ #ifdef RTEMS_NEWLIB #define CONFIGURE_NEWLIB_EXTENSION 1 +#else +#define CONFIGURE_NEWLIB_EXTENSION 0 #endif + #define CONFIGURE_MALLOC_REGION 1 /* -- cgit v1.2.3