]> git.sur5r.net Git - openldap/blobdiff - include/ac/stdarg.h
ITS#7194 fix IPv6 URL detection
[openldap] / include / ac / stdarg.h
index 2f9671be08909668bcc83c51e2d4327c126f803b..7983dbfcacb45f8192efe10a86b3d59e1d3ee5f3 100644 (file)
@@ -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 <http://www.openldap.org/>.
+ *
+ * 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
+ * <http://www.OpenLDAP.org/license.html>.
  */
 
 #ifndef _AC_STDARG_H
 #define _AC_STDARG_H 1
 
-#if defined( HAVE_STDARG ) || \
-       ( defined( HAVE_STDARG_H ) && defined( __STDC__ ) ) 
-
-#      include <stdarg.h>
+/* require STDC variable argument support */
 
-#      ifndef HAVE_STDARG
-#              define HAVE_STDARG 1
-#      endif
+#include <stdarg.h>
 
-#else
-#      include <varargs.h>
+#ifndef HAVE_STDARG
+#      define HAVE_STDARG 1
 #endif
 
 #endif /* _AC_STDARG_H */