dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / lib / krb5 / ss / data.c
blob14fe991d7e2c75e7e9fc653158ffba74957e05d5
1 /*
2 * Copyright (c) 2000 by Sun Microsystems, Inc.
3 * All rights reserved.
4 */
6 #pragma ident "%Z%%M% %I% %E% SMI"
8 /*
9 * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
10 * (Student Information Processing Board)
12 * For copyright info, see copyright.h.
15 #include <stdio.h>
16 #include "ss_internal.h"
17 #include "copyright.h"
19 static const char copyright[] =
20 "Copyright 1987, 1988, 1989 by the Massachusetts Institute of Technology";
22 ss_data **_ss_table = (ss_data **)NULL;
23 char *_ss_pager_name = NULL;