~ubuntu-branches/ubuntu/precise/nspr/precise-proposed

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/tests/accept.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-10 11:34:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810113426-3uv4diflrkcbdimm
Tags: 4.8-0ubuntu1
* New upstream release: 4.8 (LP: #387812)
* adjust patches to changed upstreanm codebase
  - update debian/patches/99_configure.patch
* update shlibs symbols to include new API elements
  - update debian/libnspr4-0d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
 
84
84
#define SERVER_MAX_BIND_COUNT        100
85
85
 
86
 
#if defined(XP_MAC) || defined(XP_OS2)
 
86
#if defined(XP_OS2) || defined(SYMBIAN)
87
87
#define TIMEOUTSECS 10
88
88
#else
89
89
#define TIMEOUTSECS 2
489
489
    output = PR_STDERR;
490
490
    PR_STDIO_INIT();
491
491
 
492
 
#ifdef XP_MAC
493
 
    SetupMacPrintfLog("accept.log");
494
 
    debug_mode = 1;
495
 
#endif
496
 
 
497
492
    timeoutTime = PR_SecondsToInterval(TIMEOUTSECS);
498
493
    if (debug_mode)
499
494
        PR_fprintf(output, "\nRun accept() sucessful connection tests\n");