openldap/include/ol_version.h

13 lines
294 B
C
Raw Normal View History

2003-03-19 06:50:07 +08:00
/*
* Copyright 1998-2003 The OpenLDAP Foundation
* COPYING RESTRICTIONS APPLY. See COPYRIGHT file in top level directory
* of this package for details.
*/
#define _OLV_DATE __DATE__
#define _OLV_TIME __TIME__
#ifndef _OLV_STATIC
#define _OLV_STATIC static
#endif
2003-03-19 06:53:15 +08:00
#include "ol_version0.h"