summaryrefslogtreecommitdiff
path: root/misc/uClibc++/include/uClibc++/system_configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/uClibc++/include/uClibc++/system_configuration.h')
-rw-r--r--misc/uClibc++/include/uClibc++/system_configuration.h33
1 files changed, 11 insertions, 22 deletions
diff --git a/misc/uClibc++/include/uClibc++/system_configuration.h b/misc/uClibc++/include/uClibc++/system_configuration.h
index 4db8e8bd8..e813f2076 100644
--- a/misc/uClibc++/include/uClibc++/system_configuration.h
+++ b/misc/uClibc++/include/uClibc++/system_configuration.h
@@ -1,28 +1,20 @@
-/*
- * Automatically generated C config: don't edit
- */
-/*
- * Version Number
+/* This file is being deprecated. Eventually all configuration options will
+ * need to be moved into the NuttX configuration system.
*/
+
+/* Version Number */
+
#define __UCLIBCXX_MAJOR__ 0
#define __UCLIBCXX_MINOR__ 2
#define __UCLIBCXX_SUBLEVEL__ 4
-/*
- * Target Features and Options
- */
-#define __UCLIBCXX_HAS_FLOATS__ 1
-#define __UCLIBCXX_HAS_LONG_DOUBLE__ 1
+/* Target Features and Options */
+
#define __UCLIBCXX_HAS_TLS__ 1
-#define __WARNINGS__ "-Wall"
-#define __BUILD_EXTRA_LIBRARIES__ ""
-#define __HAVE_DOT_CONFIG__ 1
-/*
- * String and I/O Stream Support
- */
+/* String and I/O Stream Support */
+
#undef __UCLIBCXX_HAS_WCHAR__
-#define __UCLIBCXX_IOSTREAM_BUFSIZE__ 32
#define __UCLIBCXX_HAS_LFS__ 1
#define __UCLIBCXX_SUPPORT_CDIR__ 1
#define __UCLIBCXX_SUPPORT_CIN__ 1
@@ -30,9 +22,8 @@
#define __UCLIBCXX_SUPPORT_CERR__ 1
#undef __UCLIBCXX_SUPPORT_CLOG__
-/*
- * STL and Code Expansion
- */
+/* STL and Code Expansion */
+
#define __UCLIBCXX_STL_BUFFER_SIZE__ 32
#define __UCLIBCXX_CODE_EXPANSION__ 1
#define __UCLIBCXX_EXPAND_CONSTRUCTORS_DESTRUCTORS__ 1
@@ -44,5 +35,3 @@
#define __UCLIBCXX_EXPAND_OSTREAM_CHAR__ 1
#define __UCLIBCXX_EXPAND_FSTREAM_CHAR__ 1
#define __UCLIBCXX_EXPAND_SSTREAM_CHAR__ 1
-
-