summaryrefslogtreecommitdiff
path: root/support/dktools/dk4conf.cross
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.cross
parentac690ca29ad5bf8a5203a65fd6252f7b564f4727 (diff)
CTAN sync 202009200303
Diffstat (limited to 'support/dktools/dk4conf.cross')
-rw-r--r--support/dktools/dk4conf.cross224
1 files changed, 211 insertions, 13 deletions
diff --git a/support/dktools/dk4conf.cross b/support/dktools/dk4conf.cross
index 019f4d96c8..786ba120f3 100644
--- a/support/dktools/dk4conf.cross
+++ b/support/dktools/dk4conf.cross
@@ -6,7 +6,7 @@
#include "config.h"
#ifndef DK4_ON_WINDOWS
-#ifdef _WIN32
+#if _WIN32
#define DK4_ON_WINDOWS 1
#ifndef HAVE_BACKSLASH_AS_SEP
#define HAVE_BACKSLASH_AS_SEPŧ1
@@ -52,6 +52,18 @@
#endif
#endif
+#ifndef DK4_HAVE_ATTRIBUTE_UNUSED
+#if HAVE_ATTRIBUTE_UNUSED
+/** DK4 version of HAVE_ATTRIBUTE_UNUSED, available.
+*/
+#define DK4_HAVE_ATTRIBUTE_UNUSED 1
+#else
+/** DK4 version of HAVE_ATTRIBUTE_UNUSED, not available.
+*/
+#define DK4_HAVE_ATTRIBUTE_UNUSED 0
+#endif
+#endif
+
#ifndef DK4_HAVE_BACKSLASH_AS_SEP
#if HAVE_BACKSLASH_AS_SEP
/** DK4 version of HAVE_BACKSLASH_AS_SEP, available.
@@ -124,6 +136,18 @@
#endif
#endif
+#ifndef DK4_HAVE_BSEARCH
+#if HAVE_BSEARCH
+/** DK4 version of HAVE_BSEARCH, available.
+*/
+#define DK4_HAVE_BSEARCH 1
+#else
+/** DK4 version of HAVE_BSEARCH, not available.
+*/
+#define DK4_HAVE_BSEARCH 0
+#endif
+#endif
+
#ifndef DK4_HAVE_BZERO
#if HAVE_BZERO
/** DK4 version of HAVE_BZERO, available.
@@ -844,6 +868,18 @@
#endif
#endif
+#ifndef DK4_HAVE_INITGROUPS
+#if HAVE_INITGROUPS
+/** DK4 version of HAVE_INITGROUPS, available.
+*/
+#define DK4_HAVE_INITGROUPS 1
+#else
+/** DK4 version of HAVE_INITGROUPS, not available.
+*/
+#define DK4_HAVE_INITGROUPS 0
+#endif
+#endif
+
#ifndef DK4_HAVE_INITSTATE
#if HAVE_INITSTATE
/** DK4 version of HAVE_INITSTATE, available.
@@ -1000,6 +1036,54 @@
#endif
#endif
+#ifndef DK4_HAVE_ISGREATER
+#if HAVE_ISGREATER
+/** DK4 version of HAVE_ISGREATER, available.
+*/
+#define DK4_HAVE_ISGREATER 1
+#else
+/** DK4 version of HAVE_ISGREATER, not available.
+*/
+#define DK4_HAVE_ISGREATER 0
+#endif
+#endif
+
+#ifndef DK4_HAVE_ISGREATEREQUAL
+#if HAVE_ISGREATEREQUAL
+/** DK4 version of HAVE_ISGREATEREQUAL, available.
+*/
+#define DK4_HAVE_ISGREATEREQUAL 1
+#else
+/** DK4 version of HAVE_ISGREATEREQUAL, not available.
+*/
+#define DK4_HAVE_ISGREATEREQUAL 0
+#endif
+#endif
+
+#ifndef DK4_HAVE_ISLESS
+#if HAVE_ISLESS
+/** DK4 version of HAVE_ISLESS, available.
+*/
+#define DK4_HAVE_ISLESS 1
+#else
+/** DK4 version of HAVE_ISLESS, not available.
+*/
+#define DK4_HAVE_ISLESS 0
+#endif
+#endif
+
+#ifndef DK4_HAVE_ISLESSEQUAL
+#if HAVE_ISLESSEQUAL
+/** DK4 version of HAVE_ISLESSEQUAL, available.
+*/
+#define DK4_HAVE_ISLESSEQUAL 1
+#else
+/** DK4 version of HAVE_ISLESSEQUAL, not available.
+*/
+#define DK4_HAVE_ISLESSEQUAL 0
+#endif
+#endif
+
#ifndef DK4_HAVE_ISNORMAL
#if HAVE_ISNORMAL
/** DK4 version of HAVE_ISNORMAL, available.
@@ -1228,6 +1312,18 @@
#endif
#endif
+#ifndef DK4_HAVE_MEMORY_H
+#if HAVE_MEMORY_H
+/** DK4 version of HAVE_MEMORY_H, available.
+*/
+#define DK4_HAVE_MEMORY_H 1
+#else
+/** DK4 version of HAVE_MEMORY_H, not available.
+*/
+#define DK4_HAVE_MEMORY_H 0
+#endif
+#endif
+
#ifndef DK4_HAVE_MEMSET
#if HAVE_MEMSET
/** DK4 version of HAVE_MEMSET, available.
@@ -1504,6 +1600,18 @@
#endif
#endif
+#ifndef DK4_HAVE_QSORT
+#if HAVE_QSORT
+/** DK4 version of HAVE_QSORT, available.
+*/
+#define DK4_HAVE_QSORT 1
+#else
+/** DK4 version of HAVE_QSORT, not available.
+*/
+#define DK4_HAVE_QSORT 0
+#endif
+#endif
+
#ifndef DK4_HAVE_RAND
#if HAVE_RAND
/** DK4 version of HAVE_RAND, available.
@@ -1576,6 +1684,18 @@
#endif
#endif
+#ifndef DK4_HAVE_SEARCH_H
+#if HAVE_SEARCH_H
+/** DK4 version of HAVE_SEARCH_H, available.
+*/
+#define DK4_HAVE_SEARCH_H 1
+#else
+/** DK4 version of HAVE_SEARCH_H, not available.
+*/
+#define DK4_HAVE_SEARCH_H 0
+#endif
+#endif
+
#ifndef DK4_HAVE_SELECT
#if HAVE_SELECT
/** DK4 version of HAVE_SELECT, available.
@@ -1636,6 +1756,18 @@
#endif
#endif
+#ifndef DK4_HAVE_SETGROUPS
+#if HAVE_SETGROUPS
+/** DK4 version of HAVE_SETGROUPS, available.
+*/
+#define DK4_HAVE_SETGROUPS 1
+#else
+/** DK4 version of HAVE_SETGROUPS, not available.
+*/
+#define DK4_HAVE_SETGROUPS 0
+#endif
+#endif
+
#ifndef DK4_HAVE_SETJMP_H
#if HAVE_SETJMP_H
/** DK4 version of HAVE_SETJMP_H, available.
@@ -2308,6 +2440,18 @@
#endif
#endif
+#ifndef DK4_HAVE_SYSEXITS_H
+#if HAVE_SYSEXITS_H
+/** DK4 version of HAVE_SYSEXITS_H, available.
+*/
+#define DK4_HAVE_SYSEXITS_H 1
+#else
+/** DK4 version of HAVE_SYSEXITS_H, not available.
+*/
+#define DK4_HAVE_SYSEXITS_H 0
+#endif
+#endif
+
#ifndef DK4_HAVE_SYSLOG
#if HAVE_SYSLOG
/** DK4 version of HAVE_SYSLOG, available.
@@ -2332,6 +2476,18 @@
#endif
#endif
+#ifndef DK4_HAVE_SYSTEMD
+#if HAVE_SYSTEMD
+/** DK4 version of HAVE_SYSTEMD, available.
+*/
+#define DK4_HAVE_SYSTEMD 1
+#else
+/** DK4 version of HAVE_SYSTEMD, not available.
+*/
+#define DK4_HAVE_SYSTEMD 0
+#endif
+#endif
+
#ifndef DK4_HAVE_SYS_PARAM_H
#if HAVE_SYS_PARAM_H
/** DK4 version of HAVE_SYS_PARAM_H, available.
@@ -2848,6 +3004,42 @@
#endif
#endif
+#ifndef DK4_HAVE_WX_CHARTYPE_H
+#if HAVE_WX_CHARTYPE_H
+/** DK4 version of HAVE_WX_CHARTYPE_H, available.
+*/
+#define DK4_HAVE_WX_CHARTYPE_H 1
+#else
+/** DK4 version of HAVE_WX_CHARTYPE_H, not available.
+*/
+#define DK4_HAVE_WX_CHARTYPE_H 0
+#endif
+#endif
+
+#ifndef DK4_HAVE_WX_DEFS_H
+#if HAVE_WX_DEFS_H
+/** DK4 version of HAVE_WX_DEFS_H, available.
+*/
+#define DK4_HAVE_WX_DEFS_H 1
+#else
+/** DK4 version of HAVE_WX_DEFS_H, not available.
+*/
+#define DK4_HAVE_WX_DEFS_H 0
+#endif
+#endif
+
+#ifndef DK4_HAVE_WX_WXCHAR_H
+#if HAVE_WX_WXCHAR_H
+/** DK4 version of HAVE_WX_WXCHAR_H, available.
+*/
+#define DK4_HAVE_WX_WXCHAR_H 1
+#else
+/** DK4 version of HAVE_WX_WXCHAR_H, not available.
+*/
+#define DK4_HAVE_WX_WXCHAR_H 0
+#endif
+#endif
+
#ifndef DK4_HAVE_ZLIB_H
#if HAVE_ZLIB_H
/** DK4 version of HAVE_ZLIB_H, available.
@@ -3274,12 +3466,6 @@
#define DK4_SIZEOF_DOUBLE SIZEOF_DOUBLE
#endif
-#ifndef DK4_SIZEOF_INO64_T
-/** DK4 version of SIZEOF_INO64_T.
-*/
-#define DK4_SIZEOF_INO64_T SIZEOF_INO64_T
-#endif
-
#ifndef DK4_SIZEOF_INO_T
/** DK4 version of SIZEOF_INO_T.
*/
@@ -3292,6 +3478,12 @@
#define DK4_SIZEOF_INT SIZEOF_INT
#endif
+#ifndef DK4_SIZEOF_INT32_T
+/** DK4 version of SIZEOF_INT32_T.
+*/
+#define DK4_SIZEOF_INT32_T SIZEOF_INT32_T
+#endif
+
#ifndef DK4_SIZEOF_INTMAX_T
/** DK4 version of SIZEOF_INTMAX_T.
*/
@@ -3316,12 +3508,6 @@
#define DK4_SIZEOF_LONG_LONG SIZEOF_LONG_LONG
#endif
-#ifndef DK4_SIZEOF_OFF64_T
-/** DK4 version of SIZEOF_OFF64_T.
-*/
-#define DK4_SIZEOF_OFF64_T SIZEOF_OFF64_T
-#endif
-
#ifndef DK4_SIZEOF_OFF_T
/** DK4 version of SIZEOF_OFF_T.
*/
@@ -3370,6 +3556,18 @@
#endif
#endif
+#ifndef DK4_USE_INLINE
+#if USE_INLINE
+/** DK4 version of USE_INLINE, available.
+*/
+#define DK4_USE_INLINE USE_INLINE
+#else
+/** DK4 version of USE_INLINE, not available.
+*/
+#define DK4_USE_INLINE 0
+#endif
+#endif
+
#ifndef DK4_USE_PRINTF_SCANF
#if USE_PRINTF_SCANF
/** DK4 version of USE_PRINTF_SCANF, available.