unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 998c6978ae15251be2a062916479006aed5e7a08 110 bytes (raw)
name: compat/have_zlib.c 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
 
#include <zlib.h>

int main(void)
{
    return zlibVersion()[0] != ZLIB_VERSION[0] || ZLIB_VERNUM < MINVER;
}

debug log:

solving 998c697 ...
found 998c697 in https://yhetil.org/notmuch/1399700023-8041-2-git-send-email-xico@atelo.org/

applying [1/1] https://yhetil.org/notmuch/1399700023-8041-2-git-send-email-xico@atelo.org/
diff --git a/compat/have_zlib.c b/compat/have_zlib.c
new file mode 100644
index 0000000..998c697

Checking patch compat/have_zlib.c...
Applied patch compat/have_zlib.c cleanly.

index at:
100644 998c6978ae15251be2a062916479006aed5e7a08	compat/have_zlib.c

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).