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

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/tests/tmoacc.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:
43
43
#include "plerror.h"
44
44
#include "plgetopt.h"
45
45
 
46
 
#ifdef XP_MAC
47
 
#include "prlog.h"
48
 
#define printf PR_LogPrint
49
 
#endif
50
 
 
51
46
#define BASE_PORT 9867
52
47
#define DEFAULT_THREADS 1
53
48
#define DEFAULT_BACKLOG 10