/[hydra]/hydra/src/config.h.in
ViewVC logotype

Contents of /hydra/src/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Wed Sep 25 19:55:53 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_2
Changes since 1.2: +6 -6 lines
Added support for multiple directory indexes. Droped support for uncompressing gziped files.

1 /* config.h.in. Generated from configure.in by autoheader. */
2
3 /* whether to enable SMP code */
4 #undef ENABLE_SMP
5
6 /* whether to enable ssl */
7 #undef ENABLE_SSL
8
9 /* Define to 1 if you have the `alphasort' function. */
10 #undef HAVE_ALPHASORT
11
12 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
13 */
14 #undef HAVE_DIRENT_H
15
16 /* Define to 1 if you have the <fcntl.h> header file. */
17 #undef HAVE_FCNTL_H
18
19 /* Define to 1 if you have the `getcwd' function. */
20 #undef HAVE_GETCWD
21
22 /* Define to 1 if you have the `gethostbyname' function. */
23 #undef HAVE_GETHOSTBYNAME
24
25 /* Define to 1 if you have the `gethostname' function. */
26 #undef HAVE_GETHOSTNAME
27
28 /* Define to 1 if you have the <getopt.h> header file. */
29 #undef HAVE_GETOPT_H
30
31 /* Define to 1 if you have the `getpagesize' function. */
32 #undef HAVE_GETPAGESIZE
33
34 /* Define to 1 if you have the `inet_aton' function. */
35 #undef HAVE_INET_ATON
36
37 /* Define to 1 if you have the <inttypes.h> header file. */
38 #undef HAVE_INTTYPES_H
39
40 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
41 #undef HAVE_LIBDMALLOC
42
43 /* Define to 1 if you have the `efence' library (-lefence). */
44 #undef HAVE_LIBEFENCE
45
46 /* Have libgnutls */
47 #undef HAVE_LIBGNUTLS
48
49 /* Define to 1 if you have the <limits.h> header file. */
50 #undef HAVE_LIMITS_H
51
52 /* Define to 1 if you have the <memory.h> header file. */
53 #undef HAVE_MEMORY_H
54
55 /* Define to 1 if you have a working `mmap' system call. */
56 #undef HAVE_MMAP
57
58 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
59 #undef HAVE_NDIR_H
60
61 /* Define to 1 if you have the <netinet/tcp.h> header file. */
62 #undef HAVE_NETINET_TCP_H
63
64 /* Define to 1 if you have the `scandir' function. */
65 #undef HAVE_SCANDIR
66
67 /* Define to 1 if you have the `select' function. */
68 #undef HAVE_SELECT
69
70 /* Have sin_len */
71 #undef HAVE_SIN_LEN
72
73 /* Define to 1 if you have the `socket' function. */
74 #undef HAVE_SOCKET
75
76 /* Define to 1 if you have the <stdint.h> header file. */
77 #undef HAVE_STDINT_H
78
79 /* Define to 1 if you have the <stdlib.h> header file. */
80 #undef HAVE_STDLIB_H
81
82 /* Define to 1 if you have the `strdup' function. */
83 #undef HAVE_STRDUP
84
85 /* Define to 1 if you have the <strings.h> header file. */
86 #undef HAVE_STRINGS_H
87
88 /* Define to 1 if you have the <string.h> header file. */
89 #undef HAVE_STRING_H
90
91 /* Define to 1 if you have the `strstr' function. */
92 #undef HAVE_STRSTR
93
94 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
95 */
96 #undef HAVE_SYS_DIR_H
97
98 /* Define to 1 if you have the <sys/fcntl.h> header file. */
99 #undef HAVE_SYS_FCNTL_H
100
101 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
102 */
103 #undef HAVE_SYS_NDIR_H
104
105 /* Define to 1 if you have the <sys/select.h> header file. */
106 #undef HAVE_SYS_SELECT_H
107
108 /* Define to 1 if you have the <sys/stat.h> header file. */
109 #undef HAVE_SYS_STAT_H
110
111 /* Define to 1 if you have the <sys/time.h> header file. */
112 #undef HAVE_SYS_TIME_H
113
114 /* Define to 1 if you have the <sys/types.h> header file. */
115 #undef HAVE_SYS_TYPES_H
116
117 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
118 #undef HAVE_SYS_WAIT_H
119
120 /* TCP_CORK was found and will be used */
121 #undef HAVE_TCP_CORK
122
123 /* Have tm_gmtoff */
124 #undef HAVE_TM_GMTOFF
125
126 /* Have tm_zone */
127 #undef HAVE_TM_ZONE
128
129 /* Define to 1 if you have the <unistd.h> header file. */
130 #undef HAVE_UNISTD_H
131
132 /* Define to the address where bug reports for this package should be sent. */
133 #undef PACKAGE_BUGREPORT
134
135 /* Define to the full name of this package. */
136 #undef PACKAGE_NAME
137
138 /* Define to the full name and version of this package. */
139 #undef PACKAGE_STRING
140
141 /* Define to the one symbol short name of this package. */
142 #undef PACKAGE_TARNAME
143
144 /* Define to the version of this package. */
145 #undef PACKAGE_VERSION
146
147 /* Name of the server */
148 #undef SERVER_NAME
149
150 /* Version of Hydra */
151 #undef SERVER_VERSION
152
153 /* Define to 1 if the `setvbuf' function takes the buffering type as its
154 second argument and the buffer pointer as the third, as on System V before
155 release 3. */
156 #undef SETVBUF_REVERSED
157
158 /* Define to 1 if you have the ANSI C header files. */
159 #undef STDC_HEADERS
160
161 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
162 #undef TIME_WITH_SYS_TIME
163
164 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
165 `char[]'. */
166 #undef YYTEXT_POINTER
167
168 /* Define to empty if `const' does not conform to ANSI C. */
169 #undef const
170
171 /* Define to `int' if <sys/types.h> doesn't define. */
172 #undef gid_t
173
174 /* Define to `int' if <sys/types.h> does not define. */
175 #undef pid_t
176
177 /* Define to `int' if <sys/types.h> doesn't define. */
178 #undef uid_t

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26