Mercurial > hg > octave-lojdl > gnulib-hg
view modules/binary-io @ 17443:a3a1becd3318
pipe2: decouple from binary-io a bit
This is for Emacs, which needs pipe2 but not binary-io.
* lib/pipe2.c [!GNULIB_BINARY_IO]: Don't include binary-io.h.
* modules/binary-io (Depends-on): Add module indicator.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 06 Jul 2013 01:35:26 -0700 |
parents | 9e72d3927af1 |
children | d8be19310ad9 |
line wrap: on
line source
Description: Binary mode I/O. Files: lib/binary-io.h lib/binary-io.c Depends-on: extern-inline fcntl-h configure.ac: gl_MODULE_INDICATOR([binary-io]) Makefile.am: lib_SOURCES += binary-io.h binary-io.c Include: "binary-io.h" License: LGPLv2+ Maintainer: Bruno Haible