summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipng/config.h.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-25 17:11:25 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-25 17:11:25 +0000
commitc3aa727616be1f519f319d40b5402bdd87d9d235 (patch)
treee3eef395462a4e82fa2ab346cd2dc04ac323cec5 /Build/source/texk/dvipng/config.h.in
parent14fdf58582eb34614c899048041260830bf11319 (diff)
new build system: more dvipng
git-svn-id: svn://tug.org/texlive/trunk@12516 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipng/config.h.in')
-rw-r--r--Build/source/texk/dvipng/config.h.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/texk/dvipng/config.h.in b/Build/source/texk/dvipng/config.h.in
index 8f5f542dafd..771c509968d 100644
--- a/Build/source/texk/dvipng/config.h.in
+++ b/Build/source/texk/dvipng/config.h.in
@@ -58,6 +58,9 @@
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#undef HAVE_FSEEKO
+/* Define to 1 if you have freetype2. */
+#undef HAVE_FT2
+
/* Define to 1 if you have the `FT_Library_Version' function. */
#undef HAVE_FT_LIBRARY_VERSION
@@ -97,6 +100,9 @@
/* Define to 1 if you have the <kpathsea/kpathsea.h> header file. */
#undef HAVE_KPATHSEA_KPATHSEA_H
+/* Define to 1 if your kpathsea has kpse_enc_format. */
+#undef HAVE_KPSE_ENC_FORMATS
+
/* Define to 1 if you have the `gd' library (-lgd). */
#undef HAVE_LIBGD
@@ -106,6 +112,9 @@
/* Define to 1 if you have the `png' library (-lpng). */
#undef HAVE_LIBPNG
+/* Define to 1 if you have the `t1' library (-lt1). */
+#undef HAVE_LIBT1
+
/* Define to 1 if you have the `z' library (-lz). */
#undef HAVE_LIBZ
@@ -287,6 +296,11 @@
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
+/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
+ <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
+ #define below would cause a syntax error. */
+#undef _UINT64_T
+
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
@@ -296,6 +310,10 @@
#undef inline
#endif
+/* Define to the type of a signed integer type of width exactly 64 bits if
+ 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
@@ -305,5 +323,9 @@
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
+/* Define to the type of an unsigned integer type of width exactly 64 bits if
+ such a type exists and the standard includes do not define it. */
+#undef uint64_t
+
/* Define as `fork' if `vfork' does not work. */
#undef vfork