|
|
1.1 root 1: /* Copyright (c) 1987 AT&T */
2: /* All Rights Reserved */
3:
4: /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
5: /* The copyright notice above does not evidence any */
6: /* actual or intended publication of such source code. */
7:
8: /*
9: * VERSION() is used to identify a C module's sccs id.
10: * (the number in parens is the sccs id of the
11: * "include" component of this delivery).
12: * HVERSION() is now obsolete
13: *
14: */
15: #ifdef lint
16: #define VERSION(x);
17: #define HVERSION(n,x);
18: #else
19: #define VERSION(x) static char _2Vsccsid[]="x(1.0)";
20: #define HVERSION(n,x);
21: #endif
22:
23: /*
24: * NOTE: sccsid.h needs to be admin'd whenever headers
25: * get turned over. The 1.0 should be %Y% and be updated
26: * with each new release using admin -ft.
27: *
28: */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.