home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ldapsdk.zip / include / ac / stdarg.h < prev    next >
C/C++ Source or Header  |  2001-05-30  |  717b  |  26 lines

  1. /* Generic stdarg.h */
  2. /* $OpenLDAP: pkg/ldap/include/ac/stdarg.h,v 1.4.8.3 2001/05/30 05:10:45 kurt Exp $ */
  3. /*
  4.  * Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
  5.  * All rights reserved.
  6.  *
  7.  * Redistribution and use in source and binary forms, with or without
  8.  * modification, are permitted only as authorized by the OpenLDAP
  9.  * Public License.  A copy of this license is available at
  10.  * http://www.OpenLDAP.org/license.html or in file LICENSE in the
  11.  * top-level directory of the distribution.
  12.  */
  13.  
  14. #ifndef _AC_STDARG_H
  15. #define _AC_STDARG_H 1
  16.  
  17. /* require STDC variable argument support */
  18.  
  19. #include <stdarg.h>
  20.  
  21. #ifndef HAVE_STDARG
  22. #    define HAVE_STDARG 1
  23. #endif
  24.  
  25. #endif /* _AC_STDARG_H */
  26.