Skip to content
  • Kjell Ahlstedt's avatar
    input example: Don't include build/config.h · fe7f6d21
    Kjell Ahlstedt authored
    The configuration with Autotools or Meson sets the compiler
    option -DDONT_HAVE_MKFIFO=1, if mkfifo() does not exist.
    Meson does not create build/config.h.
    This makes life easier for those who build with their own
    Makefile or CMake file or whatever.
    Fixes #11
    fe7f6d21