maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / mkfifo
blob4015f2cfeab8790b6edbd7406787ac6d2893c706
1 Description:
2 mkfifo() function: create named FIFO
4 Files:
5 lib/mkfifo.c
6 m4/mkfifo.m4
8 Depends-on:
9 sys_stat
10 stat            [test $HAVE_MKFIFO = 0 || test $REPLACE_MKFIFO = 1]
12 configure.ac:
13 gl_FUNC_MKFIFO
14 gl_CONDITIONAL([GL_COND_OBJ_MKFIFO],
15                [test $HAVE_MKFIFO = 0 || test $REPLACE_MKFIFO = 1])
16 gl_UNISTD_MODULE_INDICATOR([mkfifo])
18 Makefile.am:
19 if GL_COND_OBJ_MKFIFO
20 lib_SOURCES += mkfifo.c
21 endif
23 Include:
24 <sys/stat.h>
26 License:
27 LGPL
29 Maintainer:
30 Eric Blake