X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fisapipe.c;h=83a9bf2cbaffc1beb46f00e131921d157b4726cb;hb=55eed6bbc87934f2db04981e6f0f1773ff77974f;hp=fe885bf4310baf107bc8686527fe4688b22d4d10;hpb=7cfeb4eb50c3d24031d1e711ed34828df737daf6;p=gnulib.git diff --git a/lib/isapipe.c b/lib/isapipe.c index fe885bf43..83a9bf2cb 100644 --- a/lib/isapipe.c +++ b/lib/isapipe.c @@ -28,13 +28,6 @@ #include #include -#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))