1. 05 Feb, 2019 2 commits
  2. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  3. 31 Oct, 2018 1 commit
  4. 01 Aug, 2018 2 commits
  5. 17 Jan, 2018 1 commit
  6. 12 Dec, 2017 1 commit
  7. 11 Aug, 2017 1 commit
  8. 10 Aug, 2017 1 commit
  9. 08 May, 2017 1 commit
  10. 03 Jan, 2017 1 commit
  11. 15 Aug, 2016 1 commit
  12. 20 Jun, 2016 1 commit
  13. 01 Mar, 2016 1 commit
  14. 26 Feb, 2016 1 commit
  15. 23 Feb, 2016 1 commit
    • Max Kellermann's avatar
      configure.ac, unix/Daemon: check for initgroups() at configure time · b3460f3f
      Max Kellermann authored
      The initgroups() manpage says we need to check for _BSD_SOURCE.  The
      thing is that glibc deprecated this macro, and doesn't define it
      anymore, effectively breaking all MPD supplementary groups.
      
      The real fix is to check for initgroups() availability at configure
      time, instead of relying on the deprecated _BSD_SOURCE macro.
      b3460f3f
  16. 16 Oct, 2015 1 commit
  17. 30 Sep, 2015 1 commit
  18. 17 Sep, 2015 2 commits
  19. 24 Aug, 2015 1 commit
  20. 15 Aug, 2015 3 commits
  21. 05 Mar, 2015 2 commits
  22. 03 Mar, 2015 1 commit
  23. 01 Jan, 2015 1 commit
  24. 24 Jan, 2014 1 commit