Do not expose vfwscanf, vswscanf, vwscanf and wcstof functions if

they are not visible from wchar.h.
This commit is contained in:
Alexander Kabaev 2005-09-16 20:56:17 +00:00
parent 83908c6560
commit 046b7565e6

View File

@ -551,20 +551,26 @@
/* Define to 1 if you have the `vfwprintf' function. */ /* Define to 1 if you have the `vfwprintf' function. */
#define HAVE_VFWPRINTF 1 #define HAVE_VFWPRINTF 1
#if __ISO_C_VISIBLE >= 1999
/* Define to 1 if you have the `vfwscanf' function. */ /* Define to 1 if you have the `vfwscanf' function. */
#define HAVE_VFWSCANF 1 #define HAVE_VFWSCANF 1
#endif
/* Define to 1 if you have the `vswprintf' function. */ /* Define to 1 if you have the `vswprintf' function. */
#define HAVE_VSWPRINTF 1 #define HAVE_VSWPRINTF 1
#if __ISO_C_VISIBLE >= 1999
/* Define to 1 if you have the `vswscanf' function. */ /* Define to 1 if you have the `vswscanf' function. */
#define HAVE_VSWSCANF 1 #define HAVE_VSWSCANF 1
#endif
/* Define to 1 if you have the `vwprintf' function. */ /* Define to 1 if you have the `vwprintf' function. */
#define HAVE_VWPRINTF 1 #define HAVE_VWPRINTF 1
#if __ISO_C_VISIBLE >= 1999
/* Define to 1 if you have the `vwscanf' function. */ /* Define to 1 if you have the `vwscanf' function. */
#define HAVE_VWSCANF 1 #define HAVE_VWSCANF 1
#endif
/* Define to 1 if you have the <wchar.h> header file. */ /* Define to 1 if you have the <wchar.h> header file. */
#define HAVE_WCHAR_H 1 #define HAVE_WCHAR_H 1
@ -623,8 +629,10 @@
/* Define to 1 if you have the `wcstod' function. */ /* Define to 1 if you have the `wcstod' function. */
#define HAVE_WCSTOD 1 #define HAVE_WCSTOD 1
#if __ISO_C_VISIBLE >= 1999
/* Define to 1 if you have the `wcstof' function. */ /* Define to 1 if you have the `wcstof' function. */
#define HAVE_WCSTOF 1 #define HAVE_WCSTOF 1
#endif
/* Define to 1 if you have the `wcstok' function. */ /* Define to 1 if you have the `wcstok' function. */
#define HAVE_WCSTOK 1 #define HAVE_WCSTOK 1