staticopen.h | staticopen.h | |||
---|---|---|---|---|
/* staticopen.h | /* staticopen.h | |||
* Rob Siemborski | * Rob Siemborski | |||
* Howard Chu | * Howard Chu | |||
* $Id: staticopen.h,v 1.8 2005/02/16 20:52:09 shadow Exp $ | * $Id: staticopen.h,v 1.9 2011/04/05 14:50:07 mel Exp $ | |||
*/ | */ | |||
/* | /* | |||
* Copyright (c) 1998-2003 Carnegie Mellon University. All rights reserved . | * Copyright (c) 1998-2003 Carnegie Mellon University. All rights reserved . | |||
* | * | |||
* Redistribution and use in source and binary forms, with or without | * Redistribution and use in source and binary forms, with or without | |||
* modification, are permitted provided that the following conditions | * modification, are permitted provided that the following conditions | |||
* are met: | * are met: | |||
* | * | |||
* 1. Redistributions of source code must retain the above copyright | * 1. Redistributions of source code must retain the above copyright | |||
* notice, this list of conditions and the following disclaimer. | * notice, this list of conditions and the following disclaimer. | |||
skipping to change at line 91 | skipping to change at line 91 | |||
extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( anonymous ); | extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( anonymous ); | |||
#endif | #endif | |||
#ifdef STATIC_CRAMMD5 | #ifdef STATIC_CRAMMD5 | |||
extern SPECIFIC_SERVER_PLUG_INIT_PROTO( crammd5 ); | extern SPECIFIC_SERVER_PLUG_INIT_PROTO( crammd5 ); | |||
extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( crammd5 ); | extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( crammd5 ); | |||
#endif | #endif | |||
#ifdef STATIC_DIGESTMD5 | #ifdef STATIC_DIGESTMD5 | |||
extern SPECIFIC_SERVER_PLUG_INIT_PROTO( digestmd5 ); | extern SPECIFIC_SERVER_PLUG_INIT_PROTO( digestmd5 ); | |||
extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( digestmd5 ); | extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( digestmd5 ); | |||
#endif | #endif | |||
#ifdef STATIC_SCRAM | ||||
extern SPECIFIC_SERVER_PLUG_INIT_PROTO( scram ); | ||||
extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( scram ); | ||||
#endif | ||||
#ifdef STATIC_GSSAPIV2 | #ifdef STATIC_GSSAPIV2 | |||
extern SPECIFIC_SERVER_PLUG_INIT_PROTO( gssapiv2 ); | extern SPECIFIC_SERVER_PLUG_INIT_PROTO( gssapiv2 ); | |||
extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( gssapiv2 ); | extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( gssapiv2 ); | |||
#endif | #endif | |||
#ifdef STATIC_KERBEROS4 | #ifdef STATIC_KERBEROS4 | |||
extern SPECIFIC_SERVER_PLUG_INIT_PROTO( kerberos4 ); | extern SPECIFIC_SERVER_PLUG_INIT_PROTO( kerberos4 ); | |||
extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( kerberos4 ); | extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( kerberos4 ); | |||
#endif | #endif | |||
#ifdef STATIC_LOGIN | #ifdef STATIC_LOGIN | |||
extern SPECIFIC_SERVER_PLUG_INIT_PROTO( login ); | extern SPECIFIC_SERVER_PLUG_INIT_PROTO( login ); | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 5 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |