]> granicus.if.org Git - apache/commitdiff
use the APR feature test macro to check for sys/uio.h; it is the
authorJeff Trawick <trawick@apache.org>
Mon, 27 Nov 2000 15:50:26 +0000 (15:50 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 27 Nov 2000 15:50:26 +0000 (15:50 +0000)
only one defined and it is used in other Apache code;
this gets mod_rewrite to compile on RedHat 6.0 (and perhaps some
other systems)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87088 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 32168c20ac2ea01e3c66a9d6bd9c606af7cc865e..77f382c2cb7065ec783d506db83a98f4d8e453d6 100644 (file)
 #include <sys/types.h>
 #endif
 #endif
-#ifdef HAVE_SYS_UIO_H
+#ifdef APR_HAVE_SYS_UIO_H
 #include <sys/uio.h>
 #endif
 #endif