notmuch/compat
David Bremner 126347b694 Import notmuch_0.38.2.orig.tar.xz
[dgit import orig notmuch_0.38.2.orig.tar.xz]
2023-12-01 07:51:09 -04:00
..
.gitignore Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
check_asctime.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
check_getpwuid.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
compat.h Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
function-attributes.h Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
gen_zlib_pc.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
getdelim.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
getline.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
have_canonicalize_file_name.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
have_d_type.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
have_getline.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
have_strcasestr.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
have_strsep.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
have_timegm.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
Makefile Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
Makefile.local Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
README Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
strcasestr.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
strsep.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04:00
timegm.c Import notmuch_0.38.2.orig.tar.xz 2023-12-01 07:51:09 -04: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