113 lines
5.6 KiB
C
Executable File
113 lines
5.6 KiB
C
Executable File
#define V "12.5"
|
|
/*
|
|
* Heirloom mailx - a mail user agent derived from Berkeley Mail.
|
|
*
|
|
* Copyright (c) 2000-2004 Gunnar Ritter, Freiburg i. Br., Germany.
|
|
*/
|
|
/*
|
|
* Copyright (c) 1980, 1993
|
|
* The Regents of the University of California. All rights reserved.
|
|
*
|
|
* Redistribution and use in source and binary forms, with or without
|
|
* modification, are permitted provided that the following conditions
|
|
* are met:
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
* notice, this list of conditions and the following disclaimer.
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
* documentation and/or other materials provided with the distribution.
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
* must display the following acknowledgement:
|
|
* This product includes software developed by the University of
|
|
* California, Berkeley and its contributors.
|
|
* 4. Neither the name of the University nor the names of its contributors
|
|
* may be used to endorse or promote products derived from this software
|
|
* without specific prior written permission.
|
|
*
|
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
* SUCH DAMAGE.
|
|
*/
|
|
|
|
#ifndef lint
|
|
#ifdef DOSCCS
|
|
static char sccsid[] = "@(#)version.c 2.404 (gritter) 7/5/10";
|
|
#endif
|
|
#endif /* not lint */
|
|
|
|
/*
|
|
* Just keep track of the date/sid of this version of Mail.
|
|
* Load this file first to get a "total" Mail version.
|
|
*/
|
|
/*char *version = "8.1 6/6/93";*/
|
|
const char *version = V " 7/5/10";
|
|
#ifndef lint
|
|
#if __GNUC__ >= 3 && __GNUC_MINOR__ >= 4 || __GNUC__ >= 4
|
|
#define USED __attribute__ ((used))
|
|
#elif defined __GNUC__
|
|
#define USED __attribute__ ((unused))
|
|
#else
|
|
#define USED
|
|
#endif
|
|
static const char *versionid USED = "@(#)mailx " V " (gritter) 7/5/10";
|
|
#endif /* !lint */
|
|
/* SLIST */
|
|
/*
|
|
aux.c:static char sccsid[] = "@(#)aux.c 2.83 (gritter) 3/4/06";
|
|
base64.c:static char sccsid[] = "@(#)base64.c 2.14 (gritter) 4/21/06";
|
|
cache.c:static char sccsid[] = "@(#)cache.c 1.61 (gritter) 3/4/06";
|
|
cmd1.c:static char sccsid[] = "@(#)cmd1.c 2.97 (gritter) 6/16/07";
|
|
cmd2.c:static char sccsid[] = "@(#)cmd2.c 2.47 (gritter) 5/9/10";
|
|
cmd3.c:static char sccsid[] = "@(#)cmd3.c 2.87 (gritter) 10/1/08";
|
|
cmdtab.c:static char sccsid[] = "@(#)cmdtab.c 2.51 (gritter) 3/4/06";
|
|
collect.c:static char sccsid[] = "@(#)collect.c 2.54 (gritter) 6/16/07";
|
|
def.h: * Sccsid @(#)def.h 2.104 (gritter) 3/4/06
|
|
dotlock.c:static char sccsid[] = "@(#)dotlock.c 2.9 (gritter) 3/20/06";
|
|
edit.c:static char sccsid[] = "@(#)edit.c 2.24 (gritter) 3/4/06";
|
|
extern.h: * Sccsid @(#)extern.h 2.162 (gritter) 10/1/08
|
|
fio.c:static char sccsid[] = "@(#)fio.c 2.76 (gritter) 9/16/09";
|
|
getname.c:static char sccsid[] = "@(#)getname.c 2.5 (gritter) 3/4/06";
|
|
getopt.c: Sccsid @(#)getopt.c 1.7 (gritter) 12/16/07
|
|
glob.h: * Sccsid @(#)glob.h 2.27 (gritter) 6/16/07
|
|
head.c:static char sccsid[] = "@(#)head.c 2.17 (gritter) 3/4/06";
|
|
hmac.c: Sccsid @(#)hmac.c 1.8 (gritter) 3/4/06
|
|
imap.c:static char sccsid[] = "@(#)imap.c 1.222 (gritter) 3/13/09";
|
|
imap_gssapi.c:static char sccsid[] = "@(#)imap_gssapi.c 1.10 (gritter) 3/4/06";
|
|
imap_search.c:static char sccsid[] = "@(#)imap_search.c 1.29 (gritter) 3/4/06";
|
|
junk.c:static char sccsid[] = "@(#)junk.c 1.75 (gritter) 9/14/08";
|
|
lex.c:static char sccsid[] = "@(#)lex.c 2.86 (gritter) 12/25/06";
|
|
list.c:static char sccsid[] = "@(#)list.c 2.62 (gritter) 12/11/08";
|
|
lzw.c: * Sccsid @(#)lzw.c 1.11 (gritter) 3/4/06
|
|
macro.c:static char sccsid[] = "@(#)macro.c 1.13 (gritter) 3/4/06";
|
|
maildir.c:static char sccsid[] = "@(#)maildir.c 1.20 (gritter) 12/28/06";
|
|
main.c:static char sccsid[] = "@(#)main.c 2.51 (gritter) 10/1/07";
|
|
md5.c: Sccsid @(#)md5.c 1.8 (gritter) 3/4/06
|
|
md5.h: Sccsid @(#)md5.h 1.8 (gritter) 3/4/06
|
|
mime.c:static char sccsid[] = "@(#)mime.c 2.71 (gritter) 7/5/10";
|
|
names.c:static char sccsid[] = "@(#)names.c 2.22 (gritter) 3/4/06";
|
|
nss.c:static char sccsid[] = "@(#)nss.c 1.48 (gritter) 8/4/07";
|
|
openssl.c:static char sccsid[] = "@(#)openssl.c 1.26 (gritter) 5/26/09";
|
|
pop3.c:static char sccsid[] = "@(#)pop3.c 2.43 (gritter) 3/4/06";
|
|
popen.c:static char sccsid[] = "@(#)popen.c 2.20 (gritter) 3/4/06";
|
|
quit.c:static char sccsid[] = "@(#)quit.c 2.30 (gritter) 11/11/08";
|
|
rcv.h: * Sccsid @(#)rcv.h 2.7 (gritter) 3/4/06
|
|
send.c:static char sccsid[] = "@(#)send.c 2.86 (gritter) 2/4/08";
|
|
sendout.c:static char sccsid[] = "@(#)sendout.c 2.100 (gritter) 3/1/09";
|
|
smtp.c:static char sccsid[] = "@(#)smtp.c 2.43 (gritter) 8/4/07";
|
|
ssl.c:static char sccsid[] = "@(#)ssl.c 1.39 (gritter) 6/12/06";
|
|
strings.c:static char sccsid[] = "@(#)strings.c 2.6 (gritter) 3/4/06";
|
|
temp.c:static char sccsid[] = "@(#)temp.c 2.8 (gritter) 3/4/06";
|
|
thread.c:static char sccsid[] = "@(#)thread.c 1.57 (gritter) 3/4/06";
|
|
tty.c:static char sccsid[] = "@(#)tty.c 2.29 (gritter) 3/9/07";
|
|
v7.local.c:static char sccsid[] = "@(#)v7.local.c 2.10 (gritter) 3/4/06";
|
|
vars.c:static char sccsid[] = "@(#)vars.c 2.12 (gritter) 10/1/08";
|
|
*/
|