andre@0: /* This Source Code Form is subject to the terms of the Mozilla Public
andre@0:  * License, v. 2.0. If a copy of the MPL was not distributed with this
andre@0:  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
andre@0: 
andre@0: /* Library identity and versioning */
andre@0: 
andre@0: #include "softkver.h"
andre@0: 
andre@0: #if defined(DEBUG)
andre@0: #define _DEBUG_STRING " (debug)"
andre@0: #else
andre@0: #define _DEBUG_STRING ""
andre@0: #endif
andre@0: 
andre@0: /*
andre@0:  * Version information for the 'ident' and 'what commands
andre@0:  *
andre@0:  * NOTE: the first component of the concatenated rcsid string
andre@0:  * must not end in a '$' to prevent rcs keyword substitution.
andre@0:  */
andre@0: const char __nss_softokn_rcsid[] = "$Header: NSS " SOFTOKEN_VERSION _DEBUG_STRING
andre@0:         "  " __DATE__ " " __TIME__ " $";
andre@0: const char __nss_softokn_sccsid[] = "@(#)NSS " SOFTOKEN_VERSION _DEBUG_STRING
andre@0:         "  " __DATE__ " " __TIME__;