Lines Matching refs:DMX
639 AC_ARG_ENABLE(dmx, AS_HELP_STRING([--enable-dmx], [Build DMX server (default: auto)]), [DMX=$enableval], [DMX=auto])
1946 dnl DMX DDX
1957 if test "x$DMX" = xauto; then
1958 DMX="$have_dmx"
1960 cygwin*) DMX="no" ;;
1961 darwin*) DMX="no" ;;
1964 AC_MSG_RESULT([$DMX])
1965 AM_CONDITIONAL(DMX, [test "x$DMX" = xyes])
1967 if test "x$DMX" = xyes; then
1980 dnl USB sources in DMX require <linux/input.h>
1983 dnl Linux sources in DMX require <linux/keyboard.h>