commit | a7ca2ba777df8ee9dc964f484d3f5aadba8a5bbd | [log] [tgz] |
---|---|---|
author | Andreas Mohr <amohr@codeweavers.com> | Fri Jan 12 23:07:11 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jan 12 23:07:11 2001 +0000 |
tree | 7d004e73d8a98302a770da447c824eea9d468cc2 | |
parent | 22c80a2e9a204974de39744fd87bff1644f60786 [diff] [blame] |
NetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll.
diff --git a/include/config.h.in b/include/config.h.in index 5e9ec88..932810c 100644 --- a/include/config.h.in +++ b/include/config.h.in
@@ -178,6 +178,9 @@ /* Define if you have the dlopen function. */ #undef HAVE_DLOPEN +/* Define if you have the ecvt function. */ +#undef HAVE_ECVT + /* Define if you have the finite function. */ #undef HAVE_FINITE