Mercurial > hg > octave-nkf > gnulib-hg
view lib/isapipe.h @ 10778:ddc567d280d1
Treat Haiku like BeOS.
author | Ingo Weinhold <ingo_weinhold@gmx.de> |
---|---|
date | Mon, 10 Nov 2008 12:30:58 +0100 |
parents | 09d34e7dc0d8 |
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);