notmuch/compat
David Bremner 045f0e455a Import notmuch_0.27.orig.tar.gz
[dgit import orig notmuch_0.27.orig.tar.gz]
2018-06-12 22:39:33 -03:00
..
.gitignore Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
canonicalize_file_name.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
check_asctime.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
check_getpwuid.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
compat.h Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
function-attributes.h Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
gen_zlib_pc.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
getdelim.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
getline.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
have_canonicalize_file_name.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
have_d_type.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
have_getline.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
have_strcasestr.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
have_strsep.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
have_timegm.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
Makefile Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
Makefile.local Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
README Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
strcasestr.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
strsep.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00
timegm.c Import notmuch_0.27.orig.tar.gz 2018-06-12 22:39:33 -03:00

notmuch/compat

This directory consists of three 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].

3. Macro definitions abstracting compiler differences (e.g. function
   attributes).

   For example: function-attributes.h