Mercurial > hg > octave-shane > gnulib-hg
view lib/isapipe.h @ 10661:65c9436dc0d3
Move the getdomainname() declaration to <unistd.h>.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 19 Oct 2008 03:36:00 +0200 |
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);