30 lines
1.2 KiB
C
30 lines
1.2 KiB
C
|
/******************************************************************************
|
||
|
*
|
||
|
* Header for the UniVerse-UniData shared directory "unishared".
|
||
|
*
|
||
|
* Module %M% Version %I% Date %H%
|
||
|
*
|
||
|
* (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved
|
||
|
* This is unpublished proprietary source code of Ardent Software, Inc.
|
||
|
* The copyright notice above does not evidence any actual or intented
|
||
|
* publication of such source code.
|
||
|
*
|
||
|
*******************************************************************************
|
||
|
*
|
||
|
* Maintenence log - insert most recent change descriptions at top
|
||
|
*
|
||
|
* Date.... GTAR# WHO Description.........................................
|
||
|
* 10/14/98 23801 SAP Change copyrights.
|
||
|
* 09/10/98 23617 JAG Initial revision
|
||
|
*
|
||
|
*****************************************************************************/
|
||
|
|
||
|
/* Overall version number for the structure and management protocol of the
|
||
|
* unishared directory. This is not precisely defined. We may never need to
|
||
|
* use this, but it was invented and put in place just in case we do.
|
||
|
* The build process greps this file for this line, so no other line should
|
||
|
* look like it.
|
||
|
*/
|
||
|
#define UNISHARED_VERSION 1
|
||
|
|