~ubuntu-branches/ubuntu/oneiric/nginx/oneiric-security

« back to all changes in this revision

Viewing changes to src/os/unix/ngx_darwin_config.h

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-06-01 19:12:25 UTC
  • mfrom: (4.2.33 sid)
  • Revision ID: james.westby@ubuntu.com-20110601191225-8gzfabmbwlwj758m
Tags: 1.0.4-1
* New upstream release
* debian/*.lintian-overrides, debian/rules:
  + Removed unused lintian for missing manpages

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#include <ngx_auto_config.h>
57
57
 
58
58
 
 
59
#if (NGX_HAVE_POSIX_SEM)
 
60
#include <semaphore.h>
 
61
#endif
 
62
 
 
63
 
59
64
#if (NGX_HAVE_POLL)
60
65
#include <poll.h>
61
66
#endif