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

« back to all changes in this revision

Viewing changes to debian/modules/nginx-development-kit/objs/ndk_config.h

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-04-16 13:47:58 UTC
  • mfrom: (4.2.31 sid)
  • Revision ID: james.westby@ubuntu.com-20110416134758-yqca2qp5crh2hw2f
Tags: 1.0.0-2
* debian/rules:
  + Removed --with-file-aio support. Fixed FTBFS on kFreeBSD-* arch
    (Closes: #621882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#ifdef NDK_ALL
17
17
 
 
18
#ifndef NDK_BUF
 
19
#define NDK_BUF 1
 
20
#endif
18
21
#ifndef NDK_COMPLEX_PATH
19
22
#define NDK_COMPLEX_PATH 1
20
23
#endif
30
33
#ifndef NDK_HASH
31
34
#define NDK_HASH 1
32
35
#endif
33
 
#ifndef NDK_LOG
34
 
#define NDK_LOG 1
 
36
#ifndef NDK_HTTP
 
37
#define NDK_HTTP 1
35
38
#endif
36
39
#ifndef NDK_PATH
37
40
#define NDK_PATH 1
38
41
#endif
 
42
#ifndef NDK_PROCESS
 
43
#define NDK_PROCESS 1
 
44
#endif
39
45
#ifndef NDK_REGEX
40
46
#define NDK_REGEX 1
41
47
#endif
73
79
#define NDK_STRING 1
74
80
#endif
75
81
#endif
76
 
#ifdef  NDK_CORE
77
 
#ifndef NDK_LOG
78
 
#define NDK_LOG 1
79
 
#endif
80
 
#endif
81
82
#ifdef  NDK_HASH
82
83
#ifndef NDK_STRING
83
84
#define NDK_STRING 1
88
89
#define NDK_REWRITE 1
89
90
#endif
90
91
#endif
 
92
#ifdef  NDK_UPSTREAM_LIST
 
93
#ifndef NDK_HTTP_CREATE_MAIN_CONF
 
94
#define NDK_HTTP_CREATE_MAIN_CONF 1
 
95
#endif
 
96
#endif
91
97
 
92
98