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

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/prinrval.h

  • 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:
78
78
**  Two reserved constants are defined in the PRIntervalTime namespace.
79
79
**  They are used to indicate that the process should wait no time (return
80
80
**  immediately) or wait forever (never time out), respectively.
 
81
**  Note: PR_INTERVAL_NO_TIMEOUT passed as input to PR_Connect is 
 
82
**  interpreted as use the OS's connect timeout.
 
83
**  
81
84
***********************************************************************/
82
85
#define PR_INTERVAL_NO_WAIT 0UL
83
86
#define PR_INTERVAL_NO_TIMEOUT 0xffffffffUL