diff options
-rw-r--r-- | xsde/build/configuration-dynamic.make | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xsde/build/configuration-dynamic.make b/xsde/build/configuration-dynamic.make index cfedaa7..32fa3ca 100644 --- a/xsde/build/configuration-dynamic.make +++ b/xsde/build/configuration-dynamic.make @@ -1,13 +1,18 @@ xsde_arch_width := 32 xsde_byteorder := l +xsde_encoding := utf8 xsde_stl := y +xsde_stl_iterator := n xsde_iostream := y xsde_exceptions := y xsde_longlong := y xsde_snprintf := y xsde_parser_validation := y xsde_serializer_validation := y +xsde_regexp := n xsde_reuse_style := tiein +xsde_custom_allocator := n +xsde_default_allocator := n xsde_xdr := n xsde_cdr := n xsde_polymorphic := n |