~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to srclib/apr-util/include/private/apu_config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* include/private/apu_config.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* define if Expat 1.0 or 1.1 was found */
 
4
#undef APR_HAVE_OLD_EXPAT
 
5
 
 
6
/* Define if the system crypt() function is threadsafe */
 
7
#undef APU_CRYPT_THREADSAFE
 
8
 
 
9
/* Define if the inbuf parm to iconv() is const char ** */
 
10
#undef APU_ICONV_INBUF_CONST
 
11
 
 
12
/* Define if crypt_r has uses CRYPTD */
 
13
#undef CRYPT_R_CRYPTD
 
14
 
 
15
/* Define if crypt_r uses struct crypt_data */
 
16
#undef CRYPT_R_STRUCT_CRYPT_DATA
 
17
 
 
18
/* Define if CODESET is defined in langinfo.h */
 
19
#undef HAVE_CODESET
 
20
 
 
21
/* Define to 1 if you have the `crypt_r' function. */
 
22
#undef HAVE_CRYPT_R
 
23
 
 
24
/* Define to 1 if you have the <iconv.h> header file. */
 
25
#undef HAVE_ICONV_H
 
26
 
 
27
/* Define to 1 if you have the <inttypes.h> header file. */
 
28
#undef HAVE_INTTYPES_H
 
29
 
 
30
/* Define to 1 if you have the <langinfo.h> header file. */
 
31
#undef HAVE_LANGINFO_H
 
32
 
 
33
/* Define to 1 if you have the <lber.h> header file. */
 
34
#undef HAVE_LBER_H
 
35
 
 
36
/* Defined if ldap.h is present */
 
37
#undef HAVE_LDAP_H
 
38
 
 
39
/* Define to 1 if you have the <ldap_ssl.h> header file. */
 
40
#undef HAVE_LDAP_SSL_H
 
41
 
 
42
/* Define to 1 if you have the `lber' library (-llber). */
 
43
#undef HAVE_LIBLBER
 
44
 
 
45
/* Define to 1 if you have the <memory.h> header file. */
 
46
#undef HAVE_MEMORY_H
 
47
 
 
48
/* Define to 1 if you have the `nl_langinfo' function. */
 
49
#undef HAVE_NL_LANGINFO
 
50
 
 
51
/* Define to 1 if you have the <stdint.h> header file. */
 
52
#undef HAVE_STDINT_H
 
53
 
 
54
/* Define to 1 if you have the <stdlib.h> header file. */
 
55
#undef HAVE_STDLIB_H
 
56
 
 
57
/* Define to 1 if you have the <strings.h> header file. */
 
58
#undef HAVE_STRINGS_H
 
59
 
 
60
/* Define to 1 if you have the <string.h> header file. */
 
61
#undef HAVE_STRING_H
 
62
 
 
63
/* Define to 1 if you have the <sys/stat.h> header file. */
 
64
#undef HAVE_SYS_STAT_H
 
65
 
 
66
/* Define to 1 if you have the <sys/types.h> header file. */
 
67
#undef HAVE_SYS_TYPES_H
 
68
 
 
69
/* Define to 1 if you have the <unistd.h> header file. */
 
70
#undef HAVE_UNISTD_H
 
71
 
 
72
/* Define to the address where bug reports for this package should be sent. */
 
73
#undef PACKAGE_BUGREPORT
 
74
 
 
75
/* Define to the full name of this package. */
 
76
#undef PACKAGE_NAME
 
77
 
 
78
/* Define to the full name and version of this package. */
 
79
#undef PACKAGE_STRING
 
80
 
 
81
/* Define to the one symbol short name of this package. */
 
82
#undef PACKAGE_TARNAME
 
83
 
 
84
/* Define to the version of this package. */
 
85
#undef PACKAGE_VERSION
 
86
 
 
87
/* Define to 1 if you have the ANSI C header files. */
 
88
#undef STDC_HEADERS