~ubuntu-branches/ubuntu/quantal/nginx/quantal-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Kartik Mistry
  • Date: 2011-09-26 10:17:04 UTC
  • mfrom: (4.2.38 sid)
  • Revision ID: package-import@ubuntu.com-20110926101704-x8pxngiujrmkxnn3
Tags: 1.1.4-2
[Kartik Mistry]
* debian/modules:
  + Updated nginx-upload-progress module, Thanks to upstream for fixing issue
    that FTBFS nginx on kFreeBSD-* archs.
  + Updated nginx-lua module to latest upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
#define NGX_LISTEN_BACKLOG        -1
93
93
 
94
94
 
95
 
#if (defined SO_ACCEPTFILTER && !defined NGX_HAVE_DEFERRED_ACCEPT)
96
 
#define NGX_HAVE_DEFERRED_ACCEPT  1
97
 
#endif
98
 
 
99
 
 
100
95
#if (__FreeBSD_version < 430000 || __FreeBSD_version < 500012)
101
96
 
102
97
pid_t rfork_thread(int flags, void *stack, int (*func)(void *arg), void *arg);