ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/libukcprog/sccsdata.c
Revision: 1.1
Committed: Fri Mar 8 14:37:29 2002 UTC (22 years, 6 months ago) by tdb
Content type: text/plain
Branch: MAIN
CVS Tags: IHOST_1_5_3, IHOST_1_5_2, IHOST_1_5_1, IHOST_1_5, IHOST_1_0_RC1
Log Message:
I'm not usually up for putting third party sources in here, but in this
case I'll make an exception. This is ukcprog, a set of useful C functions
which the ihost plugins Pete's writing uses. It's got a pretty free license
too. I've munged the Makefile around, as all it needs to do now is make the
library, not install anything. The idea is to statically compile the other
programs against this library, making the final binary independent of this
code etc.

File Contents

# User Rev Content
1 tdb 1.1 /* sccsdata.c - sccs data file for ukcprog generated by mksccs */
2    
3     char ukcprog_sccsdata_c_sccsid[] = "$Id: sccsdata.c,v 1.27 1998/05/06 14:30:25 mtr Exp $";
4    
5     #include "ukcprog.h"
6    
7    
8     #ifndef __STDC__
9     #define const
10     #endif
11    
12     /* Changes since the last version:
13     *
14     * testukcprog.c 1.2:
15     * #include "ukcprog.h" rather than <local/ukcprog.h>
16     *
17     * Makefile 1.24:
18     * Get local build commands from ../../buildcmds rather than ~/bin
19     *
20     */
21    
22     const char *ukcprog__sccsdata[] = {
23     "ukcprog version $Revision: 1.27 $ (build date: Wed May 6 14:30:10 BST 1998)",
24     "@{$ukcprog$}: $RCSfile: sccsdata.c,v $ $Revision: 1.27 $ ",
25     "@{$ukcprog$}: ukcprog.h 1.36 ",
26     "@{$ukcprog$}: alloc.c 1.10 ",
27     "@{$ukcprog$}: e_malloc.c 1.9 ",
28     "@{$ukcprog$}: e_realloc.c 1.8 ",
29     "@{$ukcprog$}: errf.c 1.16 ",
30     "@{$ukcprog$}: formf.c 1.24 ",
31     "@{$ukcprog$}: panic.c 1.9 ",
32     "@{$ukcprog$}: ssplit.c 1.7 ",
33     "@{$ukcprog$}: strf.c 1.7 ",
34     "@{$ukcprog$}: strnf.c 1.7 ",
35     "@{$ukcprog$}: strsave.c 1.7 ",
36     "@{$ukcprog$}: fpgetline.c 1.7 ",
37     "@{$ukcprog$}: strtol.c 1.4 ",
38     "@{$ukcprog$}: config.c 1.4 ",
39     "@{$ukcprog$}: ip.c 1.7 ",
40     "@{$ukcprog$}: ebuf.c 1.7 ",
41     "@{$ukcprog$}: logf.c 1.21 ",
42     "@{$ukcprog$}: testukcprog.c 1.2 ",
43     "@{$ukcprog$}: doc/ukcprog.3 1.18 ",
44     "@{$ukcprog$}: Makefile 1.24 ",
45     };
46    
47     const char *
48     ukcprog_version()
49     {
50     return ukcprog__sccsdata[0];
51     }