1: #
2: /*
3: ** COPYRIGHT
4: **
5: ** The Regents of the University of California
6: **
7: ** 1977
8: **
9: ** This program material is the property of the
10: ** Regents of the University of California and
11: ** may not be reproduced or disclosed without
12: ** the prior written permission of the owner.
13: */
14:
15:
16: /*
17: ** VERSION is the version number of this incarnation of INGRES, in
18: ** the form 9.9/99, where the number after the slash is
19: ** the release, mod number, or whatever. The info before
20: ** the slash is used for determining the file names for
21: ** the dayfile and proctab, and the whole thing is printed
22: ** out at login time.
23: */
24:
25: # define VERSION "6.3/0" /* version number */
26: # define REL_DATE "February 1, 1981" /* release date */
27: # define MOD_DATE "February 1, 1981" /* modification date */
Defined macros
Usage of this include