Home
last modified time | relevance | path

Searched refs:HAVE_MKFIFO (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/include/
Dconfig.h114 #define HAVE_MKFIFO 1 macro
/third_party/pulseaudio/src/daemon/
Ddefault.pa.in51 ifelse(@HAVE_MKFIFO@, 1, [dnl
Dmeson.build97 default_conf.set10('HAVE_MKFIFO', cc.has_function('mkfifo'))
/third_party/pulseaudio/
Dconfigure.ac562 AC_CHECK_FUNCS([mkfifo], [HAVE_MKFIFO=1], [HAVE_MKFIFO=0])
563 AC_SUBST(HAVE_MKFIFO) subst
564 AM_CONDITIONAL(HAVE_MKFIFO, test "x$HAVE_MKFIFO" = "x1") condition
/third_party/python/
Dpyconfig.h.in719 #undef HAVE_MKFIFO
/third_party/pulseaudio/src/
DMakefile.am1304 if HAVE_MKFIFO
/third_party/python/Modules/clinic/
Dposixmodule.c.h5818 #if defined(HAVE_MKFIFO)
/third_party/python/Modules/
Dposixmodule.c10524 #ifdef HAVE_MKFIFO