]> granicus.if.org Git - apache/commitdiff
Use #if APR_HAVE_xyz_H, not #ifdef APR_HAVE_xyz_H
authorJeff Trawick <trawick@apache.org>
Mon, 27 Nov 2000 16:40:13 +0000 (16:40 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 27 Nov 2000 16:40:13 +0000 (16:40 +0000)
Submitted by: Brian Havard

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

modules/mappers/mod_rewrite.c

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