From 8c273f054451ef8ea3190e2cdc865bad291c4d88 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 14 Dec 2009 16:00:08 +0000 Subject: fix FreeBSD build problems git-svn-id: svn://tug.org/texlive/trunk@16405 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvisvgm/config.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Build/source/texk/dvisvgm/config.h.in') 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 header file. */ #undef HAVE_SYS_STAT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIMEB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H -- cgit v1.2.3