Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
669 B

/* name.h */
/* Jeff Hostetler, Spyglass, Inc., 1994. */
/* Copyright (C) 1994, Spyglass, Inc. All rights reserved. */
#ifndef _H_NAME_H_
#define _H_NAME_H_
#define EXTENSION_VALUE_SYNTAX "%s/%s"
#define EXTENSION_HEADER "Extension"
#define EXTENSION_CATEGORY "Security" /* TODO Register these with somebody. */
#define EXTENSION_CLASS "Digest" /* TODO Register these with somebody. */
#define SCHEME_NAME "Digest"
#define SCHEME_FULL_NAME "Digest Authentication"
/* REMOVE About/Config dialogs
#define SCHEME_ABOUT_NAME "About Digest Authentication"
#define SCHEME_CONFIG_NAME "Digest Authentication Configuration"
*/
#endif /* _H_NAME_H_ */