xref: /illumos-gate/usr/src/lib/krb5/ss/data.c (revision 1da57d55)
1 /*
2  * Copyright (c) 2000 by Sun Microsystems, Inc.
3  * All rights reserved.
4  */
5 
6 /*
7  * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
8  * (Student Information Processing Board)
9  *
10  * For copyright info, see copyright.h.
11  */
12 
13 #include <stdio.h>
14 #include "ss_internal.h"
15 #include "copyright.h"
16 
17 static const char copyright[] =
18     "Copyright 1987, 1988, 1989 by the Massachusetts Institute of Technology";
19 
20 ss_data **_ss_table = (ss_data **)NULL;
21 char *_ss_pager_name = (char *)NULL;
22