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