string splicing
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4100
dc483132-0cff-0310-8789-
dd5450dbe970
Tue Aug 9 16:50:08 1994 Tom Yu (tlyu@dragons-lair)
+ * pop_init.c: kill static version string that depended on ANSI
+ string splicing
+
* Makefile.in:
* configure.in: fix $(ISODELIB), also fix make install
* specifies the terms and conditions for redistribution.
*/
-#ifndef lint
-static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_init.c 2.1 2.1 3/18/91";
-#endif not lint
-
#include <errno.h>
#include <stdio.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include "popper.h"
-#ifndef lint
-static char whatId[] = "@(#)POP3 Mail daemon - popper " VERSION;
-static char rcsId[] = "$Id$";
-#endif
-
#ifdef KERBEROS
#ifdef KRB4
#ifdef KRB5