summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/config.h.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-12-14 16:00:08 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-12-14 16:00:08 +0000
commit8c273f054451ef8ea3190e2cdc865bad291c4d88 (patch)
tree61d1a6542b0a1b044d61b70bbd5de987daf41b3e /Build/source/texk/dvisvgm/config.h.in
parent87ca47281d522ade4d8596b91b04ac6354141d05 (diff)
fix FreeBSD build problems
git-svn-id: svn://tug.org/texlive/trunk@16405 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvisvgm/config.h.in')
-rw-r--r--Build/source/texk/dvisvgm/config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/dvisvgm/config.h.in b/Build/source/texk/dvisvgm/config.h.in
index 29765f9e36b..2ce7bb5b59f 100644
--- a/Build/source/texk/dvisvgm/config.h.in
+++ b/Build/source/texk/dvisvgm/config.h.in
@@ -31,9 +31,15 @@
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#undef HAVE_FSEEKO
+/* Define to 1 if you have the `ftime' function. */
+#undef HAVE_FTIME
+
/* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD
+/* Define to 1 if you have the `gettimeofday' function. */
+#undef HAVE_GETTIMEOFDAY
+
/* Define to 1 if you have the `getwd' function. */
#undef HAVE_GETWD
@@ -136,6 +142,12 @@
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
+/* Define to 1 if you have the <sys/timeb.h> header file. */
+#undef HAVE_SYS_TIMEB_H
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+#undef HAVE_SYS_TIME_H
+
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H