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