summaryrefslogtreecommitdiff
path: root/Environment.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@debian.org>2018-03-01 22:42:01 +0000
committerThomas Preud'homme <robotux@debian.org>2018-03-01 22:42:01 +0000
commit3958fa914c8a524ed4b6a5b035b794e12708fa1d (patch)
tree417868397f3c2c7386773f55096a9aa5f8856990 /Environment.h
Import ultracopier_1.4.0.4.orig.tar.xz
[dgit import orig ultracopier_1.4.0.4.orig.tar.xz]
Diffstat (limited to 'Environment.h')
-rw-r--r--Environment.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/Environment.h b/Environment.h
new file mode 100644
index 0000000..d653c5f
--- /dev/null
+++ b/Environment.h
@@ -0,0 +1,21 @@
+/** \file Environment.h
+\brief Define the environment variable and global function
+\author alpha_one_x86
+\licence GPL3, see the file COPYING */
+
+#include "Variable.h"
+/// \brief The global include
+#include "StructEnumDefinition.h"
+#include "StructEnumDefinition_UltracopierSpecific.h"
+#include "PlatformMacro.h"
+#include "DebugEngineMacro.h"
+
+#ifdef ULTRACOPIER_VERSION_PORTABLE
+ #define ULTRACOPIER_VERSION_PORTABLE_BOOL true
+#else
+ #define ULTRACOPIER_VERSION_PORTABLE_BOOL false
+#endif
+
+#ifdef ULTRACOPIER_PLUGIN_ALL_IN_ONE
+#undef ULTRACOPIER_PLUGIN_IMPORT_SUPPORT
+#endif