base64.c: fix compiler warnings
[s-mailx.git] / version.c
blob0e23b45d0b6c6af09fe9968c95e32b479f535ccd
1 #include "version.h"
2 /*
3 * Heirloom mailx - a mail user agent derived from Berkeley Mail.
5 * Copyright (c) 2000-2004 Gunnar Ritter, Freiburg i. Br., Germany.
6 * Copyright (c) 2012 Steffen Daode Nurpmeso.
7 * All rights reserved.
8 */
9 /*
10 * Copyright (c) 1980, 1993
11 * The Regents of the University of California. All rights reserved.
13 * Redistribution and use in source and binary forms, with or without
14 * modification, are permitted provided that the following conditions
15 * are met:
16 * 1. Redistributions of source code must retain the above copyright
17 * notice, this list of conditions and the following disclaimer.
18 * 2. Redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
20 * documentation and/or other materials provided with the distribution.
21 * 3. All advertising materials mentioning features or use of this software
22 * must display the following acknowledgement:
23 * This product includes software developed by the University of
24 * California, Berkeley and its contributors.
25 * 4. Neither the name of the University nor the names of its contributors
26 * may be used to endorse or promote products derived from this software
27 * without specific prior written permission.
29 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
30 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
31 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
32 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
33 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
34 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
35 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
36 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
37 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
38 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
39 * SUCH DAMAGE.
42 #ifndef lint
43 #ifdef DOSCCS
44 static char sccsid[] = "@(#)version.c 2.404 (gritter) 7/5/10";
45 #endif
46 #endif /* not lint */
49 * Just keep track of the date/sid of this version of Mail.
50 * Load this file first to get a "total" Mail version.
52 /*char *version = "8.1 6/6/93";*/
53 /*const char *version = V " 7/5/10";*/
54 const char *version = V;
55 #ifndef lint
56 #if __GNUC__ >= 3 && __GNUC_MINOR__ >= 4 || __GNUC__ >= 4
57 #define USED __attribute__ ((used))
58 #elif defined __GNUC__
59 #define USED __attribute__ ((unused))
60 #else
61 #define USED
62 #endif
63 static const char *versionid USED = "@(#)mailx " V " (gritter) 7/5/10";
64 #endif /* !lint */
65 /* SLIST */
67 aux.c:static char sccsid[] = "@(#)aux.c 2.83 (gritter) 3/4/06";
68 base64.c:static char sccsid[] = "@(#)base64.c 2.14 (gritter) 4/21/06";
69 cache.c:static char sccsid[] = "@(#)cache.c 1.61 (gritter) 3/4/06";
70 cmd1.c:static char sccsid[] = "@(#)cmd1.c 2.97 (gritter) 6/16/07";
71 cmd2.c:static char sccsid[] = "@(#)cmd2.c 2.47 (gritter) 5/9/10";
72 cmd3.c:static char sccsid[] = "@(#)cmd3.c 2.87 (gritter) 10/1/08";
73 cmdtab.c:static char sccsid[] = "@(#)cmdtab.c 2.51 (gritter) 3/4/06";
74 collect.c:static char sccsid[] = "@(#)collect.c 2.54 (gritter) 6/16/07";
75 def.h: * Sccsid @(#)def.h 2.104 (gritter) 3/4/06
76 dotlock.c:static char sccsid[] = "@(#)dotlock.c 2.9 (gritter) 3/20/06";
77 edit.c:static char sccsid[] = "@(#)edit.c 2.24 (gritter) 3/4/06";
78 extern.h: * Sccsid @(#)extern.h 2.162 (gritter) 10/1/08
79 fio.c:static char sccsid[] = "@(#)fio.c 2.76 (gritter) 9/16/09";
80 getname.c:static char sccsid[] = "@(#)getname.c 2.5 (gritter) 3/4/06";
81 getopt.c: Sccsid @(#)getopt.c 1.7 (gritter) 12/16/07
82 glob.h: * Sccsid @(#)glob.h 2.27 (gritter) 6/16/07
83 head.c:static char sccsid[] = "@(#)head.c 2.17 (gritter) 3/4/06";
84 hmac.c: Sccsid @(#)hmac.c 1.8 (gritter) 3/4/06
85 imap.c:static char sccsid[] = "@(#)imap.c 1.222 (gritter) 3/13/09";
86 imap_gssapi.c:static char sccsid[] = "@(#)imap_gssapi.c 1.10 (gritter) 3/4/06";
87 imap_search.c:static char sccsid[] = "@(#)imap_search.c 1.29 (gritter) 3/4/06";
88 junk.c:static char sccsid[] = "@(#)junk.c 1.75 (gritter) 9/14/08";
89 lex.c:static char sccsid[] = "@(#)lex.c 2.86 (gritter) 12/25/06";
90 list.c:static char sccsid[] = "@(#)list.c 2.62 (gritter) 12/11/08";
91 lzw.c: * Sccsid @(#)lzw.c 1.11 (gritter) 3/4/06
92 macro.c:static char sccsid[] = "@(#)macro.c 1.13 (gritter) 3/4/06";
93 maildir.c:static char sccsid[] = "@(#)maildir.c 1.20 (gritter) 12/28/06";
94 main.c:static char sccsid[] = "@(#)main.c 2.51 (gritter) 10/1/07";
95 md5.c: Sccsid @(#)md5.c 1.8 (gritter) 3/4/06
96 md5.h: Sccsid @(#)md5.h 1.8 (gritter) 3/4/06
97 mime.c:static char sccsid[] = "@(#)mime.c 2.71 (gritter) 7/5/10";
98 names.c:static char sccsid[] = "@(#)names.c 2.22 (gritter) 3/4/06";
99 nss.c:static char sccsid[] = "@(#)nss.c 1.48 (gritter) 8/4/07";
100 openssl.c:static char sccsid[] = "@(#)openssl.c 1.26 (gritter) 5/26/09";
101 pop3.c:static char sccsid[] = "@(#)pop3.c 2.43 (gritter) 3/4/06";
102 popen.c:static char sccsid[] = "@(#)popen.c 2.20 (gritter) 3/4/06";
103 quit.c:static char sccsid[] = "@(#)quit.c 2.30 (gritter) 11/11/08";
104 rcv.h: * Sccsid @(#)rcv.h 2.7 (gritter) 3/4/06
105 send.c:static char sccsid[] = "@(#)send.c 2.86 (gritter) 2/4/08";
106 sendout.c:static char sccsid[] = "@(#)sendout.c 2.100 (gritter) 3/1/09";
107 smtp.c:static char sccsid[] = "@(#)smtp.c 2.43 (gritter) 8/4/07";
108 ssl.c:static char sccsid[] = "@(#)ssl.c 1.39 (gritter) 6/12/06";
109 strings.c:static char sccsid[] = "@(#)strings.c 2.6 (gritter) 3/4/06";
110 temp.c:static char sccsid[] = "@(#)temp.c 2.8 (gritter) 3/4/06";
111 thread.c:static char sccsid[] = "@(#)thread.c 1.57 (gritter) 3/4/06";
112 tty.c:static char sccsid[] = "@(#)tty.c 2.29 (gritter) 3/9/07";
113 v7.local.c:static char sccsid[] = "@(#)v7.local.c 2.10 (gritter) 3/4/06";
114 vars.c:static char sccsid[] = "@(#)vars.c 2.12 (gritter) 10/1/08";