summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/config.h.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-31 18:39:23 +0000
committerKarl Berry <karl@freefriends.org>2017-01-31 18:39:23 +0000
commit3969b491e5c8ddd6de8ad5bcadcd74dc2b9efc02 (patch)
treedd720cfaf87ae29bf37c9540872dc86b159b3540 /Build/source/texk/dvisvgm/config.h.in
parent4c245316c293169ee655c8e2f922b4bee454f9bc (diff)
adapt dvisvgm-2.1 to TeX Live
git-svn-id: svn://tug.org/texlive/trunk@43103 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvisvgm/config.h.in')
-rw-r--r--Build/source/texk/dvisvgm/config.h.in53
1 files changed, 52 insertions, 1 deletions
diff --git a/Build/source/texk/dvisvgm/config.h.in b/Build/source/texk/dvisvgm/config.h.in
index c22d8e01d2f..0f64d9b73a8 100644
--- a/Build/source/texk/dvisvgm/config.h.in
+++ b/Build/source/texk/dvisvgm/config.h.in
@@ -3,12 +3,21 @@
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
-/* Set to 1 if PostScript support should be disabled. */
+/* Set to 1 if PostScript support should be disabled */
#undef DISABLE_GS
+/* Define if WOFF support is disabled */
+#undef DISABLE_WOFF
+
+/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
+#undef GWINSZ_IN_SYS_IOCTL
+
/* Define to 1 if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
+/* define if the compiler supports basic C++11 syntax */
+#undef HAVE_CXX11
+
/* Define to 1 if you have the declaration of `isascii', and to 0 if you
don't. */
#undef HAVE_DECL_ISASCII
@@ -20,6 +29,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
+#undef HAVE_DOPRNT
+
/* Define to 1 if you have the <float.h> header file. */
#undef HAVE_FLOAT_H
@@ -50,6 +62,9 @@
/* Define to 1 if you have the `gs' library (-lgs). */
#undef HAVE_LIBGS
+/* Define to 1 if you have the <libintl.h> header file. */
+#undef HAVE_LIBINTL_H
+
/* Define to 1 if you have the `kpathsea' library (-lkpathsea). */
#undef HAVE_LIBKPATHSEA
@@ -59,6 +74,10 @@
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
+ to 0 otherwise. */
+#undef HAVE_MALLOC
+
/* Define to 1 if you have the `memcmp' function. */
#undef HAVE_MEMCMP
@@ -68,6 +87,9 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define to 1 if you have the `memset' function. */
+#undef HAVE_MEMSET
+
/* Define to 1 if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP
@@ -83,12 +105,22 @@
/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
+/* Define to 1 if `stat' has the bug that it succeeds when given the
+ zero-length file name argument. */
+#undef HAVE_STAT_EMPTY_STRING_BUG
+
+/* Define to 1 if stdbool.h conforms to C99. */
+#undef HAVE_STDBOOL_H
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
+/* Define to 1 if you have the `strcasecmp' function. */
+#undef HAVE_STRCASECMP
+
/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR
@@ -101,6 +133,9 @@
/* Define to 1 if you have the `strrchr' function. */
#undef HAVE_STRRCHR
+/* Define to 1 if you have the `strtol' function. */
+#undef HAVE_STRTOL
+
/* Define to 1 if `st_mtim' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_MTIM
@@ -130,9 +165,19 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if you have the `vprintf' function. */
+#undef HAVE_VPRINTF
+
+/* Define to 1 if the system has the type `_Bool'. */
+#undef HAVE__BOOL
+
/* Define to 1 if the kpathsea headers are not C++ safe. */
#undef KPSE_CXX_UNSAFE
+/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
+ slash. */
+#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
+
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
@@ -163,6 +208,9 @@
/* The machine triplet of the target system. */
#undef TARGET_SYSTEM
+/* Define to 1 if your <sys/time.h> declares `struct tm'. */
+#undef TM_IN_SYS_TIME
+
/* Version number of package */
#undef VERSION
@@ -201,6 +249,9 @@
such a type exists and the standard includes do not define it. */
#undef int64_t
+/* Define to rpl_malloc if the replacement function should be used. */
+#undef malloc
+
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t