~ubuntu-branches/ubuntu/karmic/nss/karmic-updates

« back to all changes in this revision

Viewing changes to mozilla/dbm/include/mcom_db.h

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-06-16 13:23:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616132347-311ysb8oep74b98y
Tags: 3.12.3-0ubuntu1
* new upstream release 3.12.3 RTM (NSS_3_12_3_RTM) (LP: #387751)
* adjust patches to changed upstream code base
  - update debian/patches/38_kbsd.patch
* needs nspr >= 4.7.4
  - update debian/control
* update 85_security_load.patch to latest debian version
  - update debian/patches/85_security_load.patch
* add new symbols for 3.12.3
  - update debian/libnss3-1d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
#define LITTLE_ENDIAN   1234
157
157
#endif
158
158
 
159
 
#if defined(_WINDOWS) || defined(XP_OS2_VACPP)
 
159
#ifdef _WINDOWS
160
160
#ifdef BYTE_ORDER
161
161
#undef BYTE_ORDER
162
162
#endif
188
188
#define MAXPATHLEN      1024               
189
189
#endif
190
190
 
191
 
#ifdef XP_OS2_VACPP
192
 
#include <os2.h>
193
 
#define MAXPATHLEN      CCHMAXPATH
194
 
#define EPERM           EINVAL
195
 
#define ENOTDIR         EBADPOS
196
 
#define S_ISDIR(s)      ((s) & S_IFDIR)
197
 
#endif
198
 
 
199
191
#define EFTYPE          EINVAL          /* POSIX 1003.1 format errno. */
200
192
 
201
193
#ifndef STDERR_FILENO