]> git.sur5r.net Git - openldap/blob - include/ac/stdarg.h
Import from devel
[openldap] / include / ac / stdarg.h
1 /* Generic stdarg.h */
2 /* $OpenLDAP$ */
3 /*
4  * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms are permitted only
8  * as authorized by the OpenLDAP Public License.  A copy of this
9  * license is available at http://www.OpenLDAP.org/license.html or
10  * in file LICENSE in the top-level directory of the distribution.
11  */
12
13 #ifndef _AC_STDARG_H
14 #define _AC_STDARG_H 1
15
16 /* require STDC variable argument support */
17
18 #include <stdarg.h>
19
20 #ifndef HAVE_STDARG
21 #       define HAVE_STDARG 1
22 #endif
23
24 #endif /* _AC_STDARG_H */