X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fac%2Fstdarg.h;h=7983dbfcacb45f8192efe10a86b3d59e1d3ee5f3;hb=b46547ada17b4585cc5c40150933be325bb1e9ac;hp=2f9671be08909668bcc83c51e2d4327c126f803b;hpb=7fc7988b8ee3c9f0e824d3ac777e7d9475bd15b9;p=openldap diff --git a/include/ac/stdarg.h b/include/ac/stdarg.h index 2f9671be08..7983dbfcac 100644 --- a/include/ac/stdarg.h +++ b/include/ac/stdarg.h @@ -1,28 +1,28 @@ /* Generic stdarg.h */ -/* - * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA +/* $OpenLDAP$ */ +/* 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 #define _AC_STDARG_H 1 -#if defined( HAVE_STDARG ) || \ - ( defined( HAVE_STDARG_H ) && defined( __STDC__ ) ) - -# include +/* require STDC variable argument support */ -# ifndef HAVE_STDARG -# define HAVE_STDARG 1 -# endif +#include -#else -# include +#ifndef HAVE_STDARG +# define HAVE_STDARG 1 #endif #endif /* _AC_STDARG_H */