Re: LDAP connection

2002-05-03 Thread Dan Mosedale
"Matt Ross" <[EMAIL PROTECTED]> writes: > > I also tried changing directory to 'mozilla/directory/c-sdk' and using > 'configure'. This worked but when I ran make (symbolic link to GNU make) I > get this: > > $ make > make export > make[1]: Entering directory > `/cygdrive/c/mydocu~1/cbuilder/mozil

Re: LDAP connection

2002-05-03 Thread Dan Mosedale
"Matt Ross" <[EMAIL PROTECTED]> writes: > > "Dan Mosedale" <[EMAIL PROTECTED]> wrote in message > Yes I am using the Sun iPlanet SDK 5.08. I have both the debugging and > optimised versions. I was using the debugging version previously but > debugging kept freezing when it tried to do an LDAP func

Re: probem with DNS resolution timing

2002-05-03 Thread Dan Mosedale
[2nd try, reposting to .netlib; perhaps someone there can help] [EMAIL PROTECTED] (masqurin) writes: > Hello, > > While I was trying to add some code to time events such as DNS resolution in > Mozilla, > I found the folowing code (in the file nsDnsService.cpp): > > #ifdef DNS_TIMING > if (g

Re: probem with DNS resolution timing

2002-05-03 Thread Dan Mosedale
[Reposting to n.p.m.netlib] [EMAIL PROTECTED] (masqurin) writes: > Hello, > > While I was trying to add some code to time events such as DNS resolution in > Mozilla, > I found the folowing code (in the file nsDnsService.cpp): > > #ifdef DNS_TIMING > if (getenv("DNS_TIMING")) { > mOu

probem with DNS resolution timing

2002-05-03 Thread masqurin
Hello, While I was trying to add some code to time events such as DNS resolution in Mozilla, I found the folowing code (in the file nsDnsService.cpp): #ifdef DNS_TIMING if (getenv("DNS_TIMING")) { mOut = fopen("dns-timing.txt", "a"); if (mOut) { PRTime now = PR_No