~ubuntu-branches/ubuntu/karmic/apache2/karmic-proposed

« back to all changes in this revision

Viewing changes to srclib/apr/include/arch/unix/apr_private.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-08-04 20:04:24 UTC
  • mfrom: (14.3.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090804200424-8t635jc8zq5kjq06
Tags: 2.2.12-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/{control,rules}: enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: add ufw profiles.
  - Dropped debian/patches/203_fix-ssl-timeftm-ignored.dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
/* Define if getservbyname_r has the Solaris style */
73
73
#undef GETSERVBYNAME_R_SOLARIS
74
74
 
 
75
/* Define if accept4 function is supported */
 
76
#undef HAVE_ACCEPT4
 
77
 
75
78
/* Define to 1 if you have `alloca', as a function or macro. */
76
79
#undef HAVE_ALLOCA
77
80
 
125
128
/* Define to 1 if you have the <dl.h> header file. */
126
129
#undef HAVE_DL_H
127
130
 
 
131
/* Define if dup3 function is supported */
 
132
#undef HAVE_DUP3
 
133
 
128
134
/* Define if EGD is supported */
129
135
#undef HAVE_EGD
130
136
 
131
137
/* Define if the epoll interface is supported */
132
138
#undef HAVE_EPOLL
133
139
 
 
140
/* Define if epoll_create1 function is supported */
 
141
#undef HAVE_EPOLL_CREATE1
 
142
 
134
143
/* Define to 1 if you have the <errno.h> header file. */
135
144
#undef HAVE_ERRNO_H
136
145
 
467
476
/* Whether you have socklen_t */
468
477
#undef HAVE_SOCKLEN_T
469
478
 
 
479
/* Define if the SOCK_CLOEXEC flag is supported */
 
480
#undef HAVE_SOCK_CLOEXEC
 
481
 
470
482
/* Define if SO_ACCEPTFILTER is defined in sys/socket.h */
471
483
#undef HAVE_SO_ACCEPTFILTER
472
484