]> git.sur5r.net Git - openldap/blob - include/ol_version.h
Rename version.h to ol_version.h
[openldap] / include / ol_version.h
1 /*
2  * Copyright 1998-2003 The OpenLDAP Foundation
3  * COPYING RESTRICTIONS APPLY.  See COPYRIGHT file in top level directory
4  * of this package for details.
5  */
6
7 #define _OLV_DATE __DATE__
8 #define _OLV_TIME __TIME__
9 #ifndef _OLV_STATIC
10 #define _OLV_STATIC     static
11 #endif
12 #include "ol_version0.h"