~ubuntu-branches/ubuntu/quantal/nspr/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/prinet.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:
42
42
 *     This file serves the following purposes:
43
43
 *     - A cross-platform, "get-everything" socket header file.  On
44
44
 *       Unix, socket support is scattered in several header files,
45
 
 *       while Windows and Mac have a "get-everything" socket header
46
 
 *       file[2].
 
45
 *       while Windows has a "get-everything" socket header file[2].
47
46
 *     - NSPR needs the following macro definitions and function
48
47
 *       prototype declarations from these header files:
49
48
 *           AF_INET
118
117
 * an unfortunate inconsistency with other platforms.
119
118
 */
120
119
 
121
 
#elif defined(WIN16)
122
 
 
123
 
#include <winsock.h>
124
 
 
125
 
#elif defined(XP_MAC)
126
 
 
127
 
#include "macsocket.h"
128
 
 
129
120
#else
130
121
 
131
122
#error Unknown platform