openldap/include/ac/stdarg.h

26 lines
647 B
C
Raw Normal View History

/* Generic stdarg.h */
1999-08-30 04:08:00 -04:00
/* $OpenLDAP$ */
1998-12-28 14:51:35 -05:00
/*
2003-01-03 15:20:47 -05:00
* Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
1998-12-28 14:51:35 -05:00
* All rights reserved.
*
2001-05-28 23:35:56 -04:00
* 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 at
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
* top-level directory of the distribution.
1998-12-28 14:51:35 -05:00
*/
#ifndef _AC_STDARG_H
#define _AC_STDARG_H 1
/* require STDC variable argument support */
#include <stdarg.h>
#ifndef HAVE_STDARG
# define HAVE_STDARG 1
#endif
#endif /* _AC_STDARG_H */