12 lines
204 B
C
12 lines
204 B
C
#ifndef KEY_H
|
|
#define KEY_H
|
|
/*
|
|
* Copyright 1989,1990 Silicon Graphics, Inc. All rights reserved.
|
|
*
|
|
* Keylock code for Network Management Option
|
|
*/
|
|
|
|
#define KEYLOCK "NetworkMgmt"
|
|
|
|
#endif /* KEY_H */
|