]> git.sur5r.net Git - openldap/blobdiff - include/ac/stdarg.h
Add reference to slappasswd(8)
[openldap] / include / ac / stdarg.h
index b32ee65924147be15f6a7de34f411f7d1b2f9452..4d4223fd545d41923d62be778e35230791b87fb8 100644 (file)
@@ -1,7 +1,7 @@
 /* Generic stdarg.h */
 /* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
 #      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 */