Edit

kc3-lang/gnulib/modules/fpending

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2016-12-13 11:19:35
    Hash : 15a9ecdc
    Message : fpending: Port to native Windows with MSVC. * lib/fpending.c: Include stdio-impl.h. (__fpending): Include all known implementations. Err out if it's not ported. * m4/fpending.m4 (gl_PREREQ_FPENDING): Remove macro. * modules/fpending (Files): Add lib/stdio-impl.h. (configure.ac): Don't invoke gl_PREREQ_FPENDING.

  • modules/fpending
  • Description:
    Determine the number of bytes waiting in the output buffer of a stream.
    
    Files:
    lib/fpending.h
    lib/fpending.c
    lib/stdio-impl.h
    m4/fpending.m4
    
    Depends-on:
    
    configure.ac:
    gl_FUNC_FPENDING
    if test $gl_cv_func___fpending = no; then
      AC_LIBOBJ([fpending])
    fi
    
    Makefile.am:
    
    Include:
    "fpending.h"
    
    License:
    GPL
    
    Maintainer:
    Jim Meyering