]> git.sur5r.net Git - openldap/blob - include/ac/stdarg.h
Updated MSVC5 workspaces and projects.
[openldap] / include / ac / stdarg.h
1 /* Generic stdarg.h */
2
3 #ifndef _AC_STDARG_H
4 #define _AC_STDARG_H 1
5
6 #if defined( HAVE_STDARG_H ) && \
7         ( defined( __STDC__ ) || defined( _WIN32 ) )
8 #       include <stdarg.h>
9 #       define HAVE_STDARG 1
10 #else
11 #       include <varargs.h>
12 #endif
13
14 #endif /* _AC_STDARG_H */