diff options
Diffstat (limited to 'toolbox/upstream-netbsd/usr.bin/grep/grep.h')
-rw-r--r-- | toolbox/upstream-netbsd/usr.bin/grep/grep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolbox/upstream-netbsd/usr.bin/grep/grep.h b/toolbox/upstream-netbsd/usr.bin/grep/grep.h index fa2a3e3ce..b7ef7fa35 100644 --- a/toolbox/upstream-netbsd/usr.bin/grep/grep.h +++ b/toolbox/upstream-netbsd/usr.bin/grep/grep.h @@ -1,4 +1,4 @@ -/* $NetBSD: grep.h,v 1.8 2012/05/06 22:27:00 joerg Exp $ */ +/* $NetBSD: grep.h,v 1.10 2018/08/12 09:03:21 christos Exp $ */ /* $OpenBSD: grep.h,v 1.15 2010/04/05 03:03:55 tedu Exp $ */ /* $FreeBSD: head/usr.bin/grep/grep.h 211496 2010-08-19 09:28:59Z des $ */ @@ -29,14 +29,14 @@ * SUCH DAMAGE. */ -#ifndef __ANDROID__ +#ifndef WITHOUT_BZ2 #include <bzlib.h> #endif #include <limits.h> #include <regex.h> #include <stdbool.h> #include <stdio.h> -#ifndef __ANDROID__ +#ifndef WITHOUT_GZIP #include <zlib.h> #endif |