]> git.sur5r.net Git - openldap/commitdiff
Remove MINGW32 declarations of snprintf and vsnprintf, the new mingw32
authorHoward Chu <hyc@openldap.org>
Wed, 10 May 2000 16:12:38 +0000 (16:12 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 10 May 2000 16:12:38 +0000 (16:12 +0000)
distributions define them now.

include/ac/stdarg.h

index b32ee65924147be15f6a7de34f411f7d1b2f9452..c7b2d46c87f8f9438d7475fd47b149db908ef5cf 100644 (file)
 #      define HAVE_STDARG 1
 #endif
 
-/*
- * These functions are not included amongst Mingw32 headers for some
- * reason even though they are supported in the library
- */
-
-#if defined(__MINGW32__) && defined(HAVE_SNPRINTF)
-LIBC_F (int) snprintf(char *, size_t, const char *, ...);
-#endif
-
-#if defined(__MINGW32__) && defined(HAVE_VSNPRINTF)
-LIBC_F (int) vsnprintf(char *, size_t, const char *, va_list);
-#endif
-
 #endif /* _AC_STDARG_H */