~ubuntu-branches/ubuntu/lucid/nspr/lucid-updates

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/md/_netbsd.h

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-06-16 11:28:24 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616112824-cg6qzhvt63lx7bub
Tags: 4.7.5-0ubuntu1
* New upstream version: 4.7.5 (LP: #387745)

* adjust patches to changed upstream code base
  - update debian/patches/99_configure.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#define _PR_SI_ARCHITECTURE "x86"
48
48
#elif defined(__alpha__)
49
49
#define _PR_SI_ARCHITECTURE "alpha"
 
50
#elif defined(__amd64__)
 
51
#define _PR_SI_ARCHITECTURE "amd64"
50
52
#elif defined(__m68k__)
51
53
#define _PR_SI_ARCHITECTURE "m68k"
52
54
#elif defined(__powerpc__)
92
94
#define _PR_INET6_PROBE
93
95
#endif
94
96
 
95
 
#if __NetBSD_Version__ >= 106370000
96
 
/* NetBSD 1.6ZK */
97
 
#define _PR_HAVE_GETPROTO_R
98
 
#define _PR_HAVE_GETPROTO_R_INT
99
 
#endif
100
 
 
101
97
#define USE_SETJMP
102
98
 
103
99
#ifndef _PR_PTHREADS
243
239
 
244
240
#endif /* ! _PR_PTHREADS */
245
241
 
 
242
extern void _MD_EarlyInit(void);
 
243
extern PRIntervalTime _PR_UNIX_GetInterval(void);
 
244
extern PRIntervalTime _PR_UNIX_TicksPerSecond(void);
 
245
 
246
246
#define _MD_EARLY_INIT                  _MD_EarlyInit
247
247
#define _MD_FINAL_INIT                  _PR_UnixInit
248
248
#define _MD_GET_INTERVAL                  _PR_UNIX_GetInterval