• Show log

    Commit

  • Hash : 9a77023f
    Author : Michael Haubenwallner
    Date : 2019-08-22T16:55:44

    build: Use <unistd.h> only if available Some target platforms do not have <unistd.h>, notably Windows when using vanilla MSVC toolchain. Note: The AC_CHECK_HEADERS([unistd.h]) is redundant with LT_INIT, but there is no guarantee for that. [guillem@hadrons.org: - Use AC_CHECK_HEADERS instead of AC_CHECK_HEADER. - Quote argument to AC_CHECK_HEADERS. ] Signed-off-by: Guillem Jover <guillem@hadrons.org>

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libmd.git
    Git SSH git@git.kmx.io:kc3-lang/libmd.git
    Public access ? public
    Description

    This library provides message digest functions found on BSD systems either on their libc (NetBSD, OpenBSD) or libmd (FreeBSD, DragonflyBSD, macOS, Solaris) libraries and lacking on others like GNU systems.

    Users
    thodg_l kc3_lang_org thodg_w thodg_m thodg www_kmx_io
    Tags