stdbit: port to theoretical platforms
[gnulib.git] / modules / mknod
blob683df1c29805ce4d6e14426788cffeda216401ee
1 Description:
2 mknod() function: create various special devices
4 Files:
5 lib/mknod.c
6 m4/mknod.m4
8 Depends-on:
9 sys_stat
10 extensions
11 mkfifo          [test $HAVE_MKNOD = 0 || test $REPLACE_MKNOD = 1]
12 stat            [test $HAVE_MKNOD = 0 || test $REPLACE_MKNOD = 1]
14 configure.ac:
15 gl_FUNC_MKNOD
16 gl_CONDITIONAL([GL_COND_OBJ_MKNOD],
17                [test $HAVE_MKNOD = 0 || test $REPLACE_MKNOD = 1])
18 gl_UNISTD_MODULE_INDICATOR([mknod])
20 Makefile.am:
21 if GL_COND_OBJ_MKNOD
22 lib_SOURCES += mknod.c
23 endif
25 Include:
26 <sys/stat.h>
28 License:
29 LGPL
31 Maintainer:
32 Eric Blake