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

« back to all changes in this revision

Viewing changes to src/os/unix/ngx_posix_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:
96
96
#include <ngx_auto_config.h>
97
97
 
98
98
 
 
99
#if (NGX_HAVE_POSIX_SEM)
 
100
#include <semaphore.h>
 
101
#endif
 
102
 
 
103
 
99
104
#if (NGX_HAVE_POLL)
100
105
#include <poll.h>
101
106
#endif