Mercurial > hg > octave-kai > gnulib-hg
view lib/isapipe.h @ 7275:09d34e7dc0d8
* isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
Moved to here ...
* isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
... from here.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 08 Sep 2006 17:11:17 +0000 |
parents | ec85aace506a |
children |
line wrap: on
line source
/* Whether pipes are FIFOs; -1 if not known. */ #ifndef HAVE_FIFO_PIPES # define HAVE_FIFO_PIPES (-1) #endif int isapipe (int fd);