X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fac%2Fstdarg.h;h=7983dbfcacb45f8192efe10a86b3d59e1d3ee5f3;hb=b46547ada17b4585cc5c40150933be325bb1e9ac;hp=b32ee65924147be15f6a7de34f411f7d1b2f9452;hpb=eaaea51b538450656e746708732cfd36f45f77e7;p=openldap diff --git a/include/ac/stdarg.h b/include/ac/stdarg.h index b32ee65924..7983dbfcac 100644 --- a/include/ac/stdarg.h +++ b/include/ac/stdarg.h @@ -1,13 +1,17 @@ /* Generic stdarg.h */ /* $OpenLDAP$ */ -/* - * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA +/* This work is part of OpenLDAP Software . + * + * Copyright 1998-2012 The OpenLDAP Foundation. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted only - * as authorized by the OpenLDAP Public License. A copy of this - * license is available at http://www.OpenLDAP.org/license.html or - * in file LICENSE in the top-level directory of the distribution. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted only as authorized by the OpenLDAP + * Public License. + * + * A copy of this license is available in file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . */ #ifndef _AC_STDARG_H @@ -21,17 +25,4 @@ # 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 */