mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
13 lines
294 B
C
13 lines
294 B
C
/*
|
|
* 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
|
|
#include "ol_version0.h"
|