1
0
Files
2022-09-29 17:59:04 +03:00

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 */