Bug 154689: removed the "with Shared Database" string. NSS is always built

that way now.
This commit is contained in:
wtc%netscape.com 2002-09-30 21:00:43 +00:00
parent 6a308dfe76
commit 886e30e17b

View File

@ -35,14 +35,7 @@
#include <winver.h>
#define MY_LIBNAME "softokn"
#ifdef REMOTE_DBM
#define DBM " with Shared Database"
#else
#define DBM ""
#endif
#define MY_FILEDESCRIPTION "NSS PKCS #11 Library" DBM
#define MY_FILEDESCRIPTION "NSS PKCS #11 Library"
#define STRINGIZE(x) #x
#define STRINGIZE2(x) STRINGIZE(x)