diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-08 17:11:17 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-08 17:11:17 +0000 |
commit | c74addc7bfdbd6b66878adef1f7079a28d3cec83 (patch) | |
tree | 4891e80488fe9f8ab23c5731096b22890093f75a /lib/isapipe.c | |
parent | 0f55f1467a309da866fb443de970845827853569 (diff) | |
download | gnulib-c74addc7bfdbd6b66878adef1f7079a28d3cec83.tar.gz |
* isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
Moved to here ...
* isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
... from here.
Diffstat (limited to 'lib/isapipe.c')
-rw-r--r-- | lib/isapipe.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/isapipe.c b/lib/isapipe.c index fe885bf431..59b6f5481a 100644 --- a/lib/isapipe.c +++ b/lib/isapipe.c @@ -30,11 +30,6 @@ #include "stat-macros.h" -/* Whether pipes are FIFOs; -1 if not known. */ -#ifndef HAVE_FIFO_PIPES -# define HAVE_FIFO_PIPES (-1) -#endif - /* The maximum link count for pipes; (nlink_t) -1 if not known. */ #ifndef PIPE_LINK_COUNT_MAX # define PIPE_LINK_COUNT_MAX ((nlink_t) (-1)) |