aboutsummaryrefslogtreecommitdiff
path: root/dist/etc/vxworks/config-6.4-min.make
diff options
context:
space:
mode:
Diffstat (limited to 'dist/etc/vxworks/config-6.4-min.make')
-rw-r--r--dist/etc/vxworks/config-6.4-min.make24
1 files changed, 16 insertions, 8 deletions
diff --git a/dist/etc/vxworks/config-6.4-min.make b/dist/etc/vxworks/config-6.4-min.make
index da395e8..3efd917 100644
--- a/dist/etc/vxworks/config-6.4-min.make
+++ b/dist/etc/vxworks/config-6.4-min.make
@@ -34,47 +34,55 @@ XSDFLAGS := --generate-inline
# 'win32' - Windows 2000, XP, etc.
# 'posix' - POSIX OS, including UNIX/Linux, VxWorks, etc.
#
-XSDE_PLATFORM := posix
+XSDE_PLATFORM := posix
# Platform architecture width in bits.
#
-XSDE_ARCH_WIDTH := 32
+XSDE_ARCH_WIDTH := 32
# Platform byte order. Valid values are 'b' for big-endian
# and 'l' for little-endian.
#
-XSDE_BYTEORDER := l
+XSDE_BYTEORDER := l
# Set to 'n' if you don't have STL (std::string, etc.). Also don't
# forget to use the --no-stl option when compiling your schemas.
#
-XSDE_STL := n
+XSDE_STL := n
+
+
+# Set to 'n' if you don't want iterators to conform to the STL
+# requirements. This feature requires working <iterator> header
+# and allows you to use the standard algorithms such as find_if,
+# etc.
+#
+XSDE_STL_ITERATOR := n
# Set to 'n' if you don't have iostream.
#
-XSDE_IOSTREAM := n
+XSDE_IOSTREAM := n
# Set to 'n' if you don't have C++ exceptions. Also don't forget to
# use the --no-exceptions option when compiling your schemas.
#
-XSDE_EXCEPTIONS := n
+XSDE_EXCEPTIONS := n
# Set to 'n' if your platform doesn't have the "long long int" type or
# the strtoull function. Also don't forget to use the --no-long-long
# option when compiling your schemas.
#
-XSDE_LONGLONG := n
+XSDE_LONGLONG := n
# Set to 'n' if your platform doesn't have the snprintf function.
#
-XSDE_SNPRINTF := n
+XSDE_SNPRINTF := n
# Set to 'n' if you don't want support for XML Schema validation in