~ubuntu-branches/ubuntu/saucy/nspr/saucy-updates

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/tests/provider.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:
82
82
#include <stdlib.h>
83
83
#include <string.h>
84
84
 
85
 
 
86
85
#if defined(XP_UNIX)
87
86
#include <math.h>
88
87
#endif
89
88
 
90
 
#ifdef XP_MAC
91
 
#include "prlog.h"
92
 
#define printf PR_LogPrint
93
 
#endif
94
 
 
95
89
/*
96
90
** This is the beginning of the test
97
91
*/
1083
1077
    return (Verbosity)verboge;
1084
1078
}  /* IncrementVerbosity */
1085
1079
 
1086
 
PRIntn main(PRIntn argc, char** argv)
 
1080
int main(int argc, char **argv)
1087
1081
{
1088
1082
    PRUintn index;
1089
1083
    PRBool boolean;
1203
1197
    boolean = PR_SetLogFile("cltsrv.log");
1204
1198
    MY_ASSERT(boolean);
1205
1199
 
1206
 
#ifdef XP_MAC
1207
 
    debug_mode = PR_TRUE;
1208
 
#endif
1209
 
 
1210
1200
    if (serverIsLocal)
1211
1201
    {
1212
1202
        /* Establish the server */