• Show log

    Commit

  • Hash : 8fbd44fd
    Author : Ran Benita
    Date : 2012-04-06T03:12:50

    Implicitly include config.h in all files
    
    The definitions in config.h should be available in all files an
    implementation detail; it can be included through the build system
    instead of having each file pull it every time.
    
    This is especially helpful with AC_USE_SYSTEM_EXTENSIONS, as _GNU_SOURCE
    and friends can have an effect by merely being defined, which can lead
    to some confusion if its effective for only half the files.
    
    And we don't really support a build _without_ config.h; so, one less
    thing to worry about.
    
    Signed-off-by: Ran Benita <ran234@gmail.com>
    

  • Properties

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

    keymap handling library for toolkits and window systems

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags