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