X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=compat%2FREADME;fp=compat%2FREADME;h=cd32c56fa8d3f679db5d6f900cac91f3c19454fe;hb=d8192a4d7f0ece2a916364b079752e55754d3929;hp=0000000000000000000000000000000000000000;hpb=b5d8fe278425f7be49b6819e8187efffdffbd836;p=notmuch diff --git a/compat/README b/compat/README new file mode 100644 index 00000000..cd32c56f --- /dev/null +++ b/compat/README @@ -0,0 +1,16 @@ +notmuch/comapt + +This directory consists of two things: + +1. Small programs used by the notmuch configure script to test for the + availability of certain system features, (library functions, etc.). + + For example: have_getline.c + +2. Compatibility implementations of those system features for systems + that don't provide their own versions. + + For example: getline.c + + The compilation of these files is made conditional on the output of + the test programs from [1].