As an optimization, strbuf takes advantage of getdelim() when available (HAVE_GETDELIM). Currently, HAVE_GETDELIM is defined automatically only for Linux. This patch series updates config.mak.uname to define HAVE_GETDELIM on Mac OS X (Darwin) based upon version ("uname -r"), and more generally via a configure script check. Eric Sunshine (2): config.mak.uname: Darwin: define HAVE_GETDELIM for modern OS X releases configure: add getdelim() check config.mak.uname | 3 +++ configure.ac | 6 ++++++ 2 files changed, 9 insertions(+) -- 2.4.2.598.gb4379f4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html