| 61 NSS_NoDB_Init(NULL); |
61 NSS_NoDB_Init(NULL); |
| 62 |
62 |
| 63 /* TODO: Fix this so autoconf does the work trying to find this lib. */ |
63 /* TODO: Fix this so autoconf does the work trying to find this lib. */ |
| 64 SECMOD_AddNewModule("Builtins", |
64 SECMOD_AddNewModule("Builtins", |
| 65 #ifndef _WIN32 |
65 #ifndef _WIN32 |
| 66 LIBDIR "/libnssckbi.so", |
66 BR_LIBDIR("/libnssckbi.so"), |
| 67 #else |
67 #else |
| 68 "nssckbi.dll", |
68 "nssckbi.dll", |
| 69 #endif |
69 #endif |
| 70 0, 0); |
70 0, 0); |
| 71 NSS_SetDomesticPolicy(); |
71 NSS_SetDomesticPolicy(); |