From 7f4650080fed53e793c6b3754e6f24c13b8e4539 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 31 Mar 2004 22:25:56 +0000 Subject: Changes for FreeBSD compatibility --- config.h.in | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 0c4c8b5..36b5094 100644 --- a/config.h.in +++ b/config.h.in @@ -27,6 +27,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `expat' library (-lexpat). */ +#undef HAVE_LIBEXPAT + /* Define to 1 if you have the `sablot' library (-lsablot). */ #undef HAVE_LIBSABLOT @@ -42,6 +45,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SDOM_H +/* Define to 1 if you have the `sprintf' function. */ +#undef HAVE_SPRINTF + /* Define to 1 if you have the header file. */ #undef HAVE_STACK @@ -72,9 +78,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H -/* Define to 1 if you have the `swprintf' function. */ -#undef HAVE_SWPRINTF - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -87,6 +90,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_WCHAR_H +/* Define to 1 if the system has the type `wstring'. */ +#undef HAVE_WSTRING + /* Name of package */ #undef PACKAGE -- cgit v1.2.3