Browse code

fix compilation error

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1178 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2004/12/14 10:51:10
Showing 3 changed files
... ...
@@ -225,12 +225,12 @@
225 225
 /* Define to 1 if you have the <sys/types.h> header file. */
226 226
 #undef HAVE_SYS_TYPES_H
227 227
 
228
+/* Define to 1 if you have the <sys/uio.h> header file. */
229
+#undef HAVE_SYS_UIO_H
230
+
228 231
 /* Define to 1 if you have the <tcpd.h> header file. */
229 232
 #undef HAVE_TCPD_H
230 233
 
231
-/* Define to 1 if you have the <uio.h> header file. */
232
-#undef HAVE_UIO_H
233
-
234 234
 /* Define to 1 if you have the <unistd.h> header file. */
235 235
 #undef HAVE_UNISTD_H
236 236
 
... ...
@@ -8549,7 +8549,7 @@ fi
8549 8549
 
8550 8550
 
8551 8551
 
8552
-for ac_header in stdint.h unistd.h sys/int_types.h dlfcn.h inttypes.h sys/inttypes.h memory.h ndir.h stdlib.h strings.h string.h sys/mman.h sys/param.h sys/stat.h sys/types.h malloc.h poll.h regex.h limits.h sys/filio.h uio.h
8552
+for ac_header in stdint.h unistd.h sys/int_types.h dlfcn.h inttypes.h sys/inttypes.h memory.h ndir.h stdlib.h strings.h string.h sys/mman.h sys/param.h sys/stat.h sys/types.h malloc.h poll.h regex.h limits.h sys/filio.h sys/uio.h
8553 8553
 do
8554 8554
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8555 8555
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
... ...
@@ -38,7 +38,7 @@ AC_DEFINE(SCANBUFF, 131072, [scan buffer size])
38 38
 AC_DEFINE(FILEBUFF, 8192,   [file i/o buffer size])
39 39
 
40 40
 AC_HEADER_STDC
41
-AC_CHECK_HEADERS(stdint.h unistd.h sys/int_types.h dlfcn.h inttypes.h sys/inttypes.h memory.h ndir.h stdlib.h strings.h string.h sys/mman.h sys/param.h sys/stat.h sys/types.h malloc.h poll.h regex.h limits.h sys/filio.h uio.h)
41
+AC_CHECK_HEADERS(stdint.h unistd.h sys/int_types.h dlfcn.h inttypes.h sys/inttypes.h memory.h ndir.h stdlib.h strings.h string.h sys/mman.h sys/param.h sys/stat.h sys/types.h malloc.h poll.h regex.h limits.h sys/filio.h sys/uio.h)
42 42
 AC_CHECK_HEADER(syslog.h,AC_DEFINE(USE_SYSLOG,1,[use syslog]),)
43 43
 
44 44
 AC_TYPE_OFF_T