summaryrefslogtreecommitdiff
path: root/support/dktools/dk4conf.h.start
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-09-20 03:03:26 +0000
committerNorbert Preining <norbert@preining.info>2020-09-20 03:03:26 +0000
commit1f457376b478257b88d4a857f5ec1b6155442dd7 (patch)
tree2a06a60551dea362cf8cb0cb0ba66c78608717c4 /support/dktools/dk4conf.h.start
parentac690ca29ad5bf8a5203a65fd6252f7b564f4727 (diff)
CTAN sync 202009200303
Diffstat (limited to 'support/dktools/dk4conf.h.start')
-rw-r--r--support/dktools/dk4conf.h.start25
1 files changed, 25 insertions, 0 deletions
diff --git a/support/dktools/dk4conf.h.start b/support/dktools/dk4conf.h.start
new file mode 100644
index 0000000000..1102f468fd
--- /dev/null
+++ b/support/dktools/dk4conf.h.start
@@ -0,0 +1,25 @@
+/*
+Copyright (C) 2020, Dirk Krause. All rights reserved.
+SPDX-License-Identifier: BSD-3-Clause
+*/
+
+/** @file dk4conf.h Fixed configure results.
+*/
+
+#ifndef DK4CONF_H_INCLUDED
+/** Protection against multiple inclusion.
+*/
+#define DK4CONF_H_INCLUDED 1
+
+#ifndef DK4_ON_WINDOWS
+#if _WIN32
+/** Define to 1 on Windows, 0 otherwise.
+*/
+#define DK4_ON_WINDOWS 1
+#else
+/** Define to 1 on Windows, 0 otherwise.
+*/
+#define DK4_ON_WINDOWS 0
+#endif
+#endif
+