aboutsummaryrefslogtreecommitdiff
path: root/libstudxml/details/config.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-03 09:18:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-03 09:18:25 +0200
commitf429e2c55f77d5869683d902c9f4d96df1678d6c (patch)
tree7aa60d04a145620b10cbc046a9894479121addc4 /libstudxml/details/config.hxx
parent424e315dfa9a78aebf0653c95f83fe6ed452dd8e (diff)
Get rid of legacy build systems
Diffstat (limited to 'libstudxml/details/config.hxx')
-rw-r--r--libstudxml/details/config.hxx16
1 files changed, 3 insertions, 13 deletions
diff --git a/libstudxml/details/config.hxx b/libstudxml/details/config.hxx
index 68b9dbd..d42d2cf 100644
--- a/libstudxml/details/config.hxx
+++ b/libstudxml/details/config.hxx
@@ -31,20 +31,10 @@
# define STUDXML_NOTHROW_NOEXCEPT throw()
#endif
-// Note: the same in expat/config.h
-//
-#ifdef LIBSTUDXML_BUILD2
-# ifdef _MSC_VER
-# include <libstudxml/details/build2/config-vc.h>
-# else
-# include <libstudxml/details/build2/config.h>
-# endif
+#ifdef _MSC_VER
+# include <libstudxml/details/config-vc.h>
#else
-# ifdef _MSC_VER
-# include <libstudxml/details/config-vc.h>
-# else
-# include <libstudxml/details/config.h>
-# endif
+# include <libstudxml/details/config.h>
#endif
#endif // LIBSTUDXML_DETAILS_CONFIG_HXX